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

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.10 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.5 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.4.1 age confidence dependencies minor
oxc-transform-react (source) ^0.147.0^0.150.0 age confidence devDependencies minor
oxfmt (source) ^0.65.0^0.68.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
react-router (source) 8.3.18.4.0 age confidence dependencies 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
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
vitest (source) ^5.0.0^5.0.1 age confidence devDependencies patch
wrangler (source) ^4.127.1^4.132.0 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.10

Compare Source

Patch Changes
  • #​14775 1be7b97 Thanks @​dario-piotrowicz! - Sync Local Explorer endpoint lists across agent hints

    The Local Explorer endpoint list is now consistent across the three places it appears: the AGENTS.md template in create-cloudflare, the runtime agent hint in wrangler dev, and the Vite plugin agent hint. All three now include the observability/clear endpoint, use the canonical /cdn-cgi/local/explorer path, and have cross-reference comments pointing to each other.

  • #​15399 982b806 Thanks @​tpmmorris! - Improve over-limit run_worker_first errors when duplicate rules are present

    The error now reports distinct and duplicate-entry counts and lists duplicated rules, making it clear when removing redundant entries can bring the configuration within the limit.

    Too many `run_worker_first` rules were provided; 105 rules provided (99 distinct, 6 duplicate entries) exceeds max of 100. Note: duplicate entries count towards the route limit. Ensure that no duplicate rules are present in your `run_worker_first` configuration.
    
    The duplicated rules found are:
    - "/rule/0"
    - "/rule/1"
    - "/rule/2"
    - "/rule/3"
    - "/rule/4"
    ...and 1 more duplicated rule.
    
  • Updated dependencies [1be7b97, b149147, 7db596c, 76c0ce6, a83d7ac, a0856da, e35c4a1, d3565a5, a83d7ac, cb0955f, fa79b26, 16d1310, ca71205, 1015cfb, 982b806, ffabe74, 7db596c, e03822a, a83d7ac, 641df47, c4a6279]:

v1.54.9

Compare Source

Patch Changes
  • #​15574 164e4fb Thanks @​RealBhupesh! - Ignore .wrangler persistence writes in Vite's file watcher

    Miniflare stores local D1, KV, R2, and observability state under .wrangler/state. Those writes were watched as source changes on Linux and Windows, which fired every plugin hotUpdate hook and could make page loads take seconds. The plugin now ignores **/.wrangler/** while preserving any server.watch.ignored patterns already set by the user.

  • Updated dependencies [8997652]:

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.4.1

Compare Source

Bug Fixes
  • flush the shared encoder buffer at the end of every drain (#​356) (f682ccf)

v1.4.0

Compare Source

Bug Fixes
  • don't resurrect removed content in replace/replaceAll (#​352) (c847b0e)
Features
Performance Improvements
  • encode mappings incrementally in generateMap to cut peak memory (#​350) (1401f6c)

1.3.2 (2026-09-15)

Bug Fixes
  • carry trimStart and trimEnd into the outro and intro (#​348) (07d2fcb)
  • preserve inserts anchored to the edges of a removed range (#​282) (#​349) (bd7ee85)
  • return an empty slice when the end index resolves to zero (#​346) (5531971)
  • treat moving a range to where it already sits as a no-op (#​347) (22ed11b)

1.3.1 (2026-09-10)

v1.3.2

Compare Source

Bug Fixes
  • don't resurrect removed content in replace/replaceAll (#​352) (c847b0e)
Features
Performance Improvements
  • encode mappings incrementally in generateMap to cut peak memory (#​350) (1401f6c)

1.3.2 (2026-09-15)

Bug Fixes
  • carry trimStart and trimEnd into the outro and intro (#​348) (07d2fcb)
  • preserve inserts anchored to the edges of a removed range (#​282) (#​349) (bd7ee85)
  • return an empty slice when the end index resolves to zero (#​346) (5531971)
  • treat moving a range to where it already sits as a no-op (#​347) (22ed11b)

1.3.1 (2026-09-10)

v1.3.1

Compare Source

Bug Fixes
  • don't resurrect removed content in replace/replaceAll (#​352) (c847b0e)
Features
Performance Improvements
  • encode mappings incrementally in generateMap to cut peak memory (#​350) (1401f6c)

1.3.2 (2026-09-15)

Bug Fixes
  • carry trimStart and trimEnd into the outro and intro (#​348) (07d2fcb)
  • preserve inserts anchored to the edges of a removed range (#​282) (#​349) (bd7ee85)
  • return an empty slice when the end index resolves to zero (#​346) (5531971)
  • treat moving a range to where it already sits as a no-op (#​347) (22ed11b)

1.3.1 (2026-09-10)

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.68.0

Compare Source

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: <https:/

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 10 times, most recently from 2077f3d to 952de60 Compare September 11, 2026 14:42
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 49e6ad4 to b1fbadc Compare September 16, 2026 00:36
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from b1fbadc to a1f94ec Compare September 16, 2026 05:48
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