Skip to content

build(deps): bump nanoid from 3.3.16 to 3.3.19 - #218

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/nanoid-3.3.19
Sep 18, 2026
Merged

github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/nanoid-3.3.19

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 18, 2026

Copy link
Copy Markdown
Contributor

Bumps nanoid from 3.3.16 to 3.3.19.

Release notes

Sourced from nanoid's releases.

3.3.19

  • Fixed killing the app by setting huge user ID.

3.3.18

3.3.17

  • Fixed infinite loop on zero size.
Changelog

Sourced from nanoid's changelog.

3.3.19

3.3.18

3.3.17

  • Fixed infinite loop on zero size.
Commits

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.

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

---
updated-dependencies:
- dependency-name: nanoid
  dependency-version: 3.3.19
  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 Sep 18, 2026
@github-actions
github-actions Bot merged commit 7b315fe into main Sep 18, 2026
2 of 4 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/nanoid-3.3.19 branch September 18, 2026 17:26
@github-actions

Copy link
Copy Markdown
Contributor

🤖 Codex-Style Code Review by OpenCode (Vue Best Practice Enabled)

💡 Autonomous AI Reviewer inspecting git commit history and Vue code quality.

Pull Request Review Report

PR: build(deps): bump nanoid from 3.3.16 to 3.3.19
Base: origin/mainHead: HEAD (806bd2d)


Overview

Metric Value
Commits 1 feature commit + 1 merge
Files changed 1 (package-lock.json)
Insertions / Deletions +3 / −3
Source code touched None

Changes

This PR is a routine Dependabot transitive-dependency bump. The only change is the nanoid entry in package-lock.json:

  • node_modules/nanoid: 3.3.163.3.19 (integrity hash updated)

package.json is untouched — nanoid is not a direct dependency here; it's pulled in transitively by another package whose range is ^3.3.16 (lockfile line 9519 satisfies that range). No source files import nanoid directly.

Assessment

Per review policy, lockfile changes are not reviewed line-by-line. Confirming the important invariants:

  1. Range compatibility3.3.19 satisfies the parent's ^3.3.16 semver constraint, so no cascading lockfile churn. ✅
  2. No source impact — Verified via git grep: no code imports nanoid; behavior is unaffected. ✅
  3. Security — Patch-level bump (3.3.17 → 3.3.19 delivered upstream fixes); good to pull in. ✅
  4. Integrityintegrity hash updated to match the new tarball. ✅

Verdict

Approve

Trivial, safe dependency bump with no source changes. No Vue-specific or code-quality concerns apply.


Reviewed as: Senior Vue Architect (nothing to review beyond lockfile metadata — no .vue/.ts files in this diff).

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