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

Bump github.com/itchyny/gojq from 0.12.3 to 0.12.4 in /internal/tools #1971

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 6, 2021

Bumps github.com/itchyny/gojq from 0.12.3 to 0.12.4.

Release notes

Sourced from github.com/itchyny/gojq's releases.

Release v0.12.4

  • fix numeric conversion of large floating-point numbers in modulo operator
  • implement a compiler option for adding custom iterator functions
  • implement gojq.NewIter function for creating a new iterator from values
  • implement $ARGS.named for listing command line variables
  • remove debug and stderr functions from the library
  • stop printing newlines on stderr function for jq compatibility
Changelog

Sourced from github.com/itchyny/gojq's changelog.

v0.12.4 (2021-06-01)

  • fix numeric conversion of large floating-point numbers in modulo operator
  • implement a compiler option for adding custom iterator functions
  • implement gojq.NewIter function for creating a new iterator from values
  • implement $ARGS.named for listing command line variables
  • remove debug and stderr functions from the library
  • stop printing newlines on stderr function for jq compatibility
Commits
  • 244f9f7 bump up version to 0.12.4
  • 91183b5 update CHANGELOG.md for v0.12.4
  • d401dce update dependencies
  • a550fad add WithIterFunction option to README.md
  • 23517e5 implement $ARGS.named (close #77)
  • 8f54b0a fix exporting environment variables in Makefile rules locally
  • 5899d61 switch golint to staticcheck
  • 32d9aa0 avoid using nil context
  • 6b4ff33 improve README.md to describe result iterators
  • 7bbda83 improve tests for builtins
  • 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 [github.com/itchyny/gojq](https://github.com/itchyny/gojq) from 0.12.3 to 0.12.4.
- [Release notes](https://github.com/itchyny/gojq/releases)
- [Changelog](https://github.com/itchyny/gojq/blob/main/CHANGELOG.md)
- [Commits](itchyny/gojq@v0.12.3...v0.12.4)

---
updated-dependencies:
- dependency-name: github.com/itchyny/gojq
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code Skip Changelog PRs that do not require a CHANGELOG.md entry labels Jun 6, 2021
@codecov
Copy link

codecov bot commented Jun 7, 2021

Codecov Report

Merging #1971 (e2521e1) into main (4949bf0) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #1971   +/-   ##
=====================================
  Coverage   76.5%   76.5%           
=====================================
  Files        160     160           
  Lines       8495    8495           
=====================================
  Hits        6503    6503           
- Misses      1733    1734    +1     
+ Partials     259     258    -1     
Impacted Files Coverage Δ
exporters/trace/jaeger/jaeger.go 93.4% <0.0%> (-1.1%) ⬇️
sdk/trace/batch_span_processor.go 87.1% <0.0%> (+1.5%) ⬆️

@MrAlias MrAlias added dependencies Pull requests that update a dependency file and removed dependencies Pull requests that update a dependency file labels Jun 7, 2021
@Aneurysm9 Aneurysm9 merged commit bbe2b8a into main Jun 7, 2021
@Aneurysm9 Aneurysm9 deleted the dependabot/go_modules/internal/tools/github.com/itchyny/gojq-0.12.4 branch June 7, 2021 17:08
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 go Pull requests that update Go code Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants