Skip to content

Bump nanoid from 3.3.7 to 3.3.18 in /apps/functional_chat - #85

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/apps/functional_chat/nanoid-3.3.18
Open

Bump nanoid from 3.3.7 to 3.3.18 in /apps/functional_chat#85
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/apps/functional_chat/nanoid-3.3.18

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 13, 2026

Copy link
Copy Markdown

Bumps nanoid from 3.3.7 to 3.3.18.

Release notes

Sourced from nanoid's releases.

3.3.18

3.3.17

  • Fixed infinite loop on zero size.

3.3.16

3.3.15

  • Fixed npm provenance error.

3.3.14

  • Fixed random pool corruption on big ID sizes.

3.3.13

  • Reduced npm package size.

3.3.12

  • Fixed breaking Nano ID by requesting big ID.

3.3.11

  • Fixed React Native support.

3.3.10

3.3.9

  • Reduced npm package size.
Changelog

Sourced from nanoid's changelog.

3.3.18

3.3.17

  • Fixed infinite loop on zero size.

3.3.16

3.3.15

  • Fixed npm provenance error.

3.3.14

  • Fixed random pool corruption on big ID sizes.

3.3.13

  • Reduced npm package size.

3.3.12

  • Fixed breaking Nano ID by requesting big ID.

3.3.11

  • Fixed React Native support.

3.3.10

3.3.9

  • Reduced npm package size.

3.3.8

  • Fixed a way to brake Nano ID by passing non-integer size (by @​myndzi).
Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for nanoid since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note

Low Risk
Patch-level transitive ID library update with no app code changes; main risk is unverified install/build if optional deps were relied on indirectly.

Overview
Updates apps/functional_chat/package-lock.json so the resolved nanoid package moves from 3.3.7 to 3.3.18 (transitive dependency, mainly via PostCSS). The lockfile also refreshes a few root version pins from latest to * for tools like eslint-config-next, next-auth, @types/react, and typescript, and drops a number of previously listed optional/peer dependency subtrees (e.g. canvas, ts-node) as part of the same lock regeneration.

There are no application source changes; this is dependency resolution only.

Reviewed by Cursor Bugbot for commit 64c647f. Bugbot is set up for automated code reviews on this repo. Configure here.

Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.18.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/3.3.18/CHANGELOG.md)
- [Commits](ai/nanoid@3.3.7...3.3.18)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-version: 3.3.18
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 13, 2026
@vercel

vercel Bot commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
functional-chat Ready Ready Preview Aug 13, 2026 10:34pm
transcription-demo Ready Ready Preview Aug 13, 2026 10:34pm

@cursor cursor 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.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 64c647f. Configure here.

"postcss": "8.4.32",
"tailwindcss": "3.3.6",
"typescript": "latest"
"typescript": "*"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Lockfile out of sync with package.json

High Severity

Dependabot rewrote the root lockfile entries for eslint-config-next, next-auth, @types/react, and typescript from latest to *, while package.json still declares latest. That leaves package-lock.json out of sync with package.json, so npm ci fails and reproducible installs break.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 64c647f. Configure here.

@cursor
cursor Bot requested review from benjibc and pgarbacki August 13, 2026 22:36

@cursor cursor 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.

Risk: medium. Left a non-blocking comment and did not approve because Bugbot reported an unresolved high-severity lockfile mismatch (latest vs *) that can break npm ci. Assigned pgarbacki and benjibc to review the Dependabot lockfile rewrite.

Open in Web View Automation 

Sent by Cursor Approval Agent: Pull Request Approver

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

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants