Skip to content

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 3, 2023

This PR contains the following updates:

Package Type Update Change
mikefarah/yq action minor v4.35.1 -> v4.48.1

Release Notes

mikefarah/yq (mikefarah/yq)

v4.48.1: - First and Parents Operators

Compare Source

  • Added 'parents' operator, to return a list of all the hierarchical parents of a node
    • Added 'first(exp)' operator, to return the first entry matching an expression in an array
    • Fixed xml namespace prefixes #​1730 (thanks @​baodrate)
    • Fixed out of range panic in yaml decoder #​2460 (thanks @​n471d)
    • Bumped dependencies

v4.47.2

Compare Source

v4.47.1: - Merge Anchor fixes (with flag)

Compare Source

v4.46.1: - INI support + bug fixes

Compare Source

v4.45.4: - Fixing wrong map() behaviour on empty map

Compare Source

  • Fixing wrong map() behaviour on empty map #​2359
  • Bumped dependencies

v4.45.3: - Fixes regression bug(s)

Compare Source

Sorry for the regression folks! 😓
fwiw I have since added automated tests to capture the scenarios provided in the regression bug tickets

v4.45.2

Compare Source

v4.45.1: - Create parent directories when --split-exp is used!

Compare Source

  • Create parent directories when --split-exp is used, Thanks @​rudo-thomas
    • Bumped dependencies

v4.44.6

Compare Source

v4.44.5

Compare Source

  • Format comments with a gray foreground (Thanks @​gabe565)
  • Fixed handling of nulls with sort_by expressions #​2164
  • Force no color output when NO_COLOR env presents (Thanks @​narqo)
  • Fixed array subtraction update bug #​2159
  • Fixed index out of range error
  • Can traverse straight from parent operator (parent.blah)
  • Bumped dependencies

Note: 4.44.4 was skipped as it had a release pipeline failure

v4.44.4

Compare Source

v4.44.3

