chore(deps): update dependency mikefarah/yq to v2.4.1 - autoclosed #10

Closed
CSRBot wants to merge 1 commits from renovate/mikefarah-yq-2.x into master
Collaborator

This PR contains the following updates:

Package Update Change
mikefarah/yq minor v2.0.0-rc2.4.1

Release Notes

mikefarah/yq (mikefarah/yq)

v2.4.1: Go Modules + 'invalid cross-device link' bug fix

Compare Source

Minor fixes - affects go get and rename files that place on different fs volumes (#​268).

v2.4.0: Splat and numeric keys!

Compare Source

Prefix Splat!

Fixes #​218

Delete Splat!

Fixes #​175

Support numeric keys

Fixes: #​219 and #​215

Note there is a (slight) backwards incompatible change.

When there is no match at a given path, numeric keys are assumed to be strings.
To create an array '+' must be used.

e.g:

yq n thing[+].cat fred

will create an array under thing, whereas

yq n thing[0].cat fred

will create a map under thing, with a key '0'

Extra help description

From #​242
Thanks @​georgicodes

v2.3.0

Compare Source

  • Adds --allow-empty flag to merge command to fix #​205

Thanks @​Ruenzuo !

v2.2.1

Compare Source

  • Added Windows support for the "--inplace" command flag #​199

Thanks @​kyle-tightest!

v2.2.0

Compare Source

Thanks @​matfax !

v2.1.2: - Fixed file permissions when writing in place

Compare Source

#​180

Fixed by #​187 - thanks @​thadc23 !

v2.1.1: More linux binaries

Compare Source

Added support for PowerPC and ARM

Fixes: #​164
#​168

v2.1.0: Merge arrays and read multiple documents

Compare Source

Resolves:

  • Ability to read multiple documents in a single file: #​157
  • Feature Request: Append list items instead of overwriting: #​128

v2.0.1: Fixes writing in-place with docker

Compare Source

Fix for #​156.

Minor fix to help text, -j --tojson no longer appear as global options as the only work for the 'read' command.


Configuration

📅 Schedule: (UTC)

  • 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 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [mikefarah/yq](https://github.com/mikefarah/yq) | minor | `v2.0.0-rc` → `2.4.1` | --- ### Release Notes <details> <summary>mikefarah/yq (mikefarah/yq)</summary> ### [`v2.4.1`](https://github.com/mikefarah/yq/releases/tag/2.4.1): Go Modules + 'invalid cross-device link' bug fix [Compare Source](https://github.com/mikefarah/yq/compare/2.4.0...2.4.1) Minor fixes - affects `go get` and rename files that place on different fs volumes ([#&#8203;268](https://github.com/mikefarah/yq/issues/268)). ### [`v2.4.0`](https://github.com/mikefarah/yq/releases/tag/2.4.0): Splat and numeric keys! [Compare Source](https://github.com/mikefarah/yq/compare/2.3.0...2.4.0) ##### Prefix Splat! Fixes [#&#8203;218](https://github.com/mikefarah/yq/issues/218) ##### Delete Splat! Fixes [#&#8203;175](https://github.com/mikefarah/yq/issues/175) ##### Support numeric keys Fixes: [#&#8203;219](https://github.com/mikefarah/yq/issues/219) and [#&#8203;215](https://github.com/mikefarah/yq/issues/215) Note there is a (slight) backwards incompatible change. When there is no match at a given path, numeric keys are assumed to be strings. To create an array '+' must be used. e.g: ``` yq n thing[+].cat fred ``` will create an array under thing, whereas ``` yq n thing[0].cat fred ``` will create a map under thing, with a key '0' ##### Extra help description From [#&#8203;242](https://github.com/mikefarah/yq/pull/242) Thanks [@&#8203;georgicodes](https://github.com/georgicodes) ### [`v2.3.0`](https://github.com/mikefarah/yq/releases/tag/2.3.0) [Compare Source](https://github.com/mikefarah/yq/compare/2.2.1...2.3.0) - Adds --allow-empty flag to merge command to fix [#&#8203;205](https://github.com/mikefarah/yq/issues/205) Thanks [@&#8203;Ruenzuo](https://github.com/Ruenzuo) ! ### [`v2.2.1`](https://github.com/mikefarah/yq/releases/tag/2.2.1) [Compare Source](https://github.com/mikefarah/yq/compare/2.2.0...2.2.1) - Added Windows support for the "--inplace" command flag [#&#8203;199](https://github.com/mikefarah/yq/pull/199) Thanks [@&#8203;kyle-tightest](https://github.com/kyle-tightest)! ### [`v2.2.0`](https://github.com/mikefarah/yq/releases/tag/2.2.0) [Compare Source](https://github.com/mikefarah/yq/compare/2.1.2...2.2.0) - Bump Docker Alpine version to 3.8: [#&#8203;196](https://github.com/mikefarah/yq/pull/196) - New [Prefix](http://mikefarah.github.io/yq/prefix/) feature!: [#&#8203;195](https://github.com/mikefarah/yq/pull/195) Thanks [@&#8203;matfax](https://github.com/matfax) ! ### [`v2.1.2`](https://github.com/mikefarah/yq/releases/tag/2.1.2): - Fixed file permissions when writing in place [Compare Source](https://github.com/mikefarah/yq/compare/2.1.1...2.1.2) [#&#8203;180](https://github.com/mikefarah/yq/issues/180) Fixed by [#&#8203;187](https://github.com/mikefarah/yq/pull/187) - thanks [@&#8203;thadc23](https://github.com/thadc23) ! ### [`v2.1.1`](https://github.com/mikefarah/yq/releases/tag/2.1.1): More linux binaries [Compare Source](https://github.com/mikefarah/yq/compare/2.1.0...2.1.1) Added support for PowerPC and ARM Fixes: [#&#8203;164](https://github.com/mikefarah/yq/issues/164) [#&#8203;168](https://github.com/mikefarah/yq/issues/168) ### [`v2.1.0`](https://github.com/mikefarah/yq/releases/tag/2.1.0): Merge arrays and read multiple documents [Compare Source](https://github.com/mikefarah/yq/compare/2.0.1...2.1.0) Resolves: - Ability to read multiple documents in a single file: [#&#8203;157](https://github.com/mikefarah/yq/issues/157) - Feature Request: Append list items instead of overwriting: [#&#8203;128](https://github.com/mikefarah/yq/issues/128) ### [`v2.0.1`](https://github.com/mikefarah/yq/releases/tag/2.0.1): Fixes writing in-place with docker [Compare Source](https://github.com/mikefarah/yq/compare/2.0.0...2.0.1) Fix for [#&#8203;156](https://github.com/mikefarah/yq/issues/156). Minor fix to help text, -j --tojson no longer appear as global options as the only work for the 'read' command. </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4zMC4wIiwidXBkYXRlZEluVmVyIjoiNDQuMzAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
CODEOWNERS rules requested review from volker.raschek 2026-08-16 23:02:43 +02:00
volker.raschek was assigned by CSRBot 2026-08-16 23:02:45 +02:00
CSRBot added 1 commit 2026-08-17 02:03:03 +02:00
chore(deps): update dependency mikefarah/yq to v2.4.1
Markdown linter / markdown-link-checker (push) Successful in 19s
Install yq / install-yq (ubuntu-latest-arm64, arm64, linux) (push) Successful in 10s
Markdown linter / markdown-lint (push) Successful in 14s
Install yq / install-yq (ubuntu-latest-amd64, amd64, linux) (push) Successful in 9s
Install yq / install-yq (ubuntu-latest-amd64, amd64, linux) (pull_request) Successful in 9s
Install yq / install-yq (ubuntu-latest-arm64, arm64, linux) (pull_request) Successful in 10s
Markdown linter / markdown-lint (pull_request) Successful in 15s
Markdown linter / markdown-link-checker (pull_request) Successful in 36s
31dc7673c0
CSRBot force-pushed renovate/mikefarah-yq-2.x from 3168f1ab97 to 31dc7673c0 2026-08-17 02:03:03 +02:00 Compare
CSRBot changed title from chore(deps): update dependency mikefarah/yq to v2.4.1 to chore(deps): update dependency mikefarah/yq to v2.4.1 - autoclosed 2026-08-17 17:10:18 +02:00
CSRBot closed this pull request 2026-08-17 17:10:19 +02:00

Pull request closed

This pull request cannot be reopened because the branch was deleted.
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: volker.raschek/ah-annotations#10