-
Notifications
You must be signed in to change notification settings - Fork 53
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
Merged
shahzadlone
merged 1 commit into
develop
from
dependabot/go_modules/github.com/evanphx/json-patch/v5-5.8.1
Jan 19, 2024
Merged
bot: Bump github.com/evanphx/json-patch/v5 from 5.7.0 to 5.8.1 #2233
shahzadlone
merged 1 commit into
develop
from
dependabot/go_modules/github.com/evanphx/json-patch/v5-5.8.1
Jan 19, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]>
Bump to go v1.21 Magically fixed the last PR (#2208) LOL |
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="" 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="". 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="" 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="". 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="" 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="". 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Commits
b82b685
Use a type alias for RawMessage to avoid breaking the public API of Operation05c9526
Merge pull request #197 from evanphx/f-perf7a438a6
Minor simplifications2a122d1
More optimizations174e1d7
Add MergePatch benchmark7b8895c
Use internal/jsonf18a498
Import version of encoding/json, alter to track key ordera9c085a
Merge pull request #193 from evanphx/b-empty-frome8ab61f
Catch IO advancement errors as wellc645ff4
Handleadd
with path="". Fixes #188Dependabot 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)