Skip to content

Commit

Permalink
deps: bump diff from 6.0.0 to 7.0.0 (#480)
Browse files Browse the repository at this point in the history
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent f0847b2 commit bac43ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@npmcli/package-json": "^6.0.0",
"@octokit/rest": "^19.0.4",
"dedent": "^1.5.1",
"diff": "^6.0.0",
"diff": "^7.0.0",
"glob": "^10.1.0",
"handlebars": "^4.7.7",
"hosted-git-info": "^8.0.0",
Expand Down

0 comments on commit bac43ef

Please sign in to comment.