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 ([#​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 [#​218](https://github.com/mikefarah/yq/issues/218)
##### Delete Splat!
Fixes [#​175](https://github.com/mikefarah/yq/issues/175)
##### Support numeric keys
Fixes: [#​219](https://github.com/mikefarah/yq/issues/219) and [#​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 [#​242](https://github.com/mikefarah/yq/pull/242)
Thanks [@​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 [#​205](https://github.com/mikefarah/yq/issues/205)
Thanks [@​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 [#​199](https://github.com/mikefarah/yq/pull/199)
Thanks [@​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: [#​196](https://github.com/mikefarah/yq/pull/196)
- New [Prefix](http://mikefarah.github.io/yq/prefix/) feature!: [#​195](https://github.com/mikefarah/yq/pull/195)
Thanks [@​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)
[#​180](https://github.com/mikefarah/yq/issues/180)
Fixed by [#​187](https://github.com/mikefarah/yq/pull/187) - thanks [@​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: [#​164](https://github.com/mikefarah/yq/issues/164)
[#​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: [#​157](https://github.com/mikefarah/yq/issues/157)
- Feature Request: Append list items instead of overwriting: [#​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 [#​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 CSRBot2026-08-16 23:02:45 +02:00
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 - autoclosed2026-08-17 17:10:18 +02:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
v2.0.0-rc→2.4.1Release Notes
mikefarah/yq (mikefarah/yq)
v2.4.1: Go Modules + 'invalid cross-device link' bug fixCompare Source
Minor fixes - affects
go getand 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:
will create an array under thing, whereas
will create a map under thing, with a key '0'
Extra help description
From #242
Thanks @georgicodes
v2.3.0Compare Source
Thanks @Ruenzuo !
v2.2.1Compare Source
Thanks @kyle-tightest!
v2.2.0Compare Source
Thanks @matfax !
v2.1.2: - Fixed file permissions when writing in placeCompare Source
#180
Fixed by #187 - thanks @thadc23 !
v2.1.1: More linux binariesCompare Source
Added support for PowerPC and ARM
Fixes: #164
#168
v2.1.0: Merge arrays and read multiple documentsCompare Source
Resolves:
v2.0.1: Fixes writing in-place with dockerCompare 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)
🚦 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 Mend Renovate CLI.
3168f1ab97to31dc7673c0chore(deps): update dependency mikefarah/yq to v2.4.1to chore(deps): update dependency mikefarah/yq to v2.4.1 - autoclosedPull request closed