chore(deps): update dependency mikefarah/yq to v4.16.2#268
Merged
ivankatliarchuk merged 1 commit intomasterfrom Dec 28, 2021
Merged
chore(deps): update dependency mikefarah/yq to v4.16.2#268ivankatliarchuk merged 1 commit intomasterfrom
ivankatliarchuk merged 1 commit intomasterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.0.0->v4.16.2Release Notes
mikefarah/yq
v4.16.2Compare Source
v4.16.1Compare Source
v4.15.1Compare Source
v4.14.2Compare Source
v4.14.1Compare Source
v4.13.5Compare Source
v4.13.4Compare Source
explode(also speeds up json conversion)merge(significantly if your merging a small file into a big one)v4.13.3Compare Source
v4.13.2Compare Source
withoperator, allow for no leading space on the;.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.0Compare Source
BREAKING CHANGE - the
asvariable operator (e.g..a as $x) now makes a copy of the node(s) at thepath rather than a reference. This is in order to make it work more like the
jqequivalent.This means any updates made to that variable do not update the original.
There's a new operator
refthat will make a reference (and allow multiple updates to the original path by referencing the variable).Sorry for any inconvenience caused!.
withoperator for making multiple changes to a given pathcontainsoperator, works like thejqequivalentv4.12.2Compare Source
v4.12.1Compare Source
v4.12.0Compare Source
-o=props), See docs for more info.v4.11.2Compare Source
v4.11.1Compare Source
v4.11.0Compare Source
v4.10.0Compare Source
jqcounterparts, although there are differences. See https://mikefarah.gitbook.io/yq/operators/string-operators for more details.yqnow persists the top level document separator---! https://github.com/mikefarah/yq/issues/879v4.9.8Compare Source
v4.9.7Compare Source
v4.9.6Compare Source
v4.9.5Compare Source
v4.9.4Compare Source
yqcommand output can be used in subsequent steps (thanks @devorbitus)v4.9.3Compare Source
Fixes:
v4.9.2Compare Source
Bug Fixes:
v4.9.1Compare Source
v4.9.0Compare Source
uniqueandunique_byoperators (https://mikefarah.gitbook.io/yq/operators/unique)anyandallboolean operators (https://mikefarah.gitbook.io/yq/operators/boolean-operators)with_entriesbug https://github.com/mikefarah/yq/issues/810v4.8.0Compare Source
jq.?- e.g..a?selectwithor(https://github.com/mikefarah/yq/discussions/804)v4.7.1Compare Source
Fixes #793
v4.7.0Compare Source
v4.6.3Compare Source
-operator (https://mikefarah.gitbook.io/yq/operators/subtract) currently only supports numbers.v4.6.2Compare Source
joinin create object (https://github.com/mikefarah/yq/issues/753)v4.6.1Compare Source
Fixed performance of
yqhttps://github.com/mikefarah/yq/issues/717!v4.6.0Compare Source
jqand no longer deeply merge by default. (https://github.com/mikefarah/yq/issues/725)v4.5.1Compare Source
Added
!=operatorFixes:
v4.5.0Compare Source
fixes:
v4.4.1Compare Source
Fixes:
v4.4.0Compare Source
v4.3.2Compare Source
v4.3.1Compare Source
Accidentally released v4.3.0 without merging in the new env operators! Apologies.
v4.3.0Compare Source
|=didocumentIndex shorthand notation to matchfifor fileIndexv4.2.1Compare Source
fiand alias to the fileIndex operatorv4.2.0Compare Source
--prettyPrint\-P)..., to apply match and manipulate map keys (useful for setting styles)., e.g.a[0](https://github.com/mikefarah/yq/issues/622)v4.1.0Compare Source
Missing features from 4.0 that were quickly pointed out (thanks peeps!), namely:
I've also added downloadable tar.gz and zip versions of the releases - this is to get around fussy download managers, or just to have a smaller file size (https://github.com/mikefarah/yq/issues/600)
Bu Fixes:
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.