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

chore(deps): bump mikefarah/yq from 4.6.3 to 4.14.2 #2774

Merged
merged 1 commit into from
Nov 19, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 19, 2021

Bumps mikefarah/yq from 4.6.3 to 4.14.2.

Release notes

Sourced from mikefarah/yq's releases.

v4.14.2

  • Fixed header preprocessing issue (#1000)
  • Bumped version dependencies

v4.14.1

v4.13.5

  • Performance improvement for deepMatch (thanks @​pmatseykanets)
  • Added manpage, included in tar.gz downloads as well as a separate tar.gz (#961)
  • Fixed expression parsing bug #970
  • Fixes CVE (#964)
  • Bumped docker alpine version

v4.13.4

  • Fixed select bug (#958)
  • Improved performance of explode (also speeds up json conversion)
  • Improved performance of merge (significantly if your merging a small file into a big one)

v4.13.3 - Updated go to fix CVE

  • Updated go compiler to 1.17 to fix CVE (#944)

v4.13.2

  • Update to with operator, allow for no leading space on the ;.
  • Fixing Docker build timeout issues when attempting to release

Note: there is no code difference between 4.13.1 and 4.13.2 - just had to update the Docker file to get it to publish.

v4.13.0 - Breaking change with as - new operators!

BREAKING CHANGE - the as variable operator (e.g. .a as $x) now makes a copy of the node(s) at the path rather than a reference. This is in order to make it work more like the jq equivalent.

This means any updates made to that variable do not update the original.

There's a new operator ref that will make a reference (and allow multiple updates to the original path by referencing the variable). Sorry for any inconvenience caused!.

  • New with operator for making multiple changes to a given path
  • New contains operator, works like the jq equivalent
  • Subtract operator now supports subtracting elements from arrays!
  • Fixed Swapping values using variables #934
  • Github Action now properly supports multiline output #936, thanks @​pjxiao
  • Fixed missing closing bracket validation #932

v4.12.2

... (truncated)

Changelog

Sourced from mikefarah/yq's changelog.

4.14.2:

  • Fixed header preprocessing issue (#1000)
  • Bumped version dependencies

4.14.1:

  • Added group_by operator
  • Added encode/decode operators (toyaml, fromjson etc) (#974)
  • Added flatten operator
  • Added --split-exp, for splitting results into multiple files (#966)
  • Fixed json null array bug (#985)

4.13.5:

  • Performance improvement for deepMatch (thanks @​pmatseykanets)
  • Added manpage, included in tar.gz downloads as well as a separate tar.gz (#961)
  • Fixed expression parsing bug #970
  • Rebuild fixes CVE (#964)
  • Bumped docker alpine version

4.13.4:

  • Fixed select bug (#958)
  • Improved performance of explode (this will also speed up json conversion)
  • Improved performance of merge (significantly if your merging a small file into a big one)

4.13.3:

  • Updated go compiler to 1.17 to fix CVE (#944)

4.13.2:

  • Fixing Docker build timeout issues when attempting to release

4.13.1:

  • Update to with operator, allow for no leading space on the ;.

4.13.0:

BREAKING CHANGE - the as variable operator (e.g. .a as $x) now makes a copy of the node(s) at the path rather than a reference. This is in order to make it work more like the jq equivalent.

This means any updates made to that variable do not update the original.

There's a new operator ref that will make a reference (and allow multiple updates to the original path by referencing the variable). Sorry for any inconvenience caused!.

  • New with operator for making multiple changes to a given path
  • New contains operator, works like the jq equivalent
  • Subtract operator now supports subtracting elements from arrays!

... (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 [mikefarah/yq](https://github.com/mikefarah/yq) from 4.6.3 to 4.14.2.
- [Release notes](https://github.com/mikefarah/yq/releases)
- [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt)
- [Commits](mikefarah/yq@v4.6.3...v4.14.2)

---
updated-dependencies:
- dependency-name: mikefarah/yq
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner November 19, 2021 16:14
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Nov 19, 2021
@codeclimate
Copy link

codeclimate bot commented Nov 19, 2021

Code Climate has analyzed commit d1c8eb1 and detected 0 issues on this pull request.

View more on Code Climate.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.08%) to 65.433% when pulling d1c8eb1 on dependabot/github_actions/mikefarah/yq-4.14.2 into 477cb2a on master.

@calebdoxsey calebdoxsey merged commit 258ec9c into master Nov 19, 2021
@calebdoxsey calebdoxsey deleted the dependabot/github_actions/mikefarah/yq-4.14.2 branch November 19, 2021 17:16
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 github_actions Pull requests that update Github_actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants