fix(deps): update all non-major dependencies - #306
Conversation
Dokploy Preview Deployment
|
22bd864 to
525592b
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 525592b56f
ℹ️ 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.8.0", | ||
| "leaflet": "1.9.4", | ||
| "nuxt": "4.4.8", | ||
| "nuxt": "4.5.1", |
There was a problem hiding this comment.
Raise the Node engine for Nuxt 4.5
This bump makes the project's declared runtime too broad: nuxt@4.5.1 declares engines.node as ^22.19.0 || ^24.11.0 || >=26.0.0 in the updated lockfile, but package.json still permits >=24.0.0, and setup-node's node-version-file: package.json path checks engines.node in both workflows. On any runner or contributor machine that resolves to Node 24.0 through 24.10, install/build runs under a Node version Nuxt no longer supports; please raise the project engine or pin CI to 24.11+ with this dependency bump.
Useful? React with 👍 / 👎.
d5a2557 to
b833104
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b833104f3a
ℹ️ 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".
| }, | ||
| "devDependencies": { | ||
| "@antfu/eslint-config": "9.1.0", | ||
| "@antfu/eslint-config": "9.3.0", |
There was a problem hiding this comment.
Raise Node engine to 24.15 for lint deps
Fresh evidence beyond the earlier Nuxt-engine comment: this @antfu/eslint-config bump now pulls eslint-plugin-command 4.0.0 (pnpm-lock.yaml:7944), whose own engine is ^22.22.2 || >=24.15.0 (pnpm-lock.yaml:4607-4609). Since package.json still advertises Node >=24.0.0, contributors or CI images on Node 24.0-24.14 can run pnpm lint under a runtime the updated lint stack no longer supports; please raise or pin the project runtime to at least 24.15 (or a supported 22.22.2 line).
Useful? React with 👍 / 👎.
b833104 to
7f9c165
Compare
7f9c165 to
e45220c
Compare
This PR contains the following updates:
9.1.0→9.3.01.2.35→1.2.383.14.0→3.15.21.16.0→1.17.02.2.4→2.4.12.5.02.0.0→2.1.010.4.0→10.6.00.22.0→0.23.00.23.11.7.0→1.8.71.9.21→1.9.2266.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.210.6.0→10.8.14.4.8→4.5.26.5.2→6.7.66.7.8(+1)11.9.0→11.20.011.21.0v6.0.9→v6.0.100.26.0→0.29.066.7.3→66.7.53.5.39→3.5.415.1.0→5.2.03.3.5→3.3.9Release Notes
antfu/eslint-config (@antfu/eslint-config)
v9.3.0Compare Source
🚀 Features
🐞 Bug Fixes
eslint-plugin-erasable-syntax-onlyas optional peer - by @KazariAI in #859 (01642)View changes on GitHub
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/eslint (@nuxt/eslint)
v1.17.0Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
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.23.0Compare Source
compare changes
🩹 Fixes
🏡 Chore
❤️ Contributors
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
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.