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.11.0 to 0.11.1 in /tools #1081

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 24, 2020

Bumps github.com/itchyny/gojq from 0.11.0 to 0.11.1.

Release notes

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

Release v0.11.1

  • improve compatibility of strftime, strptime functions with jq
  • fix YAML input with numbers in keys
  • fix crash on multiplying a large number or infinite to a string
  • fix crash on error while slicing a string (""[:{}])
  • fix crash on modulo by a number near 0.0 (1 % 0.1)
  • include CREDITS file in artifacts
Changelog

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

v0.11.1 (2020-08-22)

  • improve compatibility of strftime, strptime functions with jq
  • fix YAML input with numbers in keys
  • fix crash on multiplying a large number or infinite to a string
  • fix crash on error while slicing a string (""[:{}])
  • fix crash on modulo by a number near 0.0 (1 % 0.1)
  • include CREDITS file in artifacts
Commits
  • b309633 bump up version to 0.11.1
  • 83bacb2 update CHANGELOG.md for v0.11.1
  • 29aa386 use Go 1.14.7 on release
  • e8fdf26 update dependencies
  • d8b1ad1 Merge pull request #41 from smlx/fix-typo
  • 8fd409c Fix typo in error message
  • 4f22451 reject invalid number syntax like 1e*1
  • 48b2b53 fix crash on multiplying empty string
  • 05129e3 fix crash on multiplying too large number to a string
  • ea6aea5 fix crash on invalid _type_error call
  • 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.11.0 to 0.11.1.
- [Release notes](https://github.com/itchyny/gojq/releases)
- [Changelog](https://github.com/itchyny/gojq/blob/master/CHANGELOG.md)
- [Commits](itchyny/gojq@v0.11.0...v0.11.1)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 24, 2020
@codecov
Copy link

codecov bot commented Aug 24, 2020

Codecov Report

Merging #1081 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #1081   +/-   ##
======================================
  Coverage    76.7%   76.7%           
======================================
  Files         132     132           
  Lines        6991    6991           
======================================
  Hits         5366    5366           
  Misses       1380    1380           
  Partials      245     245           

@MrAlias MrAlias merged commit 21726e2 into master Aug 24, 2020
@MrAlias MrAlias deleted the dependabot/go_modules/tools/github.com/itchyny/gojq-0.11.1 branch August 24, 2020 16:54
evantorrie pushed a commit to evantorrie/opentelemetry-go that referenced this pull request Sep 10, 2020
…lemetry#1081)

* Bump github.com/itchyny/gojq from 0.11.0 to 0.11.1 in /tools

Bumps [github.com/itchyny/gojq](https://github.com/itchyny/gojq) from 0.11.0 to 0.11.1.
- [Release notes](https://github.com/itchyny/gojq/releases)
- [Changelog](https://github.com/itchyny/gojq/blob/master/CHANGELOG.md)
- [Commits](itchyny/gojq@v0.11.0...v0.11.1)

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

* Auto-fix go.sum changes in dependent modules

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
@pellared pellared added this to the untracked milestone Nov 8, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants