-
-
Notifications
You must be signed in to change notification settings - Fork 729
chore(deps): update all non-major dependencies #3628
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
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
commit: |
Deploying content with
|
| Latest commit: |
ecd5dff
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://cbdb4eaa.content-f0q.pages.dev |
| Branch Preview URL: | https://renovate-all-minor-patch.content-f0q.pages.dev |
d0a572a to
48e2b38
Compare
48e2b38 to
b5afe7f
Compare
b5afe7f to
f2b0ef9
Compare
f2b0ef9 to
b173f52
Compare
b173f52 to
5a341e6
Compare
5a341e6 to
8e861c1
Compare
8e861c1 to
87f6efd
Compare
87f6efd to
d2cca3d
Compare
d2cca3d to
40a0c49
Compare
40a0c49 to
fbc5e50
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Additional Suggestion:
The @nuxthub/core nightly build version in this example is not updated to match the version updated in docs/package.json and playground/package.json. This creates an inconsistency across the monorepo.
View Details
📝 Patch Details
diff --git a/examples/i18n/package.json b/examples/i18n/package.json
index a3bff14c..a1091441 100644
--- a/examples/i18n/package.json
+++ b/examples/i18n/package.json
@@ -11,7 +11,7 @@
"dependencies": {
"@nuxt/content": "latest",
"@nuxt/ui": "^4.1.0",
- "@nuxthub/core": "npm:@nuxthub/core-nightly@0.10.0-20251128-232930-0579c39",
+ "@nuxthub/core": "npm:@nuxthub/core-nightly@0.10.0-20251203-003036-b2d4a1a",
"@nuxtjs/i18n": "^10.2.0",
"nuxt": "^4.2.1"
}
Analysis
Inconsistent @nuxthub/core nightly build version in examples/i18n/package.json
What fails: The examples/i18n starter uses outdated nightly build version 0.10.0-20251128-232930-0579c39 while docs/package.json and playground/package.json were updated to 0.10.0-20251203-003036-b2d4a1a
How to reproduce:
grep "@nuxthub/core" examples/i18n/package.json
grep "@nuxthub/core" docs/package.json
grep "@nuxthub/core" playground/package.jsonResult: examples/i18n shows outdated version (2025-11-28) while docs and playground show newer version (2025-12-03)
Expected: All three example/documentation packages should use the same nightly build version to maintain consistency across the monorepo
Fixed: Updated examples/i18n/package.json line 14 from 0.10.0-20251128-232930-0579c39 to 0.10.0-20251203-003036-b2d4a1a
fbc5e50 to
8fb71ce
Compare
8fb71ce to
e6d3d82
Compare
acd4ea7 to
16b92c5
Compare
16b92c5 to
04b3ad0
Compare
04b3ad0 to
ebf3265
Compare
ebf3265 to
ba8b90b
Compare
ba8b90b to
f96c066
Compare
f96c066 to
9d33e03
Compare
9d33e03 to
bbeac5c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Additional Suggestion:
The @nuxthub/core nightly version in examples/i18n/package.json was not updated to match the version updates made in docs/package.json and playground/package.json.
View Details
📝 Patch Details
diff --git a/examples/i18n/package.json b/examples/i18n/package.json
index 7df0525e..d98370eb 100644
--- a/examples/i18n/package.json
+++ b/examples/i18n/package.json
@@ -11,7 +11,7 @@
"dependencies": {
"@nuxt/content": "latest",
"@nuxt/ui": "^4.2.1",
- "@nuxthub/core": "npm:@nuxthub/core-nightly@0.10.0-20251128-232930-0579c39",
+ "@nuxthub/core": "npm:@nuxthub/core-nightly@0.10.0-20251206-135637-292b595",
"@nuxtjs/i18n": "^10.2.1",
"nuxt": "^4.2.1"
}
Analysis
Outdated @nuxthub/core-nightly version in examples/i18n/package.json
What fails: The examples/i18n package.json has an outdated nightly version of @nuxthub/core compared to docs and playground directories, causing version mismatch in the monorepo workspace.
How to reproduce:
# Check versions across workspace packages
grep "@nuxthub/core-nightly" examples/i18n/package.json docs/package.json playground/package.jsonResult:
examples/i18n/package.jsonused:0.10.0-20251128-232930-0579c39docs/package.jsonuses:0.10.0-20251206-135637-292b595playground/package.jsonuses:0.10.0-20251206-135637-292b595
Expected: All packages in the monorepo workspace should use the same version of @nuxthub/core-nightly to ensure consistency and prevent dependency resolution issues. The examples/i18n package should match the updated version used in docs and playground.
bbeac5c to
4bc057e
Compare
4bc057e to
a4592d1
Compare
a4592d1 to
3e9ab59
Compare
3e9ab59 to
6d5c1b8
Compare
6d5c1b8 to
043ce26
Compare
043ce26 to
ecd5dff
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Additional Suggestion:
The @nuxthub/core version in examples/i18n/package.json was not updated to match the version used in docs/package.json and playground/package.json, creating a version inconsistency in the lockfile.
View Details
📝 Patch Details
diff --git a/examples/i18n/package.json b/examples/i18n/package.json
index 7df0525e..e3f299e2 100644
--- a/examples/i18n/package.json
+++ b/examples/i18n/package.json
@@ -11,7 +11,7 @@
"dependencies": {
"@nuxt/content": "latest",
"@nuxt/ui": "^4.2.1",
- "@nuxthub/core": "npm:@nuxthub/core-nightly@0.10.0-20251128-232930-0579c39",
+ "@nuxthub/core": "npm:@nuxthub/core-nightly@0.10.0-20251209-004424-89ff422",
"@nuxtjs/i18n": "^10.2.1",
"nuxt": "^4.2.1"
}
Analysis
Version inconsistency in @nuxthub/core across examples packages
What fails: The examples/i18n/package.json file specifies an outdated @nuxthub/core version (0.10.0-20251128-232930-0579c39) that was not updated in the latest dependency update, while docs/package.json and playground/package.json both reference the newer version (0.10.0-20251209-004424-89ff422).
How to reproduce:
# Check the version in examples/i18n/package.json:
grep "@nuxthub/core" examples/i18n/package.json
# Compare with docs:
grep "@nuxthub/core" docs/package.json
# Compare with playground:
grep "@nuxthub/core" playground/package.jsonResult: The pnpm-lock.yaml file maintains entries for both versions of @nuxthub/core-nightly, causing lock file bloat and version resolution complexity. This was caused by commit ecd5dff ("chore(deps): update all non-major dependencies") which updated docs/package.json and playground/package.json but did not include examples/i18n/package.json in the update.
Expected: All packages in the monorepo workspace (configured in pnpm-workspace.yaml with examples/*) should have their @nuxthub/core dependency pinned to the same version to maintain consistency and minimize lock file complexity.
Fixed by: Updated examples/i18n/package.json line 14 to match the version in docs/package.json and playground/package.json.
This PR contains the following updates:
^4.20251128.0->^4.20251209.0^3.20.1->^3.21.00.10.0-20251128-232930-0579c39->0.10.0-20251209-004424-89ff422^3.18.0->^3.19.0^1.3.3->^1.3.4^24.10.1->^24.10.2^1.3.0->^1.4.0^0.44.7->^0.45.010.24.0->10.25.0^3.18.0->^3.19.0^4.0.14->^4.0.15^3.1.5->^3.1.8^4.51.0->^4.53.0Release Notes
cloudflare/workerd (@cloudflare/workers-types)
v4.20251209.0Compare Source
v4.20251205.0Compare Source
nuxt/test-utils (@nuxt/test-utils)
v3.21.0Compare Source
👉 Changelog
compare changes
🚀 Enhancements
onceoption inregisterEndpoint(#1475)🩹 Fixes
$fetch.create(#1471)globalPropertiesin mount + render helpers (#1476)@nuxt/kitv3 for bridge support (#1498)🏡 Chore
globbydependency (eba19d16b)@nuxt/kitfrom peer dependencies (b80ca5ea8)@nuxt/kitas peer dep (5c126e1af)🤖 CI
❤️ Contributors
nuxt-hub/core (@nuxthub/core)
v0.10.0-20251209-004424-89ff422Compare Source
v0.10.0-20251209-002538-c0139c3Compare Source
v0.10.0-20251209-000536-f5aecbbCompare Source
v0.10.0-20251209-000123-f5aecbbCompare Source
v0.10.0-20251208-233726-0d3de0aCompare Source
v0.10.0-20251208-232727-b9fad75Compare Source
v0.10.0-20251208-123318-f8ecae8Compare Source
v0.10.0-20251208-111247-ace81d9Compare Source
v0.10.0-20251208-111205-ace81d9Compare Source
v0.10.0-20251208-095645-ace81d9Compare Source
v0.10.0-20251206-215008-6bbc30aCompare Source
v0.10.0-20251206-214509-6bbc30aCompare Source
v0.10.0-20251206-135637-292b595Compare Source
v0.10.0-20251206-134605-2573617Compare Source
v0.10.0-20251206-123828-2573617Compare Source
v0.10.0-20251206-121922-2573617Compare Source
v0.10.0-20251206-120601-2573617Compare Source
v0.10.0-20251206-113513-4adabeaCompare Source
v0.10.0-20251206-103903-4adabeaCompare Source
v0.10.0-20251206-103735-4adabeaCompare Source
v0.10.0-20251206-103431-4adabeaCompare Source
v0.10.0-20251206-102706-4adabeaCompare Source
v0.10.0-20251206-102549-0f543daCompare Source
v0.10.0-20251206-102321-3c4db8aCompare Source
v0.10.0-20251206-101918-e532777Compare Source
v0.10.0-20251206-101608-57955a9Compare Source
v0.10.0-20251206-101407-fdb5622Compare Source
v0.10.0-20251206-101203-6cdf5c6Compare Source
v0.10.0-20251206-100840-515e531Compare Source
v0.10.0-20251206-094240-e4af3d9Compare Source
v0.10.0-20251206-090143-e4af3d9Compare Source
v0.10.0-20251205-170401-d479a68Compare Source
v0.10.0-20251205-165908-3bc3f1dCompare Source
v0.10.0-20251205-151259-d886dbeCompare Source
v0.10.0-20251205-150936-d886dbeCompare Source
v0.10.0-20251205-143653-d886dbeCompare Source
v0.10.0-20251205-142828-f22f976Compare Source
v0.10.0-20251205-142243-f22f976Compare Source
v0.10.0-20251205-001323-943b30cCompare Source
v0.10.0-20251204-154415-81faba6Compare Source
v0.10.0-20251204-115711-69fe9a9Compare Source
v0.10.0-20251204-112826-d017eb1Compare Source
v0.10.0-20251203-230005-e2cb4b3Compare Source
v0.10.0-20251203-164831-2c81c5dCompare Source
v0.10.0-20251203-163123-4fab799Compare Source
v0.10.0-20251203-151842-31ada09Compare Source
v0.10.0-20251203-150258-31ada09Compare Source
v0.10.0-20251203-150052-31ada09Compare Source
v0.10.0-20251203-131637-07be90dCompare Source
v0.10.0-20251203-131345-07be90dCompare Source
v0.10.0-20251203-104210-b2d4a1aCompare Source
v0.10.0-20251203-003036-b2d4a1aCompare Source
v0.10.0-20251202-162300-b2d4a1aCompare Source
v0.10.0-20251202-160427-b2d4a1aCompare Source
v0.10.0-20251202-155333-b2d4a1aCompare Source
v0.10.0-20251201-194900-b2d4a1aCompare Source
v0.10.0-20251201-193121-5bc1d8cCompare Source
v0.10.0-20251201-192858-5bc1d8cCompare Source
v0.10.0-20251130-111317-0579c39Compare Source
shikijs/shiki (@shikijs/langs)
v3.19.0Compare Source
🚀 Features
rootStyle: falseoption - by @khushthecoder and @antfu in #1184 (baf9a)classActiveCodeoption to notation transformers - by @GreenHacker420 in #1171 (a6a44)🐞 Bug Fixes
View changes on GitHub
drizzle-team/drizzle-orm (drizzle-orm)
v0.45.0Compare Source
$onUpdatenot handlingSQLvalues (fixes #2388, tests implemented by L-Mario564 in #2911)pgmappers not handlingDateinstances inbun-sql:postgresqldriver responses fordate,timestamptypes (fixes #4493)pnpm/pnpm (pnpm)
v10.25.0Compare Source
vitest-dev/vitest (vitest)
v4.0.15Compare Source
🚀 Experimental Features
🐞 Bug Fixes
optimizeDeps.rolldownOptionsto fix depreated warning + fixssr.external: true- by @hi-ogawa in #9121 (fd8bd)deps.optimizer- by @hi-ogawa in #9125 (4c754)toMatchScreenshotonly once when used withexpect.element- by @macarie in #9132 (0d2e7)--browser.providerfrom docs - by @sheremet-va in #9115 (120b3)currentTestNamein extended matchers - by @macarie in #9106 (e4345)CTRL+cforceful exits - by @AriPerkkio in #9140 (d57d8)View changes on GitHub
vuejs/language-tools (vue-tsc)
v3.1.8Compare Source
v3.1.7Compare Source
v3.1.6Compare Source
Features
<script setup>(#5805)Bug Fixes
createParsedCommandLineByJsonparsed incorrect options since v3.1.5 (#5768 (comment))vue.server.pathcompatible with Windows (#5772)getVIfNodeto supportv-else-ifdirectives (#5765) - Thanks to @serkodev!{}instead of its string value forstyle="..."(#5781) - Thanks to @KazariEX!v-bind="$attrs"loses navigation wheninferTemplateDollarAttrsis disabled (#5783)const props =completion in StringLiteral (#5786)$eltype for generic components usinginferComponentDollarEl(#5794)<script>content generates before<script setup>(#5795)bypassDefineComponenthack for better JS support (#4876) (#5379)Prettify<T>caused generic props gets inferred asunknown(#5667) - Thanks to @so1ve!<as operator in SFC scripts (#5801) - Thanks to @serkodev!isTypeScriptDocumentin VSCode fortypescript.preferences.autoImportSpecifierExcludeRegexesconfig support (#5364)vaporattr (#5496)Performance
:class- Thanks to @KazariEX!Other Changes
debuggerfrom virtual code for tsslint compatibilityref="xxx"rawTypeand__internal__.tsLs(#5808)createResolveModuleName(volarjs/volar.js#293) (#5644) - Thanks to @serkodev!cloudflare/workers-sdk (wrangler)
v4.53.0Compare Source
Minor Changes
#11500
af54c63Thanks @dario-piotrowicz! - Add newautoconfig_summaryfield to the deploy output entryThis change augments
wrangler deployoutput being printed toWRANGLER_OUTPUT_FILE_DIRECTORYorWRANGLER_OUTPUT_FILE_PATHto also include a newautoconfig_summaryfield containing the possible summary details for the autoconfig process (the field isundefinedif autoconfig didn't run).Note: the field is experimental and could change while autoconfig is not GA
#11477
9988cc9Thanks @ascorbic! - Support Nuxt in autoconfig#11472
ce295bfThanks @dario-piotrowicz! - Support Qwik projects in autoconfig#10937
9514c9aThanks @ReppCodes! - Add support for "targeted" placement mode with region, host, and hostname fieldsThis change adds a new mode to
placementconfiguration. You can specify one of the following fields to target specific external resources for Worker placement:region: Specify a region identifier (e.g., "aws:us-east-1") to target a region from another cloud service providerhost: Specify a host with (required) port (e.g., "example.com:8123") to target a TCP servicehostname: Specify a hostname (e.g., "example.com") to target an HTTP resourceThese fields are mutually exclusive - only one can be specified at a time.
Example configuration:
#11498
ac861f8Thanks @penalosa! - Add React Router support in autoconfig#11506
79d30d4Thanks @vicb! - Set the target JS version to ES2024Patch Changes
#11393
45480b1Thanks @alsuren! - improved --help text for wrangler d1 subcommands#11523
94c67e8Thanks @jamesopstad! - fix: types from @cloudflare/workers-utils not being exported correctly from Wrangler#11483
f550b62Thanks @edmundhung! - stop runningnpm installwith--legacy-peer-depsflag when setting up a projectUpdated dependencies [
819e287,56e78c8,0aa959a]:v4.52.1Compare Source
Patch Changes
#11504
7e80340Thanks @dario-piotrowicz! - Fixwrangler deployfailing for new workers containing environment variables or bindingsUpdated dependencies [
59534ba]:v4.52.0Compare Source
Minor Changes
#11416
abe49d8Thanks @dario-piotrowicz! - Remove thewrangler deploy's--x-remote-diff-checkexperimental flagThe remote diffing feature has been enabled by default for a while and its functionality is stable, as a result the experimental flag (only available for option-out of the feature right now) has been removed.
#11408
f29e699Thanks @ascorbic! - Export unstable helpers useful for generating wrangler config#11389
2342d2fThanks @dario-piotrowicz! - Improve thewrangler deployflow to also check for potential overrides of secrets.Now when you run
wrangler deployWrangler will check the remote secrets for your workers for conflicts with the names of the bindings you're about to deploy. If there are conflicts, Wrangler will warn you and ask you for your permission before proceeding.#11375
9a1de61Thanks @penalosa! - Support TanStack Start in autoconfig#11360
6b38532Thanks @emily-shen! - Containers: Allow users to directly authenticate external image registries in local devPreviously, we always queried the API for stored registry credentials and used those to pull images. This means that if you are using an external registry (ECR, dockerhub) then you have to configure registry credentials remotely before running local dev.
Now you can directly authenticate with your external registry provider (using
docker loginetc.), and Wrangler or Vite will be able to pull the image specified in thecontainers.imagefield in your config file.The Cloudflare-managed registry (registry.cloudflare.com) currently still does not work with the Vite plugin.
#11009
e4ddbc2Thanks @dario-piotrowicz! - Allow users to provide anaccount_idas part of theWorkerConfigObjectthey pass tomaybeStartOrUpdateRemoteProxySession#11478
2aec2b4Thanks @dario-piotrowicz! - Support SolidStart in autoconfig#11330
5a873bbThanks @dario-piotrowicz! - Support Angular projects in autoconfig#11449
e7b690bThanks @penalosa! - Delegate generation of HTTPS certificates to Miniflare#11448
2b4813bThanks @edmundhung! - Bumpsesbuildversion to 0.27.0#11335
c47ad11Thanks @dario-piotrowicz! - Support internal-only undocumentedcross_account_grantservice binding property#11346
a977701Thanks @penalosa! - We're soon going to make backend changes that mean thatwrangler dev --remotesessions will no longer have an associated inspector connection. In advance of these backend changes, we've enabled a newwrangler tail-based logging strategy forwrangler dev --remote. For now, you can revert to the previous logging strategy withwrangler dev --remote --no-x-tail-logs, but in future it will not be possible to revert.The impact of this will be that logs that were previously available via devtools will now be provided directly to the Wrangler console and it will no longer be possible to interact with the remote Worker via the devtools console.
Patch Changes
#11397
b154de2Thanks @vicb! - Use more workerd native modulesNode modules
punycode,trace_events,cluster,wasi, anddomainswill be used when enabledvia a compatibility flag or by default when the compatibility date is greater or equal to 2025-12-04.
#11452
76f0540Thanks [@penalosa](https://rConfiguration
📅 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.