-
Notifications
You must be signed in to change notification settings - Fork 394
fix(deps): upgrade misc. dependencies #7208
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
Conversation
@@ -147,23 +147,23 @@ | |||
"source-map-support": "0.5.21", | |||
"strip-ansi-control-characters": "2.0.0", | |||
"tempy": "3.1.0", | |||
"terminal-link": "3.0.0", | |||
"terminal-link": "4.0.0", |
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.
just requires node 18: https://github.com/sindresorhus/terminal-link/releases/tag/v4.0.0
df5baff
to
6159984
Compare
@@ -186,7 +186,7 @@ | |||
"@types/parallel-transform": "1.1.4", | |||
"@types/parse-github-url": "1.0.3", | |||
"@types/parse-gitignore": "1.0.2", | |||
"@types/picomatch": "^3.0.2", | |||
"@types/picomatch": "4.0.0", |
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.
we're on picomatch@4, so this was wrong anyway
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.
811e688
to
ad25c3c
Compare
Summary
We've let a bit too many accumulate to manage effectively with Renovate, especially with the flakiness (now resolved!?). This upgrades all the easy ones.
As a bonus, this pulls in some recent
esbuild
deduping from netlify/build which significantly shrinks the dependency tree size (though about half of this is a mirage, as it had recently introduced more esbuild versions).