chore(deps): lock file maintenance - #245
Conversation
Dokploy Preview Deployment
|
59f796f to
04b97fa
Compare
d603f18 to
bc1bcc8
Compare
1b606d3 to
64d015d
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 64d015ded1
ℹ️ 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".
| @@ -40,10 +40,10 @@ importers: | |||
| version: 1.9.4 | |||
| nuxt: | |||
| specifier: 4.4.8 | |||
| version: 4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@25.9.1)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(db0@0.3.4)(eslint@10.6.0(jiti@2.7.0))(ioredis@5.11.0)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.60.4))(rollup@4.60.4)(srvx@0.11.16)(terser@5.48.0)(typescript@6.0.3)(vite@7.3.3(@types/node@25.9.1)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0))(vue-tsc@3.3.5(typescript@6.0.3))(yaml@2.9.0) | |||
| version: 4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@types/node@26.1.1)(@vue/compiler-sfc@3.5.40)(cac@6.7.14)(db0@0.3.4)(esbuild@0.28.1)(eslint@10.6.0(jiti@2.7.0))(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(srvx@0.11.22)(terser@5.49.0)(typescript@6.0.3)(vite@7.3.6(@types/node@26.1.1)(jiti@2.7.0)(terser@5.49.0)(yaml@2.9.0))(vue-tsc@3.3.5(typescript@6.0.3))(webpack@5.108.4(esbuild@0.28.1)(postcss@8.5.22))(yaml@2.9.0) | |||
There was a problem hiding this comment.
Keep Vue compiler in sync with runtime
With this lockfile, the Nuxt build graph now resolves @vue/compiler-sfc@3.5.40, while package.json still pins vue to 3.5.39 and the lockfile installs Vue's runtime packages at 3.5.39. Vue's tooling guidance recommends keeping the SFC compiler synchronized with the runtime (https://vuejs.org/guide/scaling-up/tooling.html#lower-level-packages); otherwise SFC/template-related tooling can compile against helpers from a different patch than the runtime shipped by pnpm build. Please keep the compiler packages on 3.5.39 or bump vue in the same change.
Useful? React with 👍 / 👎.
04784c9 to
98c07f6
Compare
fix(deps): update all non-major dependencies
98c07f6 to
aa766a0
Compare
This PR contains the following updates:
🔧 This Pull Request updates lock files to use the latest dependency versions.
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.