-
-
Notifications
You must be signed in to change notification settings - Fork 61
chore(deps): update all non-major dependencies #582
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Diagnostics Comparison:Click to expand
|
CodSpeed Performance ReportMerging #582 will not alter performanceComparing Summary
|
b236e3d
to
e1036cc
Compare
Diagnostics Comparison:Click to expand
|
e1036cc
to
5fd7a7b
Compare
Diagnostics Comparison:Click to expand
|
5fd7a7b
to
f4425f3
Compare
Diagnostics Comparison:Click to expand
|
f4425f3
to
a24a35c
Compare
Diagnostics Comparison:Click to expand
|
a24a35c
to
98d28dc
Compare
Diagnostics Comparison:Click to expand
|
98d28dc
to
82bf8c6
Compare
Diagnostics Comparison:Click to expand
|
82bf8c6
to
ef6990b
Compare
Diagnostics Comparison:Click to expand
|
ef6990b
to
11f0f0c
Compare
Diagnostics Comparison:Click to expand
|
11f0f0c
to
8bee5f9
Compare
Diagnostics Comparison:Click to expand
|
8bee5f9
to
c187875
Compare
Diagnostics Comparison:Click to expand
|
c187875
to
4eff630
Compare
Diagnostics Comparison:Click to expand
|
|
This PR contains the following updates:
4.13.2
->4.15.0
1.0.7
->1.0.8
22.15.29
->22.15.32
8.14.1
->8.15.0
10.1.1
->10.2.0
10.11.1
->10.12.1
4.41.1
->4.44.0
1.0.2
->1.0.6
Release Notes
antfu/eslint-config (@antfu/eslint-config)
v4.15.0
Compare Source
🚀 Features
View changes on GitHub
v4.14.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v4.14.0
Compare Source
🐞 Bug Fixes
eslint-plugin-import-x
- by @antfu (db5a3)View changes on GitHub
v4.13.3
Compare Source
No significant changes
View changes on GitHub
acornjs/acorn (acorn)
v8.15.0
Compare Source
antfu-collective/bumpp (bumpp)
v10.2.0
Compare Source
🚀 Features
View changes on GitHub
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.44.0
Compare Source
2025-06-19
Features
maxParallelFileOps
as this could break watch mode with the commonjs plugin (#5986)Bug Fixes
Pull Requests
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
ZTL-UwU/shadcn-docs-nuxt (shadcn-docs-nuxt)
v1.0.6
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v1.0.5
Compare Source
v1.0.4
Compare Source
🚀 Features
🐞 Bug Fixes
header.nav.links
optional - by @ZTL-UwU (0f323)View changes on GitHub
v1.0.3
Compare Source
🐞 Bug Fixes
View changes on GitHub
Configuration
📅 Schedule: Branch creation - "on Monday" (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.