Bump is-fullwidth-code-point from 3.0.0 to 5.0.0 #21

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/is-fullwidth-code-point-5.0.0 into main 2024-12-10 22:09:10 +00:00
dependabot[bot] commented 2024-12-10 20:08:21 +00:00 (Migrated from github.com)

Bumps is-fullwidth-code-point from 3.0.0 to 5.0.0.

Release notes

Sourced from is-fullwidth-code-point's releases.

v5.0.0

Breaking

  • Require Node.js 18 0967254

Improvements

https://github.com/sindresorhus/is-fullwidth-code-point/compare/v4.0.0...v5.0.0

v4.0.0

Breaking

  • Require Node.js 12 2f913bc
  • This package is now pure ESM. Please read this.

https://github.com/sindresorhus/is-fullwidth-code-point/compare/v3.0.0...v4.0.0

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 [is-fullwidth-code-point](https://github.com/sindresorhus/is-fullwidth-code-point) from 3.0.0 to 5.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sindresorhus/is-fullwidth-code-point/releases">is-fullwidth-code-point's releases</a>.</em></p> <blockquote> <h2>v5.0.0</h2> <h3>Breaking</h3> <ul> <li>Require Node.js 18 0967254</li> </ul> <h3>Improvements</h3> <ul> <li>It now uses the <a href="https://github.com/sindresorhus/get-east-asian-width">most recent Unicode data</a>, which fixes some false-positives 0967254</li> </ul> <p><a href="https://github.com/sindresorhus/is-fullwidth-code-point/compare/v4.0.0...v5.0.0">https://github.com/sindresorhus/is-fullwidth-code-point/compare/v4.0.0...v5.0.0</a></p> <h2>v4.0.0</h2> <h3>Breaking</h3> <ul> <li>Require Node.js 12 2f913bc</li> <li>This package is now pure ESM. Please <a href="https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c">read this</a>.</li> </ul> <p><a href="https://github.com/sindresorhus/is-fullwidth-code-point/compare/v3.0.0...v4.0.0">https://github.com/sindresorhus/is-fullwidth-code-point/compare/v3.0.0...v4.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/is-fullwidth-code-point/commit/1f8fb1ffeab396915a22bf28420f13bf329963fe"><code>1f8fb1f</code></a> 5.0.0</li> <li><a href="https://github.com/sindresorhus/is-fullwidth-code-point/commit/09672540f154e3458abe3ee7407f4ba151cb8aaf"><code>0967254</code></a> Require Node.js 18</li> <li><a href="https://github.com/sindresorhus/is-fullwidth-code-point/commit/b54cc3ebea8588fcfc21b9272bd3b645bbd47e99"><code>b54cc3e</code></a> Update GitHub Actions (<a href="https://redirect.github.com/sindresorhus/is-fullwidth-code-point/issues/15">#15</a>)</li> <li><a href="https://github.com/sindresorhus/is-fullwidth-code-point/commit/27f5728857a28f9893de14be33e893d33da7f85b"><code>27f5728</code></a> 4.0.0</li> <li><a href="https://github.com/sindresorhus/is-fullwidth-code-point/commit/2f913bc7dd708276b8c8c12431d1105400492f9a"><code>2f913bc</code></a> Require Node.js 12 and move to ESM</li> <li><a href="https://github.com/sindresorhus/is-fullwidth-code-point/commit/069b65beb5546562dc7428af36bfa4239e482694"><code>069b65b</code></a> Move to GitHub Actions (<a href="https://redirect.github.com/sindresorhus/is-fullwidth-code-point/issues/11">#11</a>)</li> <li><a href="https://github.com/sindresorhus/is-fullwidth-code-point/commit/e2dd848aa5b02727723d5c4ccb883b2ceeffd945"><code>e2dd848</code></a> Simplify code (<a href="https://redirect.github.com/sindresorhus/is-fullwidth-code-point/issues/10">#10</a>)</li> <li><a href="https://github.com/sindresorhus/is-fullwidth-code-point/commit/528e885e4da7a5be10f943ea5bcf941d1c42dcf8"><code>528e885</code></a> Fix the explanatory link for &quot;code points&quot; (<a href="https://redirect.github.com/sindresorhus/is-fullwidth-code-point/issues/8">#8</a>)</li> <li><a href="https://github.com/sindresorhus/is-fullwidth-code-point/commit/d025246b6d659abe78417694fb023dd6f275c176"><code>d025246</code></a> Tidelift tasks</li> <li><a href="https://github.com/sindresorhus/is-fullwidth-code-point/commit/f6a2e72ae70b511edfb3484013af9b036e1d476d"><code>f6a2e72</code></a> Add Node.js 12 to testing (<a href="https://redirect.github.com/sindresorhus/is-fullwidth-code-point/issues/7">#7</a>)</li> <li>See full diff in <a href="https://github.com/sindresorhus/is-fullwidth-code-point/compare/v3.0.0...v5.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=is-fullwidth-code-point&package-manager=npm_and_yarn&previous-version=3.0.0&new-version=5.0.0)](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.