Skip to content

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
@microsoft microsoft locked as resolved and limited conversation to collaborators Oct 22, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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