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

Bump github.com/goccy/go-yaml from 1.10.0 to 1.11.0 #118

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 3, 2023

Bumps github.com/goccy/go-yaml from 1.10.0 to 1.11.0.

Release notes

Sourced from github.com/goccy/go-yaml's releases.

1.11.0

What's Changed

Full Changelog: goccy/go-yaml@v1.10.1...v1.11.0

1.10.1

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.10.0...v1.10.1

Changelog

Sourced from github.com/goccy/go-yaml's changelog.

1.11.0 - 2023-04-03

Features

  • Supports dynamically switch encode and decode processing for a given type

1.10.1 - 2023-03-28

Features

  • Quote YAML 1.1 bools at encoding time for compatibility with other legacy parsers
  • Add support of 32-bit architecture

Fix bugs

  • Don't trim all space characters in block style sequence
  • Support strings starting with @
Commits
  • 4052b05 Supports dynamically switch encode and decode processing for a given type (#368)
  • 1160c31 Update CHANGELOG
  • 9a80dbc fix: quote strings starting with @ (#339)
  • 8ab4645 Add support of 32-bit architecture (#350)
  • 3ca6a75 Don't trim all space characters in SequenceNode.blockStyleString (#361)
  • 7a084f4 update dependencies
  • 535cbbc update go version (#365)
  • 086422c Update CI (#364)
  • f3319d6 Quote YAML 1.1 bools at encoding time for compatibility with other legacy par...
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 3, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 9, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Bumps [github.com/goccy/go-yaml](https://github.com/goccy/go-yaml) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/goccy/go-yaml/releases)
- [Changelog](https://github.com/goccy/go-yaml/blob/master/CHANGELOG.md)
- [Commits](goccy/go-yaml@v1.10.0...v1.11.0)

---
updated-dependencies:
- dependency-name: github.com/goccy/go-yaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/goccy/go-yaml-1.11.0 branch from 7d86ef2 to 5b18ab1 Compare April 9, 2023 14:52
@codecov
Copy link

codecov bot commented Apr 9, 2023

Codecov Report

Merging #118 (4a52816) into main (0163d28) will not change coverage.
The diff coverage is n/a.

❗ Current head 4a52816 differs from pull request most recent head 5b18ab1. Consider uploading reports for the commit 5b18ab1 to get more accurate results

@@           Coverage Diff           @@
##             main     #118   +/-   ##
=======================================
  Coverage   64.32%   64.32%           
=======================================
  Files         119      119           
  Lines       10516    10516           
=======================================
  Hits         6764     6764           
  Misses       3272     3272           
  Partials      480      480           

see 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@wubin1989 wubin1989 merged commit b3ddfdb into main Apr 14, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/goccy/go-yaml-1.11.0 branch April 14, 2023 07:04
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant