fix(deps): update all non-major dependencies - #1445
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
9 times, most recently
from
September 10, 2026 21:35
b595d3a to
2077f3d
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
September 11, 2026 14:42
2077f3d to
952de60
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
8.0.1→8.0.5^1.54.2→^1.54.8^1.62.1→^1.63.0^0.2.3→^0.2.4^1.16.1→^1.16.2^24.13.3→^24.13.4^3.2.0→^3.3.0^17.11.0→^17.12.0^17.4.1→^17.5.1^1.2.3→^1.3.1^0.147.0→^0.149.0^0.65.0→^0.67.0^1.62.1→^1.63.0v6.0.10→v6.1.0^1.2.6→^1.2.8^0.12.7→^0.12.8^1.3.0→^1.3.1^0.22.14→^0.23.0^8.69.0→^8.70.0^8.2.2→^8.3.0^4.127.1→^4.131.1v0.6.3→v0.6.4Release Notes
babel/babel (@babel/core)
v8.0.5Compare Source
👓 Spec Compliance
babel-parser🐛 Bug Fix
babel-parserbabel-plugin-transform-destructuringbabel-plugin-transform-typescriptenuminto anamespace(@nicolo-ribaudo)babel-nodebabel-plugin-bugfix-safari-rest-destructuring-rhs-arraybabel-traversegetAll{Prev,Next}Siblings(@JLHwung)babel-plugin-transform-block-scopingbabel-generatorbabel-registerbabel-cli,babel-helper-transform-fixture-test-runner,babel-registerbabel-standalone@babel/standalone(@liuxingbaoyu)📝 Documentation
🏠 Internal
babel-cli,babel-core,babel-helper-compilation-targets,babel-helper-create-class-features-plugin,babel-helper-create-regexp-features-plugin,babel-helper-fixtures,babel-preset-envsemverwithverkit(@sxzz)babel-nodebabel-types🏃♀️ Performance
babel-parser@babel/parser(@liuxingbaoyu)cloudflare/workers-sdk (@cloudflare/vite-plugin)
v1.54.8Compare Source
Patch Changes
945aaa3,945aaa3,47d906f,c2699bf,945aaa3,945aaa3]:v1.54.7Compare Source
Patch Changes
#15432
f45b596Thanks @razethion! - Prevent delayed internal errors from fetch-only remote bindingsFetch-only remote bindings such as D1 and R2 previously opened an unused WebSocket RPC session. RPC sessions are now created only when an RPC method is called.
Updated dependencies [
0b43395,9d75006,b605aa6,f45b596,f69f95a,a549e58,36aed7f,493e635,bff525d,dbb3ff4,fea3cd0,96688b3,6bd7b6c,15cd6e1,be1caec,ed5797a,dbc9506,128235a,f8aea7e,24ef86b]:v1.54.6Compare Source
Patch Changes
edb3631,dbf6aad,bcebf08,e20df20,e20df20,63c7ff1,a4e41df]:v1.54.5Compare Source
Patch Changes
#15519
e004845Thanks @devaniketh! - Preserve HTTP/2:authorityheader and non-default port in dev server requestsWhen Vite runs over HTTPS with HTTP/2 enabled, browsers send authority via the
:authoritypseudo-header rather thanHost. Previously, pseudo-headers were omitted when creating Fetch requests, causing non-default ports to be dropped fromrequest.urlandX-Forwarded-Host. Authority and scheme are now preserved from HTTP/2 pseudo-headers and request properties.Updated dependencies [
8bbcb9f,2b42d6f,ea5634e,c0c6504,ffc7efd,682cd44]:v1.54.4Compare Source
Patch Changes
#15407
7662118Thanks @xgame92! - Surface Worker export type fetch errors during developmentThe Vite plugin now reports the Worker name, HTTP status, and response body when fetching export types fails. This preserves the underlying error instead of replacing it with a JSON parsing error.
Updated dependencies [
00a9f2f,1dba24a,d40a634,7c1b2a6,93d72a5,f6fb347,f6fb347,dc24057,d2d8eea]:v1.54.3Compare Source
Patch Changes
dbbb795,200780f,b3f2628,87a7acf,1809c5e,ea28cc3,b3fb2bf,707cb6f]:microsoft/playwright (@playwright/test)
v1.63.0Compare Source
rolldown/plugins (@rolldown/plugin-babel)
v0.2.4Bug Fixes
inputSourceMap: falseto avoid combining source map twice (#131) (249a7d2)Miscellaneous Chores
swc-project/swc (@swc/core)
v1.16.2Compare Source
Bug Fixes
(es/compat) Preserve for-of var binding scope (#12158) (f6d5bd1)
(es/decorators) Drop params from getter replacing decorated private method (#12161) (d56f594)
(es/flow) Preserve Flow component type semantics (#12090) (c8d5b49)
(es/minifier) Mark for update and test as executed multiple time (#12131) (1260e36)
(es/minifier) Report for loop var decl as assign (#12136) (783bbc2)
(es/minifier) Don't replace value-used console.*.bind() calls with undefined (#12138) (ed74223)
(es/minifier) Drop spans of cached
globalsvalues (#12129) (9a306b8)(es/minifier) Preserve effects of returned value calls (#12140) (c37b5a9)
(es/minifier) Avoid JSX sequence inlining loop (#12149) (4e79b94)
(es/minifier) Preserve bindings in copied inline arrows (#12141) (cf7b5c9)
(es/minifier) Preserve do-while control-flow targets (#12160) (f62c437)
(es/minifier) Preserve pure annotation ownership (#12180) (ec780f9)
(es/parser) Retry ambiguous Program parsing (#12142) (141a320)
(es/parser) Preserve await grammar boundaries (#12156) (c732683)
(es/quote) Restore await parsing (#12163) (918f517)
(es/typescript) Treat const variable references as enum constants (#12101) (c523551)
(swc) Key optimizer env cache by configured values (#12166) (c0b6f12)
(visit) Panic on invalid AST paths (#12154) (b4d11a9)
Features
(es/minifier) Evaluate Math.floor, Math.ceil, Math.round and Mat… (#12117) (e876e80)
(es/parser) Add opt-in parser-only TSRX lowering (#12120) (61ff097)
Miscellaneous Tasks
(deps) Upgrade reqwest to 0.12 (#12144) (8dd98e4)
(deps) Ignore unpatched Wasmtime advisory (#12170) (5dd7422)
Refactor
Testing
Ci
Only plan completed issues and merged PRs (#12133) (4d9aa8e)
Gate jobs with detected changes (#12147) (3802924)
Tag published misc npm packages (#12173) (a789691)
ota-meshi/eslint-plugin-regexp (eslint-plugin-regexp)
v3.3.0Compare Source
Minor Changes
sindresorhus/globals (globals)
v17.12.0Compare Source
50a2119__webpack_layer__global (#351)779a11alint-staged/lint-staged (lint-staged)
v17.5.1Compare Source
Patch Changes
#1852
bfcca94- Fix TypeScript issueTS1254fromdefineConfig()by changing the signature fromconstto afunction:v17.5.0Compare Source
Minor Changes
f9063b7- Lint-staged now refuses to run when files were staged with--intent-to-add, because Git stash doesn't support them. Previously this was an unhandled error.Patch Changes
#1848
d718ccc- Lint-staged now handles color support better in non-TTY streams, and honors theFORCE_COLORenvironment variable.#1845
7e5ece8- Updatetinyexec@1.3.1so that local binaries fromnode_modules/.binare resolved starting from the directory of each lint-staged configuration file (in monorepo setups). This behavior was broken inlint-staged@16.3.0where they were only resolved from the current working directory and up.#1845
eb8a4e3- Do not try to restore untracked files when using--hide-alland there is no initial commit yet.Rich-Harris/magic-string (magic-string)
v1.3.1Compare Source
oxc-project/oxc (oxc-transform-react)
v0.148.0🐛 Bug Fixes
e74de61transform-react: Match Babel diagnostic reporting (#26128) (Boshen)oxc-project/oxc (oxfmt)
v0.67.0Compare Source
🛡️ Security
9a612d5deps: Update npm packages (#26178) (renovate[bot])v0.66.0Compare Source
pnpm/action-setup (pnpm/action-setup)
v6.1.0Compare Source
What's Changed
Full Changelog: pnpm/action-setup@v6.0.10...v6.1.0
rolldown/rolldown (rolldown)
v1.2.8Compare Source
🚀 Features
hotUpdatedev option to gate thehotUpdatehook (#10837) by @h-a-n-a🐛 Bug Fixes
OutputChunk.imports(#10845) by @isker📚 Documentation
⚡ Performance
getModuleInfoduring code splitting (#10838) by @hyfdev🧪 Testing
⚙️ Miscellaneous Tasks
❤️ New Contributors
v1.2.7Compare Source
🐛 Bug Fixes
PreRenderedChunk.facadeModuleIdnullable like Rollup (#10810) by @IWANABETHATGUY🧪 Testing
⚙️ Miscellaneous Tasks
tinylibs/tinyexec (tinyexec)
v1.3.1Compare Source
What's Changed
node_modules/.binfromnodeOptions.cwdinstead of current process cwd by @iiroj in #166Full Changelog: tinylibs/tinyexec@1.3.0...1.3.1
rolldown/tsdown (tsdown)
v0.23.0Compare Source
🧭 Migration Guide
Most users can upgrade directly. Before upgrading, run one final build with
tsdown@0.22.14and resolve all deprecation warnings.bundle: false→unbundle: true;bundle: truecan be removedoutExtension→outExtensionspublicDir/--public-dir→copy/--copyremoveNodeProtocol: true→nodeProtocol: 'strip'injectStyle→css.injectinlineOnly/deps.onlyAllowBundle→deps.onlyBundleskipNodeModulesBundle: true→deps.neverBundle: trueresolveDepSubpathnow defaults tofalse; set it totrueto preserve the previous behaviordts.generator, for example{ generator: 'oxc' }dts.cjsReexportwas removed; dual-format builds now generate CJS declarations in a separate passstricttoesm-only; setprofile: 'strict'to preserve the previous checksbuild()now returns{ bundles, watch }; replaceconst bundles = await build()withconst { bundles } = await build()^22.18.0,^24.11.0, or>=26.0.0typesandtypesVersionsfallbacks; use TypeScript’sbundler,node16, ornodenextmodule resolution🚨 Breaking Changes
typesandtypesVersionsfields - by @sxzz (be3ea)esm-only- by @sxzz (9b3cf)deps.onlyAllowBundle- by @sxzz (30c55)resolveDepSubpathby default - by @sxzz (d300f)skipNodeModulesBundle- by @sxzz (f2a3d)dts.generatorthe only way to select generator - by @sxzz (eb75f)🚀 Features
css.modules.localsConvention- by @sxzz and @lazerg (b566f)summaryoption to skip per-file size logs - by @lazerg in #1036 (020e9)🐞 Bug Fixes
unplugin-unusedv0.5+ - by @sxzz (53c78)@import- by @lazerg in #1038 (ebee5)resolveDepSubpathwhenneverBundleistrue- by @lazerg in #1053 (4943c)Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 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 was generated by Mend Renovate. View the repository job log.