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

fix(deps): update module github.com/goccy/go-yaml to v1.14.0 #1018

Merged
merged 1 commit into from
Nov 13, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/goccy/go-yaml v1.13.6 -> v1.14.0 age adoption passing confidence

Release Notes

goccy/go-yaml (github.com/goccy/go-yaml)

v1.14.0: 1.14.0

Compare Source

What's Changed

Breaking Changes

Previously, using the same map key did not result in a parsing error, but from now on, it will throw an error by default. If you want to keep the previous behavior, specify the parser.AllowDuplicateMapKey() option.
Similarly, during Decode, it will also throw an error by default. To keep the previous behavior, specify the yaml.AllowDuplicateMapKey() option when decoding.

Also, yaml.DisallowDuplicateKey option is deprecated.

Full Changelog: goccy/go-yaml@v1.13.10...v1.14.0

v1.13.10: 1.13.10

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.13.9...v1.13.10

v1.13.9: 1.13.9

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.13.8...v1.13.9

v1.13.8: 1.13.8

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.13.7...v1.13.8

v1.13.7: 1.13.7

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.13.6...v1.13.7


Configuration

📅 Schedule: Branch creation - "after 12pm every weekday,before 11am every weekday" in timezone America/New_York, 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 requested a review from a team as a code owner November 11, 2024 07:07
@renovate renovate bot changed the title fix(deps): update module github.com/goccy/go-yaml to v1.13.7 fix(deps): update module github.com/goccy/go-yaml to v1.13.8 Nov 12, 2024
@renovate renovate bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from ba82c4b to d53106e Compare November 12, 2024 04:18
@renovate renovate bot changed the title fix(deps): update module github.com/goccy/go-yaml to v1.13.8 fix(deps): update module github.com/goccy/go-yaml to v1.13.9 Nov 13, 2024
@renovate renovate bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from d53106e to e7c6144 Compare November 13, 2024 07:14
| datasource | package                  | from    | to      |
| ---------- | ------------------------ | ------- | ------- |
| go         | github.com/goccy/go-yaml | v1.13.6 | v1.14.0 |
@renovate renovate bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from e7c6144 to 5a3d27b Compare November 13, 2024 10:41
@renovate renovate bot changed the title fix(deps): update module github.com/goccy/go-yaml to v1.13.9 fix(deps): update module github.com/goccy/go-yaml to v1.14.0 Nov 13, 2024
@catsby catsby merged commit 68e7795 into main Nov 13, 2024
18 checks passed
@catsby catsby deleted the renovate/github.com-goccy-go-yaml-1.x branch November 13, 2024 20:03
catsby added a commit that referenced this pull request Nov 14, 2024
* main:
  fix(deps): update module github.com/goccy/go-yaml to v1.14.0 (#1018)
  chore(deps): update github/codeql-action action to v3.27.1 (#1014)
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.

1 participant