-
Notifications
You must be signed in to change notification settings - Fork 2.8k
internal(eslint): resolve eslint warnings and errors #8772
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
internal(eslint): resolve eslint warnings and errors #8772
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
# Install @langchain/google-gauth dependency explicitly | ||
# This is needed because the update script converts the workspace dependency | ||
# to use the minimum version, but in the test environment we need to install | ||
# it as a regular dependency since workspace packages aren't available | ||
pnpm add @langchain/google-gauth | ||
pnpm test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this will lead to a bunch of false positives? We purposefully want to use the lowest version of the package for -gauth published on the registry
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep, will revert this as I improved environment tests in a different PR.
|
a0d1a43
into
cb/v1-eslint-update-adoption
The last patch fixes a lot of Eslint problems we had in our project. The most common ones are the following:
try/catch
block