fix(deps): update all non-major dependencies#1149
Merged
Conversation
hi-ogawa
reviewed
Mar 16, 2026
Comment on lines
+81
to
+82
| beforeAll(async ({}, suite) => { | ||
| testPath = suite.file.filepath! |
Contributor
There was a problem hiding this comment.
This wasn't undocumented feature and Vitest 4.1 intentionally broke it in vitest-dev/vitest#9786
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:
^1.26.1→^1.28.0^0.2.0→^0.2.11.0.0-rc.7→1.0.0-rc.9^4.16.1→^4.16.2^3.0.0→^3.1.0^16.3.2→^16.4.0^0.36.0→^0.40.010.31.0→10.32.1v4.2.0→v4.4.01.0.0-rc.7→1.0.0-rc.9^0.11.8→^0.11.12^1.0.2→^1.0.4^0.21.0→^0.21.3^8.56.1→^8.57.0^8.0.0-beta.16→^8.0.0^4.0.18→^4.1.0^4.71.0→^4.73.0Release Notes
cloudflare/workers-sdk (@cloudflare/vite-plugin)
v1.28.0Compare Source
Minor Changes
#12855
c2b76bcThanks @jamesopstad! - Support local explorer/cdn-cgi/routesThe local explorer UI can now be accessed at
/cdn-cgi/explorer.Patch Changes
#12834
64edac7Thanks @jamesopstad! - Warn when theassetsfield is provided for auxiliary WorkersAuxiliary Workers do not support static assets. Previously, the
assetsfield was silently ignored but we now warn if it is used.#12794
b980af6Thanks @aron-cf! - Fix Sandbox SDK preview URL WebSocket routingWhen using Sandbox SDK preview URLs, WebSocket requests using the
vite-hmrprotocol 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]:v1.27.0Compare Source
Minor Changes
#12826
de65c58Thanks @gabivlj! - Enable container egress interception in local dev without theexperimentalcompatibility flagContainer 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
5451a7f,5451a7f,82cc2a8,3c67c2a,d645594,211d75d,6ed249b,9f93b54,de65c58,cb14820,a7c87d1,b8c33f5,e4d9510]:rolldown/plugins (@rolldown/plugin-babel)
v0.2.1Bug Fixes
rolldown/rolldown (@rolldown/pluginutils)
v1.0.0-rc.9Compare Source
💥 BREAKING CHANGES
🚀 Features
🐛 Bug Fixes
falseto'dce-only'(#8620) by @shulaoda💼 Other
🚜 Refactor
📚 Documentation
⚡ Performance
🧪 Testing
⚙️ Miscellaneous Tasks
--no-runbuild step from cargo-test (#8623) by @Boshencargo-shearto toggle Cargo.toml [lib] test = bool (#8622) by @Boshenv1.0.0-rc.8Compare Source
🚀 Features
🐛 Bug Fixes
🚜 Refactor
📚 Documentation
formatoption to directives example config (#8590) by @shulaoda⚡ Performance
🧪 Testing
⚙️ Miscellaneous Tasks
output.strictoption (#8535) by @minsoo-web❤️ New Contributors
un-ts/eslint-plugin-import-x (eslint-plugin-import-x)
v4.16.2Compare Source
Patch Changes
#457
1da4043Thanks @SukkaW! - Make theno-unused-modulesrule 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 newsuppressMissingFileEnumeratorAPIWarningrule option (import-x/no-unused-modules: ['error', { suppressMissingFileEnumeratorAPIWarning: true }]).#450
a51be0fThanks @andrewgaun! - fix(deps): Bumping minimatch 10 version to avoid dependency with a critical vulnerabilityUpdating the minimum
minimatch10 version to 10.1.2 which updates a dependency (@isaacs/brace-expansion) with a critical vulnerability. See GHSA-7h2j-956f-4vf2#466
b669acaThanks @SukkaW! - Makeeslint-plugin-import-xcompatible with ESLint'sdefineConfig#434
a3aae61Thanks @stepankuzmin! - fix(deps): replace type-fest with @package-json/typesPackageJson 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
60312eeThanks @SukkaW! - Bump peer deps version range to include ESLint 10 support#443
b416a8aThanks @baevm! - consistent-type-specifier-style: Add exception for TS resolution-mode import attributes#454
d3f8d67Thanks @SukkaW! - First step toward ESLint 10 support:sourceTypedetermination now preferscontext.languageOptionswhen possiblecontext.parserOptionsno longer results in crashes with ESLint 10getParserandgetParserPathimplementations into onegetParserOrPath#406
d0a7816Thanks @marcalexiei! - fix(package): remove config and rules exports pointing to empty filesota-meshi/eslint-plugin-regexp (eslint-plugin-regexp)
v3.1.0Compare Source
Minor Changes
lint-staged/lint-staged (lint-staged)
v16.4.0Compare Source
Minor Changes
687fc90Thanks @hyperz111! - Replacemicromatchwithpicomatchto reduce dependencies.v16.3.4Compare Source
Patch Changes
9d6e827Thanks @iiroj! - Update dependencies, includingtinyexec@1.0.4to make sure localnode_modules/.binare preferred to global locations (released intinyexec@1.0.3).v16.3.3Compare Source
Patch Changes
0109e8dThanks @iiroj! - Make sure Git's warning about CRLF line-endings doesn't interfere with creating initial backup stash.oxc-project/oxc (oxfmt)
v0.40.0Compare Source
🐛 Bug Fixes
bc20217oxlint,oxfmt: Omit useless| nullforOption<T>field from schema (#20273) (leaysgur)v0.39.0Compare Source
v0.38.0Compare Source
v0.37.0Compare Source
pnpm/pnpm (pnpm)
v10.32.1: pnpm 10.32.1Compare Source
Patch Changes
pnpm-workspace.yamlwithout apackagesfield caused all directories to be treated as workspace projects. This broke projects that usepnpm-workspace.yamlonly for settings (e.g.minimumReleaseAge) without defining workspace packages #10909.Platinum Sponsors
Gold Sponsors
v10.32.0: pnpm 10.32Compare Source
Minor Changes
--allflag topnpm approve-buildsthat approves all pending builds without interactive prompts #10136.Patch Changes
lockfile-include-tarball-url. Fixes #10915.Platinum Sponsors
Gold Sponsors
pnpm/action-setup (pnpm/action-setup)
v4.4.0Compare Source
Updated the action to use Node.js 24.
v4.3.0Compare Source
What's Changed
@types/node-fetchdependency by @silverwind in #186New Contributors
Full Changelog: pnpm/action-setup@v4.2.0...v4.3.0
h3js/srvx (srvx)
v0.11.12Compare Source
compare changes
🩹 Fixes
pipeBodystability and performance (4051f22)❤️ Contributors
v0.11.11Compare Source
compare changes
🩹 Fixes
pipeBody(5e731ef)✅ Tests
pipeBody(f746e79)❤️ Contributors
v0.11.10Compare Source
compare changes
🩹 Fixes
entries()iterator (4ed7453)🏡 Chore
❤️ Contributors
v0.11.9Compare Source
compare changes
🩹 Fixes
🏡 Chore
❤️ Contributors
tinylibs/tinyexec (tinyexec)
v1.0.4Compare Source
What's Changed
New Contributors
Full Changelog: tinylibs/tinyexec@1.0.3...1.0.4
v1.0.3Compare Source
What's Changed
node_modules/.binexecutables to globally installed ones by @iiroj in #87New Contributors
Full Changelog: tinylibs/tinyexec@1.0.2...1.0.3
rolldown/tsdown (tsdown)
v0.21.3Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v0.21.2Compare Source
🚨 Breaking Changes
exe.outDirfor separate executable output dir, defaults tobuild- by @sxzz (d49ef)🚀 Features
rootoption for controlling output directory structure - by @sxzz (bad2d)onlyAllowBundletoonlyBundle- by @peaklabs-dev and @sxzz in #819 (cbd7b)🐞 Bug Fixes
View changes on GitHub
v0.21.1Compare Source
🚨 Breaking Changes
@tsdown/csspackage - 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.
This PR was generated by Mend Renovate. View the repository job log.