Skip to content

Update all depedencies, including ESLint 8, refresh lockfile #49550

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

Merged
merged 1 commit into from
Jun 16, 2022

Conversation

jakebailey
Copy link
Member

It's been a while since this has been done wholesale; we're on an old version of ESLint, and all of the npm install side-effect based updates have not kept the lockfile minimal.

Upgrade everything via ncu (with some exceptions for ESM-only packages, and TS itself which is another problem), then remove the lockfile and reinstall.

It looks like ESLint's definition of camelCase was changed at some point; I had to add an exception for the newly-added methods that are just numbers for the changes introduced in the modifier AST merge PR.

@jakebailey jakebailey added the Housekeeping Housekeeping PRs label Jun 14, 2022
@typescript-bot typescript-bot added Author: Team For Uncommitted Bug PR for untriaged, rejected, closed or missing bug labels Jun 14, 2022
Copy link
Member

@amcasey amcasey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems fine, but be aware that the bot is going to clobber the lockfile overnight.

@jakebailey
Copy link
Member Author

Seems fine, but be aware that the bot is going to clobber the lockfile overnight.

At worst, we'll just drift back to less-than-minimal in time, which is fine. We can just do this again when it starts to look hairy. The nightly task shouldn't undo anything in this PR.

@jakebailey jakebailey merged commit 734b982 into microsoft:main Jun 16, 2022
@jakebailey jakebailey deleted the update-deps branch June 16, 2022 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Author: Team For Uncommitted Bug PR for untriaged, rejected, closed or missing bug Housekeeping Housekeeping PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants