Skip to content

Commit c7510bd

Browse files
deps: bump string-width from 6.1.0 to 7.1.0 (#118)
Bumps [string-width](https://github.com/sindresorhus/string-width) from 6.1.0 to 7.1.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.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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <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>See full diff in <a href="https://github.com/sindresorhus/string-width/compare/v6.1.0...v7.1.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=6.1.0&new-version=7.1.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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 740bcff commit c7510bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"semver": "^7.3.7",
3737
"serialize-error": "^11.0.0",
3838
"single-line-log": "^1.1.2",
39-
"string-width": "^6.1.0",
39+
"string-width": "^7.1.0",
4040
"which": "^4.0.0",
4141
"yargs": "^17.6.0"
4242
},

0 commit comments

Comments
 (0)