-
-
Notifications
You must be signed in to change notification settings - Fork 10
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 #521
Merged
Merged
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
✅ Deployed shelve-vault
|
3750421
to
659c37f
Compare
commit: |
Thank you for following the naming conventions! 🙏 |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
✅ Deployed shelve-lp
|
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.32
->1.2.33
2.3.1
->2.3.2
0.11.2
->0.11.5
0.8.19
->0.8.21
7.5.8
->7.7.0
^2.0.0
->^2.0.2
^5.0.5
->^5.1.0
10.6.5
->10.7.0
4.1.2
->4.2.0
^3.114.2
->^3.114.3
Release Notes
nuxt/devtools (@nuxt/devtools)
v2.3.2
Compare Source
Bug Fixes
vite-plugin-vue-tracer
(0c1740c)nuxt/scripts (@nuxt/scripts)
v0.11.5
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.11.4
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.11.3
Compare Source
ℹ️ If you're having type issues with these still, do a
nuxi upgrade --force
. Unhead 2.0.1 includes a fix forproxy.gtag
.🐞 Bug Fixes
View changes on GitHub
nuxt-hub/core (@nuxthub/core)
v0.8.21
Compare Source
compare changes
🩹 Fixes
safe-buffer
->safer-buffer
(e09663b)❤️ Contributors
v0.8.20
Compare Source
compare changes
🚀 Enhancements
🏡 Chore
❤️ Contributors
unjs/unhead (@unhead/vue)
v2.0.2
Compare Source
🐞 Bug Fixes
View changes on GitHub
v2.0.1
Compare Source
🐞 Bug Fixes
data-*
empty strings - by @harlan-zw (95aab)View changes on GitHub
nuxt-modules/og-image (nuxt-og-image)
v5.1.0
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
pnpm/pnpm (pnpm)
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
to[email protected]
,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
resendlabs/resend-node (resend)
v4.2.0
Compare Source
What's Changed
Full Changelog: resend/resend-node@v4.1.2...v4.2.0
cloudflare/workers-sdk (wrangler)
v3.114.3
Compare Source
Patch Changes
#8662
5e57717
Thanks @workers-devprod! - Amendpages dev
error message when an environment is requested#8535
6f8e892
Thanks @workers-devprod! - improve the error messaging when the user provides neither an entry point nor an asset directoryConfiguration
📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.