Skip to content

fix(deps): update dependency nanoid to v6 - #150

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/nanoid-6.x
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/nanoid-6.x

Conversation

@renovate

@renovate renovate Bot commented Sep 16, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
nanoid ^5.1.16^6.0.0 age confidence

Release Notes

ai/nanoid (nanoid)

v6.0.1

Compare Source

  • Fixed docs.

v6.0.0

Compare Source

  • Made nanoid() and customAlphabet() 4 times faster (by @​orhanayd).
  • Removed Node.js 18 and 20 support.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread plugins/draw/package.json
},
"dependencies": {
"nanoid": "^5.1.16",
"nanoid": "^6.0.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge 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 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants