fix(deps): update dependency nanoid to v6 - #150
renovate[bot] wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a47cf782a2
ℹ️ 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".
| }, | ||
| "dependencies": { | ||
| "nanoid": "^5.1.16", | ||
| "nanoid": "^6.0.0", |
There was a problem hiding this comment.
Keep Nano ID compatible with the declared Node range
On the supported Node 20 path (also exercised by the draw job in .github/workflows/test.yml), this range resolves Nano ID 6.0.1, whose lock entry requires Node ^22 || ^24 || >=26. As a result, installs with engine-strict enabled reject the dependency, while ordinary installs run a version that explicitly no longer supports Node 20. Either retain Nano ID 5 or update this package's engine declaration and CI matrix to remove Node 20.
Useful? React with 👍 / 👎.
This PR contains the following updates:
^5.1.16→^6.0.0Release Notes
ai/nanoid (nanoid)
v6.0.1Compare Source
v6.0.0Compare Source
nanoid()andcustomAlphabet()4 times faster (by @orhanayd).Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.