Skip to content

Bump nanoid and netcat - #956

Merged
mattherman merged 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-9d7c6b9ae3
Sep 11, 2026
Merged

mattherman merged 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-9d7c6b9ae3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 4, 2026 •

Copy link
Copy Markdown
Contributor

Bumps nanoid and netcat. These dependencies needed to be updated together.
Updates nanoid from 2.1.11 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.

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.0 Migration Guide

Nano ID 3.0 is the biggest release in the project history. Unfortunately, you will need to change the code of your application. But the changes are very small in most cases. In return, you will have better performance, smaller size, ES modules and TypeScript support.

Known Issues

  • Only Create React App 4.0 supports dual ESM/CJS modules.

Simple Case

In simple cases, you just need to change default import to named import.

- import nanoid from 'nanoid'
+ import { nanoid } from 'nanoid'
nanoid() //=> "sSAi9F8yakJZPxOCr_WFb"
nanoid(5) //=> "ISe9l"
</tr></table>

... (truncated)

Changelog

Sourced from nanoid's changelog.

3.3.19

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 break Nano ID by passing non-integer size (by @​myndzi).

3.3.7

... (truncated)

Commits
Maintainer changes

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


Updates netcat from 1.5.0 to 1.5.2

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 4, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/multi-9d7c6b9ae3 branch 8 times, most recently from 30e7155 to 6202944 Compare September 11, 2026 19:25
@mattherman

Copy link
Copy Markdown
Contributor

@dependabot rebase

Bumps [nanoid](https://github.com/ai/nanoid) and [netcat](https://github.com/roccomuso/netcat). These dependencies needed to be updated together.

Updates `nanoid` from 2.1.11 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@2.1.11...3.3.19)

Updates `netcat` from 1.5.0 to 1.5.2
- [Release notes](https://github.com/roccomuso/netcat/releases)
- [Commits](https://github.com/roccomuso/netcat/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/multi-9d7c6b9ae3 branch from 6202944 to 8187446 Compare September 11, 2026 19:55
@sonarqubecloud

Copy link
Copy Markdown

@mattherman
mattherman merged commit 2382dc9 into master Sep 11, 2026
6 checks passed
@mattherman
mattherman deleted the dependabot/npm_and_yarn/multi-9d7c6b9ae3 branch September 11, 2026 20:27
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.

1 participant