Skip to content

Pin all of the deps besides @types/node and @octokit/rest #53026

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
Mar 1, 2023

Conversation

jakebailey
Copy link
Member

As requested in #53015 (review).

I religiously run ncu and look for new major versions and send PRs to upgrade them if they won't break anything, so I don't see a problem removing as much "latest" as we can to make bisecting past bad bumps a little easier.

I'm a little torn about @types/node and @octokit/rest, though. The former is tricky because we often need to update that to deal with TS changes and such, and while I'd like to use node10 or even node12 as that's our minimum-ish, those aren't maintained, so the newest seems like the least bad. The latter is only there because of scripts in our repo used by random pipelines that arguably don't need to be in the repo and installed on everyone's machines, but that may go away if we transition more stuff to GHA.

@typescript-bot typescript-bot added Author: Team For Uncommitted Bug PR for untriaged, rejected, closed or missing bug labels Feb 28, 2023
@jakebailey jakebailey merged commit 941b30c into microsoft:main Mar 1, 2023
@jakebailey jakebailey deleted the pin-more-deps branch March 1, 2023 06:58
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants