Skip to content

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

Merged
hi-ogawa merged 3 commits intomainfrom
renovate/all-minor-patch
Mar 16, 2026
Merged

fix(deps): update all non-major dependencies#1149
hi-ogawa merged 3 commits intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 16, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@cloudflare/vite-plugin (source) ^1.26.1^1.28.0 age confidence devDependencies minor
@rolldown/plugin-babel (source) ^0.2.0^0.2.1 age confidence devDependencies patch
@rolldown/pluginutils (source) 1.0.0-rc.71.0.0-rc.9 age confidence dependencies patch
eslint-plugin-import-x ^4.16.1^4.16.2 age confidence devDependencies patch
eslint-plugin-regexp ^3.0.0^3.1.0 age confidence devDependencies minor
lint-staged ^16.3.2^16.4.0 age confidence devDependencies minor
oxfmt (source) ^0.36.0^0.40.0 age confidence devDependencies minor
pnpm (source) 10.31.010.32.1 age confidence packageManager minor
pnpm/action-setup v4.2.0v4.4.0 age confidence action minor
rolldown (source) 1.0.0-rc.71.0.0-rc.9 age confidence devDependencies patch
srvx (source) ^0.11.8^0.11.12 age confidence dependencies patch
tinyexec ^1.0.2^1.0.4 age confidence devDependencies patch
tsdown (source) ^0.21.0^0.21.3 age confidence devDependencies patch
typescript-eslint (source) ^8.56.1^8.57.0 age confidence devDependencies minor
vite (source) ^8.0.0-beta.16^8.0.0 age confidence devDependencies patch
vitest (source) ^4.0.18^4.1.0 age confidence devDependencies minor
wrangler (source) ^4.71.0^4.73.0 age confidence devDependencies minor

Release Notes

cloudflare/workers-sdk (@​cloudflare/vite-plugin)

v1.28.0

Compare Source

Minor Changes
Patch Changes
  • #​12834 64edac7 Thanks @​jamesopstad! - Warn when the assets field is provided for auxiliary Workers

    Auxiliary Workers do not support static assets. Previously, the assets field was silently ignored but we now warn if it is used.

  • #​12794 b980af6 Thanks @​aron-cf! - Fix Sandbox SDK preview URL WebSocket routing

    When using Sandbox SDK preview URLs, WebSocket requests using the vite-hmr protocol could be dropped before they reached the worker, causing HMR to fail. The plugin now forwards Sandbox WebSocket traffic and preserves the original request origin/host so worker proxy logic receives the correct URL.

  • Updated dependencies [f7de0fd, ff543e3, 8e89e85, e63539d, 8d1e130, 6ee18e1, ecc7f79, 1dda1c8, 4bb61b9]:

    • miniflare@​4.20260312.0
    • wrangler@​4.73.0

v1.27.0

Compare Source

Minor Changes
  • #​12826 de65c58 Thanks @​gabivlj! - Enable container egress interception in local dev without the experimental compatibility flag

    Container local development now always prepares the egress interceptor sidecar image needed for interceptOutboundHttp(). This makes container-to-Worker interception available by default in Wrangler, Miniflare, and the Cloudflare Vite plugin.

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

v0.2.1

