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.2
2.3.0
->2.4.0
^3.1.0
->^3.1.1
^17.5.6
->^17.6.3
5.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.0
10.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.3
2.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.5
Release Notes
microsoft/playwright (@playwright/test)
v1.53.0
Compare 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
kind
in 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 --list
will 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.5
2025-06-14
Bugfixes
v28.0.4
2025-06-14
Bugfixes
shikijs/shiki (@shikijs/transformers)
v3.6.0
Compare Source
🚀 Features
colorsRendering
option - by @antfu (0f850)View changes on GitHub
v3.5.0
Compare 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.1
Compare Source
🚀 Features
🐞 Bug Fixes
ring
offset size rule - by @zyyv in https://github.com/unocss/unocss/issues/4741 (34b5c)View changes on GitHub
v66.2.0
Compare Source
🚀 Features
color-interpolation-method
parsed - by @zyyv in https://github.com/unocss/unocss/issues/4729 (ce433)🐞 Bug Fixes
View changes on GitHub
v66.1.4
Compare 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.2
Compare Source
Suggest
@vitejs/plugin-react-oxc
if rolldown-vite is detected #491Emit a log which recommends
@vitejs/plugin-react-oxc
whenrolldown-vite
is detected to improve performance and use Oxc under the hood. The warning can be disabled by settingdisableOxcRecommendation: false
in the plugin options.Use
optimizeDeps.rollupOptions
instead ofoptimizeDeps.esbuildOptions
for rolldown-vite #489This suppresses the warning about
optimizeDeps.esbuildOptions
being 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.1
Compare 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.0
Compare Source
🚀 Features
View changes on GitHub
DerYeger/yeger (d3-graph-controller)
v3.1.1
Compare Source
Patch Changes
1495547
: migrate to pnpm catalogs and bump deps1495547
]immutable-js/immutable-js (immutable)
v5.1.3
Compare 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.4
Compare Source
What's Changed
New Contributors
Full Changelog: chaijs/loupe@v3.1.3...v3.1.4
mswjs/msw (msw)
v2.10.2
Compare Source
v2.10.2 (2025-06-09)
Bug Fixes
Response.error()
andHttpResponse.error()
as mocked responses (#2132) (72cc8dd
) @jacquesg @kettanaitov2.10.1
Compare Source
v2.10.1 (2025-06-07)
Bug Fixes
@mswjs/interceptors
to support WebSocket server protocol (#2528) (6704fa0
) @kettanaitov2.10.0
Compare Source
v2.10.0 (2025-06-07)
Features
run
method (#2527) (94fc78e
) @kettanaitov2.9.0
Compare Source
v2.9.0 (2025-06-03)
Features
request
reference within theRESPONSE
event (#2510) (4256351
) @kettanaitopnpm/pnpm (pnpm)
v10.12.1
Minor Changes
Experimental. Added support for global virtual stores. When enabled,
node_modules
contains 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: true
in 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 update
command now supports updatingcatalog:
protocol dependencies and writes new specifiers topnpm-workspace.yaml
.--save-catalog
and--save-catalog-name=<name>
) topnpm add
to save new dependencies as catalog entries.catalog:
orcatalog:<name>
will be added topackage.json
and the package specifier will be added to thecatalogs
orcatalog[<name>]
object inpnpm-workspace.yaml
#9425.ci
for explicitly telling pnpm if the current environment is a CI or not.Patch Changes
pnpm patch
using semantic versioning rules.v10.11.1
Compare Source
Patch Changes
pnpm deploy --legacy
creates unexpected directories when the rootpackage.json
has a workspace package as a peer dependency #9550.strictPeerDependencies
istrue
but all issues are ignored bypeerDependencyRules
#9505.pnpm_config_
env variables instead ofnpm_config_
#9571.--lockfile-only
flag onpnpm update
to produce a differentpnpm-lock.yaml
than an update without the flag.pnpm deploy
work in repos withoverrides
wheninject-workspace-packages=true
#9283.pnpm -r --silent run
should not print out section #9563.rollup/rollup (rollup)
v4.43.0
Compare Source
2025-06-11
Features
fs
option andthis.fs
API to replace file system (#5944)Pull Requests
v4.42.0
Compare Source
2025-06-06
Features
Pull Requests
allowInputInsideOutputPath
option (@btea, @lukastaegert)v4.41.2
Compare Source
2025-06-06
Bug Fixes
then
and non-arrow function expressions (#5977)Pull Requests
privatenumber/tsx (tsx)
v4.20.3
Compare Source
v4.20.2
Compare Source
v4.20.1
Compare Source
v4.20.0
Compare Source
unplugin/unplugin-isolated-decl (unplugin-isolated-decl)
v0.14.3
Compare Source
No significant changes
View changes on GitHub
vuejs/vitepress (vitepress)
v2.0.0-alpha.6
Compare Source
Bug Fixes
preserveEntrySignatures
for rolldown-vite (#4784) (4351bc0)Features
oxc-minify
instead oftransformWithEsbuild
when rolldown-vite is used (#4748) (7c1dc48)2.0.0-alpha.5 (2025-04-21)
Bug Fixes
pre
and remove unnecessary transformers (#4652) (db58af5), closes #4652Features
isHome
frontmatter option (#4673) (544cd81), closes #4673custom-block-title-default
class when default title is used for containers (#4643) (63079bf)dir=ltr
by default on code block pre elements instead of relying on css (19faa16)Performance Improvements
module.enableCompileCache()
(70de34c)BREAKING CHANGES
useLocalNav
anduseSidebar
are 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.DocSidebar
andDefaultTheme.DocLocalNav
types are also removed.vp-adaptive-theme
class 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.shiki
block to keep things generic.vp-code
class is no longer added to code blocks. Use.shiki
orpre.shiki
or[class*='language-'] pre
instead. People not customizing their themes are not affected.2.0.0-alpha.4 (2025-03-09)
Bug Fixes
tabindex
attr 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.