build: update all non-major dependencies (main) #32034
Closed
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:
1.24.0->1.24.24.0.14->4.0.150.27.0->0.27.10.27.0->0.27.11.0.0-beta.52->1.0.0-beta.536.2.3->6.2.44.0.14->4.0.15Release Notes
modelcontextprotocol/typescript-sdk (@modelcontextprotocol/sdk)
v1.24.2Compare Source
What's Changed
New Contributors
Full Changelog: modelcontextprotocol/typescript-sdk@1.24.1...1.24.2
v1.24.1Compare Source
What's Changed
New Contributors
Full Changelog: modelcontextprotocol/typescript-sdk@1.24.0...1.24.1
vitest-dev/vitest (@vitest/coverage-v8)
v4.0.15Compare Source
🚀 Experimental Features
🐞 Bug Fixes
optimizeDeps.rolldownOptionsto fix depreated warning + fixssr.external: true- by @hi-ogawa in #9121 (fd8bd)deps.optimizer- by @hi-ogawa in #9125 (4c754)toMatchScreenshotonly once when used withexpect.element- by @macarie in #9132 (0d2e7)--browser.providerfrom docs - by @sheremet-va in #9115 (120b3)currentTestNamein extended matchers - by @macarie in #9106 (e4345)CTRL+cforceful exits - by @AriPerkkio in #9140 (d57d8)View changes on GitHub
evanw/esbuild (esbuild)
v0.27.1Compare Source
Fix bundler bug with
varnested insideif(#4348)This release fixes a bug with the bundler that happens when importing an ES module using
require(which causes it to be wrapped) and there's a top-levelvarinside anifstatement without being wrapped in a{ ... }block (and a few other conditions). The bundling transform needed to hoist thesevardeclarations outside of the lazy ES module wrapper for correctness. See the issue for details.Fix minifier bug with
forinsidetryinside label (#4351)This fixes an old regression from version v0.21.4. Some code was introduced to move the label inside the
trystatement to address a problem with transforming labeledfor awaitloops to avoid theawait(the transformation involves converting thefor awaitloop into aforloop and wrapping it in atrystatement). However, it introduces problems for cross-compiled JVM code that uses all three of these features heavily. This release restricts this transform to only apply toforloops that esbuild itself generates internally as part of thefor awaittransform. Here is an example of some affected code:Inline IIFEs containing a single expression (#4354)
Previously inlining of IIFEs (immediately-invoked function expressions) only worked if the body contained a single
returnstatement. Now it should also work if the body contains a single expression statement instead:The minifier now strips empty
finallyclauses (#4353)This improvement means that
finallyclauses containing dead code can potentially cause the associatedtrystatement to be removed from the output entirely in minified builds:Allow tree-shaking of the
SymbolconstructorWith this release, calling
Symbolis now considered to be side-effect free when the argument is known to be a primitive value. This means esbuild can now tree-shake module-level symbol variables:rolldown/rolldown (rolldown)
v1.0.0-beta.53Compare Source
💥 BREAKING CHANGES
i686-pc-windows-msvctarget support (#7230) by @sapphi-red🚀 Features
isLegacycallback (#7321) by @shulaodadisableCacheoption (#6763) by @sapphi-redcreateTokioRuntimefor tsdown (#7264) by @shulaodamoduleSideEffectsfor already loaded modules (#7254) by @shulaodacssScopeTofor scoped CSS tree-shaking (#7240) by @shulaoda🐛 Bug Fixes
output.generateCode.preset: 'es2015'should setoutput.generateCode.symbols: trueby default (#7314) by @sapphi-redregister_modulesasync (#7289) by @hyf0defer_sync_scan_datain non-incremental build mode (#7255) by @shulaodaisLegacycallback for proper legacy detection (#7260) by @shulaoda?inline=truequery for inlined CSS (#7245) by @shulaoda🚜 Refactor
removeClientasync (#7313) by @hyf0📚 Documentation
⚡ Performance
cssScopeTofrom JS module options (#7253) by @shulaodaresolve_asset_urls_in_css(#7250) by @shulaoda🧪 Testing
⚙️ Miscellaneous Tasks
trustPolicyExcludefor chokidar and semver (#7302) by @sapphi-redhtml5gumto 0.8.1 (#7265) by @shulaodagetModuleOptionsfromPluginContext(#7266) by @shulaodanulto workaround https://github.com/anthropics/claude-c… (#7237) by @IWANABETHATGUY❤️ New Contributors
verdaccio/verdaccio (verdaccio)
v6.2.4Compare Source
What's Changed
VERDACCIO_ADDRESSEnvironment Variable for DockerYou can now set the
VERDACCIO_ADDRESSenvironment variable to control Verdaccio’s network bind address.0.0.0.0), IPv6 ([::]), or a specific interface.Example:
docker run -e VERDACCIO_ADDRESS=0.0.0.0 ... docker run -e VERDACCIO_ADDRESS='[::]' ...More info at : https://verdaccio.org/docs/env/
Full Changelog: verdaccio/verdaccio@v6.2.3...v6.2.4
Configuration
📅 Schedule: Branch creation - "after 6am and before 10am on Monday, Wednesday, Friday" in timezone Europe/Rome, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.