-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all-minor-patch
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
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
|
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:
4.13.2
->4.14.1
1.0.7
->1.0.8
22.15.29
->22.15.30
8.14.1
->8.15.0
10.11.1
->10.12.1
4.41.1
->4.42.0
1.0.1
->1.0.2
Release Notes
antfu/eslint-config (@antfu/eslint-config)
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
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.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.2
Compare Source
🚀 Features
km
(ភាសាខ្មែរ) ui translation. - by @nidexingg in https://github.com/ZTL-UwU/shadcn-docs-nuxt/issues/139 (db243)🐞 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.