fix(deps): update all non-major dependencies - #244
Conversation
Dokploy Preview Deployment
|
4c35c35 to
c18c7aa
Compare
461d4cf to
89f3868
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 89f386853e
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "vue": "3.5.39", | ||
| "vue-router": "5.1.0", | ||
| "vue": "3.5.40", | ||
| "vue-router": "5.2.0", |
There was a problem hiding this comment.
Pin vue-router until i18n uses the same copy
With this dependency set under pnpm, the root app/Nuxt now resolves vue-router@5.2.0, but the updated lockfile still installs @nuxtjs/i18n@10.4.1 against vue-router@5.1.0 (pnpm-lock.yaml shows that nested dependency at line 8831). In a pnpm install that leaves i18n's route helpers on a second router package copy, so locale-aware navigation such as useLocalePath/language switching can resolve through different router internals than the Nuxt app and fail at runtime. Keep vue-router on 5.1.x or regenerate/dedupe the lockfile so Nuxt and @nuxtjs/i18n share one router version.
Useful? React with 👍 / 👎.
b7875ef to
297cf4c
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 297cf4c42f
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "ufo": "1.6.4", | ||
| "vue": "3.5.39", | ||
| "vue-router": "5.1.0", | ||
| "vue": "3.5.40", |
There was a problem hiding this comment.
Keep Vue on the same runtime Nuxt installs
With this bump the app's direct vue dependency resolves to 3.5.40, but the new lockfile still installs Nuxt 4.5.0's own runtime graph against vue: 3.5.39 (pnpm-lock.yaml shows Nuxt, @unhead/vue, and @vitejs/plugin-vue on that copy). Under pnpm this gives project code that imports provide/inject/render from the top-level Vue a different Vue singleton than Nuxt internals, so app context/provide-inject and manually rendered components can fail at runtime. Keep vue pinned to 3.5.39 or regenerate/dedupe once Nuxt resolves to 3.5.40 throughout.
Useful? React with 👍 / 👎.
297cf4c to
bc33a8f
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: bc33a8f0f9
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "eslint": "10.7.0", | ||
| "leaflet": "1.9.4", | ||
| "nuxt": "4.4.8", | ||
| "nuxt": "4.5.0", |
There was a problem hiding this comment.
Raise Node engine floor for Nuxt 4.5
The Nuxt 4.5.0 bump pulls build/runtime packages that no longer support the whole >=24.0.0 range: the updated lockfile records @nuxt/nitro-server@4.5.0 requiring ^22.19.0 || ^24.11.0 || >=26.0.0 and @nuxt/vite-builder@4.5.0 requiring ^22.18.0 || ^24.11.0 || >=26.0.0 (pnpm-lock.yaml lines 1270-1299). On a workstation or self-hosted runner pinned to Node 24.0–24.10, which this repo still advertises as supported, installs with engine checks or nuxt generate can run against an unsupported Node version; update engines.node/CI to the Nuxt 4.5 floor or avoid this bump.
Useful? React with 👍 / 👎.
77a9efc to
39e4ac9
Compare
2bb1a3b to
6a52833
Compare
6a52833 to
29b10c5
Compare
This PR contains the following updates:
9.1.0→9.2.01.2.35→1.2.383.14.0→3.15.22.2.4→2.4.12.0.0→2.1.010.4.0→10.6.00.22.0→0.22.21.7.0→1.8.766.7.3→66.7.566.7.3→66.7.566.7.3→66.7.566.7.3→66.7.566.7.3→66.7.514.3.0→14.4.0v7.0.0→v7.0.1v6.4.0→v6.5.07.0.0→7.0.110.6.0→10.8.04.4.8→4.5.16.5.2→6.7.511.9.0→11.18.00.26.0→0.29.066.7.3→66.7.53.5.39→3.5.405.1.0→5.2.03.3.5→3.3.83.3.9Release Notes
antfu/eslint-config (@antfu/eslint-config)
v9.2.0Compare Source
🚀 Features
🐞 Bug Fixes
scripts-infoin package.json sorting - by @antfu (09680)eslint-plugin-astrov2 to resolve unmet peer warning - by @ycs77 in #855 (5ada5)View changes on GitHub
nuxt/content (@nuxt/content)
v3.15.2Compare Source
Bug Fixes
v3.15.1Compare Source
Bug Fixes
v3.15.0Compare Source
Features
bunsqlite connector for Bun runtime deployments (#3741) (92ac2ab)Bug Fixes
nuxt/image (@nuxt/image)
v2.1.0Compare Source
👀 Highlights
Nuxt Image 2.1 ships eight new image providers, a major upgrade to our image processing engine, and a bunch of fixes across existing providers.
🖼️ IPX v4
Under the hood, we've upgraded to IPX v4 which brings significant improvements:
svgo: falsewould return untouched SVGs. The sanitizer now removes SMIL attribute injection, foreign content (<foreignObject>,<iframe>, etc.), and unsafe URIs across all elementsopacity,brightness,saturation,hue,lightness,autoorient,dilate,erode,clahe, andlinear400errors with clear messages instead of cryptic500sparseURLoption🌐 New Providers
This release adds support for eight new image optimization services:
🔧 Provider Improvements
keymodifier for named presets (#2207)baseURLfor custom CDN setups (#2273)minimumCacheTTLis now configurable (#2278)📦 Type Exports
NuxtImgPropsandNuxtPicturePropsare now exported from the runtime, making it easier to type your own components that wrap<NuxtImg>or<NuxtPicture>(#2115).👉 Changelog
compare changes
🚀 Enhancements
keymodifier (#2207)minimumCacheTTLconfigurable (#2278)baseURLoption to Sanity provider (#2273)🩹 Fixes
137ee63)providerkey in generated image options (#2279)7e561f6)237e480)baseURLfor urls with no operations (#2162)imagesrcsetpreload when densities are set w/o sizes (#2176)runtimeConfig.ipxwith defaults (#2134)withoutEnlargementmodifier type (#2133)remote_imagesconfig (#2086)formats(#2038)layer.config.image(23b8cef)data-*in imgAttrs (#2017)public/dir in relation torootDir(3e07761)📖 Documentation
6f59ab1)_routes.json(#2136)<NuxtImg />example (#2074)93de8a9)2deacc0)📦 Build
🏡 Chore
prepack(97d3758)consolato dev dependencies (#2275)pnpm-workspace.yaml(9b80ce6)fd87f7d)<NuxtPicture>(#2145)13b88c1)03b5ef4)🤖 CI
e529f37)2f8b332)23ee710)777239c)a200dae)f60d0f7)d1cb12b)09e5efb)402c729)906111c)🎉 New Contributors
❤️ Contributors
nuxt-modules/i18n (@nuxtjs/i18n)
v10.6.0Compare Source
This changelog is generated by GitHub Releases
🚀 Features
experimental.optimizeMessageBundlingoption - by @BobbieGoede in #4068 (e7b6b)domains- by @BobbieGoede in #4085 (436c3)🐞 Bug Fixes
switchLocalePathpaths - by @Vincentdevreede and @BobbieGoede in #4079 (03a8e)prefix_and_default- by @BobbieGoede in #4087 (de62b)import.meta.hot.accept()for vite 8 - by @sawa-ko and @BobbieGoede in #4065 (329db)x-defaulton every domain - by @BobbieGoede in #4089 (45d95)x-default- by @BobbieGoede in #4092 (e0706)useHeadSafe- by @BobbieGoede in #4062 (59e5d)🏎 Performance
experimental.optimizeMessageBundlingby default - by @BobbieGoede in #4073 (ba6f3)View changes on GitHub
v10.5.0Compare Source
This changelog is generated by GitHub Releases
🚀 Features
customRoutesmodes - by @BobbieGoede in #4022 (39a8b)🐞 Bug Fixes
routeRulesredirect stub pages - by @BobbieGoede in #4048 (af344)View changes on GitHub
v10.4.1Compare Source
This changelog is generated by GitHub Releases
🐞 Bug Fixes
bundle.onlyLocalesfrom the first layer that specifies it - by @cernymatej and @BobbieGoede in #4012 (ffd13)experimental.typedPages- by @BobbieGoede in #4024 (8564e)<NuxtPage>keys forcompactRoutes- by @BobbieGoede in #4025 (04c3b)strictSeo.canonicalQueriesto runtime head options - by @BobbieGoede in #4026 (5b284)domainLocalesruntime config inlocalePropertiesandlocales- by @BobbieGoede in #4027 (31fbb)og:locale:alternatefrom localelanguagetags withstrictSeo- by @BobbieGoede in #4028 (fa199)View changes on GitHub
nuxt-content/mdc (@nuxtjs/mdc)
v0.22.2Compare Source
compare changes
🩹 Fixes
❤️ Contributors
v0.22.1Compare Source
compare changes
🩹 Fixes
📖 Documentation
🏡 Chore
❤️ Contributors
kane50613/takumi (@takumi-rs/core)
v1.8.7Compare Source
Patch Changes
81c3678: Removed the seperate .d.ts file and updated tsdown to v0.22.39604fd7: Split package export types per import/require condition so CJS consumers resolve.d.cts9604fd7]v1.8.6Compare Source
Patch Changes
v1.8.5Compare Source
Patch Changes
v1.8.4Compare Source
Patch Changes
v1.8.3Compare Source
Patch Changes
bfc6e55: Join rayon's worker threads on N-API teardown to fix a Windows crash (0xC0000005) when Node exits after rendering (#763)v1.8.2Compare Source
Patch Changes
v1.8.1Compare Source
Patch Changes
v1.8.0Compare Source
Minor Changes
ae2c9aa: Built with nightly Rust toolchain withpanic=immediate-abortto reduce binary sizePatch Changes
unocss/unocss (@unocss/eslint-plugin)
v66.7.5Compare Source
🚀 Features
🐞 Bug Fixes
createContextclose #5243 - by @zyyv in #5243 (d78d3)View changes on GitHub
v66.7.4Compare Source
🚀 Features
@unocss/twoslash- by @9romise and @zyyv in #5215 (e4a35)🐞 Bug Fixes
View changes on GitHub
vueuse/vueuse (@vueuse/core)
v14.4.0Compare Source
🚀 Features
useColorModeauto import if@nuxtjs/color-modeis detected - by @OrbisK in #5476 (60687)onStartTyping- by @LightQuanta and @9romise in #5395 (1f2b7)Configuration
📅 Schedule: (in timezone Asia/Taipei)
* 0-3 * * 1)🚦 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.