chore(deps): update dependency mikefarah/yq to v4.23.1 #117

Merged
xoxys merged 1 commits from renovate/mikefarah-yq-4.x into main 2022-03-25 10:53:58 +01:00
Member

This PR contains the following updates:

Package Update Change
mikefarah/yq minor v4.18.1 -> v4.23.1

Release Notes

mikefarah/yq

v4.23.1

Compare Source

  • Can now supply the envsubst operator with parameters (nounset, noempty, failfast). See envsubst for details (#​1137)
    • Bumped dependencies
    • Fixed '+=' problem with multiple matches #​1145
    • Fixed bug with "and", "or" evaluating the RHS when not needed
    • Fixed potential panic (thanks @​mkatychev)
    • Tweaked CLI help (thanks @​justin-f-perez)

v4.22.1

Compare Source

v4.21.1

Compare Source

v4.20.2

Compare Source

  • Fixed self assignment issue (#​1107)
    • Fixed bad capture groups with multiple matches (#​1114)
    • No longer auto-read from STDIN if there are files given (#​1115)
    • Added missing load_props operator

v4.20.1

Compare Source

  • New Date Operators (now, tz, add and subtract durations from dates)
  • Can now decode property files!
  • New flag to manually set expression if required
  • ZSH completion bug fix (#​1108) thanks @​whi-tw
  • Fixed SEGV error (#​1096)
  • Fixed Github actions issues (it pipes in /dev/null) for XML
  • Fixed bug - handle expressions that match a directory (e.g. ".")

v4.19.1

Compare Source

  • New eval operator that allows dynamic expression evaluation (e.g. from a env variable) (#​1087)
    • Adding new elements to array now automatically applies styling of existing elements (#​722)

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [mikefarah/yq](https://github.com/mikefarah/yq) | minor | `v4.18.1` -> `v4.23.1` | --- ### Release Notes <details> <summary>mikefarah/yq</summary> ### [`v4.23.1`](https://github.com/mikefarah/yq/releases/v4.23.1) [Compare Source](https://github.com/mikefarah/yq/compare/v4.22.1...v4.23.1) - Can now supply the envsubst operator with parameters (nounset, noempty, failfast). See [envsubst](https://mikefarah.gitbook.io/yq/operators/env-variable-operators) for details ([#&#8203;1137](https://github.com/mikefarah/yq/issues/1137)) - Bumped dependencies - Fixed '+=' problem with multiple matches [#&#8203;1145](https://github.com/mikefarah/yq/issues/1145) - Fixed bug with "and", "or" evaluating the RHS when not needed - Fixed potential panic (thanks [@&#8203;mkatychev](https://github.com/mkatychev)) - Tweaked CLI help (thanks [@&#8203;justin-f-perez](https://github.com/justin-f-perez)) ### [`v4.22.1`](https://github.com/mikefarah/yq/releases/v4.22.1) [Compare Source](https://github.com/mikefarah/yq/compare/v4.21.1...v4.22.1) - Added \[pick] (https://mikefarah.gitbook.io/yq/operators/pick) operator - Can load expression from a file '--from-file' ([#&#8203;1120](https://github.com/mikefarah/yq/issues/1120)) - Fixed property auto expansion ([#&#8203;1127](https://github.com/mikefarah/yq/issues/1127)) ### [`v4.21.1`](https://github.com/mikefarah/yq/releases/v4.21.1) [Compare Source](https://github.com/mikefarah/yq/compare/v4.20.2...v4.21.1) - Added [reverse](https://mikefarah.gitbook.io/yq/operators/reverse) operator ([#&#8203;1116](https://github.com/mikefarah/yq/issues/1116)) - Added [string case](https://mikefarah.gitbook.io/yq/operators/string-operators) operators ([#&#8203;1111](https://github.com/mikefarah/yq/issues/1111)) - Added [base64 support](https://mikefarah.gitbook.io/yq/operators/encode-decode) ([#&#8203;1112](https://github.com/mikefarah/yq/issues/1112)) - Added [line](https://mikefarah.gitbook.io/yq/operators/line) and [column](https://mikefarah.gitbook.io/yq/operators/column) operators ([#&#8203;1109](https://github.com/mikefarah/yq/issues/1109)) - Bumped dependency versions - Fixed Boolean as string cannot be updated to boolean value ([#&#8203;1123](https://github.com/mikefarah/yq/issues/1123)) ### [`v4.20.2`](https://github.com/mikefarah/yq/releases/v4.20.2) [Compare Source](https://github.com/mikefarah/yq/compare/v4.20.1...v4.20.2) - Fixed self assignment issue ([#&#8203;1107](https://github.com/mikefarah/yq/issues/1107)) - Fixed bad capture groups with multiple matches ([#&#8203;1114](https://github.com/mikefarah/yq/issues/1114)) - No longer auto-read from STDIN if there are files given ([#&#8203;1115](https://github.com/mikefarah/yq/issues/1115)) - Added missing load_props operator ### [`v4.20.1`](https://github.com/mikefarah/yq/releases/v4.20.1) [Compare Source](https://github.com/mikefarah/yq/compare/v4.19.1...v4.20.1) - New [Date Operators](\(https://mikefarah.gitbook.io/yq/operators/datetime\)) (now, tz, add and subtract durations from dates) - Can now decode property files! - New flag to manually set expression if required - ZSH completion bug fix ([#&#8203;1108](https://github.com/mikefarah/yq/issues/1108)) thanks [@&#8203;whi-tw](https://github.com/whi-tw) - Fixed SEGV error ([#&#8203;1096](https://github.com/mikefarah/yq/issues/1096)) - Fixed Github actions issues (it pipes in /dev/null) for XML - Fixed bug - handle expressions that match a directory (e.g. ".") ### [`v4.19.1`](https://github.com/mikefarah/yq/releases/v4.19.1) [Compare Source](https://github.com/mikefarah/yq/compare/v4.18.1...v4.19.1) - New [eval](https://mikefarah.gitbook.io/yq/operators/eval) *operator* that allows dynamic expression evaluation (e.g. from a env variable) ([#&#8203;1087](https://github.com/mikefarah/yq/issues/1087)) - Adding new elements to array now automatically applies styling of existing elements ([#&#8203;722](https://github.com/mikefarah/yq/issues/722)) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovator changed title from chore(deps): update dependency mikefarah/yq to v4.19.1 to chore(deps): update dependency mikefarah/yq to v4.20.1 2022-02-15 05:02:23 +01:00
renovator force-pushed renovate/mikefarah-yq-4.x from b1d22adfed to a7c2eed663 2022-02-15 05:02:23 +01:00 Compare
renovator changed title from chore(deps): update dependency mikefarah/yq to v4.20.1 to chore(deps): update dependency mikefarah/yq to v4.20.2 2022-02-20 05:02:25 +01:00
renovator force-pushed renovate/mikefarah-yq-4.x from a7c2eed663 to 0c208a9424 2022-02-20 05:02:26 +01:00 Compare
renovator changed title from chore(deps): update dependency mikefarah/yq to v4.20.2 to chore(deps): update dependency mikefarah/yq to v4.21.1 2022-02-27 03:02:17 +01:00
renovator force-pushed renovate/mikefarah-yq-4.x from 0c208a9424 to be0217b69e 2022-02-27 03:02:18 +01:00 Compare
renovator changed title from chore(deps): update dependency mikefarah/yq to v4.21.1 to chore(deps): update dependency mikefarah/yq to v4.22.1 2022-03-10 06:02:49 +01:00
renovator force-pushed renovate/mikefarah-yq-4.x from be0217b69e to fda10d50a4 2022-03-10 06:02:50 +01:00 Compare
renovator changed title from chore(deps): update dependency mikefarah/yq to v4.22.1 to chore(deps): update dependency mikefarah/yq to v4.23.1 2022-03-20 04:02:44 +01:00
renovator force-pushed renovate/mikefarah-yq-4.x from fda10d50a4 to 4e6c93e8c4 2022-03-20 04:02:45 +01:00 Compare
xoxys merged commit 9848ebbbcd into main 2022-03-25 10:53:58 +01:00
xoxys deleted branch renovate/mikefarah-yq-4.x 2022-03-25 10:53:58 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: container/lhci#117
No description provided.