Skip to content

fix(deps): update all non-major dependencies - #1445

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#1445
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@babel/core (source) 8.0.18.0.5 age confidence devDependencies patch
@cloudflare/vite-plugin (source) ^1.54.2^1.54.8 age confidence devDependencies patch
@playwright/test (source) ^1.62.1^1.63.0 age confidence devDependencies minor
@rolldown/plugin-babel (source) ^0.2.3^0.2.4 age confidence devDependencies patch
@swc/core (source) ^1.16.1^1.16.2 age confidence dependencies patch
@types/node (source) ^24.13.3^24.13.4 age confidence devDependencies patch
eslint-plugin-regexp ^3.2.0^3.3.0 age confidence devDependencies minor
globals ^17.11.0^17.12.0 age confidence devDependencies minor
lint-staged ^17.4.1^17.5.1 age confidence devDependencies minor
magic-string ^1.2.3^1.3.1 age confidence dependencies minor
oxc-transform-react (source) ^0.147.0^0.149.0 age confidence devDependencies minor
oxfmt (source) ^0.65.0^0.67.0 age confidence devDependencies minor
playwright-chromium (source) ^1.62.1^1.63.0 age confidence devDependencies minor
pnpm/action-setup v6.0.10v6.1.0 age confidence action minor
rolldown (source) ^1.2.6^1.2.8 age confidence devDependencies patch
srvx ^0.12.7^0.12.8 age confidence dependencies patch
tinyexec ^1.3.0^1.3.1 age confidence devDependencies patch
tsdown (source) ^0.22.14^0.23.0 age confidence devDependencies minor
typescript-eslint (source) ^8.69.0^8.70.0 age confidence devDependencies minor
vite (source) ^8.2.2^8.3.0 age confidence devDependencies minor
wrangler (source) ^4.127.1^4.131.1 age confidence devDependencies minor
zizmorcore/zizmor-action v0.6.3v0.6.4 age confidence action patch

Release Notes

babel/babel (@​babel/core)

v8.0.5

Compare Source

👓 Spec Compliance
🐛 Bug Fix
📝 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-env
  • babel-node
  • babel-types
🏃‍♀️ Performance
cloudflare/workers-sdk (@​cloudflare/vite-plugin)

v1.54.8

Compare Source

Patch Changes

v1.54.7

Compare Source

Patch Changes

v1.54.6

Compare Source

Patch Changes

v1.54.5

Compare Source

Patch Changes
  • #​15519 e004845 Thanks @​devaniketh! - Preserve HTTP/2 :authority header and non-default port in dev server requests

    When Vite runs over HTTPS with HTTP/2 enabled, browsers send authority via the :authority pseudo-header rather than Host. Previously, pseudo-headers were omitted when creating Fetch requests, causing non-default ports to be dropped from request.url and X-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.4

Compare Source

Patch Changes

v1.54.3

Compare Source

Patch Changes
microsoft/playwright (@​playwright/test)

v1.63.0

Compare Source

rolldown/plugins (@​rolldown/plugin-babel)

v0.2.4

Bug Fixes
Miscellaneous Chores
swc-project/swc (@​swc/core)

v1.16.2

Compare Source

Bug Fixes
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
Refactor
Testing
Ci
ota-meshi/eslint-plugin-regexp (eslint-plugin-regexp)

v3.3.0

Compare Source

Minor Changes
  • Handle matchAll().take()/.drop() capture usage (#​1042)
sindresorhus/globals (globals)

v17.12.0

Compare Source


lint-staged/lint-staged (lint-staged)

v17.5.1

Compare Source

Patch Changes
  • #​1852 bfcca94 - Fix TypeScript issue TS1254 from defineConfig() by changing the signature from const to a function:

    A 'const' initializer in an ambient context must be a string or numeric literal or literal enum reference.

v17.5.0

Compare Source

Minor Changes
  • #​1847 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 the FORCE_COLOR environment variable.

  • #​1845 7e5ece8 - Update tinyexec@1.3.1 so that local binaries from node_modules/.bin are resolved starting from the directory of each lint-staged configuration file (in monorepo setups). This behavior was broken in lint-staged@16.3.0 where they were only resolved from the current working directory and up.

  • #​1845 eb8a4e3 - Do not try to restore untracked files when using --hide-all and there is no initial commit yet.

Rich-Harris/magic-string (magic-string)

v1.3.1

Compare Source

oxc-project/oxc (oxc-transform-react)

v0.148.0

🐛 Bug Fixes
  • e74de61 transform-react: Match Babel diagnostic reporting (#​26128) (Boshen)
oxc-project/oxc (oxfmt)

v0.67.0

Compare Source

🛡️ Security

v0.66.0

Compare Source

pnpm/action-setup (pnpm/action-setup)

v6.1.0

Compare Source

What's Changed

Full Changelog: pnpm/action-setup@v6.0.10...v6.1.0

rolldown/rolldown (rolldown)

v1.2.8

Compare Source

🚀 Features
🐛 Bug Fixes
📚 Documentation
⚡ Performance
🧪 Testing
⚙️ Miscellaneous Tasks
❤️ New Contributors

v1.2.7

Compare Source

🐛 Bug Fixes
🧪 Testing
⚙️ Miscellaneous Tasks
tinylibs/tinyexec (tinyexec)

v1.3.1

Compare Source

What's Changed

  • chore(deps-dev): bump the development-dependencies group across 1 directory with 4 updates by @​dependabot[bot] in #​163
  • chore(deps-dev): bump the development-dependencies group with 2 updates by @​dependabot[bot] in #​165
  • fix: resolve node_modules/.bin from nodeOptions.cwd instead of current process cwd by @​iiroj in #​166
  • chore(deps-dev): bump the development-dependencies group with 4 updates by @​dependabot[bot] in #​167
  • chore(deps-dev): bump the development-dependencies group with 3 updates by @​dependabot[bot] in #​171

Full Changelog: tinylibs/tinyexec@1.3.0...1.3.1

rolldown/tsdown (tsdown)

v0.23.0

Compare Source

   🧭 Migration Guide

Most users can upgrade directly. Before upgrading, run one final build with tsdown@0.22.14 and resolve all deprecation warnings.

  • config:
    • bundle: falseunbundle: true; bundle: true can be removed
    • outExtensionoutExtensions
    • publicDir / --public-dircopy / --copy
    • removeNodeProtocol: truenodeProtocol: 'strip'
    • injectStylecss.inject
  • deps:
    • inlineOnly / deps.onlyAllowBundledeps.onlyBundle
    • skipNodeModulesBundle: truedeps.neverBundle: true
    • resolveDepSubpath now defaults to false; set it to true to preserve the previous behavior
  • dts:
    • Select a generator with dts.generator, for example { generator: 'oxc' }
    • dts.cjsReexport was removed; dual-format builds now generate CJS declarations in a separate pass
  • attw:
    • The default profile changed from strict to esm-only; set profile: 'strict' to preserve the previous checks
  • programmatic API:
    • build() now returns { bundles, watch }; replace const bundles = await build() with const { bundles } = await build()
  • requirements:
    • Node.js 25 is no longer supported; use ^22.18.0, ^24.11.0, or >=26.0.0
    • The packages no longer publish legacy types and typesVersions fallbacks; use TypeScript’s bundler, node16, or nodenext module resolution
   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes

Important

✂ PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies label Sep 7, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from b595d3a to 2077f3d Compare September 10, 2026 21:35
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 2077f3d to 952de60 Compare September 11, 2026 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants