From 78a38fbdd85329d3b38ff729f1d944fff498cc1f Mon Sep 17 00:00:00 2001 From: ECG Bot Date: Sat, 10 Aug 2024 13:02:43 +0000 Subject: [PATCH] build(deps): update mikefarah/yq to v4.44.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This MR contains the following updates: | Package | Update | Change | |---|---|---| | [mikefarah/yq](https://github.com/mikefarah/yq) | patch | `v4.44.2` -> `v4.44.3` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes
mikefarah/yq (mikefarah/yq) ### [`v4.44.3`](https://github.com/mikefarah/yq/releases/tag/v4.44.3) [Compare Source](https://github.com/mikefarah/yq/compare/v4.44.2...v4.44.3) - Fixed upper-case file extension detection, Thanks [@​ryenus](https://github.com/ryenus) ([#​2121](https://github.com/mikefarah/yq/issues/2121)) - Log printing follow no-colors flag [#​2082](https://github.com/mikefarah/yq/issues/2082) - Skip and warn when interpolating strings and theres a unclosed bracket [#​2083](https://github.com/mikefarah/yq/issues/2083) - Fixed CSV content starting with # issue [#​2076](https://github.com/mikefarah/yq/issues/2076) - Bumped dependencies
--- ### 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 MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). --- chezmoi/dot_config/aquaproj-aqua/aqua.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chezmoi/dot_config/aquaproj-aqua/aqua.yaml b/chezmoi/dot_config/aquaproj-aqua/aqua.yaml index 11a702bf..9674fc91 100644 --- a/chezmoi/dot_config/aquaproj-aqua/aqua.yaml +++ b/chezmoi/dot_config/aquaproj-aqua/aqua.yaml @@ -10,7 +10,7 @@ registries: - type: standard ref: v4.210.0 # renovate: depName=aquaproj/aqua-registry packages: -- name: mikefarah/yq@v4.44.2 +- name: mikefarah/yq@v4.44.3 description: yq is a portable command-line YAML processor link: https://github.com/mikefarah/yq - name: minamijoyo/tfmigrate@v0.3.23