Compare Source

  • Fixed upper-case file extension detection, Thanks @​ryenus (#​2121)
    • Log printing follow no-colors flag #​2082
    • Skip and warn when interpolating strings and theres a unclosed bracket #​2083
    • Fixed CSV content starting with # issue #​2076
    • Bumped dependencies

v4.44.2

Compare Source

  • Handle numbers with underscores #​2039
    • Unique now works on maps and arrays #​2068
    • Added support for short hand splat with env[] expression #​2071, as well as many other operators (split,select,eval,pick..)
    • Bumped dependencies

v4.44.1: - min/max/pivot!

Compare Source

v4.43.1

Compare Source

v4.42.1

Compare Source

  • Can execute yq expression files directly with shebang #​1851

v4.41.1

Compare Source

  • Can now comment in yq expressions! #​1919
    • Added new CSV option to turn off auto-parsing #​1947
    • Can now retrieve the alias names of merge anchors #​1942
    • Fixed Toml decoding when table array defined before parent #​1922
    • Fixing with_entries context #​1925

v4.40.7

Compare Source

v4.40.6

Compare Source

v4.40.5

Compare Source

v4.40.4: - Fixed bug with creating maps with values based off keys

Compare Source

  • Fixed bug with creating maps with values based off keys #​1886, #​1889
    • Bumped dependencies

v4.40.3: - Fixes JSON empty array bug

Compare Source

  • Fixed JSON output issue with empty arrays #​1880

v4.40.2: - Official

Compare Source

Thank you for all your support! I've fixed some of the issues that were kindly raised :) Happy to make the release official!

  • Do not panic when StdIn is closed (#​1867) Thanks @​aleskandro!
  • Fixed issue when update against self #​1869
  • Fixed multi doc anchor bug #​1861
  • Fixes doc line separator issue when reading expression file #​1860
  • Bumped dependencies

v4.40.1: - Engine refactor

Compare Source

I've done some overdue work on refactoring the core engine - pulling out the dependency on go-yaml. There are a couple of slight output changes (whitespace / document separators) in some niche scenarios - I think they are improvements, Bit nervous on releasing this, but all the tests are passing and I've added more tests! Love some early feedback :)

  • Added tonumber support
  • Added kind operator
  • Lua output fixes (#​1811) - Thanks @​Zash!
  • Add support for Lua input (#​1810) - Thanks @​Zash!
  • Bumped dependencies

v4.35.2: - Minor fixes

Compare Source

  • Fix various typos #​1798
    • Fixed number parsing as float bug in JSON #​1756
    • Fixed string, null concatenation consistency #​1712
    • Fixed expression parsing issue #​1711
    • 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 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update mikefarah/yq action to v4.35.2 Update mikefarah/yq action to v4.40.2 Nov 20, 2023
@renovate renovate bot force-pushed the renovate/mikefarah-yq-4.x branch from f6e02dd to e17804a Compare November 20, 2023 02:52
@renovate renovate bot changed the title Update mikefarah/yq action to v4.40.2 Update mikefarah/yq action to v4.40.3 Nov 23, 2023
@renovate renovate bot force-pushed the renovate/mikefarah-yq-4.x branch from e17804a to 32e61b7 Compare November 23, 2023 02:02
@renovate renovate bot changed the title Update mikefarah/yq action to v4.40.3 Update mikefarah/yq action to v4.40.4 Dec 5, 2023
@renovate renovate bot force-pushed the renovate/mikefarah-yq-4.x branch from 32e61b7 to 9502fc4 Compare December 5, 2023 02:37
@renovate renovate bot changed the title Update mikefarah/yq action to v4.40.4 Update mikefarah/yq action to v4.40.5 Dec 13, 2023
@renovate renovate bot force-pushed the renovate/mikefarah-yq-4.x branch from 9502fc4 to 7630dac Compare December 13, 2023 02:35
@renovate renovate bot changed the title Update mikefarah/yq action to v4.40.5 Update mikefarah/yq action to v4.40.6 Feb 8, 2024
@renovate renovate bot force-pushed the renovate/mikefarah-yq-4.x branch from 7630dac to 38d0533 Compare February 8, 2024 05:03
@renovate renovate bot changed the title Update mikefarah/yq action to v4.40.6 Update mikefarah/yq action to v4.40.7 Feb 9, 2024
@renovate renovate bot force-pushed the renovate/mikefarah-yq-4.x branch from 38d0533 to 76e1f67 Compare February 9, 2024 05:40
@renovate renovate bot changed the title Update mikefarah/yq action to v4.40.7 Update mikefarah/yq action to v4.41.1 Feb 16, 2024
@renovate renovate bot force-pushed the renovate/mikefarah-yq-4.x branch from 76e1f67 to 0ebf334 Compare February 16, 2024 02:27
@renovate renovate bot changed the title Update mikefarah/yq action to v4.41.1 Update mikefarah/yq action to v4.42.1 Feb 26, 2024
@renovate renovate bot force-pushed the renovate/mikefarah-yq-4.x branch from 0ebf334 to 9bc7ee5 Compare February 26, 2024 02:20
@renovate renovate bot force-pushed the renovate/mikefarah-yq-4.x branch from 9bc7ee5 to fe88c17 Compare March 24, 2024 08:56
@renovate renovate bot changed the title Update mikefarah/yq action to v4.42.1 Update mikefarah/yq action to v4.43.1 Mar 24, 2024
@renovate renovate bot force-pushed the renovate/mikefarah-yq-4.x branch from fe88c17 to b7d5e0b Compare May 12, 2024 11:49
@renovate renovate bot changed the title Update mikefarah/yq action to v4.43.1 Update mikefarah/yq action to v4.44.1 May 12, 2024
@renovate renovate bot force-pushed the renovate/mikefarah-yq-4.x branch from b7d5e0b to b5d7df4 Compare June 16, 2024 05:04
@renovate renovate bot changed the title Update mikefarah/yq action to v4.44.1 Update mikefarah/yq action to v4.44.2 Jun 16, 2024
@renovate renovate bot force-pushed the renovate/mikefarah-yq-4.x branch from b5d7df4 to f58f7cd Compare August 7, 2024 23:49
@renovate renovate bot changed the title Update mikefarah/yq action to v4.44.2 Update mikefarah/yq action to v4.44.3 Aug 7, 2024
@renovate renovate bot force-pushed the renovate/mikefarah-yq-4.x branch from f58f7cd to 1d6c7eb Compare November 17, 2024 02:57
@renovate renovate bot changed the title Update mikefarah/yq action to v4.44.3 Update mikefarah/yq action to v4.44.5 Nov 17, 2024
@renovate renovate bot changed the title Update mikefarah/yq action to v4.44.5 Update mikefarah/yq action to v4.44.6 Dec 8, 2024
@renovate renovate bot force-pushed the renovate/mikefarah-yq-4.x branch from 1d6c7eb to 8de63bf Compare December 8, 2024 02:45
@renovate renovate bot force-pushed the renovate/mikefarah-yq-4.x branch from 8de63bf to 291c2ff Compare January 12, 2025 04:05
@renovate renovate bot changed the title Update mikefarah/yq action to v4.44.6 Update mikefarah/yq action to v4.45.1 Jan 12, 2025
@renovate renovate bot force-pushed the renovate/mikefarah-yq-4.x branch from 291c2ff to 75f7b97 Compare May 3, 2025 07:13
@renovate renovate bot changed the title Update mikefarah/yq action to v4.45.1 Update mikefarah/yq action to v4.45.2 May 3, 2025
@renovate renovate bot force-pushed the renovate/mikefarah-yq-4.x branch from 75f7b97 to 7be8b12 Compare May 10, 2025 07:22
@renovate renovate bot changed the title Update mikefarah/yq action to v4.45.2 Update mikefarah/yq action to v4.45.3 May 10, 2025
@renovate renovate bot force-pushed the renovate/mikefarah-yq-4.x branch from 7be8b12 to 0a684eb Compare May 11, 2025 20:12
@renovate renovate bot changed the title Update mikefarah/yq action to v4.45.3 Update mikefarah/yq action to v4.45.4 May 11, 2025
@renovate renovate bot force-pushed the renovate/mikefarah-yq-4.x branch from 0a684eb to 16f20e4 Compare July 13, 2025 08:08
@renovate renovate bot changed the title Update mikefarah/yq action to v4.45.4 Update mikefarah/yq action to v4.46.1 Jul 13, 2025
@renovate renovate bot force-pushed the renovate/mikefarah-yq-4.x branch from 16f20e4 to 10d29ed Compare July 26, 2025 16:03
@renovate renovate bot changed the title Update mikefarah/yq action to v4.46.1 Update mikefarah/yq action to v4.47.1 Jul 26, 2025
@renovate renovate bot changed the title Update mikefarah/yq action to v4.47.1 Update mikefarah/yq action to v4.47.2 Sep 8, 2025
@renovate renovate bot force-pushed the renovate/mikefarah-yq-4.x branch from 10d29ed to fdf9867 Compare September 8, 2025 19:26
@renovate renovate bot force-pushed the renovate/mikefarah-yq-4.x branch from fdf9867 to cd0af7d Compare October 13, 2025 03:47
@renovate renovate bot changed the title Update mikefarah/yq action to v4.47.2 Update mikefarah/yq action to v4.48.1 Oct 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants