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

chore(deps): Bump mikefarah/yq from 4.33.1 to 4.33.2 #696

Merged
merged 8 commits into from Apr 1, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 2023

Bumps mikefarah/yq from 4.33.1 to 4.33.2.

Release notes

Sourced from mikefarah/yq's releases.

v4.33.2 - Null seperated output and snap removable media

  • 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
Changelog

Sourced from mikefarah/yq's changelog.

4.33.2:

  • 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

4.33.1:

  • 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)

4.32.2:

  • Fixed behaviour for unknown file types (defaults to yaml) #1609

4.32.1:

  • 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

4.31.2:

  • Fixed variable handling #1458, #1566
  • Fixed merged anchor reference problem #1482
  • Fixed xml encoding of ProcInst #1563, improved XML comment handling
  • Allow build without json and xml support (#1556) Thanks @​afbjorklund
  • Bumped dependencies

4.31.1:

  • Added shuffle command #1503
  • Added ability to sort by multiple fields #1541
  • Added @​sh encoder #1526
  • Added @uri/@​urid encoder/decoder #1529
  • Fixed date comparison with string date #1537
  • Added from_unix/to_unix Operators
  • Bumped dependency versions

4.30.8:

  • Log info message when unable to chown file in linux (e.g. snap confinement) #1521

4.30.7:

  • Fixed bug in splice operator #1511
  • Fixed value operator bug #1515
  • Fixed handling of merging null #1501
  • Ownership of file now maintained in linux (thanks @​vaguecoder) #1473
  • Bumped dependency versions

... (truncated)

Commits
  • d5bbe5b Bumping version
  • 6a52760 Bump github.com/pelletier/go-toml/v2 from 2.0.6 to 2.0.7 (#1623)
  • 1fa8804 Bump github.com/alecthomas/participle/v2 from 2.0.0-beta.5 to 2.0.0 (#1624)
  • 4cbede6 Bump github.com/goccy/go-yaml from 1.10.0 to 1.10.1 (#1625)
  • 5fd2890 Add --nul-output|-0 flag to separate element with NUL character (#1550)
  • 311622d Add removable-media interface plug declaration to the snap packaging(#1618) (...
  • 8d516ce Handle scalars in csv, xml files
  • 1b0a62d Handle scalars in property files
  • ac5346b Release notes
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.33.1 to 4.33.2.
- [Release notes](https://github.com/mikefarah/yq/releases)
- [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt)
- [Commits](mikefarah/yq@ebd1548...d5bbe5b)

---
updated-dependencies:
- dependency-name: mikefarah/yq
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 31, 2023
@codecov
Copy link

codecov bot commented Mar 31, 2023

Codecov Report

Merging #696 (8b8cd2b) into main (daa653a) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #696   +/-   ##
=======================================
  Coverage   55.37%   55.37%           
=======================================
  Files          45       45           
  Lines        4791     4791           
=======================================
  Hits         2653     2653           
  Misses       1934     1934           
  Partials      204      204           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Signed-off-by: Carlos Tadeu Panato Junior <ctadeu@gmail.com>
Signed-off-by: Carlos Tadeu Panato Junior <ctadeu@gmail.com>
Signed-off-by: Carlos Tadeu Panato Junior <ctadeu@gmail.com>
Signed-off-by: Carlos Tadeu Panato Junior <ctadeu@gmail.com>
Signed-off-by: Carlos Tadeu Panato Junior <ctadeu@gmail.com>
Signed-off-by: Carlos Tadeu Panato Junior <ctadeu@gmail.com>
Signed-off-by: Carlos Tadeu Panato Junior <ctadeu@gmail.com>
@cpanato cpanato enabled auto-merge (squash) April 1, 2023 10:05
@cpanato cpanato merged commit 00211d8 into main Apr 1, 2023
76 checks passed
@cpanato cpanato deleted the dependabot/github_actions/mikefarah/yq-4.33.2 branch April 1, 2023 10:17
@github-actions github-actions bot added this to the v1 milestone Apr 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant