build: update all non-major dependencies (main) #32481
Open
+565
−504
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.29.0→7.29.11.25.3→1.26.08.54.0→8.55.08.54.0→8.55.05.47.0→5.48.00.27.2→0.27.30.27.2→0.27.312.3.0→12.3.19.2.0→9.3.021.1.0→21.3.11.0.0-rc.3→1.0.0-rc.416.0.6→16.0.77.7.3→7.7.47.20.0→7.21.05.105.0→5.105.1Release Notes
babel/babel (@babel/generator)
v7.29.1Compare Source
modelcontextprotocol/typescript-sdk (@modelcontextprotocol/sdk)
v1.26.0Compare Source
Addresses "Sharing server/transport instances can leak cross-client response data" in this GHSA GHSA-345p-7cg4-v4c7
What's Changed
New Contributors
Full Changelog: modelcontextprotocol/typescript-sdk@v1.25.3...v1.26.0
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.55.0Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.55.0Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
algolia/algoliasearch-client-javascript (algoliasearch)
v5.48.0Compare Source
BREAKING CHANGES: this minor version includes multiple breaking changes related to fixes on different APIs. See below for more details.
conditionsis not required anymore in composition rules (#5853) by @ClaraMullerTrendingFacetsmodel has been updated to reflect the API response.AuthenticationUpdatemodel has been updated to reflect that thetypefield can't be updated.CompositionBehaviormodel is now a union type for better accuracy.codeproperty in oauth authentication (#5897) by @sbelloneAuthOAuthandAuthOAuthPartialmodels have been updated to reflect that theclientIdfield is now optional, and thecodefield can be set.evanw/esbuild (esbuild)
v0.27.3Compare Source
Preserve URL fragments in data URLs (#4370)
Consider the following HTML, CSS, and SVG:
index.html:icons.css:triangle.svg:The CSS uses a URL fragment (the
#x) to reference theclipPathelement in the SVG file. Previously esbuild's CSS bundler didn't preserve the URL fragment when bundling the SVG using thedataurlloader, which broke the bundled CSS. With this release, esbuild will now preserve the URL fragment in the bundled CSS:Parse and print CSS
@scoperules (#4322)This release includes dedicated support for parsing
@scoperules in CSS. These rules include optional "start" and "end" selector lists. One important consequence of this is that the local/global status of names in selector lists is now respected, which improves the correctness of esbuild's support for CSS modules. Minification of selectors inside@scoperules has also improved slightly.Here's an example:
Fix a minification bug with lowering of
for await(#4378, #4385)This release fixes a bug where the minifier would incorrectly strip the variable in the automatically-generated
catchclause of loweredfor awaitloops. The code that generated the loop previously failed to mark the internal variable references as used.Update the Go compiler from v1.25.5 to v1.25.7 (#4383, #4388)
This PR was contributed by @MikeWillCook.
webpack/less-loader (less-loader)
v12.3.1Compare Source
sindresorhus/ora (ora)
v9.3.0Compare Source
2ab4f76npm/pacote (pacote)
v21.3.1Compare Source
Bug Fixes
96e571a#439 ensure that resolved git ref matches expected sha (#439) (@klassiker, pacotedev)Chores
91847c4#447 fix test for ssri ignoring invalid hashes (#447) (@wraithgar)v21.3.0Compare Source
Features
8f5091d#445 add support for git-256 sha lengths (#445) (@wraithgar)v21.2.0Compare Source
Features
db21624#442 implement gitSubdir according to npa spec (#442) (@Kakadus)c2a4217#443 add allowRemote, allowFile, allowDirectory (#443) (@wraithgar)rolldown/rolldown (rolldown)
v1.0.0-rc.4Compare Source
🚀 Features
RolldownErrorfromRollupError(#8262) by @sapphi-redresolve_tsconfigfunction for Vite (#8257) by @sapphi-redrolldown_watcher(#8161) by @hyf0commentsandlegalCommentsinto a single granularcommentsoption (#8229) by @IWANABETHATGUYtransform(#8180) by @sapphi-red🐛 Bug Fixes
🚜 Refactor
othertojsdocin comments options (#8256) by @IWANABETHATGUYparseandparseSync(#8215) by @sapphi-redparse/minify/transformfromrolldown/utils(#8214) by @sapphi-red📚 Documentation
<script>escape behavior difference note fromplatformoption (#8253) by @sapphi-red🧪 Testing
⚙️ Miscellaneous Tasks
RUSTSEC-2025-0141cargo check error (#8235) by @hyf0webpack/sass-loader (sass-loader)
v16.0.7Compare Source
npm/node-semver (semver)
v7.7.4Compare Source
Bug Fixes
a29faa5#835 cli: pass options to semver.valid() for loose version validation (#835) (@mldangelo)Documentation
1d28d5e#836 fix typos and update -n CLI option documentation (#836) (@mldangelo)Dependencies
120968b#840@npmcli/template-oss@4.29.0(#840)Chores
44d7130#824 bump @npmcli/eslint-config from 5.1.0 to 6.0.0 (#824) (@dependabot[bot])7073576#820 reorder parameters in invalid-versions.js test (#820) (@reggi)5816d4c#829 bump @npmcli/template-oss from 4.28.0 to 4.28.1 (#829) (@dependabot[bot], @npm-cli-bot)nodejs/undici (undici)
v7.21.0Compare Source
What's Changed
closemethod to WebSocketStream interface by @piotr-cz in #4802New Contributors
Full Changelog: nodejs/undici@v7.20.0...v7.21.0
webpack/webpack (webpack)
v5.105.1Compare Source
Patch Changes
Fix VirtualUrlPlugin Windows compatibility by sanitizing cache keys and filenames. Cache keys now use
toSafePathto replace colons (:) with double underscores (__) and sanitize other invalid characters, ensuring compatibility with Windows filesystem restrictions. (by @xiaoxiaojx in #20424)Revert part of the createRequire generation behavior for
require("node:...")to keep compatibility with those modules exports, e.g.const EventEmitter = require("node:events");. (by @hai-x in #20433)Skip guard collection when exports-presence mode is disabled to improve parsing performance. (by @hai-x in #20433)