Skip to content

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

Merged
merged 2 commits into from
Apr 15, 2025
Merged

fix(deps): upgrade misc. dependencies #7208

merged 2 commits into from
Apr 15, 2025

Conversation

serhalp
Copy link
Collaborator

@serhalp serhalp commented Apr 15, 2025

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).

@@ -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",
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Copy link

github-actions bot commented Apr 15, 2025

📊 Benchmark results

Comparing with fe1de94

  • Dependency count: 1,162 ⬇️ 6.45% decrease vs. fe1de94
  • Package size: 281 MB ⬇️ 10.72% decrease vs. fe1de94
  • Number of ts-expect-error directives: 418 (no change)

@serhalp serhalp force-pushed the chore/upgrade-misc-deps branch from df5baff to 6159984 Compare April 15, 2025 15:42
@@ -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",
Copy link
Collaborator Author

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

@serhalp serhalp marked this pull request as ready for review April 15, 2025 16:23
@serhalp serhalp requested a review from a team as a code owner April 15, 2025 16:23
Copy link
Contributor

@ndhoule ndhoule left a comment

Choose a reason for hiding this comment

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

clapping_futurama

@serhalp serhalp force-pushed the chore/upgrade-misc-deps branch from 811e688 to ad25c3c Compare April 15, 2025 16:36
@serhalp serhalp enabled auto-merge (squash) April 15, 2025 16:36
@serhalp serhalp merged commit a10b142 into main Apr 15, 2025
52 checks passed
@serhalp serhalp deleted the chore/upgrade-misc-deps branch April 15, 2025 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants