fix(deps): update all non-major dependencies #8123
Merged
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.2.8->^1.2.9^1.52.0->^1.53.0^28.0.3->^28.0.5^3.4.2->^3.6.0^3.4.2->^3.6.0^1.0.7->^1.0.8^22.15.29->^22.15.32^20.17.57->^20.19.1^19.1.6->^19.1.8^66.1.3->^66.2.1^4.5.0->^4.5.22.3.0->2.4.0^3.1.0->^3.1.1^17.5.6->^17.6.35.1.2->5.1.3^1.6.0->^1.7.0^3.1.3->^3.1.4^2.8.7->^2.10.2^1.52.0->^1.53.0^1.52.0->^1.53.010.11.0->10.12.1^4.41.1->^4.43.0^4.19.4->^4.20.3^66.1.3->^66.2.1^0.14.2->^0.14.32.0.0-alpha.5->2.0.0-alpha.6^1.5.5->^1.6.0^0.2.0->^0.3.0^8.5.4->^8.5.5Release Notes
microsoft/playwright (@playwright/test)
v1.53.0Compare Source
Trace Viewer and HTML Reporter Updates
New Steps in Trace Viewer and HTML reporter:
New option in
'html'reporter to set the title of a specific test run:Miscellaneous
New option
kindin testInfo.snapshotPath() controls which snapshot path template is used.New method locator.describe() to describe a locator. Used for trace viewer and reports.
npx playwright install --listwill now list all installed browsers, versions and locations.Browser Versions
This version was also tested against the following stable channels:
rollup/plugins (@rollup/plugin-commonjs)
v28.0.52025-06-14
Bugfixes
v28.0.42025-06-14
Bugfixes
shikijs/shiki (@shikijs/transformers)
v3.6.0Compare Source
🚀 Features
colorsRenderingoption - by @antfu (0f850)View changes on GitHub
v3.5.0Compare Source
🚀 Features
light-dark()function in dual themes - by @dahlia and @antfu in https://github.com/shikijs/shiki/issues/1028 (119b2)🐞 Bug Fixes
View changes on GitHub
unocss/unocss (@unocss/reset)
v66.2.1Compare Source
🚀 Features
🐞 Bug Fixes
ringoffset size rule - by @zyyv in https://github.com/unocss/unocss/issues/4741 (34b5c)View changes on GitHub
v66.2.0Compare Source
🚀 Features
color-interpolation-methodparsed - by @zyyv in https://github.com/unocss/unocss/issues/4729 (ce433)🐞 Bug Fixes
View changes on GitHub
v66.1.4Compare Source
🚀 Features
@unocss !<layer-name>to exclude a layer - by @songpola and @zyyv in https://github.com/unocss/unocss/issues/4698 (bd9c9)🐞 Bug Fixes
resolveId- by @songpola in https://github.com/unocss/unocss/issues/4702 (a2acc)🏎 Performance
support-variant close #4704 - by @zyyv in https://github.com/unocss/unocss/issues/4704 (8224a)View changes on GitHub
vitejs/vite-plugin-react (@vitejs/plugin-react)
v4.5.2Compare Source
Suggest
@vitejs/plugin-react-oxcif rolldown-vite is detected #491Emit a log which recommends
@vitejs/plugin-react-oxcwhenrolldown-viteis detected to improve performance and use Oxc under the hood. The warning can be disabled by settingdisableOxcRecommendation: falsein the plugin options.Use
optimizeDeps.rollupOptionsinstead ofoptimizeDeps.esbuildOptionsfor rolldown-vite #489This suppresses the warning about
optimizeDeps.esbuildOptionsbeing deprecated in rolldown-vite.Add Vite 7-beta to peerDependencies range #497
React plugins are compatible with Vite 7, this removes the warning when testing the beta.
v4.5.1Compare Source
Add explicit semicolon in preambleCode #485
This fixes an edge case when using HTML minifiers that strips line breaks aggressively.
antfu/birpc (birpc)
v2.4.0Compare Source
🚀 Features
View changes on GitHub
DerYeger/yeger (d3-graph-controller)
v3.1.1Compare Source
Patch Changes
1495547: migrate to pnpm catalogs and bump deps1495547]immutable-js/immutable-js (immutable)
v5.1.3Compare Source
TypeScript
Documentation
There has been a huge amount of changes in the documentation, mainly migrate from an autogenerated documentation from .d.ts file, to a proper documentation in markdown.
The playground has been included on nearly all method examples.
We added a page about browser extensions too: https://immutable-js.com/browser-extension/
Internal
chaijs/loupe (loupe)
v3.1.4Compare Source
What's Changed
New Contributors
Full Changelog: chaijs/loupe@v3.1.3...v3.1.4
mswjs/msw (msw)
v2.10.2Compare Source
v2.10.2 (2025-06-09)
Bug Fixes
Response.error()andHttpResponse.error()as mocked responses (#2132) (72cc8dd) @jacquesg @kettanaitov2.10.1Compare Source
v2.10.1 (2025-06-07)
Bug Fixes
@mswjs/interceptorsto support WebSocket server protocol (#2528) (6704fa0) @kettanaitov2.10.0Compare Source
v2.10.0 (2025-06-07)
Features
runmethod (#2527) (94fc78e) @kettanaitov2.9.0Compare Source
v2.9.0 (2025-06-03)
Features
requestreference within theRESPONSEevent (#2510) (4256351) @kettanaitopnpm/pnpm (pnpm)
v10.12.1Minor Changes
Experimental. Added support for global virtual stores. When enabled,
node_modulescontains only symlinks to a central virtual store, rather tonode_modules/.pnpm. By default, this central store is located at<store-path>/links(you can find the store path by runningpnpm store path).In the central virtual store, each package is hard linked into a directory whose name is the hash of its dependency graph. This allows multiple projects on the system to symlink shared dependencies from this central location, significantly improving installation speed when a warm cache is available.
To enable the global virtual store, set
enableGlobalVirtualStore: truein your rootpnpm-workspace.yaml, or globally via:NOTE: In CI environments, where caches are typically cold, this setting may slow down installation. pnpm automatically disables the global virtual store when running in CI.
Related PR: #8190
pnpm updatecommand now supports updatingcatalog:protocol dependencies and writes new specifiers topnpm-workspace.yaml.--save-catalogand--save-catalog-name=<name>) topnpm addto save new dependencies as catalog entries.catalog:orcatalog:<name>will be added topackage.jsonand the package specifier will be added to thecatalogsorcatalog[<name>]object inpnpm-workspace.yaml#9425.cifor explicitly telling pnpm if the current environment is a CI or not.Patch Changes
pnpm patchusing semantic versioning rules.v10.11.1Compare Source
Patch Changes
pnpm deploy --legacycreates unexpected directories when the rootpackage.jsonhas a workspace package as a peer dependency #9550.strictPeerDependenciesistruebut all issues are ignored bypeerDependencyRules#9505.pnpm_config_env variables instead ofnpm_config_#9571.--lockfile-onlyflag onpnpm updateto produce a differentpnpm-lock.yamlthan an update without the flag.pnpm deploywork in repos withoverrideswheninject-workspace-packages=true#9283.pnpm -r --silent runshould not print out section #9563.rollup/rollup (rollup)
v4.43.0Compare Source
2025-06-11
Features
fsoption andthis.fsAPI to replace file system (#5944)Pull Requests
v4.42.0Compare Source
2025-06-06
Features
Pull Requests
allowInputInsideOutputPathoption (@btea, @lukastaegert)v4.41.2Compare Source
2025-06-06
Bug Fixes
thenand non-arrow function expressions (#5977)Pull Requests
privatenumber/tsx (tsx)
v4.20.3Compare Source
v4.20.2Compare Source
v4.20.1Compare Source
v4.20.0Compare Source
unplugin/unplugin-isolated-decl (unplugin-isolated-decl)
v0.14.3Compare Source
No significant changes
View changes on GitHub
vuejs/vitepress (vitepress)
v2.0.0-alpha.6Compare Source
Bug Fixes
preserveEntrySignaturesfor rolldown-vite (#4784) (4351bc0)Features
oxc-minifyinstead oftransformWithEsbuildwhen rolldown-vite is used (#4748) (7c1dc48)2.0.0-alpha.5 (2025-04-21)
Bug Fixes
preand remove unnecessary transformers (#4652) (db58af5), closes #4652Features
isHomefrontmatter option (#4673) (544cd81), closes #4673custom-block-title-defaultclass when default title is used for containers (#4643) (63079bf)dir=ltrby default on code block pre elements instead of relying on css (19faa16)Performance Improvements
module.enableCompileCache()(70de34c)BREAKING CHANGES
useLocalNavanduseSidebarare removed in favor ofuseLayout. To migrate, just do find and replace. Sidebar controls are no longer exported, but we didn't find any usage on GitHub. If there is demand, we can export respective composables later.DefaultTheme.DocSidebarandDefaultTheme.DocLocalNavtypes are also removed.vp-adaptive-themeclass is no longer added to code blocks when there is single theme. Theme authors supporting single code theme can use.shiki:not(.shiki-themes)as selector. Alternatively, it might be better to use the bg/fg variables set on the.shikiblock to keep things generic.vp-codeclass is no longer added to code blocks. Use.shikiorpre.shikior[class*='language-'] preinstead. People not customizing their themes are not affected.2.0.0-alpha.4 (2025-03-09)
Bug Fixes
tabindexattr in table renderer (#4082) ([aadc517](https://redirect.github.comConfiguration
📅 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.