chore(deps): update all non-major dependencies #567
+391
−342
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:
^6.2.0->^6.4.1^3.18.0->^3.19.07.0.0-dev.20251202.1->7.0.0-dev.20251204.1v6.0.0->v6.0.1v6.0.0->v6.1.0^0.27.0->^0.27.1^1.0.2->^1.1.0^1.0.0-beta.52->^1.0.0-beta.53^0.17.0-beta.5->^0.17.0^0.8.0->^0.8.1Release Notes
antfu/eslint-config (@antfu/eslint-config)
v6.4.1Compare Source
No significant changes
View changes on GitHub
v6.3.0Compare Source
🚀 Features
🐞 Bug Fixes
cb29b1a- by @daflyinbed in #782 (b4e49)View changes on GitHub
shikijs/shiki (@shikijs/vitepress-twoslash)
v3.19.0Compare Source
🚀 Features
rootStyle: falseoption - by @khushthecoder and @antfu in #1184 (baf9a)classActiveCodeoption to notation transformers - by @GreenHacker420 in #1171 (a6a44)🐞 Bug Fixes
View changes on GitHub
microsoft/typescript-go (@typescript/native-preview)
v7.0.0-dev.20251204.1Compare Source
v7.0.0-dev.20251203.1Compare Source
actions/checkout (actions/checkout)
v6.0.1Compare Source
actions/setup-node (actions/setup-node)
v6.1.0Compare Source
What's Changed
Enhancement:
Dependency updates:
Documentation update:
Full Changelog: actions/setup-node@v6...v6.1.0
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:antfu/eslint-plugin-format (eslint-plugin-format)
v1.1.0Compare Source
🚀 Features
View changes on GitHub
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
rolldown/tsdown (tsdown)
v0.17.0Compare Source
🚨 Breaking Changes
failOnWarnby default in CI - by @sxzz in #617 (245e7)unconfigfrom configLoader - by @sxzz (9d6a7)🚀 Features
WatchPlugin- by @sxzz (4ccb2)writeoption - by @sxzz (64fea)build:donehook - by @sxzz (eb45c)1.0.0-beta.53- by @sxzz (a04f2)optionalDependencies- by @sxzz (22fd9)ast-grepfor config file - by @Doctor-wu and @sxzz in #620 (b0b34)🐞 Bug Fixes
requirebeforeimport- by @sxzz (85c0e)🏎 Performance
import-without-cache- by @sxzz (0b7e4)View changes on GitHub
v0.17.0-beta.6Compare Source
🚀 Features
1.0.0-beta.53- by @sxzz (a04f2)ast-grepfor config file - by @Doctor-wu and @sxzz in #620 (b0b34)View changes on GitHub
sxzz/unloader (unloader)
v0.8.1Compare Source
🐞 Bug Fixes
View changes on GitHub
Configuration
📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).
🚦 Automerge: Enabled.
♻ 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 was generated by Mend Renovate. View the repository job log.