Skip to content

Bump github.com/itchyny/gojq from 0.12.11 to 0.12.12

Bumps github.com/itchyny/gojq from 0.12.11 to 0.12.12.

Release notes

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

Release v0.12.12

  • fix assignment operator (=) with overlapping paths and multiple values ([[]] | .. = ..)
  • fix crash on multiplying large numbers to an empty string (9223372036854775807 * "")
  • improve zsh completion file
Changelog

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

v0.12.12 (2023-03-01)

  • fix assignment operator (=) with overlapping paths and multiple values ([[]] | .. = ..)
  • fix crash on multiplying large numbers to an empty string (9223372036854775807 * "")
  • improve zsh completion file
Commits
  • 655bcab bump up version to 0.12.12
  • 05310e0 update CHANGELOG.md for v0.12.12
  • e2175d8 update dependencies
  • e09b851 improve zsh completion for positional flags and query argument
  • 218ec1a improve flag descriptions and the zsh completion file
  • 5e5766d rename encoder methods for the map type to respect JSON terms
  • 1a32db9 fix crash on multiplying large numbers to an empty string (close #209)
  • 54b7644 specify write permission of packages in the release workflow
  • 34c413a fix assignment operator with overlapping paths and values again
  • 5240688 fix assignment operator with overlapping paths and multiple values
  • Additional commits viewable in compare view

Merge request reports