-
Notifications
You must be signed in to change notification settings - Fork 56
chore(deps): update all non-major dependencies #446
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 ↗︎
|
9c4e39b
to
5bfebea
Compare
5bfebea
to
7804f68
Compare
7804f68
to
2d975ff
Compare
2d975ff
to
0104ff1
Compare
0104ff1
to
8120e32
Compare
8120e32
to
5ec9f5e
Compare
5ec9f5e
to
efcb3b7
Compare
efcb3b7
to
1a61aec
Compare
1a61aec
to
cf8e7f8
Compare
cf8e7f8
to
2b13cf8
Compare
360e116
to
aa97a8b
Compare
aa97a8b
to
714cf9d
Compare
714cf9d
to
bdbb60c
Compare
bdbb60c
to
9343bf3
Compare
9343bf3
to
fb7fea7
Compare
fb7fea7
to
556aaae
Compare
556aaae
to
8de17a2
Compare
8de17a2
to
22a75d7
Compare
22a75d7
to
e7e0a05
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.32
->^1.2.33
^3.0.2
->^3.0.3
^7.0.0
->^7.2.0
^8.30.1
->^8.31.0
^2.0.5
->^2.0.8
^2.0.3
->^2.0.8
^8.4.0
->^8.5.0
9.24.0
->9.25.1
^1.51.1
->^1.52.0
10.8.1
->10.9.0
^3.2.2
->^3.3.0
5.8.2
->5.8.3
^2.0.5
->^2.0.8
^3.1.1
->^3.1.2
^2.2.8
->^2.2.10
Release Notes
harlan-zw/nuxt-seo (@nuxtjs/seo)
v3.0.3
Compare Source
📦 Dependencies
Updated SEO related packages:
@nuxtjs/robots
: ^5.2.8 → ^5.2.10@nuxtjs/sitemap
: ^7.2.9 → ^7.2.10nuxt-og-image
: ^5.1.1 → ^5.1.2nuxt-schema-org
: ^5.0.4 → ^5.0.5nuxt-seo-utils
: ^7.0.5 → ^7.0.8nuxt-site-config
: ^3.1.7 → ^3.1.9These updates bring the latest bug fixes and improvements from the Nuxt SEO ecosystem.
When using PNPM please run
pnpm dedupe
after upgrade.View changes on GitHub
stripe/stripe-js (@stripe/stripe-js)
v7.2.0
Compare Source
Changed
v7.1.0
Compare Source
New features
typescript-eslint/typescript-eslint (@typescript-eslint/typescript-estree)
v8.31.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.8
Compare Source
No significant changes
View changes on GitHub
v2.0.7
Compare Source
🐞 Bug Fixes
unhead
hoisting issue - by @harlan-zw (bb0e4)View changes on GitHub
v2.0.6
Compare Source
🐞 Bug Fixes
View changes on GitHub
acornjs/acorn (acorn-loose)
v8.5.0
Compare Source
eslint/eslint (eslint)
v9.25.1
Compare Source
v9.25.0
Compare Source
microsoft/playwright (playwright-core)
v1.52.0
Compare Source
pnpm/pnpm (pnpm)
v10.9.0
Compare Source
Minor Changes
Added support for installing JSR packages. You can now install JSR packages using the following syntax:
or with a version range:
For example, running:
will add the following entry to your
package.json
:When publishing, this entry will be transformed into a format compatible with npm, older versions of Yarn, and previous pnpm versions:
Related issue: #8941.
Note: The
@jsr
scope defaults to https://npm.jsr.io/ if the@jsr:registry
setting is not defined.Added a new setting,
dangerouslyAllowAllBuilds
, for automatically running any scripts of dependencies without the need to approve any builds. It was already possible to allow all builds by adding this topnpm-workspace.yaml
:dangerouslyAllowAllBuilds
has the same effect but also allows to be set globally via:It can also be set when running a command:
Patch Changes
verifyDepsBeforeRun
whennodeLinker
ishoisted
and there is a workspace package without dependencies andnode_modules
directory #9424.verifyDepsBeforeRun
support fornodeLinker: pnp
. CombiningverifyDepsBeforeRun
andnodeLinker: pnp
will now print a warning.shikijs/shiki (shiki)
v3.3.0
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
vitest-dev/vitest (vitest)
v3.1.2
Compare Source
🚀 Features
🐞 Bug Fixes
chai
variable invitest/globals
(fix: #7474) - by @Jay-Karia in https://github.com/vitest-dev/vitest/issues/7771 and https://github.com/vitest-dev/vitest/issues/7474 (d9297)test.exclude
when same object passed incoverage.exclude
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7774 (c3751)envionmentOptions
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7795 (67430)await
profiler calls - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7763 (795a6)🏎 Performance
View changes on GitHub
vuejs/language-tools (vue-tsc)
v2.2.10
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.