-
Notifications
You must be signed in to change notification settings - Fork 179
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 #1800
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.
+132
−138
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
24c3e04
to
533be7d
Compare
533be7d
to
6156e26
Compare
6156e26
to
1dc0619
Compare
1dc0619
to
b4defa0
Compare
b4defa0
to
142fe48
Compare
142fe48
to
4511055
Compare
4511055
to
8952be8
Compare
8952be8
to
b83f4b9
Compare
b83f4b9
to
b64527a
Compare
b64527a
to
bc8eb26
Compare
bc8eb26
to
56ead5d
Compare
56ead5d
to
e3b1067
Compare
e3b1067
to
0d81300
Compare
9dac900
to
73f4b0a
Compare
73f4b0a
to
8d2bd86
Compare
8d2bd86
to
a6d8508
Compare
a6d8508
to
83a2d91
Compare
83a2d91
to
709d5bb
Compare
709d5bb
to
9a0c63d
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
^1.2.16
->^1.2.17
^0.11.2
->^0.11.5
0.8.18
->0.8.22
^0.1.1
->^0.1.2
^5.0.5
->^5.1.1
10.6.5
->10.7.0
2.2.2
->2.2.8
^2.2.2
->^2.2.8
^4.3.0
->^4.6.0
Release Notes
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.22
Compare Source
compare changes
🚀 Enhancements
📖 Documentation
🏡 Chore
❤️ Contributors
v0.8.21
Compare Source
compare changes
🩹 Fixes
safe-buffer
->safer-buffer
(e09663b)❤️ Contributors
v0.8.20
Compare Source
compare changes
🚀 Enhancements
🏡 Chore
❤️ Contributors
v0.8.19
Compare Source
compare changes
🩹 Fixes
📖 Documentation
@nuxt/content
and remove custom content components (#490)🏡 Chore
cloudflare.deployConfig
to false in nitro (617f23d)❤️ Contributors
nuxtlabs/nuxt-llms (nuxt-llms)
v0.1.2
Compare Source
compare changes
🩹 Fixes
undefined
(#11)🏡 Chore
❤️ Contributors
nuxt-modules/og-image (nuxt-og-image)
v5.1.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
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
vuejs/language-tools (vue-tsc)
v2.2.8
Compare Source
Bug Fixes
v-model
variable against model type"v2.2.6
Compare Source
Features
defineModel
's leading comments (#5211) - Thanks to @KazariEX!Bug Fixes
defineModel
options to collectdefault
value (#5209) - Thanks to @KazariEX!defineExpose
's codes - Thanks to @KazariEX!defineModel
(#5213) - Thanks to @KazariEX!v-model
variable against model type (#5214) - Thanks to @KazariEX!Other Changes
can't reproduce
label - Thanks to @KazariEX!linkedCodeMappings
offsets (#5220) - Thanks to @KazariEX!v2.2.4
Compare Source
Features
$attrs
,$el
,$refs
and$slots
(#5135) - Thanks to @KazariEX!Bug Fixes
generateSfcBlockSection
to the end to fix missing comma errors (#5184) - Thanks to @zhiyuanzmj!TS4081
(#5192) - Thanks to @KazariEX!@vue-generic
to improve offset calculation (#5193) - Thanks to @Gehbt!undefined
for model with default value (#5198) - Thanks to @RylanBueckert-Broadsign!Other Changes
v-scope
implemention - Thanks to @KazariEX!v-for
- Thanks to @KazariEX!declaration
to track more errors - Thanks to @KazariEX!@vue-expect-error
support (#5176) - Thanks to @machty!cloudflare/workers-sdk (wrangler)
v4.6.0
Compare Source
Minor Changes
24c2c8f
Thanks @garvit-gupta! - feat: Add wrangler commands for R2 Data CatalogPatch Changes
ecbab5d
Thanks @knickish! - Improve formatting of cache options for hyperdrive list commandv4.5.1
Compare Source
Patch Changes
#8666
f29f018
Thanks @penalosa! - RemoveNodeJSCompatModule
. This was never fully supported, and never worked for deploying Workers from Wrangler.Updated dependencies [
cad99dc
,f29f018
]:v4.5.0
Compare Source
Minor Changes
14602d9
Thanks @pmiguel! - Add support for KV Bulk Gets in WranglerPatch Changes
#8435
8e3688f
Thanks @emily-shen! - fix: include assets binding when printing summary of bindings#8675
f043b74
Thanks @vicb! - Bump@cloudflare/unenv-preset
to 2.3.1Use the workerd native implementation of
createSecureContext
andcheckServerIdentity
fromnode:tls
. The functions have been implemented incloudflare/workerd#3754
.v4.4.1
Compare Source
Patch Changes
#8655
7682675
Thanks @emily-shen! - fix bug where assets in directories starting with . would crash the dev server#8604
d8c0495
Thanks @dario-piotrowicz! - Amendpages dev
error message when an environment is requested#8536
e4b76e8
Thanks @gabivlj! - wrangler cloudchamber create explicitly sets IPv6 predefinedUpdated dependencies [
7682675
,9c844f7
,29cb306
]:v4.4.0
Compare Source
Minor Changes
#8575
4a5f270
Thanks @LuisDuarte1! - Add workflows delete API endpoint#8578
5f151fc
Thanks @LuisDuarte1! - Add terminate-all command to workflows#8382
0d1240b
Thanks @jvaughan-cloudflare! - Add Secrets Store command support to Wrangler CLI#8569
1c94eee
Thanks @vicb! - Bump@cloudflare/unenv-preset
to 2.3.0Enable the recently implemented native APIs from
node:crypto
Patch Changes
#8556
b7d6b7d
Thanks @GregBrimble! - Add support forassets_navigation_prefer_asset_serving
in Vite (dev
andpreview
)#8597
5d78760
Thanks @CarmenPopoviciu! - feat: Graduate experimental RPC support for Workers with assets in local devUpdated dependencies [
d8f1c49
,b7d6b7d
,5d78760
,c0d0cd0
]: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.