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

composer(deps): bump ergebnis/json-pointer from 1.0.0 to 2.0.0 #198

Merged
merged 1 commit into from Jan 30, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 30, 2022

Bumps ergebnis/json-pointer from 1.0.0 to 2.0.0.

Release notes

Sourced from ergebnis/json-pointer's releases.

2.0.0

What's Changed

Full Changelog: ergebnis/json-pointer@1.0.0...2.0.0

Changelog

Sourced from ergebnis/json-pointer's changelog.

[2.0.0][2.0.0]

For a full diff see [1.0.0...2.0.0][1.0.0...2.0.0].

Added

  • Added named constructors JsonPointer::fromUriFragmentIdentifierString() and ReferenceToken::fromUriFragmentIdentifierString() to allow creation from URI fragment identifier representations (#6), by [@​localheinz]
  • Added named constructor JsonPointer::fromReferenceTokens() to allow creation of JsonPointer from ReferenceTokens (#9), by [@​localheinz]

Changed

  • Renamed named constructors and accessors of Exception\InvalidJsonPointer, JsonPointer, and ReferenceToken (#4) and (#5), by [@​localheinz]

    • Exception\InvalidJsonPointer::fromString() to Exception\InvalidJsonPointer::fromJsonString()
    • JsonPointer::fromString() to JsonPointer::fromJsonString()
    • JsonPointer::toString() to JsonPointer::toJsonString()
    • ReferenceToken::fromEscapedString() to ReferenceToken::fromJsonString()
    • ReferenceToken::fromUnescapedString() to ReferenceToken::fromString()
    • ReferenceToken::toEscapedString() to ReferenceToken::toJsonString()
    • ReferenceToken::toUnescapedString() to ReferenceToken::toString()
Commits
  • a880361 Merge pull request #6 from ergebnis/feature/uri-fragment-identifier
  • 7caebfa Enhancement: Add support for URI fragment identifiers
  • d545054 Merge pull request #15 from ergebnis/fix/cases
  • c3f7f02 Fix: Cases
  • 537a5b0 Merge pull request #13 from ergebnis/feature/pattern
  • 8f3ad62 Enhancement: Extract Pattern
  • 0d0b4c2 Merge pull request #14 from ergebnis/fix/unused
  • d0dec82 Fix: Remove unused variable
  • 57677b0 Merge pull request #12 from ergebnis/fix/rename
  • 400cf5b Fix: Rename methods
  • 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 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 [ergebnis/json-pointer](https://github.com/ergebnis/json-pointer) from 1.0.0 to 2.0.0.
- [Release notes](https://github.com/ergebnis/json-pointer/releases)
- [Changelog](https://github.com/ergebnis/json-pointer/blob/main/CHANGELOG.md)
- [Commits](ergebnis/json-pointer@1.0.0...2.0.0)

---
updated-dependencies:
- dependency-name: ergebnis/json-pointer
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@codecov
Copy link

codecov bot commented Jan 30, 2022

Codecov Report

Merging #198 (afe5f3d) into main (ce2c215) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               main     #198   +/-   ##
=========================================
  Coverage     99.13%   99.13%           
  Complexity       35       35           
=========================================
  Files            12       12           
  Lines           116      116           
=========================================
  Hits            115      115           
  Misses            1        1           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ce2c215...afe5f3d. Read the comment docs.

@localheinz localheinz self-assigned this Jan 30, 2022
@localheinz localheinz merged commit 5bb7c4a into main Jan 30, 2022
@localheinz localheinz deleted the dependabot/composer/ergebnis/json-pointer-2.0.0 branch January 30, 2022 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant