Skip to content

Update dependency mikefarah/yq to v4.53.3 - #114

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/mikefarah-yq-4.x
Open

Update dependency mikefarah/yq to v4.53.3#114
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/mikefarah-yq-4.x

Conversation

@renovate

@renovate renovate Bot commented Feb 21, 2023

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
mikefarah/yq minor 4.30.84.53.3

Release Notes

mikefarah/yq (mikefarah/yq)

v4.53.3

Compare Source

v4.53.2

Compare Source

  • Releases and tags now signed and immutable!
  • Add system(command; args) operator (disabled by default) (#​2640)
  • TOML encoder: prefer readable table sections over inline tables (#​2649)
  • Fix TOML encoder to quote keys containing special characters (#​2648)
  • Add string slicing support (#​2639)
  • Fix findInArray misuse on MappingNodes in equality and contains (#​2645) Thanks @​jandubois!
  • Fix panic on negative slice indices that underflow after adjustment (#​2646) Thanks @​jandubois!
  • Fix stack overflow from circular alias in traverse (#​2647) Thanks @​jandubois!
  • Fix panic and OOM in repeatString for large repeat counts (#​2644) Thanks @​jandubois!
  • Bumped dependencies

v4.53.1

Compare Source

v4.52.5

Compare Source

v4.52.4

Compare Source

  • Dropping windows/arm - no longer supported in cross-compile
    • Fixing comments in TOML arrays (#​2592)
    • Bumped dependencies

v4.52.3

Compare Source

v4.52.2

Compare Source

v4.52.1: - TOML roundtrip and more!

Compare Source

  • TOML encoder support - you can now roundtrip! #​1364
    • Parent now supports negative indices, and added a 'root' command for referencing the top level document

    • Fixed scalar encoding for HCL

    • Add --yaml-compact-seq-indent / -c flag for compact sequence indentation (#​2583) Thanks @​jfenal

    • Add symlink check to file rename util (#​2576) Thanks @​Elias-elastisys

    • Powershell fixed default command used for __completeNoDesc alias (#​2568) Thanks @​teejaded

    • Unwrap scalars in shell output mode. (#​2548) Thanks @​flintwinters

    • Added K8S KYAML output format support (#​2560) Thanks @​robbat2

    • Bumped dependencies

    • Special shout out to @​ccoVeille for reviewing my PRs!

Thanks to everyone that contributed ❤️

v4.51.1

Compare Source

v4.50.1: - HCL!

Compare Source

  • Added HCL Support - First cut - hopefully it works well! (#​1844)
  • Fixing handling of CRLF #​2352
  • Bumped dependencies

v4.49.2

Compare Source

v4.49.1: - Security Flags and TOML fixes

Compare Source

  • Added --security flags to disable env and file ops #​2515
    • Fixing TOML ArrayTable parsing issues #​1758
    • Fixing parsing of escaped characters #​2506

v4.48.2

Compare Source

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

v4.35.1: - Lua Output!

Compare Source

  • Added Lua output support (Thanks @​Zash)!
    • Added BSD checksum format (Thanks @​viq)!
    • Bumped dependencies

v4.34.2

Compare Source

Bumped depedencies

v4.34.1

Compare Source

v4.33.3

Compare Source

  • Fixed bug when splatting empty array #​1613
    • Added scalar output for TOML (#​1617)
    • Fixed passing of read-only context in pipe (partial fix for #​1631)
    • Bumped dependency versions

v4.33.2: - Null seperated output and snap removable media

Compare Source

  • Add --nul-output|-0 flag to separate element with NUL character (#​1550) Thanks @​vaab!
    • Add removable-media interface plug declaration to the snap packaging(#​1618) Thanks @​brlin-tw!
    • Scalar output now handled in csv, tsv and property files
    • Bumped dependency versions

v4.33.1: - TOML! (readonly)

Compare Source

  • Added read-only TOML support! #​1364. Thanks @​pelletier for making your API available in your toml lib :)
    • Added warning when auto detect by file type is outputs JSON (#​1608)

v4.32.2: - Fixes parsing unknown file format issue

Compare Source

Fixes parsing terraform tfstate files results in "unknown" format

v4.32.1

Compare Source

  • Added divide and modulo operators (#​1593) - thanks @​teejaded!
    • Add support for decoding base64 strings without padding (#​1555) - thanks @​teejaded!
    • Add filter operation (#​1588) - thanks @​rbren!
    • Detect input format based on file name extension (#​1582) - thanks @​ryenus!
    • Auto output format when input format is automatically detected
    • Fixed npe in log #​1596
    • Improved binary file size!
    • Bumped dependency versions

v4.31.2

Compare Source

v4.31.1: - New operators!

Compare Source


Configuration

📅 Schedule: (in timezone Europe/Madrid)

  • Branch creation
    • "before 5am every weekday,every weekend"
  • 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 added the renovate label Feb 21, 2023
@renovate
renovate Bot force-pushed the renovate/mikefarah-yq-4.x branch from e31fcc9 to 4b44d71 Compare March 2, 2023 00:36
@renovate renovate Bot changed the title Update dependency mikefarah/yq to v4.31.1 Update dependency mikefarah/yq to v4.31.2 Mar 2, 2023
@renovate renovate Bot changed the title Update dependency mikefarah/yq to v4.31.2 Update dependency mikefarah/yq to v4.32.1 Mar 18, 2023
@renovate
renovate Bot force-pushed the renovate/mikefarah-yq-4.x branch from 4b44d71 to d46e3aa Compare March 18, 2023 05:38
@renovate renovate Bot changed the title Update dependency mikefarah/yq to v4.32.1 Update dependency mikefarah/yq to v4.32.2 Mar 20, 2023
@renovate
renovate Bot force-pushed the renovate/mikefarah-yq-4.x branch 2 times, most recently from c31e600 to c740fa5 Compare March 26, 2023 02:25
@renovate renovate Bot changed the title Update dependency mikefarah/yq to v4.32.2 Update dependency mikefarah/yq to v4.33.1 Mar 26, 2023
@renovate renovate Bot changed the title Update dependency mikefarah/yq to v4.33.1 Update dependency mikefarah/yq to v4.33.2 Mar 30, 2023
@renovate
renovate Bot force-pushed the renovate/mikefarah-yq-4.x branch from c740fa5 to 1705615 Compare March 30, 2023 23:42
@renovate renovate Bot changed the title Update dependency mikefarah/yq to v4.33.2 Update dependency mikefarah/yq to v4.34.1 Jun 1, 2023
@renovate
renovate Bot force-pushed the renovate/mikefarah-yq-4.x branch from 1705615 to 6ac960c Compare June 1, 2023 19:16
@renovate renovate Bot changed the title Update dependency mikefarah/yq to v4.34.1 Update dependency mikefarah/yq to v4.34.2 Jul 12, 2023
@renovate
renovate Bot force-pushed the renovate/mikefarah-yq-4.x branch from 6ac960c to 5aee502 Compare July 12, 2023 03:03
@renovate renovate Bot changed the title Update dependency mikefarah/yq to v4.34.2 Update dependency mikefarah/yq to v4.35.1 Aug 11, 2023
@renovate
renovate Bot force-pushed the renovate/mikefarah-yq-4.x branch from 5aee502 to 9056a70 Compare August 11, 2023 04:04
@renovate renovate Bot changed the title Update dependency mikefarah/yq to v4.35.1 Update dependency mikefarah/yq to v4.35.2 Sep 26, 2023
@renovate
renovate Bot force-pushed the renovate/mikefarah-yq-4.x branch from 9056a70 to b34a026 Compare September 26, 2023 07:00
@renovate renovate Bot changed the title Update dependency mikefarah/yq to v4.35.2 Update dependency mikefarah/yq to v4.40.1 Nov 7, 2023
@renovate
renovate Bot force-pushed the renovate/mikefarah-yq-4.x branch from b34a026 to 10f9e5f Compare November 7, 2023 22:55
@renovate renovate Bot changed the title Update dependency mikefarah/yq to v4.40.1 Update dependency mikefarah/yq to v4.35.2 Nov 8, 2023
@renovate
renovate Bot force-pushed the renovate/mikefarah-yq-4.x branch from 10f9e5f to 3d7fc8f Compare November 8, 2023 01:11
@renovate renovate Bot changed the title Update dependency mikefarah/yq to v4.35.2 Update dependency mikefarah/yq to v4.40.2 Nov 20, 2023
@renovate
renovate Bot force-pushed the renovate/mikefarah-yq-4.x branch from 3d7fc8f to d4f193a Compare November 20, 2023 00:47
@renovate renovate Bot changed the title Update dependency mikefarah/yq to v4.40.2 Update dependency mikefarah/yq to v4.40.3 Nov 23, 2023
@renovate
renovate Bot force-pushed the renovate/mikefarah-yq-4.x branch from d4f193a to ccb3adf Compare November 23, 2023 01:37
@renovate renovate Bot changed the title Update dependency mikefarah/yq to v4.40.3 Update dependency mikefarah/yq to v4.40.4 Dec 4, 2023
@renovate
renovate Bot force-pushed the renovate/mikefarah-yq-4.x branch from ccb3adf to 9e04932 Compare December 4, 2023 00:57
@renovate renovate Bot changed the title Update dependency mikefarah/yq to v4.40.4 Update dependency mikefarah/yq to v4.40.5 Dec 12, 2023
@renovate
renovate Bot force-pushed the renovate/mikefarah-yq-4.x branch from a6e2359 to 3fb0829 Compare May 12, 2024 04:24
@renovate renovate Bot changed the title Update dependency mikefarah/yq to v4.43.1 Update dependency mikefarah/yq to v4.44.1 May 12, 2024
@renovate
renovate Bot force-pushed the renovate/mikefarah-yq-4.x branch from 3fb0829 to b1cc30a Compare June 16, 2024 01:46
@renovate renovate Bot changed the title Update dependency mikefarah/yq to v4.44.1 Update dependency mikefarah/yq to v4.44.2 Jun 16, 2024
@renovate
renovate Bot force-pushed the renovate/mikefarah-yq-4.x branch from b1cc30a to 593811b Compare August 5, 2024 08:21
@renovate renovate Bot changed the title Update dependency mikefarah/yq to v4.44.2 Update dependency mikefarah/yq to v4.44.3 Aug 5, 2024
@renovate
renovate Bot force-pushed the renovate/mikefarah-yq-4.x branch from 593811b to 5b458f8 Compare November 16, 2024 04:44
@renovate renovate Bot changed the title Update dependency mikefarah/yq to v4.44.3 Update dependency mikefarah/yq to v4.44.4 Nov 16, 2024
@renovate
renovate Bot force-pushed the renovate/mikefarah-yq-4.x branch from 5b458f8 to e3bac8f Compare November 16, 2024 07:53
@renovate renovate Bot changed the title Update dependency mikefarah/yq to v4.44.4 Update dependency mikefarah/yq to v4.44.5 Nov 16, 2024
@renovate
renovate Bot force-pushed the renovate/mikefarah-yq-4.x branch from e3bac8f to d615326 Compare December 7, 2024 07:14
@renovate renovate Bot changed the title Update dependency mikefarah/yq to v4.44.5 Update dependency mikefarah/yq to v4.44.6 Dec 7, 2024
@renovate
renovate Bot force-pushed the renovate/mikefarah-yq-4.x branch from d615326 to f2d7f46 Compare January 12, 2025 05:44
@renovate renovate Bot changed the title Update dependency mikefarah/yq to v4.44.6 Update dependency mikefarah/yq to v4.45.1 Jan 12, 2025
@renovate
renovate Bot force-pushed the renovate/mikefarah-yq-4.x branch from f2d7f46 to 2f14ba4 Compare May 3, 2025 10:54
@renovate renovate Bot changed the title Update dependency mikefarah/yq to v4.45.1 Update dependency mikefarah/yq to v4.45.2 May 3, 2025
@renovate
renovate Bot force-pushed the renovate/mikefarah-yq-4.x branch from 2f14ba4 to 604f4bd Compare May 9, 2025 11:06
@renovate renovate Bot changed the title Update dependency mikefarah/yq to v4.45.2 Update dependency mikefarah/yq to v4.45.3 May 9, 2025
@renovate
renovate Bot force-pushed the renovate/mikefarah-yq-4.x branch from 604f4bd to 2e4c25e Compare May 11, 2025 14:57
@renovate renovate Bot changed the title Update dependency mikefarah/yq to v4.45.3 Update dependency mikefarah/yq to v4.45.4 May 11, 2025
@renovate
renovate Bot force-pushed the renovate/mikefarah-yq-4.x branch from 2e4c25e to 666846f Compare July 10, 2025 07:38
@renovate renovate Bot changed the title Update dependency mikefarah/yq to v4.45.4 Update dependency mikefarah/yq to v4.46.1 Jul 10, 2025
@renovate
renovate Bot force-pushed the renovate/mikefarah-yq-4.x branch from 666846f to d844963 Compare July 23, 2025 06:53
@renovate renovate Bot changed the title Update dependency mikefarah/yq to v4.46.1 Update dependency mikefarah/yq to v4.47.1 Jul 23, 2025
@renovate
renovate Bot force-pushed the renovate/mikefarah-yq-4.x branch from d844963 to 3007a6d Compare September 8, 2025 10:49
@renovate renovate Bot changed the title Update dependency mikefarah/yq to v4.47.1 Update dependency mikefarah/yq to v4.47.2 Sep 8, 2025
@renovate
renovate Bot force-pushed the renovate/mikefarah-yq-4.x branch from 3007a6d to 9585660 Compare March 1, 2026 08:13
@renovate renovate Bot changed the title Update dependency mikefarah/yq to v4.47.2 Update dependency mikefarah/yq to v4.52.4 Mar 1, 2026
@renovate
renovate Bot force-pushed the renovate/mikefarah-yq-4.x branch from 9585660 to ae251d5 Compare March 26, 2026 00:31
| datasource  | package      | from   | to     |
| ----------- | ------------ | ------ | ------ |
| github-tags | mikefarah/yq | 4.30.8 | 4.53.3 |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants