Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bot: Bump github.com/evanphx/json-patch/v5 from 5.7.0 to 5.8.1 #2233

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2024

Bumps github.com/evanphx/json-patch/v5 from 5.7.0 to 5.8.1.

Release notes

Sourced from github.com/evanphx/json-patch/v5's releases.

Fix API breakage

This PR fixes Operation containing a reference to internal/json and breaking the ability to manually compose one. This restores that ability using a type alias.

Full Changelog: evanphx/json-patch@v5.8.0...v5.8.1

Blargh Phixs and Empathyprovements

This release fixes a few stray panics, addresses large number accuracy, and improves performance!

What's Changed

Full Changelog: evanphx/json-patch@v5.7.0...v5.8.0

Commits
  • b82b685 Use a type alias for RawMessage to avoid breaking the public API of Operation
  • 05c9526 Merge pull request #197 from evanphx/f-perf
  • 7a438a6 Minor simplifications
  • 2a122d1 More optimizations
  • 174e1d7 Add MergePatch benchmark
  • 7b8895c Use internal/json
  • f18a498 Import version of encoding/json, alter to track key order
  • a9c085a Merge pull request #193 from evanphx/b-empty-from
  • e8ab61f Catch IO advancement errors as well
  • c645ff4 Handle add with path="". Fixes #188
  • Additional commits viewable in compare view

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 [github.com/evanphx/json-patch/v5](https://github.com/evanphx/json-patch) from 5.7.0 to 5.8.1.
- [Release notes](https://github.com/evanphx/json-patch/releases)
- [Commits](evanphx/json-patch@v5.7.0...v5.8.1)

---
updated-dependencies:
- dependency-name: github.com/evanphx/json-patch/v5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@shahzadlone
Copy link
Member

Bump to go v1.21 Magically fixed the last PR (#2208) LOL

@shahzadlone shahzadlone merged commit 798a6f4 into develop Jan 19, 2024
27 of 28 checks passed
@shahzadlone shahzadlone deleted the dependabot/go_modules/github.com/evanphx/json-patch/v5-5.8.1 branch January 19, 2024 15:42
shahzadlone pushed a commit to shahzadlone/defradb that referenced this pull request Jan 22, 2024
…enetwork#2233)

Bumps
[github.com/evanphx/json-patch/v5](https://github.com/evanphx/json-patch)
from 5.7.0 to 5.8.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/evanphx/json-patch/releases">github.com/evanphx/json-patch/v5's
releases</a>.</em></p>
<blockquote>
<h2>Fix API breakage</h2>
<p>This PR fixes Operation containing a reference to internal/json and
breaking the ability to manually compose one. This restores that ability
using a type alias.</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/evanphx/json-patch/compare/v5.8.0...v5.8.1">https://github.com/evanphx/json-patch/compare/v5.8.0...v5.8.1</a></p>
<h2>Blargh Phixs and Empathyprovements</h2>
<p>This release fixes a few stray panics, addresses large number
accuracy, and improves performance!</p>
<h2>What's Changed</h2>
<ul>
<li>Compare strings after decoding them to handle unicode correctly.
Fixes <a
href="https://redirect.github.com/evanphx/json-patch/issues/172">#172</a>
by <a href="https://github.com/evanphx"><code>@​evanphx</code></a> in <a
href="https://redirect.github.com/evanphx/json-patch/pull/195">evanphx/json-patch#195</a></li>
<li>Always use UseNumber() to avoid float64 lossyness by <a
href="https://github.com/evanphx"><code>@​evanphx</code></a> in <a
href="https://redirect.github.com/evanphx/json-patch/pull/194">evanphx/json-patch#194</a></li>
<li>Handle null correctly when introduced by replace. Fixes <a
href="https://redirect.github.com/evanphx/json-patch/issues/171">#171</a>
by <a href="https://github.com/evanphx"><code>@​evanphx</code></a> in <a
href="https://redirect.github.com/evanphx/json-patch/pull/196">evanphx/json-patch#196</a></li>
<li>Handle from=&quot;&quot; more properly. Fixes <a
href="https://redirect.github.com/evanphx/json-patch/issues/192">#192</a>
by <a href="https://github.com/evanphx"><code>@​evanphx</code></a> in <a
href="https://redirect.github.com/evanphx/json-patch/pull/193">evanphx/json-patch#193</a></li>
<li>Improve performance by <a
href="https://github.com/evanphx"><code>@​evanphx</code></a> in <a
href="https://redirect.github.com/evanphx/json-patch/pull/197">evanphx/json-patch#197</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/evanphx/json-patch/compare/v5.7.0...v5.8.0">https://github.com/evanphx/json-patch/compare/v5.7.0...v5.8.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/evanphx/json-patch/commit/b82b685c982b26399c940fc89be030f343570192"><code>b82b685</code></a>
Use a type alias for RawMessage to avoid breaking the public API of
Operation</li>
<li><a
href="https://github.com/evanphx/json-patch/commit/05c952675fb54a42b0120d9602a65958001d1dce"><code>05c9526</code></a>
Merge pull request <a
href="https://redirect.github.com/evanphx/json-patch/issues/197">#197</a>
from evanphx/f-perf</li>
<li><a
href="https://github.com/evanphx/json-patch/commit/7a438a6eed18be914c52bcfa1730199931f7bd1e"><code>7a438a6</code></a>
Minor simplifications</li>
<li><a
href="https://github.com/evanphx/json-patch/commit/2a122d1880d16ec5c5e34fc9adff482ebb029ca5"><code>2a122d1</code></a>
More optimizations</li>
<li><a
href="https://github.com/evanphx/json-patch/commit/174e1d7a1f84118ba7030d46ac371d331060b798"><code>174e1d7</code></a>
Add MergePatch benchmark</li>
<li><a
href="https://github.com/evanphx/json-patch/commit/7b8895c9258ff24a26f3a7e0ecd46bea33d7a573"><code>7b8895c</code></a>
Use internal/json</li>
<li><a
href="https://github.com/evanphx/json-patch/commit/f18a4986aaf1c188fda8cd29a842f080e1c0ba38"><code>f18a498</code></a>
Import version of encoding/json, alter to track key order</li>
<li><a
href="https://github.com/evanphx/json-patch/commit/a9c085a75a5541ebc19b239ff620078cdf51942e"><code>a9c085a</code></a>
Merge pull request <a
href="https://redirect.github.com/evanphx/json-patch/issues/193">#193</a>
from evanphx/b-empty-from</li>
<li><a
href="https://github.com/evanphx/json-patch/commit/e8ab61f4a0e6205bbed116ee7c172f22554ecb2e"><code>e8ab61f</code></a>
Catch IO advancement errors as well</li>
<li><a
href="https://github.com/evanphx/json-patch/commit/c645ff441b0958be0c723b43e1eb95f2746d3a0e"><code>c645ff4</code></a>
Handle <code>add</code> with path=&quot;&quot;. Fixes <a
href="https://redirect.github.com/evanphx/json-patch/issues/188">#188</a></li>
<li>Additional commits viewable in <a
href="https://github.com/evanphx/json-patch/compare/v5.7.0...v5.8.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/evanphx/json-patch/v5&package-manager=go_modules&previous-version=5.7.0&new-version=5.8.1)](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>
nasdf pushed a commit to nasdf/defradb that referenced this pull request Jan 23, 2024
…enetwork#2233)

Bumps
[github.com/evanphx/json-patch/v5](https://github.com/evanphx/json-patch)
from 5.7.0 to 5.8.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/evanphx/json-patch/releases">github.com/evanphx/json-patch/v5's
releases</a>.</em></p>
<blockquote>
<h2>Fix API breakage</h2>
<p>This PR fixes Operation containing a reference to internal/json and
breaking the ability to manually compose one. This restores that ability
using a type alias.</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/evanphx/json-patch/compare/v5.8.0...v5.8.1">https://github.com/evanphx/json-patch/compare/v5.8.0...v5.8.1</a></p>
<h2>Blargh Phixs and Empathyprovements</h2>
<p>This release fixes a few stray panics, addresses large number
accuracy, and improves performance!</p>
<h2>What's Changed</h2>
<ul>
<li>Compare strings after decoding them to handle unicode correctly.
Fixes <a
href="https://redirect.github.com/evanphx/json-patch/issues/172">#172</a>
by <a href="https://github.com/evanphx"><code>@​evanphx</code></a> in <a
href="https://redirect.github.com/evanphx/json-patch/pull/195">evanphx/json-patch#195</a></li>
<li>Always use UseNumber() to avoid float64 lossyness by <a
href="https://github.com/evanphx"><code>@​evanphx</code></a> in <a
href="https://redirect.github.com/evanphx/json-patch/pull/194">evanphx/json-patch#194</a></li>
<li>Handle null correctly when introduced by replace. Fixes <a
href="https://redirect.github.com/evanphx/json-patch/issues/171">#171</a>
by <a href="https://github.com/evanphx"><code>@​evanphx</code></a> in <a
href="https://redirect.github.com/evanphx/json-patch/pull/196">evanphx/json-patch#196</a></li>
<li>Handle from=&quot;&quot; more properly. Fixes <a
href="https://redirect.github.com/evanphx/json-patch/issues/192">#192</a>
by <a href="https://github.com/evanphx"><code>@​evanphx</code></a> in <a
href="https://redirect.github.com/evanphx/json-patch/pull/193">evanphx/json-patch#193</a></li>
<li>Improve performance by <a
href="https://github.com/evanphx"><code>@​evanphx</code></a> in <a
href="https://redirect.github.com/evanphx/json-patch/pull/197">evanphx/json-patch#197</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/evanphx/json-patch/compare/v5.7.0...v5.8.0">https://github.com/evanphx/json-patch/compare/v5.7.0...v5.8.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/evanphx/json-patch/commit/b82b685c982b26399c940fc89be030f343570192"><code>b82b685</code></a>
Use a type alias for RawMessage to avoid breaking the public API of
Operation</li>
<li><a
href="https://github.com/evanphx/json-patch/commit/05c952675fb54a42b0120d9602a65958001d1dce"><code>05c9526</code></a>
Merge pull request <a
href="https://redirect.github.com/evanphx/json-patch/issues/197">#197</a>
from evanphx/f-perf</li>
<li><a
href="https://github.com/evanphx/json-patch/commit/7a438a6eed18be914c52bcfa1730199931f7bd1e"><code>7a438a6</code></a>
Minor simplifications</li>
<li><a
href="https://github.com/evanphx/json-patch/commit/2a122d1880d16ec5c5e34fc9adff482ebb029ca5"><code>2a122d1</code></a>
More optimizations</li>
<li><a
href="https://github.com/evanphx/json-patch/commit/174e1d7a1f84118ba7030d46ac371d331060b798"><code>174e1d7</code></a>
Add MergePatch benchmark</li>
<li><a
href="https://github.com/evanphx/json-patch/commit/7b8895c9258ff24a26f3a7e0ecd46bea33d7a573"><code>7b8895c</code></a>
Use internal/json</li>
<li><a
href="https://github.com/evanphx/json-patch/commit/f18a4986aaf1c188fda8cd29a842f080e1c0ba38"><code>f18a498</code></a>
Import version of encoding/json, alter to track key order</li>
<li><a
href="https://github.com/evanphx/json-patch/commit/a9c085a75a5541ebc19b239ff620078cdf51942e"><code>a9c085a</code></a>
Merge pull request <a
href="https://redirect.github.com/evanphx/json-patch/issues/193">#193</a>
from evanphx/b-empty-from</li>
<li><a
href="https://github.com/evanphx/json-patch/commit/e8ab61f4a0e6205bbed116ee7c172f22554ecb2e"><code>e8ab61f</code></a>
Catch IO advancement errors as well</li>
<li><a
href="https://github.com/evanphx/json-patch/commit/c645ff441b0958be0c723b43e1eb95f2746d3a0e"><code>c645ff4</code></a>
Handle <code>add</code> with path=&quot;&quot;. Fixes <a
href="https://redirect.github.com/evanphx/json-patch/issues/188">#188</a></li>
<li>Additional commits viewable in <a
href="https://github.com/evanphx/json-patch/compare/v5.7.0...v5.8.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/evanphx/json-patch/v5&package-manager=go_modules&previous-version=5.7.0&new-version=5.8.1)](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>
shahzadlone pushed a commit to shahzadlone/defradb that referenced this pull request Feb 23, 2024
…enetwork#2233)

Bumps
[github.com/evanphx/json-patch/v5](https://github.com/evanphx/json-patch)
from 5.7.0 to 5.8.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/evanphx/json-patch/releases">github.com/evanphx/json-patch/v5's
releases</a>.</em></p>
<blockquote>
<h2>Fix API breakage</h2>
<p>This PR fixes Operation containing a reference to internal/json and
breaking the ability to manually compose one. This restores that ability
using a type alias.</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/evanphx/json-patch/compare/v5.8.0...v5.8.1">https://github.com/evanphx/json-patch/compare/v5.8.0...v5.8.1</a></p>
<h2>Blargh Phixs and Empathyprovements</h2>
<p>This release fixes a few stray panics, addresses large number
accuracy, and improves performance!</p>
<h2>What's Changed</h2>
<ul>
<li>Compare strings after decoding them to handle unicode correctly.
Fixes <a
href="https://redirect.github.com/evanphx/json-patch/issues/172">#172</a>
by <a href="https://github.com/evanphx"><code>@​evanphx</code></a> in <a
href="https://redirect.github.com/evanphx/json-patch/pull/195">evanphx/json-patch#195</a></li>
<li>Always use UseNumber() to avoid float64 lossyness by <a
href="https://github.com/evanphx"><code>@​evanphx</code></a> in <a
href="https://redirect.github.com/evanphx/json-patch/pull/194">evanphx/json-patch#194</a></li>
<li>Handle null correctly when introduced by replace. Fixes <a
href="https://redirect.github.com/evanphx/json-patch/issues/171">#171</a>
by <a href="https://github.com/evanphx"><code>@​evanphx</code></a> in <a
href="https://redirect.github.com/evanphx/json-patch/pull/196">evanphx/json-patch#196</a></li>
<li>Handle from=&quot;&quot; more properly. Fixes <a
href="https://redirect.github.com/evanphx/json-patch/issues/192">#192</a>
by <a href="https://github.com/evanphx"><code>@​evanphx</code></a> in <a
href="https://redirect.github.com/evanphx/json-patch/pull/193">evanphx/json-patch#193</a></li>
<li>Improve performance by <a
href="https://github.com/evanphx"><code>@​evanphx</code></a> in <a
href="https://redirect.github.com/evanphx/json-patch/pull/197">evanphx/json-patch#197</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/evanphx/json-patch/compare/v5.7.0...v5.8.0">https://github.com/evanphx/json-patch/compare/v5.7.0...v5.8.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/evanphx/json-patch/commit/b82b685c982b26399c940fc89be030f343570192"><code>b82b685</code></a>
Use a type alias for RawMessage to avoid breaking the public API of
Operation</li>
<li><a
href="https://github.com/evanphx/json-patch/commit/05c952675fb54a42b0120d9602a65958001d1dce"><code>05c9526</code></a>
Merge pull request <a
href="https://redirect.github.com/evanphx/json-patch/issues/197">#197</a>
from evanphx/f-perf</li>
<li><a
href="https://github.com/evanphx/json-patch/commit/7a438a6eed18be914c52bcfa1730199931f7bd1e"><code>7a438a6</code></a>
Minor simplifications</li>
<li><a
href="https://github.com/evanphx/json-patch/commit/2a122d1880d16ec5c5e34fc9adff482ebb029ca5"><code>2a122d1</code></a>
More optimizations</li>
<li><a
href="https://github.com/evanphx/json-patch/commit/174e1d7a1f84118ba7030d46ac371d331060b798"><code>174e1d7</code></a>
Add MergePatch benchmark</li>
<li><a
href="https://github.com/evanphx/json-patch/commit/7b8895c9258ff24a26f3a7e0ecd46bea33d7a573"><code>7b8895c</code></a>
Use internal/json</li>
<li><a
href="https://github.com/evanphx/json-patch/commit/f18a4986aaf1c188fda8cd29a842f080e1c0ba38"><code>f18a498</code></a>
Import version of encoding/json, alter to track key order</li>
<li><a
href="https://github.com/evanphx/json-patch/commit/a9c085a75a5541ebc19b239ff620078cdf51942e"><code>a9c085a</code></a>
Merge pull request <a
href="https://redirect.github.com/evanphx/json-patch/issues/193">#193</a>
from evanphx/b-empty-from</li>
<li><a
href="https://github.com/evanphx/json-patch/commit/e8ab61f4a0e6205bbed116ee7c172f22554ecb2e"><code>e8ab61f</code></a>
Catch IO advancement errors as well</li>
<li><a
href="https://github.com/evanphx/json-patch/commit/c645ff441b0958be0c723b43e1eb95f2746d3a0e"><code>c645ff4</code></a>
Handle <code>add</code> with path=&quot;&quot;. Fixes <a
href="https://redirect.github.com/evanphx/json-patch/issues/188">#188</a></li>
<li>Additional commits viewable in <a
href="https://github.com/evanphx/json-patch/compare/v5.7.0...v5.8.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/evanphx/json-patch/v5&package-manager=go_modules&previous-version=5.7.0&new-version=5.8.1)](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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant