Bump string-width from 5.1.2 to 7.2.0 #24

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/string-width-7.2.0 into main 2024-12-13 15:53:17 +00:00
dependabot[bot] commented 2024-12-11 19:29:25 +00:00 (Migrated from github.com)

Bumps string-width from 5.1.2 to 7.2.0.

Release notes

Sourced from string-width's releases.

v7.2.0

  • Handle more edge-cases be33439

https://github.com/sindresorhus/string-width/compare/v7.1.0...v7.2.0

v7.1.0

  • Improve performance (#54) b0dd0fa

https://github.com/sindresorhus/string-width/compare/v7.0.0...v7.1.0

v7.0.0

Breaking

  • Require Node.js 18 97b50e8

Improvements

https://github.com/sindresorhus/string-width/compare/v6.1.0...v7.0.0

v6.1.0

  • Improve performance (#49) fe356d8

https://github.com/sindresorhus/string-width/compare/v6.0.0...v6.1.0

v6.0.0

Breaking

  • Require Node.js 16 (#47) f85812f

This release is not compatible with Firefox. If you need Firefox support, stay on v5.

Improvements

https://github.com/sindresorhus/string-width/compare/v5.1.2...v6.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 [string-width](https://github.com/sindresorhus/string-width) from 5.1.2 to 7.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sindresorhus/string-width/releases">string-width's releases</a>.</em></p> <blockquote> <h2>v7.2.0</h2> <ul> <li>Handle more edge-cases be33439</li> </ul> <p><a href="https://github.com/sindresorhus/string-width/compare/v7.1.0...v7.2.0">https://github.com/sindresorhus/string-width/compare/v7.1.0...v7.2.0</a></p> <h2>v7.1.0</h2> <ul> <li>Improve performance (<a href="https://redirect.github.com/sindresorhus/string-width/issues/54">#54</a>) b0dd0fa</li> </ul> <p><a href="https://github.com/sindresorhus/string-width/compare/v7.0.0...v7.1.0">https://github.com/sindresorhus/string-width/compare/v7.0.0...v7.1.0</a></p> <h2>v7.0.0</h2> <h3>Breaking</h3> <ul> <li>Require Node.js 18 97b50e8</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 97b50e8</li> </ul> <p><a href="https://github.com/sindresorhus/string-width/compare/v6.1.0...v7.0.0">https://github.com/sindresorhus/string-width/compare/v6.1.0...v7.0.0</a></p> <h2>v6.1.0</h2> <ul> <li>Improve performance (<a href="https://redirect.github.com/sindresorhus/string-width/issues/49">#49</a>) fe356d8</li> </ul> <p><a href="https://github.com/sindresorhus/string-width/compare/v6.0.0...v6.1.0">https://github.com/sindresorhus/string-width/compare/v6.0.0...v6.1.0</a></p> <h2>v6.0.0</h2> <h3>Breaking</h3> <ul> <li>Require Node.js 16 (<a href="https://redirect.github.com/sindresorhus/string-width/issues/47">#47</a>) f85812f</li> </ul> <p><strong>This release is not compatible with Firefox. If you need Firefox support, stay on v5.</strong></p> <h3>Improvements</h3> <ul> <li>Add <a href="https://github.com/sindresorhus/string-width#countansiescapecodes"><code>countAnsiEscapeCodes</code></a> option (<a href="https://redirect.github.com/sindresorhus/string-width/issues/48">#48</a>) 6e6993b</li> <li>Improve compatibility with some languages (<a href="https://redirect.github.com/sindresorhus/string-width/issues/47">#47</a>) f85812f</li> </ul> <p><a href="https://github.com/sindresorhus/string-width/compare/v5.1.2...v6.0.0">https://github.com/sindresorhus/string-width/compare/v5.1.2...v6.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/string-width/commit/ac09208fd52063c2ffaa4396c9b339fec05cab67"><code>ac09208</code></a> 7.2.0</li> <li><a href="https://github.com/sindresorhus/string-width/commit/be3343988d35f7eb93449bba6981b64efb95dddb"><code>be33439</code></a> Handle more edge-cases</li> <li><a href="https://github.com/sindresorhus/string-width/commit/94ad7e19379e39ff1ab4be87bc38f5e77598620a"><code>94ad7e1</code></a> Meta tweaks</li> <li><a href="https://github.com/sindresorhus/string-width/commit/8e3727e2382026f237ffb8fc3dea7dbed8a0eb20"><code>8e3727e</code></a> 7.1.0</li> <li><a href="https://github.com/sindresorhus/string-width/commit/379e3348815cc06f6f5d7aa68006b66b96cc0d2f"><code>379e334</code></a> Meta tweaks</li> <li><a href="https://github.com/sindresorhus/string-width/commit/b0dd0fa0a955f0c3b6e8b6b547bf0c829bdf3d06"><code>b0dd0fa</code></a> Improve performance (<a href="https://redirect.github.com/sindresorhus/string-width/issues/54">#54</a>)</li> <li><a href="https://github.com/sindresorhus/string-width/commit/210a997cbee0cc6290307809a494d4d35658f6d9"><code>210a997</code></a> 7.0.0</li> <li><a href="https://github.com/sindresorhus/string-width/commit/97b50e835636dcf15db098ec1614e34874ead0f9"><code>97b50e8</code></a> Require Node.js 18 and use more recent Unicode data</li> <li><a href="https://github.com/sindresorhus/string-width/commit/f6e70c4c8de68ea2797a8765f1c7350ef0929a83"><code>f6e70c4</code></a> 6.1.0</li> <li><a href="https://github.com/sindresorhus/string-width/commit/fe356d84abc2be9e24cbf28f2b889a412e84d86c"><code>fe356d8</code></a> Improve performance (<a href="https://redirect.github.com/sindresorhus/string-width/issues/49">#49</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sindresorhus/string-width/compare/v5.1.2...v7.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=string-width&package-manager=npm_and_yarn&previous-version=5.1.2&new-version=7.2.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.