Bump nanoid from 3.3.7 to 3.3.18 in /apps/functional_chat - #85
Bump nanoid from 3.3.7 to 3.3.18 in /apps/functional_chat#85dependabot[bot] wants to merge 1 commit into
Conversation
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>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ 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": "*" |
There was a problem hiding this comment.
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.
Reviewed by Cursor Bugbot for commit 64c647f. Configure here.




Bumps nanoid from 3.3.7 to 3.3.18.
Release notes
Sourced from nanoid's releases.
Changelog
Sourced from nanoid's changelog.
Commits
9ad9805Release 3.3.18 version55e50a0Update CI actione10f8d4Update index.native.js (#606)73d6716Release 3.3.17 versionf9d13f1Sync 0 size behaviour with PostCSS 59760e11Release 3.3.16 versione835c9bfix(non-secure): clamp negative size to prevent infinite loop (#601)96dd086Update CI actionba0bc3bDo not create latest release for v36819724Release 3.3.15 versionMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for nanoid since your current version.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.jsonso the resolvednanoidpackage moves from 3.3.7 to 3.3.18 (transitive dependency, mainly via PostCSS). The lockfile also refreshes a few root version pins fromlatestto*for tools likeeslint-config-next,next-auth,@types/react, andtypescript, 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.