-
Notifications
You must be signed in to change notification settings - Fork 58
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
chore(deps): update all non-major dependencies #416
Merged
Merged
+911
−937
Conversation
This file contains 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 ↗︎
|
cd1e4b5
to
1e8cdc9
Compare
1e8cdc9
to
493e00b
Compare
493e00b
to
80a2fab
Compare
80a2fab
to
8b4621b
Compare
8b4621b
to
196e87d
Compare
196e87d
to
5e330aa
Compare
5e330aa
to
d814318
Compare
d814318
to
418479b
Compare
418479b
to
addbdb5
Compare
e9ff1fb
to
226aa38
Compare
226aa38
to
9140f7c
Compare
9140f7c
to
a4e2741
Compare
a4e2741
to
dbb7f13
Compare
dbb7f13
to
ba0374c
Compare
ba0374c
to
b0b5833
Compare
b0b5833
to
4315b62
Compare
4315b62
to
efe45c8
Compare
efe45c8
to
9c330a9
Compare
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:
^1.2.28
->^1.2.30
^3.3.0
->^3.4.0
^2.3.1
->^2.3.2
^2.3.1
->^2.3.2
^1.2.0
->^1.3.0
^0.11.0
->^0.11.1
^1.9.0
->^1.10.0
^3.0.0
->^3.0.2
^7.5.8
->^7.7.0
^8.28.0
->^8.29.0
2.0.1
->2.0.3
^2.0.0-rc.8
->^2.0.3
9.23.0
->9.24.0
^17.16.2
->^17.17.0
^0.1.0
->^0.1.2
10.6.5
->10.7.1
^3.8.1
->^3.9.0
2.0.1
->2.0.3
^3.0.9
->^3.1.1
Release Notes
nuxt/devtools (@nuxt/devtools-kit)
v2.3.2
Compare Source
Bug Fixes
vite-plugin-vue-tracer
(0c1740c)nuxt/eslint (@nuxt/eslint-config)
v1.3.0
Compare Source
🚀 Features
View changes on GitHub
nuxt/fonts (@nuxt/fonts)
v0.11.1
Compare Source
harlan-zw/nuxt-seo (@nuxtjs/seo)
v3.0.2
Compare Source
No significant changes
View changes on GitHub
typescript-eslint/typescript-eslint (@typescript-eslint/typescript-estree)
v8.29.0
Compare Source
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
unjs/unhead (@unhead/vue)
v2.0.3
Compare Source
🐞 Bug Fixes
<Head>
updates context immediately for SSR compatibility - by @Narixius in https://github.com/unjs/unhead/issues/533 (463b2)View changes on GitHub
v2.0.2
Compare Source
🐞 Bug Fixes
View changes on GitHub
eslint/eslint (eslint)
v9.24.0
Compare Source
eslint-community/eslint-plugin-n (eslint-plugin-n)
v17.17.0
Compare Source
🌟 Features
virtual:
in the modules pattern (#425) (a109793)🩹 Fixes
allowModules
option was disabled when using TS alias (#423) (9ae39fb)nuxtlabs/nuxt-llms (nuxt-llms)
v0.1.2
Compare Source
compare changes
🩹 Fixes
undefined
(#11)🏡 Chore
❤️ Contributors
pnpm/pnpm (pnpm)
v10.7.1
: pnpm 10.7.1Compare Source
Patch Changes
pnpm config set
should convert the settings to their correct type before adding them topnpm-workspace.yaml
#9355.pnpm config get
should read auth related settings via npm CLI #9345.~/
in a path in.npmrc
with the home directory #9217.Platinum Sponsors
Gold Sponsors
v10.7.0
Compare Source
Minor Changes
pnpm config get
andlist
also show settings set inpnpm-workspace.yaml
files #9316.It should be possible to use env variables in
pnpm-workspace.yaml
setting names and value.Add an ability to patch dependencies by version ranges. Exact versions override version ranges, which in turn override name-only patches. Version range
*
is the same as name-only, except that patch application failure will not be ignored.For example:
The above configuration would apply
patches/foo-3.patch
tofoo@2.1.0
,patches/foo-2.patch
to allfoo
versions which satisfy^2.0.0
except2.1.0
, andpatches/foo-1.patch
to the remainingfoo
versions.pnpm config set --location=project
saves the setting to apnpm-workspace.yaml
file if no.npmrc
file is present in the directory #9316.Rename
pnpm.allowNonAppliedPatches
topnpm.allowUnusedPatches
. The old name is still supported but it would print a deprecation warning message.Add
pnpm.ignorePatchFailures
to manage whether pnpm would ignore patch application failures.If
ignorePatchFailures
is not set, pnpm would throw an error when patches with exact versions or version ranges fail to apply, and it would ignore failures from name-only patches.If
ignorePatchFailures
is explicitly set tofalse
, pnpm would throw an error when any type of patch fails to apply.If
ignorePatchFailures
is explicitly set totrue
, pnpm would print a warning when any type of patch fails to apply.Patch Changes
unjs/std-env (std-env)
v3.9.0
Compare Source
compare changes
🚀 Enhancements
🏡 Chore
❤️ Contributors
vitest-dev/vitest (vitest)
v3.1.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v3.1.0
Compare Source
🚀 Features
%$
option to add number of the test to its title - by @kemuridama in https://github.com/vitest-dev/vitest/issues/7412 (df347)diff.maxDepth
option and set non-Infinity
value as a default to reduce crash - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7481 (eacab)test.each/for
title formatting - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7522 (ea3d6)--configLoader
CLI option - by @Carnageous and @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7574 (2a852)vitest-browser-lit
tovitest init browser
and docs - by @EskiMojo14 and @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7705 (5659a)and
,or
andfilter
locators - by @sheremet-va and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7463 (63949)--silent=passed-only
to log failed tasks only - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7530 (f9e1c)test.scoped
to overridetest.extend
fixtures per-suite - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/7233 (e5851)context.skip(boolean)
- by @sheremet-va and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7659 (6adec)🐞 Bug Fixes
diff.expand: false
as default - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7697 (f3420)--hideSkippedTests
should hide suites too - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7695 (ba9b5)🏎 Performance
View changes on GitHub
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.