chore(deps): update dependency mikefarah/yq to v4.30.4 #192

Merged
xoxys merged 1 commits from renovate/mikefarah-yq-4.x into main 2022-11-22 08:51:10 +01:00
Member

This PR contains the following updates:

Package Update Change
mikefarah/yq minor v4.25.2 -> v4.30.4

Release Notes

mikefarah/yq

v4.30.4

Compare Source

Fixing missing version in brew/snap due to bug in automated versioning

v4.30.3

Compare Source

  • Updated release process (automated versioning)
    • Fixed handling of yaml directives (#​1424)
    • Fixed parsing of newline character in string expression #​1430
    • Fixed length compares to null instead of 0 issue #​1427

v4.30.2

Compare Source

  • Actually updated the default xml prefix 🤦

v4.30.1

Compare Source

  • XML users note: the default attribute prefix has change to +@​ to avoid naming conflicts!
    • Can use expressions in slice #​1419
    • Fixed unhandled exception when decoding CSV thanks @​washanhanzi
    • Added array_to_map operator for #​1415
    • Fixed sorting by date #​1412
    • Added check to ensure only maps can be encoded to XML #​1408
    • Check merge alias is a map #​1425
    • Explicity setting unwrap flag works for json output #​437, #​1409
    • Bumped go version

v4.29.2

Compare Source

  • Fixed null pointer exception when parsing CSV with empty field #​1404

v4.29.1

Compare Source

  • Fixed Square brackets removing update #​1342
    • Added slice array operator (.[10:15]) #​44
    • XML decoder/encoder now parses directives and proc instructions (#​1344). Please use the new skip flags documented here to ignore them.
    • XML users note that the default attribute prefix will change to +@​ in the 4.30 release to avoid naming conflicts!
    • Improved comment handling of decoders (breaking change for yqlib users sorry)
    • Fixed load operator bug when loading yaml file with multiple documents
    • Bumped Go compiler version #​1394
    • Bumped dependencies

v4.28.2

Compare Source

  • Fixed Github Actions issues (thanks @​mattphelps-8451)
    • yq Github action docker image is now built as part of the release
    • Fixed bug - can now delete documents #​1377
    • Fixed handling of UTF8 encoded CSVs #​1373
    • Detect and fail on missing closing brackets #​1366
    • Bumped dependencies

v4.28.1

Compare Source

  • Added setpath and delpaths operators, like jq (#​1374)
    • Added is_key operator, to check if a match was a key when recursing
    • Added validation when attempting to add sequences to maps (#​1341)

v4.27.5

Compare Source

4.27.5:

  • Fixed relative merge bug #​1333
  • Fixed bug in alternative (//) operator, RHS being evaluated when it didn't need to be
  • Fixed footer comment issue #​1231
  • Github action now runs as root (as recommended by Github Actions doc)
  • Updated dependencies

Skipped over 4.27.4 to get the #​1333 bug fix in.

v4.27.3

Compare Source

  • Added new 'c' merge and assign flag that clobbers custom tags
    • Bumped go dependency to fix CVE (#​1316)
    • Updated dependencies

v4.27.2

Compare Source

4.27.2:

  • Fixed JSON decoder to maintain object key order.

4.27.1:

  • Added 'json' decoder for support for multiple JSON documents in a single file (e.g. NDJSON)
  • Added 'csv' decoding, array of objects encoding, and round-triping
  • New StringEvaluator when using yq as a lib (thanks @​leviliangtw)
  • Fixed XML decoding issue (#​1284)

v4.26.1

Compare Source

  • Switched to new expression parser (#​1264)
    • Don't clobber anchor when adding nodes (#​1269)
    • New error operator for custom validation (#​1259)
    • Added support for --wrapScalar=false in properties encoder (#​1241) Thanks @​dcarbone
    • Fix error on multiple assign (#​1257) Thanks @​care0717
    • Bumped dependency versions

v4.25.3

Compare Source

  • xml decoder now maintains namespaces by default. Use new flags to disable if required. Thanks @​rndmit
    • Length and other similar operators no longer return comments (#​1231)
    • When split expression includes an extension, dont add .yml automatically (#​1165)
    • Map -r to --unwrapScalar to be more a drop in replacement for jq (#​1245) Thanks @​SuperSandro2000
    • Fixing usage of quoted numeric keys #​1247
    • Bumped dependency versions

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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, check this box

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.25.2` -> `v4.30.4` | --- ### Release Notes <details> <summary>mikefarah/yq</summary> ### [`v4.30.4`](https://github.com/mikefarah/yq/releases/tag/v4.30.4) [Compare Source](https://github.com/mikefarah/yq/compare/v4.30.3...v4.30.4) Fixing missing version in brew/snap due to bug in automated versioning ### [`v4.30.3`](https://github.com/mikefarah/yq/releases/tag/v4.30.3) [Compare Source](https://github.com/mikefarah/yq/compare/v4.30.2...v4.30.3) - Updated release process (automated versioning) - Fixed handling of yaml directives ([#&#8203;1424](https://github.com/mikefarah/yq/issues/1424)) - Fixed parsing of newline character in string expression [#&#8203;1430](https://github.com/mikefarah/yq/issues/1430) - Fixed length compares to null instead of 0 issue [#&#8203;1427](https://github.com/mikefarah/yq/issues/1427) ### [`v4.30.2`](https://github.com/mikefarah/yq/releases/tag/v4.30.2) [Compare Source](https://github.com/mikefarah/yq/compare/v4.30.1...v4.30.2) - Actually updated the default xml prefix :facepalm: ### [`v4.30.1`](https://github.com/mikefarah/yq/releases/tag/v4.30.1) [Compare Source](https://github.com/mikefarah/yq/compare/v4.29.2...v4.30.1) - XML users note: the default attribute prefix has change to `+@&#8203;` to avoid naming conflicts! - Can use expressions in slice [#&#8203;1419](https://github.com/mikefarah/yq/issues/1419) - Fixed unhandled exception when decoding CSV thanks [@&#8203;washanhanzi](https://github.com/washanhanzi) - Added array_to_map operator for [#&#8203;1415](https://github.com/mikefarah/yq/issues/1415) - Fixed sorting by date [#&#8203;1412](https://github.com/mikefarah/yq/issues/1412) - Added check to ensure only maps can be encoded to XML [#&#8203;1408](https://github.com/mikefarah/yq/issues/1408) - Check merge alias is a map [#&#8203;1425](https://github.com/mikefarah/yq/issues/1425) - Explicity setting unwrap flag works for json output [#&#8203;437](https://github.com/mikefarah/yq/issues/437), [#&#8203;1409](https://github.com/mikefarah/yq/issues/1409) - Bumped go version ### [`v4.29.2`](https://github.com/mikefarah/yq/releases/tag/v4.29.2) [Compare Source](https://github.com/mikefarah/yq/compare/v4.29.1...v4.29.2) - Fixed null pointer exception when parsing CSV with empty field [#&#8203;1404](https://github.com/mikefarah/yq/issues/1404) ### [`v4.29.1`](https://github.com/mikefarah/yq/releases/tag/v4.29.1) [Compare Source](https://github.com/mikefarah/yq/compare/v4.28.2...v4.29.1) - Fixed Square brackets removing update [#&#8203;1342](https://github.com/mikefarah/yq/issues/1342) - Added slice array operator (.\[10:15]) [#&#8203;44](https://github.com/mikefarah/yq/issues/44) - XML decoder/encoder now parses directives and proc instructions ([#&#8203;1344](https://github.com/mikefarah/yq/issues/1344)). Please use the new skip flags [documented here](https://mikefarah.gitbook.io/yq/usage/xml) to ignore them. - XML users note that the default attribute prefix will change to `+@&#8203;` in the 4.30 release to avoid naming conflicts! - Improved comment handling of decoders (breaking change for yqlib users sorry) - Fixed load operator bug when loading yaml file with multiple documents - Bumped Go compiler version [#&#8203;1394](https://github.com/mikefarah/yq/issues/1394) - Bumped dependencies ### [`v4.28.2`](https://github.com/mikefarah/yq/releases/tag/v4.28.2) [Compare Source](https://github.com/mikefarah/yq/compare/v4.28.1...v4.28.2) - Fixed Github Actions issues (thanks [@&#8203;mattphelps-8451](https://github.com/mattphelps-8451)) - yq Github action docker image is now built as part of the release - Fixed bug - can now delete documents [#&#8203;1377](https://github.com/mikefarah/yq/issues/1377) - Fixed handling of UTF8 encoded CSVs [#&#8203;1373](https://github.com/mikefarah/yq/issues/1373) - Detect and fail on missing closing brackets [#&#8203;1366](https://github.com/mikefarah/yq/issues/1366) - Bumped dependencies ### [`v4.28.1`](https://github.com/mikefarah/yq/releases/tag/v4.28.1) [Compare Source](https://github.com/mikefarah/yq/compare/v4.27.5...v4.28.1) - Added `setpath` and `delpaths` operators, like jq ([#&#8203;1374](https://github.com/mikefarah/yq/issues/1374)) - Added `is_key` operator, to check if a match was a key when recursing - Added validation when attempting to add sequences to maps ([#&#8203;1341](https://github.com/mikefarah/yq/issues/1341)) ### [`v4.27.5`](https://github.com/mikefarah/yq/releases/tag/v4.27.5) [Compare Source](https://github.com/mikefarah/yq/compare/v4.27.3...v4.27.5) 4.27.5: - Fixed relative merge bug [#&#8203;1333](https://github.com/mikefarah/yq/issues/1333) - Fixed bug in alternative (//) operator, RHS being evaluated when it didn't need to be - Fixed footer comment issue [#&#8203;1231](https://github.com/mikefarah/yq/issues/1231) - Github action now runs as root (as recommended by Github Actions doc) - Updated dependencies Skipped over 4.27.4 to get the [#&#8203;1333](https://github.com/mikefarah/yq/issues/1333) bug fix in. ### [`v4.27.3`](https://github.com/mikefarah/yq/releases/tag/v4.27.3) [Compare Source](https://github.com/mikefarah/yq/compare/v4.27.2...v4.27.3) - Added new 'c' merge and assign flag that clobbers custom tags - Bumped go dependency to fix CVE ([#&#8203;1316](https://github.com/mikefarah/yq/issues/1316)) - Updated dependencies ### [`v4.27.2`](https://github.com/mikefarah/yq/releases/tag/v4.27.2) [Compare Source](https://github.com/mikefarah/yq/compare/v4.26.1...v4.27.2) 4.27.2: - Fixed JSON decoder to maintain object key order. 4.27.1: - Added 'json' decoder for support for multiple JSON documents in a single file (e.g. NDJSON) - Added 'csv' decoding, array of objects encoding, and round-triping - New StringEvaluator when using yq as a lib (thanks [@&#8203;leviliangtw](https://github.com/leviliangtw)) - Fixed XML decoding issue ([#&#8203;1284](https://github.com/mikefarah/yq/issues/1284)) ### [`v4.26.1`](https://github.com/mikefarah/yq/releases/tag/v4.26.1) [Compare Source](https://github.com/mikefarah/yq/compare/v4.25.3...v4.26.1) - Switched to new expression parser ([#&#8203;1264](https://github.com/mikefarah/yq/issues/1264)) - Don't clobber anchor when adding nodes ([#&#8203;1269](https://github.com/mikefarah/yq/issues/1269)) - New error operator for custom validation ([#&#8203;1259](https://github.com/mikefarah/yq/issues/1259)) - Added support for --wrapScalar=false in properties encoder ([#&#8203;1241](https://github.com/mikefarah/yq/issues/1241)) Thanks [@&#8203;dcarbone](https://github.com/dcarbone) - Fix error on multiple assign ([#&#8203;1257](https://github.com/mikefarah/yq/issues/1257)) Thanks [@&#8203;care0717](https://github.com/care0717) - Bumped dependency versions ### [`v4.25.3`](https://github.com/mikefarah/yq/releases/tag/v4.25.3) [Compare Source](https://github.com/mikefarah/yq/compare/v4.25.2...v4.25.3) - xml decoder now maintains namespaces by default. Use new flags to disable if required. Thanks [@&#8203;rndmit](https://github.com/rndmit) - Length and other similar operators no longer return comments ([#&#8203;1231](https://github.com/mikefarah/yq/issues/1231)) - When split expression includes an extension, dont add .yml automatically ([#&#8203;1165](https://github.com/mikefarah/yq/issues/1165)) - Map -r to --unwrapScalar to be more a drop in replacement for jq ([#&#8203;1245](https://github.com/mikefarah/yq/issues/1245)) Thanks [@&#8203;SuperSandro2000](https://github.com/SuperSandro2000) - Fixing usage of quoted numeric keys [#&#8203;1247](https://github.com/mikefarah/yq/issues/1247) - Bumped dependency versions </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC45LjIiLCJ1cGRhdGVkSW5WZXIiOiIzNC45LjIifQ==-->
renovator force-pushed renovate/mikefarah-yq-4.x from 8c062c0de9 to 9bab48cfc6 2022-11-11 06:03:02 +01:00 Compare
renovator changed title from chore(deps): update dependency mikefarah/yq to v4.29.2 to chore(deps): update dependency mikefarah/yq to v4.30.1 2022-11-11 06:03:03 +01:00
renovator force-pushed renovate/mikefarah-yq-4.x from 9bab48cfc6 to 4f5785d4af 2022-11-13 02:02:56 +01:00 Compare
renovator changed title from chore(deps): update dependency mikefarah/yq to v4.30.1 to chore(deps): update dependency mikefarah/yq to v4.30.2 2022-11-13 02:02:57 +01:00
renovator force-pushed renovate/mikefarah-yq-4.x from 4f5785d4af to d6ddbdc543 2022-11-15 01:02:55 +01:00 Compare
renovator changed title from chore(deps): update dependency mikefarah/yq to v4.30.2 to chore(deps): update dependency mikefarah/yq to v4.30.3 2022-11-15 01:02:56 +01:00
renovator force-pushed renovate/mikefarah-yq-4.x from d6ddbdc543 to 5f70b5a840 2022-11-15 13:04:14 +01:00 Compare
renovator changed title from chore(deps): update dependency mikefarah/yq to v4.30.3 to chore(deps): update dependency mikefarah/yq to v4.30.4 2022-11-15 13:04:18 +01:00
xoxys merged commit 1b985bbb1c into main 2022-11-22 08:51:10 +01:00
xoxys deleted branch renovate/mikefarah-yq-4.x 2022-11-22 08:51:10 +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#192
No description provided.