Bug Fixes
  • babel: ignore queries when applying ts / jsx parsers (#​11) (0ce3d49)
rolldown/rolldown (@​rolldown/pluginutils)

v1.0.0-rc.9

Compare Source

💥 BREAKING CHANGES
🚀 Features
🐛 Bug Fixes
💼 Other
🚜 Refactor
📚 Documentation
⚡ Performance
🧪 Testing
  • replace heavy filename_with_hash test with targeted hash fixtures (#​8597) by @​Boshen
⚙️ Miscellaneous Tasks
◀️ Revert

v1.0.0-rc.8

Compare Source

🚀 Features
🐛 Bug Fixes
🚜 Refactor
📚 Documentation
⚡ Performance
🧪 Testing
⚙️ Miscellaneous Tasks
❤️ New Contributors
un-ts/eslint-plugin-import-x (eslint-plugin-import-x)

v4.16.2

Compare Source

Patch Changes
  • #​457 1da4043 Thanks @​SukkaW! - Make the no-unused-modules rule no-op on ESLint 10 or later for now before we can implement an alternative. A warning message about this behavior is added, and can be suppressed with the new suppressMissingFileEnumeratorAPIWarning rule option (import-x/no-unused-modules: ['error', { suppressMissingFileEnumeratorAPIWarning: true }]).

  • #​450 a51be0f Thanks @​andrewgaun! - fix(deps): Bumping minimatch 10 version to avoid dependency with a critical vulnerability

    Updating the minimum minimatch 10 version to 10.1.2 which updates a dependency (@​isaacs/brace-expansion) with a critical vulnerability. See GHSA-7h2j-956f-4vf2

  • #​466 b669aca Thanks @​SukkaW! - Make eslint-plugin-import-x compatible with ESLint's defineConfig

  • #​434 a3aae61 Thanks @​stepankuzmin! - fix(deps): replace type-fest with @​package-json/types

    PackageJson types are imported in published declaration files (lib/rules/no-extraneous-dependencies.d.ts and lib/utils/read-pkg-up.d.ts), which causes TypeScript compilation errors for consumers who don't have skipLibCheck enabled. Replacing type-fest with the smaller @​package-json/types package ensures the types are available to all consumers while reducing bundle size.

  • #​458 60312ee Thanks @​SukkaW! - Bump peer deps version range to include ESLint 10 support

  • #​443 b416a8a Thanks @​baevm! - consistent-type-specifier-style: Add exception for TS resolution-mode import attributes

  • #​454 d3f8d67 Thanks @​SukkaW! - First step toward ESLint 10 support:

    • sourceType determination now prefers context.languageOptions when possible
    • Ensure context.parserOptions no longer results in crashes with ESLint 10
    • Merge getParser and getParserPath implementations into one getParserOrPath
  • #​406 d0a7816 Thanks @​marcalexiei! - fix(package): remove config and rules exports pointing to empty files

ota-meshi/eslint-plugin-regexp (eslint-plugin-regexp)

v3.1.0

Compare Source

Minor Changes
  • refactor: Name the default export 'regexp' (#​952)
lint-staged/lint-staged (lint-staged)

v16.4.0

Compare Source

Minor Changes

v16.3.4

Compare Source

Patch Changes

v16.3.3

Compare Source

Patch Changes
  • #​1740 0109e8d Thanks @​iiroj! - Make sure Git's warning about CRLF line-endings doesn't interfere with creating initial backup stash.
oxc-project/oxc (oxfmt)

v0.40.0

Compare Source

🐛 Bug Fixes
  • bc20217 oxlint,oxfmt: Omit useless | null for Option<T> field from schema (#​20273) (leaysgur)

v0.39.0

Compare Source

v0.38.0

Compare Source

v0.37.0

Compare Source

pnpm/pnpm (pnpm)

v10.32.1: pnpm 10.32.1

Compare Source

Patch Changes

  • Fix a regression where pnpm-workspace.yaml without a packages field caused all directories to be treated as workspace projects. This broke projects that use pnpm-workspace.yaml only for settings (e.g. minimumReleaseAge) without defining workspace packages #​10909.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Stackblitz
Workleap Nx

v10.32.0: pnpm 10.32

Compare Source

Minor Changes

  • Added --all flag to pnpm approve-builds that approves all pending builds without interactive prompts #​10136.

Patch Changes

  • Reverted change related to setting explicitly the npm config file path, which caused regressions.
  • Reverted fix related to lockfile-include-tarball-url. Fixes #​10915.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Stackblitz
Workleap Nx
pnpm/action-setup (pnpm/action-setup)

v4.4.0

Compare Source

Updated the action to use Node.js 24.

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: pnpm/action-setup@v4.2.0...v4.3.0

h3js/srvx (srvx)

v0.11.12

Compare Source

compare changes

🩹 Fixes
  • node: Improve pipeBody stability and performance (4051f22)
❤️ Contributors

v0.11.11

Compare Source

compare changes

🩹 Fixes
  • node: Handle duck-typed pipe objects in pipeBody (5e731ef)
✅ Tests
  • node: Add duck-typed pipe object test for pipeBody (f746e79)
❤️ Contributors

v0.11.10

Compare Source

compare changes

🩹 Fixes
  • node: Handle error and abort propagation for piped Node.js streams (77f879b)
  • node: Fallback to socket address on invalid Host header (#​192)
  • node: Combine duplicate headers in entries() iterator (4ed7453)
🏡 Chore
❤️ Contributors

v0.11.9

Compare Source

compare changes

🩹 Fixes
  • static: Use path separator instead of hardcoded slash (#​190)
  • fasturl, node: Normalize pathname if necessary (bd8c0d3)
🏡 Chore
❤️ Contributors
tinylibs/tinyexec (tinyexec)

v1.0.4

Compare Source

What's Changed

New Contributors

Full Changelog: tinylibs/tinyexec@1.0.3...1.0.4

v1.0.3

Compare Source

What's Changed

  • chore: enable dependabot, bump actions by @​43081j in #​60
  • chore: upgrade dependencies by @​43081j in #​62
  • chore(deps): bump actions/checkout from 5.0.0 to 5.0.1 in the github-actions group by @​dependabot[bot] in #​66
  • chore: add licenses to distributed code temporarily by @​43081j in #​69
  • chore(deps): bump actions/checkout from 5.0.1 to 6.0.0 in the github-actions group by @​dependabot[bot] in #​70
  • chore(deps): bump the github-actions group with 2 updates by @​dependabot[bot] in #​72
  • chore: bump node in CI by @​43081j in #​75
  • chore(deps-dev): bump the development-dependencies group across 1 directory with 8 updates by @​dependabot[bot] in #​74
  • chore(deps-dev): bump the development-dependencies group with 3 updates by @​dependabot[bot] in #​77
  • chore(deps): bump actions/setup-node from 6.1.0 to 6.2.0 in the github-actions group by @​dependabot[bot] in #​76
  • chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 in the github-actions group by @​dependabot[bot] in #​79
  • chore(deps-dev): bump the development-dependencies group with 6 updates by @​dependabot[bot] in #​80
  • chore(deps-dev): bump @​types/node from 25.0.10 to 25.2.0 in the development-dependencies group by @​dependabot[bot] in #​81
  • chore(deps-dev): bump the development-dependencies group across 1 directory with 6 updates by @​dependabot[bot] in #​83
  • chore(deps-dev): bump the development-dependencies group with 3 updates by @​dependabot[bot] in #​84
  • chore(deps-dev): bump @​types/node from 25.3.0 to 25.3.3 in the development-dependencies group by @​dependabot[bot] in #​85
  • fix: prefer local node_modules/.bin executables to globally installed ones by @​iiroj in #​87
  • chore(deps): bump actions/setup-node from 6.2.0 to 6.3.0 in the github-actions group by @​dependabot[bot] in #​88
  • chore(deps-dev): bump the development-dependencies group with 4 updates by @​dependabot[bot] in #​89

New Contributors

Full Changelog: tinylibs/tinyexec@1.0.2...1.0.3

rolldown/tsdown (tsdown)

v0.21.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.21.2

Compare Source

   🚨 Breaking Changes
  • exe: Add exe.outDir for separate executable output dir, defaults to build  -  by @​sxzz (d49ef)

Note: Executable is still an experimental feature and does not follow SemVer. Breaking changes may occur in any release.

   🚀 Features
   🐞 Bug Fixes
  • css: Skip data URIs and external URLs in CSS url() rebasing  -  by @​sxzz (13907)
    View changes on GitHub

v0.21.1

Compare Source

   🚨 Breaking Changes
  • css: Move all CSS support to @tsdown/css package  -  by @​sxzz in #​809 [(1b1a1)](https:/

Configuration

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

Comment on lines +81 to +82
beforeAll(async ({}, suite) => {
testPath = suite.file.filepath!
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This wasn't undocumented feature and Vitest 4.1 intentionally broke it in vitest-dev/vitest#9786

@hi-ogawa hi-ogawa merged commit 87e505b into main Mar 16, 2026
21 checks passed
@hi-ogawa hi-ogawa deleted the renovate/all-minor-patch branch March 16, 2026 05:53
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.

1 participant