chore(deps): update dependency mikefarah/yq to v4.28.2 - autoclosed #155

Closed
renovator wants to merge 1 commits from renovate/mikefarah-yq-4.x into main
Member

This PR contains the following updates:

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

Release Notes

mikefarah/yq

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, 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.25.2` -> `v4.28.2` | --- ### Release Notes <details> <summary>mikefarah/yq</summary> ### [`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, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMDkuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIxMy4wIn0=-->
renovator changed title from chore(deps): update dependency mikefarah/yq to v4.25.3 to chore(deps): update dependency mikefarah/yq to v4.26.1 2022-07-15 03:03:43 +02:00
renovator force-pushed renovate/mikefarah-yq-4.x from 6d942b92f8 to 4a45771f12 2022-07-15 03:03:44 +02:00 Compare
renovator changed title from chore(deps): update dependency mikefarah/yq to v4.26.1 to chore(deps): update dependency mikefarah/yq to v4.27.2 2022-08-01 09:02:40 +02:00
renovator force-pushed renovate/mikefarah-yq-4.x from 4a45771f12 to b65061af6c 2022-08-01 09:02:41 +02:00 Compare
renovator force-pushed renovate/mikefarah-yq-4.x from b65061af6c to fd2c2c7611 2022-08-29 11:03:17 +02:00 Compare
renovator changed title from chore(deps): update dependency mikefarah/yq to v4.27.2 to chore(deps): update dependency mikefarah/yq to v4.27.3 2022-08-29 11:03:18 +02:00
renovator force-pushed renovate/mikefarah-yq-4.x from fd2c2c7611 to 5c7a9036d1 2022-09-09 07:03:08 +02:00 Compare
renovator changed title from chore(deps): update dependency mikefarah/yq to v4.27.3 to chore(deps): update dependency mikefarah/yq to v4.27.5 2022-09-09 07:03:09 +02:00
renovator force-pushed renovate/mikefarah-yq-4.x from 5c7a9036d1 to 55b9cc52fb 2022-10-05 12:03:26 +02:00 Compare
renovator changed title from chore(deps): update dependency mikefarah/yq to v4.27.5 to chore(deps): update dependency mikefarah/yq to v4.28.1 2022-10-05 12:03:27 +02:00
renovator force-pushed renovate/mikefarah-yq-4.x from 55b9cc52fb to 660aa1df2c 2022-10-19 03:03:13 +02:00 Compare
renovator changed title from chore(deps): update dependency mikefarah/yq to v4.28.1 to chore(deps): update dependency mikefarah/yq to v4.28.2 2022-10-19 03:03:13 +02:00
renovator changed title from chore(deps): update dependency mikefarah/yq to v4.28.2 to chore(deps): update dependency mikefarah/yq to v4.28.2 - autoclosed 2022-10-25 11:29:11 +02:00
renovator closed this pull request 2022-10-25 11:29:11 +02:00
All checks were successful
continuous-integration/drone/pr Build is passing

Pull request closed

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#155
No description provided.