chore(deps): update dependency vite-plugin-pwa to ^1.3.0 (deps) - #2031
chore(deps): update dependency vite-plugin-pwa to ^1.3.0 (deps)#2031renovate[bot] wants to merge 1 commit into
Conversation
3fd1509 to
276ed11
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 276ed11949
ℹ️ 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".
| engines: {node: '>=20.19.0'} | ||
| bumpp@12.0.0: | ||
| resolution: {integrity: sha512-2uuObtROJvEGZJk4T6t3fDgUAmgDYF0PeSZt23GCn1ItxECvR+ROVJNYT7r1lS8nIMJae6IkIgcDEIbT5iwWAA==} | ||
| engines: {node: ^22.18.0 || ^24.11.0 || >=26.0.0} |
There was a problem hiding this comment.
Keep bumpp within the advertised Node range
For contributors running Node 24.0 through 24.10, which the root package.json still advertises via engines.node: >=v24.0.0, this lockfile now selects bumpp@12.0.0 even though its own engine range starts at Node 24.11 for the 24.x line. That makes installs with engine-strict, and the locked pnpm release tool, unsupported on versions the repo says are valid; either keep bumpp on 11.x or raise the repo engine floor to 24.11.
Useful? React with 👍 / 👎.
f01f783 to
e24d86b
Compare
00fa7b5 to
5cbec6f
Compare
5cbec6f to
fef9743
Compare
fef9743 to
7a48a8b
Compare
This PR contains the following updates:
^1.2.0→^1.3.0Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.