-
Notifications
You must be signed in to change notification settings - Fork 742
chore(deps): update all non-major dependencies (v2) #4174
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
v2
Choose a base branch
from
renovate/v2-all-minor-patch
base: v2
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.
+362
−635
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
4e2103a
to
d4c0e93
Compare
d4c0e93
to
c27bb1e
Compare
c27bb1e
to
b8f03cd
Compare
b8f03cd
to
979727c
Compare
979727c
to
1d8f96a
Compare
1d8f96a
to
9cadc65
Compare
9cadc65
to
d645012
Compare
d645012
to
16ea127
Compare
16ea127
to
aac3f58
Compare
aac3f58
to
03aa20e
Compare
03aa20e
to
d78d321
Compare
d78d321
to
8c91243
Compare
8c91243
to
10227e4
Compare
10227e4
to
721674e
Compare
721674e
to
ef50a21
Compare
ef50a21
to
9961bbc
Compare
9961bbc
to
5bc0610
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.42
->^1.2.44
^1.2.34
->^1.2.35
^1.2.20
->^1.2.21
^1.3.1
->^1.4.1
^0.11.3
->^0.11.4
^1.12.0
->^1.13.0
^3.18.0
->^3.19.0
^13.1.0
->^13.2.0
^13.1.0
->^13.2.0
^13.1.0
->^13.2.0
^13.1.0
->^13.2.0
^9.26.0
->^9.27.0
^5.1.3
->^5.1.4
10.10.0
->10.11.0
^3.1.3
->^3.1.4
^3.24.4
->^3.25.28
Release Notes
nuxt/eslint (@nuxt/eslint-config)
v1.4.1
Compare Source
🐞 Bug Fixes
node:
prefix to build-in modules - by @danielroe in https://github.com/nuxt/eslint/issues/579 (8180f)View changes on GitHub
v1.4.0
Compare Source
🚀 Features
View changes on GitHub
nuxt/fonts (@nuxt/fonts)
v0.11.4
Compare Source
👉 Changelog
compare changes
🩹 Fixes
unifont
upgrade (76a8f0d)❤️ Contributors
nuxt/icon (@nuxt/icon)
v1.13.0
Compare Source
🚀 Features
provider: none
, close #393 - by @antfu in https://github.com/nuxt/icon/issues/393 (06167)🐞 Bug Fixes
View changes on GitHub
nuxt/test-utils (@nuxt/test-utils)
v3.19.0
Compare Source
👉 Changelog
compare changes
🚀 Enhancements
defineVitestProject
(#1258)🩹 Fixes
UserConfig
rather thanInlineConfig
fromvite
(e2a1598b)💅 Refactors
core
->e2e
internally (a81c4498)✅ Tests
environment: 'nuxt'
for browser testing example (96769e55)❤️ Contributors
vueuse/vueuse (@vueuse/core)
v13.2.0
Compare Source
🚀 Features
nonce
- by @1-dilikelei and 董梁玮 in https://github.com/vueuse/vueuse/issues/4749 (fa2c0)🐞 Bug Fixes
ComputedRef<T>
type whenlazy: true
- by @ferferga in https://github.com/vueuse/vueuse/issues/4751 (b1718)View changes on GitHub
eslint/eslint (eslint)
v9.27.0
Compare Source
nuxt-modules/og-image (nuxt-og-image)
v5.1.4
Compare Source
🐞 Bug Fixes
View changes on GitHub
pnpm/pnpm (pnpm)
v10.11.0
Compare Source
Minor Changes
A new setting added for
pnpm init
to create apackage.json
withtype=module
, wheninit-type
ismodule
. Works as a flag for the init command too #9463.Added support for Nushell to
pnpm setup
#6476.Added two new flags to the
pnpm audit
command,--ignore
and--ignore-unfixable
#8474.Ignore all vulnerabilities that have no solution:
> pnpm audit --ignore-unfixable
Provide a list of CVE's to ignore those specifically, even if they have a resolution.
> pnpm audit --ignore=CVE-2021-1234 --ignore=CVE-2021-5678
Added support for recursively running pack in every project of a workspace #4351.
Now you can run
pnpm -r pack
to pack all packages in the workspace.Patch Changes
dangerouslyAllowAllBuilds
is set totrue
#9472.pnpm link
should work from inside a workspace #9506.workspaceConcurrency
toMath.min(os.availableParallelism(), 4)
#9493.strictPeerDependencies
istrue
but all issues are ignored bypeerDependencyRules
#9505.updateConfig
frompnpm-workspace.yaml
#9500.recursive pack
url.parse
usage to fix warning on Node.js 24 #9492.pnpm run
should be able to run commands from the workspace root, ifignoreScripts
is set tottrue
#4858.vitest-dev/vitest (vitest)
v3.1.4
Compare Source
colinhacks/zod (zod)
v3.25.28
Compare Source
Commits:
e012bd2
Improve override docs7bd15ed
fix: add missing re-exports files and add new entries the published files (#4500)b588d2c
Improve z.function typing. Add .def5ac95df
3.25.287aecb61
Clean up ZodFunctioned48cbb
bugfix: Small typo in V4 docs (#4435)5e4ff20
fix: JSON Schema > override section typo (#4428)v3.25.27
Compare Source
v3.25.26
Compare Source
v3.25.25
Compare Source
v3.25.24
Compare Source
v3.25.23
Compare Source
v3.25.22
Compare Source
v3.25.21
Compare Source
v3.25.20
Compare Source
Commits:
709dfe3
Add global File fallbackv3.25.18
Compare Source
Commits:
17ee03e
v3.25.18v3.25.17
Compare Source
v3.25.16
Compare Source
v3.25.15
Compare Source
v3.25.14
Compare Source
v3.25.13
Compare Source
v3.25.12
Compare Source
v3.25.11
Compare Source
v3.25.10
Compare Source
Commits:
c172c19
Fix module resolution issuev3.25.9
Compare Source
v3.25.8
Compare Source
v3.25.7
Compare Source
v3.25.6
Compare Source
v3.25.5
Compare Source
v3.25.4
Compare Source
v3.25.3
Compare Source
v3.25.1
Compare Source
v3.25.0
Compare Source
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.