Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency mikefarah/yq to v4.45.1 #134

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

minchine
Copy link
Contributor

@minchine minchine commented Mar 22, 2023

This PR contains the following updates:

Package Update Change
mikefarah/yq minor 4.31.2 -> 4.45.1

Release Notes

mikefarah/yq (mikefarah/yq)

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Renovate Bot.

@minchine minchine added the dependencies Updates dependencies label Mar 22, 2023
@minchine minchine force-pushed the renovate/mikefarah-yq-4.x branch 4 times, most recently from 706a023 to 6d089c7 Compare March 22, 2023 23:33
@minchine minchine changed the title Update dependency mikefarah/yq to v4.32.2 Update dependency mikefarah/yq to v4.33.1 Mar 26, 2023
@minchine minchine force-pushed the renovate/mikefarah-yq-4.x branch 2 times, most recently from b26e755 to 9e18ef6 Compare March 27, 2023 11:32
@minchine minchine changed the title Update dependency mikefarah/yq to v4.33.1 Update dependency mikefarah/yq to v4.33.2 Mar 31, 2023
@minchine minchine force-pushed the renovate/mikefarah-yq-4.x branch 8 times, most recently from 7daa019 to f170ab0 Compare April 6, 2023 17:03
@minchine minchine force-pushed the renovate/mikefarah-yq-4.x branch 2 times, most recently from 445d335 to 119971d Compare April 11, 2023 04:07
@minchine minchine changed the title Update dependency mikefarah/yq to v4.33.2 Update dependency mikefarah/yq to v4.33.3 Apr 11, 2023
@minchine
Copy link
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@minchine minchine force-pushed the renovate/mikefarah-yq-4.x branch 2 times, most recently from c986ed4 to fe306cb Compare April 20, 2023 21:32
@minchine minchine force-pushed the renovate/mikefarah-yq-4.x branch from fe306cb to e5770f2 Compare April 26, 2023 18:33
@minchine minchine force-pushed the renovate/mikefarah-yq-4.x branch from e5770f2 to 2d0f500 Compare May 23, 2023 05:32
@minchine minchine changed the title Update dependency mikefarah/yq to v4.33.3 Update dependency mikefarah/yq to v4.34.1 May 23, 2023
@minchine minchine force-pushed the renovate/mikefarah-yq-4.x branch 2 times, most recently from bcdc8ae to e54b4f8 Compare July 12, 2023 04:37
@minchine minchine changed the title Update dependency mikefarah/yq to v4.34.1 Update dependency mikefarah/yq to v4.34.2 Jul 12, 2023
@minchine minchine force-pushed the renovate/mikefarah-yq-4.x branch from e54b4f8 to 845c6c7 Compare July 17, 2023 21:04
@minchine minchine force-pushed the renovate/mikefarah-yq-4.x branch from ac81407 to 75519f9 Compare May 12, 2024 03:07
@minchine minchine changed the title Update dependency mikefarah/yq to v4.43.1 Update dependency mikefarah/yq to v4.44.1 May 12, 2024
@minchine minchine force-pushed the renovate/mikefarah-yq-4.x branch 2 times, most recently from 96b0f17 to c6afdac Compare May 16, 2024 12:48
@minchine minchine force-pushed the renovate/mikefarah-yq-4.x branch from c6afdac to 58ce182 Compare May 28, 2024 10:07
@minchine minchine force-pushed the renovate/mikefarah-yq-4.x branch from 58ce182 to ad4e146 Compare June 16, 2024 05:08
@minchine minchine changed the title Update dependency mikefarah/yq to v4.44.1 Update dependency mikefarah/yq to v4.44.2 Jun 16, 2024
@minchine minchine force-pushed the renovate/mikefarah-yq-4.x branch from ad4e146 to 0f38089 Compare June 20, 2024 15:08
@minchine minchine force-pushed the renovate/mikefarah-yq-4.x branch from 0f38089 to 724da6a Compare July 5, 2024 14:33
@minchine minchine force-pushed the renovate/mikefarah-yq-4.x branch 2 times, most recently from 63f35c2 to 8247906 Compare July 16, 2024 15:05
@minchine minchine force-pushed the renovate/mikefarah-yq-4.x branch from 8247906 to 04eeec6 Compare August 5, 2024 07:32
@minchine minchine changed the title Update dependency mikefarah/yq to v4.44.2 Update dependency mikefarah/yq to v4.44.3 Aug 5, 2024
@minchine minchine force-pushed the renovate/mikefarah-yq-4.x branch 3 times, most recently from fe43084 to f139e8e Compare September 2, 2024 10:09
@minchine minchine force-pushed the renovate/mikefarah-yq-4.x branch from f139e8e to b81a9b4 Compare September 13, 2024 14:08
@minchine minchine force-pushed the renovate/mikefarah-yq-4.x branch from b81a9b4 to 138d757 Compare November 8, 2024 22:37
@minchine minchine force-pushed the renovate/mikefarah-yq-4.x branch from 138d757 to 185f143 Compare November 16, 2024 05:09
@minchine minchine changed the title Update dependency mikefarah/yq to v4.44.3 Update dependency mikefarah/yq to v4.44.5 Nov 16, 2024
@minchine minchine force-pushed the renovate/mikefarah-yq-4.x branch from 185f143 to 3efc4ef Compare December 7, 2024 07:36
@minchine minchine changed the title Update dependency mikefarah/yq to v4.44.5 Update dependency mikefarah/yq to v4.44.6 Dec 7, 2024
@minchine minchine force-pushed the renovate/mikefarah-yq-4.x branch 3 times, most recently from b145726 to e7abf2f Compare January 7, 2025 16:14
@minchine minchine force-pushed the renovate/mikefarah-yq-4.x branch from e7abf2f to daa15c6 Compare January 12, 2025 03:45
@minchine minchine changed the title Update dependency mikefarah/yq to v4.44.6 Update dependency mikefarah/yq to v4.45.1 Jan 12, 2025
@minchine minchine force-pushed the renovate/mikefarah-yq-4.x branch from daa15c6 to 727ffee Compare January 21, 2025 20:36
@minchine minchine force-pushed the renovate/mikefarah-yq-4.x branch from 727ffee to 82c50b5 Compare February 6, 2025 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Updates dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants