webiny-js
webiny-js copied to clipboard
chore(deps): bump nanoid from 3.3.8 to 5.0.9 in the npm_and_yarn group across 1 directory
⚠️ Dependabot is rebasing this PR ⚠️
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps the npm_and_yarn group with 1 update in the / directory: nanoid.
Updates 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
- Reduced
customAlphabetsize (by@kirillgroshkov).5.0.7
- Fixed Parcel support (by
@WilhelmYakunin).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
- Reduced
customAlphabetsize (by@kirillgroshkov).5.0.7
- Fixed Parcel support (by
@WilhelmYakunin).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
- Fixed CLI docs (by
@ilyaboka).5.0.3
- Fixed CLI docs (by Chris Schmich).
5.0.2
- Fixed
webcryptoimport (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
- Reduced npm package size (by
@HiChen404).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
65a38acRelease 5.0.9 versionb00d120Merge after 3.3.8 releasecdc3edcUpdate size limit0daa00fAdditional fixes and tests for #508 (#509)313a14eUpdate dependencieseb2db95Fix size limit and linting9da8f60Fix pool pollution, infinite loop (#508)009b5f4Bump cross-spawn from 7.0.3 to 7.0.6 (#506)6f5b507Bump@eslint/plugin-kitfrom 0.2.1 to 0.2.3 (#505)55cd90dRelease 5.0.8 version- Additional commits viewable in compare view
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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the Security Alerts page.