Skip to content

build(deps): update json-patch requirement from >=0.2.3, <2.1.0 to >=0.2.3, <3.1.0 #191

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

Merged
merged 1 commit into from
Nov 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 12, 2024

Updates the requirements on json-patch to permit the latest version.

Changelog

Sourced from json-patch's changelog.

Changelog

0.3.0 (2022-12-10)

Breaking Changes

  • Removed json_patch::patch_unsafe operation as regular patch is it does not provide enough value.
  • Error types changed to include some context.
  • Removed json_patch::from_value. Use serde_json::from_value instead.

0.2.7 (2022-12-09)

Fixed

  • Fixed incorrect diffing for the whole document. Previously, differ would incorrectly yield path of "/" when the whole document is replaced. The correct path should be "". This is a breaking change. #18
Commits
  • 96c9359 Bump version to 3.0.1
  • e441e63 Merge remote-tracking branch 'origin/update-json-pointer'
  • 2ea3cb5 Updating jsonptr dependency version
  • 2b4c05c Updating jsonptr dependency version
  • c1f14b5 chore: Release json-patch version 2.0.0
  • d70d1a1 chore: Release json-patch version 1.3.0
  • b9a1fad Dropping treediff dependency.
  • 7a1b4c2 Fix typos
  • b06cb5a Run benches in CI
  • 5671977 Implement Default
  • Additional commits viewable in compare view

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)

…0.2.3, <3.1.0

Updates the requirements on [json-patch](https://github.com/idubrov/json-patch) to permit the latest version.
- [Changelog](https://github.com/idubrov/json-patch/blob/main/CHANGELOG.md)
- [Commits](idubrov/json-patch@0.2.3...v3.0.1)

---
updated-dependencies:
- dependency-name: json-patch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 12, 2024
@sandhose sandhose enabled auto-merge November 12, 2024 11:31
@sandhose sandhose merged commit df1c22a into main Nov 12, 2024
8 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/json-patch-gte-0.2.3-and-lt-3.1.0 branch November 12, 2024 11:33
@sandhose sandhose mentioned this pull request Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant