Bump nanoid from 3.3.8 to 5.0.9 #27

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/nanoid-5.0.9 into main 2024-12-13 15:49:48 +00:00
dependabot[bot] commented 2024-12-11 19:29:48 +00:00 (Migrated from github.com)

Bumps nanoid from 3.3.8 to 5.0.9.

Release notes

Sourced from nanoid's releases.

5.0.9

  • Fixed a way to break Nano ID by passing non-integer size (by @​myndzi).

5.0.8

5.0.7

5.0.6

  • Fixed React Native support.
Changelog

Sourced from nanoid's changelog.

5.0.9

  • Fixed a way to break Nano ID by passing non-integer size (by @​myndzi).

5.0.8

5.0.7

5.0.6

  • Fixed React Native support.

5.0.5

  • Make browser’s version faster by increasing size a little (by Samuel Elgozi).

5.0.4

5.0.3

  • Fixed CLI docs (by Chris Schmich).

5.0.2

  • Fixed webcrypto import (by Divyansh Singh).

5.0.1

  • Fixed Node.js 18 support.

5.0

  • Moved Node.js version to Web Crypto API.
  • Removed async API since Web Crypto API has only sync version.
  • Removed Node.js 14 and 16 support.

4.0.2

  • Added link to Github Sponsors.

4.0.1

4.0

  • Removed CommonJS support. Nano ID 4 will work only with ESM applications. We will support 3.x branch with CommonJS for users who can’t migrate to ESM.
  • Removed Node.js 10 and Node.js 12 support.
  • Reduced npm package 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.8 to 5.0.9. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ai/nanoid/releases">nanoid's releases</a>.</em></p> <blockquote> <h2>5.0.9</h2> <ul> <li>Fixed a way to break Nano ID by passing non-integer size (by <a href="https://github.com/myndzi"><code>@​myndzi</code></a>).</li> </ul> <h2>5.0.8</h2> <ul> <li>Reduced <code>customAlphabet</code> size (by <a href="https://github.com/kirillgroshkov"><code>@​kirillgroshkov</code></a>).</li> </ul> <h2>5.0.7</h2> <ul> <li>Fixed Parcel support (by <a href="https://github.com/WilhelmYakunin"><code>@​WilhelmYakunin</code></a>).</li> </ul> <h2>5.0.6</h2> <ul> <li>Fixed React Native support.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ai/nanoid/blob/main/CHANGELOG.md">nanoid's changelog</a>.</em></p> <blockquote> <h2>5.0.9</h2> <ul> <li>Fixed a way to break Nano ID by passing non-integer size (by <a href="https://github.com/myndzi"><code>@​myndzi</code></a>).</li> </ul> <h2>5.0.8</h2> <ul> <li>Reduced <code>customAlphabet</code> size (by <a href="https://github.com/kirillgroshkov"><code>@​kirillgroshkov</code></a>).</li> </ul> <h2>5.0.7</h2> <ul> <li>Fixed Parcel support (by <a href="https://github.com/WilhelmYakunin"><code>@​WilhelmYakunin</code></a>).</li> </ul> <h2>5.0.6</h2> <ul> <li>Fixed React Native support.</li> </ul> <h2>5.0.5</h2> <ul> <li>Make browser’s version faster by increasing size a little (by Samuel Elgozi).</li> </ul> <h2>5.0.4</h2> <ul> <li>Fixed CLI docs (by <a href="https://github.com/ilyaboka"><code>@​ilyaboka</code></a>).</li> </ul> <h2>5.0.3</h2> <ul> <li>Fixed CLI docs (by Chris Schmich).</li> </ul> <h2>5.0.2</h2> <ul> <li>Fixed <code>webcrypto</code> import (by Divyansh Singh).</li> </ul> <h2>5.0.1</h2> <ul> <li>Fixed Node.js 18 support.</li> </ul> <h2>5.0</h2> <ul> <li>Moved Node.js version to Web Crypto API.</li> <li>Removed async API since Web Crypto API has only sync version.</li> <li>Removed Node.js 14 and 16 support.</li> </ul> <h2>4.0.2</h2> <ul> <li>Added <a href="https://github.com/sponsors/ai">link</a> to Github Sponsors.</li> </ul> <h2>4.0.1</h2> <ul> <li>Reduced npm package size (by <a href="https://github.com/HiChen404"><code>@​HiChen404</code></a>).</li> </ul> <h2>4.0</h2> <ul> <li>Removed CommonJS support. Nano ID 4 will work only with ESM applications. We will support 3.x branch with CommonJS for users who can’t migrate to ESM.</li> <li>Removed Node.js 10 and Node.js 12 support.</li> <li>Reduced npm package size.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ai/nanoid/commit/65a38ac63a0709c420b9de30b15511b84e87c423"><code>65a38ac</code></a> Release 5.0.9 version</li> <li><a href="https://github.com/ai/nanoid/commit/b00d120d7a88ef045df0835c89fed6bf29b26bda"><code>b00d120</code></a> Merge after 3.3.8 release</li> <li><a href="https://github.com/ai/nanoid/commit/cdc3edc2f57652d97e566acecef7f1bb0f4650db"><code>cdc3edc</code></a> Update size limit</li> <li><a href="https://github.com/ai/nanoid/commit/0daa00f68acc2f958ba19f73ddef700ce4049ab7"><code>0daa00f</code></a> Additional fixes and tests for <a href="https://redirect.github.com/ai/nanoid/issues/508">#508</a> (<a href="https://redirect.github.com/ai/nanoid/issues/509">#509</a>)</li> <li><a href="https://github.com/ai/nanoid/commit/313a14eb0e0557adba8a00d22b66f6a41a8b1cee"><code>313a14e</code></a> Update dependencies</li> <li><a href="https://github.com/ai/nanoid/commit/eb2db95a181c1cd42580f1c5ff88e455ad03ffb7"><code>eb2db95</code></a> Fix size limit and linting</li> <li><a href="https://github.com/ai/nanoid/commit/9da8f607e1ebaae1aac73c9ba7fb199b5a4592f6"><code>9da8f60</code></a> Fix pool pollution, infinite loop (<a href="https://redirect.github.com/ai/nanoid/issues/508">#508</a>)</li> <li><a href="https://github.com/ai/nanoid/commit/009b5f490eb98231b911c2a809deaa0d4538fa6a"><code>009b5f4</code></a> Bump cross-spawn from 7.0.3 to 7.0.6 (<a href="https://redirect.github.com/ai/nanoid/issues/506">#506</a>)</li> <li><a href="https://github.com/ai/nanoid/commit/6f5b50737bc9cf942f69a53df64bf3fbdf7e2482"><code>6f5b507</code></a> Bump <code>@​eslint/plugin-kit</code> from 0.2.1 to 0.2.3 (<a href="https://redirect.github.com/ai/nanoid/issues/505">#505</a>)</li> <li><a href="https://github.com/ai/nanoid/commit/55cd90d7f90d4ffedbeff4734a5d0d9abfec0aca"><code>55cd90d</code></a> Release 5.0.8 version</li> <li>Additional commits viewable in <a href="https://github.com/ai/nanoid/compare/3.3.8...5.0.9">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nanoid&package-manager=npm_and_yarn&previous-version=3.3.8&new-version=5.0.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) </details>
Sign in to join this conversation.
No description provided.