Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

chore(deps): bump github.com/ohler55/ojg from 1.14.5 to 1.18.6 #65

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 29, 2023

Bumps github.com/ohler55/ojg from 1.14.5 to 1.18.6.

Changelog

Sourced from github.com/ohler55/ojg's changelog.

[1.18.6] - 2023-05-24

Added

  • Thanks to @​thiagodpf allowing JSONPath get on structs to use JSON annotation.

[1.18.5] - 2023-04-20

Fixed

  • alt.Diff now handles slice indexes correctly.

[1.18.4] - 2023-04-04

Fixed

  • JSONPath with a child selector containing ' is not escaped properly.

[1.18.3] - 2023-04-01

Fixed

  • A comma after a number at the top level now errors out as expected.

[1.18.2] - 2023-03-29

Fixed

  • Strings in bracketed JSONPaths with escaped characters are now handled correctly.

Added

  • Added support for the Keyed and Indexed interface in the JSONPath (jp) evaluations.

[1.18.1] - 2023-03-11

Fixed

  • Fixed "has" and "exists" issue where comparisons were broken with the introduction of Nothing.

[1.18.0] - 2023-03-07

Added

  • Added support for root fragments in filters such as $.data[?(@.id == $.key)].
  • "exists" is now an alias for the "has" filter operation.
  • Added length, count, match, and search functions.
  • Added Nothing as a value for comparison to return values where nothing is found.
  • Added support no parenthesis around a filter so [[email protected] == 3] is now valid.
  • alt.String() now converts []byte.

Fixed

  • Fix order of union with when final elements are not an []any.

[1.17.5] - 2023-02-19

Added

  • Added alt.Filter, a variation on alt.Match.
  • Added the OmitEmpty option to oj, sen, pretty, and alt packages.
  • Added the -o option for omit nil and empty to the oj command.

[1.17.4] - 2023-02-02

Fixed

  • Fixed (preserve) order of JSONPath wildcard reflect elements.

[1.17.3] - 2023-01-27

Fixed

  • Fixed (preserve) order of JSONPath filtered elements.

... (truncated)

Commits

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 [github.com/ohler55/ojg](https://github.com/ohler55/ojg) from 1.14.5 to 1.18.6.
- [Changelog](https://github.com/ohler55/ojg/blob/develop/CHANGELOG.md)
- [Commits](ohler55/ojg@v1.14.5...v1.18.6)

---
updated-dependencies:
- dependency-name: github.com/ohler55/ojg
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants