chore(deps): update all non-major dependencies #514
+778
−756
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:
^22.15.30
->^22.15.32
^8.14.1
->^8.15.0
^10.1.1
->^10.2.0
^9.28.0
->^9.29.0
^16.1.0
->^16.1.2
10.11.1
->10.12.1
^1.0.0-beta.12
->^1.0.0-beta.17
^4.42.0
->^4.43.0
^0.12.7
->^0.12.8
^4.19.4
->^4.20.3
^66.1.3
->^66.2.3
^0.5.0
->^0.5.1
2.0.0-alpha.5
->2.0.0-alpha.6
^3.2.2
->^3.2.4
^3.5.16
->^3.5.17
Release Notes
acornjs/acorn (acorn)
v8.15.0
Compare Source
antfu-collective/bumpp (bumpp)
v10.2.0
Compare Source
🚀 Features
View changes on GitHub
eslint/eslint (eslint)
v9.29.0
Compare Source
lint-staged/lint-staged (lint-staged)
v16.1.2
Compare Source
Patch Changes
#1570
a7c0c88
Thanks @ItsNickBarry! - When using--diff-filter
with theD
option to include deleted staged files, lint-staged no longer tries to stage the deleted files, unless they're no longer deleted. Previously this caused an error fromgit add
likefatal: pathspec 'deleted-file' did not match any files
.38f942e
Thanks @iiroj! - Removed an extraneous log entry that printedshouldHidePArtiallyStagedFiles
to console output.v16.1.1
Compare Source
Patch Changes
#1565
3686977
Thanks @iiroj! - Lint-staged now explicitly warns about potential data loss when using--no-stash
.#1571
02299a9
Thanks @iiroj! - Function tasks (introduced in v16.0.0) only received the staged files matching the conpmnfigured glob, instead of all staged files.#1563
bc61c74
Thanks @iiroj! - This version fixes incorrect behavior where unstaged changes were committed when using the--no-stash
option. This happened because--no-stash
implied--no-hide-partially-staged
, meaning unstaged changes to files which also had other staged changes were added to the commit by lint-staged; this is no longer the case.The previous (incorrect) behavior can still be achieved by using both options
--no-stash --no-hide-partially-staged
at the same time.pnpm/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.rollup/rollup (rollup)
v4.43.0
Compare Source
2025-06-11
Features
fs
option andthis.fs
API to replace file system (#5944)Pull Requests
rolldown/tsdown (tsdown)
v0.12.8
Compare Source
🚀 Features
bundle
option - by @sxzz (d6faa)ResolvedOptions
- by @sxzz (13d9c)🐞 Bug Fixes
lastIndex
for regex - by @btea in https://github.com/rolldown/tsdown/issues/320 (1abc9)View changes on GitHub
privatenumber/tsx (tsx)
v4.20.3
Compare Source
v4.20.2
Compare Source
v4.20.1
Compare Source
v4.20.0
Compare Source
unocss/unocss (unocss)
v66.2.3
Compare Source
🚀 Features
View changes on GitHub
v66.2.2
Compare Source
🚀 Features
subsets
&preferStatic
option for fontsource provider - by @Jungzl and @zyyv in https://github.com/unocss/unocss/issues/4742 (411de)fonts
layer & optimize test - by @zyyv in https://github.com/unocss/unocss/issues/4743 (0228a)@property
and align with tw4 - by @zyyv in https://github.com/unocss/unocss/issues/4748 (00aa5)View changes on GitHub
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
unplugin/unplugin-unused (unplugin-unused)
v0.5.1
Compare Source
🐞 Bug Fixes
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)Features
2.0.0-alpha.3 (2025-02-24)
Bug Fixes
--minify
not working as documented (9b5c037), closes #4523Features
srcDir
(#4270) (518c094)markdown-it-async
, removesynckit
(#4507) (8062235)BREAKING CHANGES
await md.renderAsync
instead ofmd.render
.2.0.0-alpha.2 (2025-01-23)
Bug Fixes
Features
markdown.config
andmarkdown.preConfig
to accept async function (#4512) (b88ae8d)router.go
and expose decoded hash and query from theroute
object (#4511) (23d3281)2.0.0-alpha.1 (2025-01-22)
Features
1.6.3 (2025-01-22)
Bug Fixes
1.6.2 (2025-01-22)
Bug Fixes
1.6.1 (2025-01-20)
Bug Fixes
$
in replace pattern in dynamic routes plugin (e812916), closes #4499vitest-dev/vitest (vitest)
v3.2.4
Compare Source
🐞 Bug Fixes
vitest run --watch
should be watch-mode - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8128 (657e8)--shard x/<count>
exceeds count of test files - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8112 (8a18c)minWorkers
when onlymaxWorkers
specified - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8110 (14dc0)task.meta
should be available in custom reporter's errors - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8115 (27df6)View changes on GitHub
v3.2.3
Compare Source
🚀 Features
🐞 Bug Fixes
expect.any
return type - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8129 (47514)process.send()
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8125 (dfe81)View changes on GitHub
vuejs/core (vue)
v3.5.17
Compare Source
Bug Fixes
InEntity
state (#13362) (f05a8d6)__v_skip
flag toDep
to prevent reactive conversion (#12804) (e8d8f5f), closes #12803Configuration
📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.