Skip to content

Commit bac43ef

Browse files
deps: bump diff from 6.0.0 to 7.0.0 (#480)
Bumps [diff](https://github.com/kpdecker/jsdiff) from 6.0.0 to 7.0.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kpdecker/jsdiff/blob/master/release-notes.md">diff's changelog</a>.</em></p> <blockquote> <h2>7.0.0</h2> <p>Just a single (breaking) bugfix, undoing a behaviour change introduced accidentally in 6.0.0:</p> <ul> <li><a href="https://redirect.github.com/kpdecker/jsdiff/pull/554">#554</a> <strong><code>diffWords</code> treats numbers and underscores as word characters again.</strong> This behaviour was broken in v6.0.0.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kpdecker/jsdiff/commit/ad8f0eb9f4cea9a4b6abdede878e7a3d0f555a73"><code>ad8f0eb</code></a> Prep for 7.0.0 release (<a href="https://redirect.github.com/kpdecker/jsdiff/issues/556">#556</a>)</li> <li><a href="https://github.com/kpdecker/jsdiff/commit/7d113b61e6f43fbb89f7d1388eac339ebea9eeb5"><code>7d113b6</code></a> Fix diffWords treating numbers and underscores as not being word characters (...</li> <li><a href="https://github.com/kpdecker/jsdiff/commit/f9972d6993c268eb97530e6a4bc605303bcca77b"><code>f9972d6</code></a> Fix links to commit lists in release-notes.md (<a href="https://redirect.github.com/kpdecker/jsdiff/issues/555">#555</a>)</li> <li><a href="https://github.com/kpdecker/jsdiff/commit/68526b9b95fb2732c251ecadb46f228ee90281f3"><code>68526b9</code></a> Update release-notes.md (<a href="https://redirect.github.com/kpdecker/jsdiff/issues/552">#552</a>)</li> <li>See full diff in <a href="https://github.com/kpdecker/jsdiff/compare/v6.0.0...7.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=diff&package-manager=npm_and_yarn&previous-version=6.0.0&new-version=7.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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f0847b2 commit bac43ef

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
@@ -44,7 +44,7 @@
4444
"@npmcli/package-json": "^6.0.0",
4545
"@octokit/rest": "^19.0.4",
4646
"dedent": "^1.5.1",
47-
"diff": "^6.0.0",
47+
"diff": "^7.0.0",
4848
"glob": "^10.1.0",
4949
"handlebars": "^4.7.7",
5050
"hosted-git-info": "^8.0.0",

0 commit comments

Comments
 (0)