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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 21, 2024

This PR contains the following updates:

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

Release Notes

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

v1.15.14: 1.15.14

Compare Source

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.15.13...v1.15.14

v1.15.13: 1.15.13

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.15.12...v1.15.13

v1.15.12: 1.15.12

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.15.11...v1.15.12

v1.15.11: 1.15.11

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.15.10...v1.15.11

v1.15.10: 1.15.10

Compare Source

What's Changed
New Contributors

Full Changelog: goccy/go-yaml@v1.15.9...v1.15.10

v1.15.9: 1.15.9

Compare Source

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.15.8...v1.15.9

v1.15.8: 1.15.8

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.15.7...v1.15.8

v1.15.7: 1.15.7

Compare Source

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.15.6...v1.15.7

v1.15.6: 1.15.6

Compare Source

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.15.5...v1.15.6

v1.15.5: 1.15.5

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.15.4...v1.15.5

v1.15.4: 1.15.4

Compare Source

What's Changed

Pass 300 tests of YAML Test Suite 🎉

  • Details: total:[402] passed:[300] failure:[102] passedRate:[74.626862%]

We’ve finally surpassed go-yaml/yaml.

  • gopkg.in/yaml.v3: total:[402] passed:[295] failure:[107] passedRate:[73.383087%]

Full Changelog: goccy/go-yaml@v1.15.3...v1.15.4

v1.15.3: 1.15.3

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.15.2...v1.15.3

v1.15.2: 1.15.2

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.15.1...v1.15.2

v1.15.1: 1.15.1

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.15.0...v1.15.1

v1.15.0: 1.15.0

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.14.3...v1.15.0

v1.14.3: 1.14.3

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.14.2...v1.14.3

v1.14.2: 1.14.2

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.14.1...v1.14.2

v1.14.1: 1.14.1

Compare Source

What's Changed

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

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

v1.13.6: 1.13.6

Compare Source

What's Changed

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

v1.13.5: 1.13.5

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.13.4...v1.13.5

v1.13.4: 1.13.4

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.13.3...v1.13.4

v1.13.3: 1.13.3

Compare Source

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.13.2...v1.13.3

v1.13.2: 1.13.2

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.13.1...v1.13.2

v1.13.1: 1.13.1

Compare Source

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.13.0...v1.13.1

v1.13.0: 1.13.0

Compare Source

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.12.0...v1.12.1

v1.12.0: 1.12.0

Compare Source

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.11.3...v1.11.4


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 changed the title fix(deps): update module github.com/goccy/go-yaml to v1.12.0 fix(deps): update module github.com/goccy/go-yaml to v1.13.0 Oct 30, 2024
@renovate renovate bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch 2 times, most recently from ec7752e to 8f5d3c9 Compare November 1, 2024 08:39
@renovate renovate bot changed the title fix(deps): update module github.com/goccy/go-yaml to v1.13.0 fix(deps): update module github.com/goccy/go-yaml to v1.13.2 Nov 1, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/goccy/go-yaml to v1.13.2 fix(deps): update module github.com/goccy/go-yaml to v1.13.3 Nov 2, 2024
@renovate renovate bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch 2 times, most recently from c87f17e to 5ab4c3b Compare November 4, 2024 02:48
@renovate renovate bot changed the title fix(deps): update module github.com/goccy/go-yaml to v1.13.3 fix(deps): update module github.com/goccy/go-yaml to v1.13.4 Nov 4, 2024
@renovate renovate bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from 5ab4c3b to 1952e2b Compare November 6, 2024 05:35
@renovate renovate bot changed the title fix(deps): update module github.com/goccy/go-yaml to v1.13.4 fix(deps): update module github.com/goccy/go-yaml to v1.13.5 Nov 6, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/goccy/go-yaml to v1.13.5 fix(deps): update module github.com/goccy/go-yaml to v1.13.6 Nov 7, 2024
@renovate renovate bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch 2 times, most recently from d4445a6 to 2a5675a Compare November 11, 2024 05:37
@renovate renovate bot changed the title fix(deps): update module github.com/goccy/go-yaml to v1.13.6 fix(deps): update module github.com/goccy/go-yaml to v1.13.7 Nov 11, 2024
@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.9 Nov 13, 2024
@renovate renovate bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch 2 times, most recently from 289f522 to bb1fd0c Compare November 14, 2024 08:43
@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.1 Nov 14, 2024
@renovate renovate bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from bb1fd0c to dd4903f Compare November 15, 2024 05:12
@renovate renovate bot changed the title fix(deps): update module github.com/goccy/go-yaml to v1.14.1 fix(deps): update module github.com/goccy/go-yaml to v1.14.2 Nov 15, 2024
@renovate renovate bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from dd4903f to 4063e41 Compare November 16, 2024 08:32
@renovate renovate bot changed the title fix(deps): update module github.com/goccy/go-yaml to v1.14.2 fix(deps): update module github.com/goccy/go-yaml to v1.14.3 Nov 16, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/goccy/go-yaml to v1.14.3 fix(deps): update module github.com/goccy/go-yaml to v1.15.1 Nov 27, 2024
@renovate renovate bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch 2 times, most recently from 4e2e9d8 to f202a77 Compare November 28, 2024 02:39
@renovate renovate bot changed the title fix(deps): update module github.com/goccy/go-yaml to v1.15.1 fix(deps): update module github.com/goccy/go-yaml to v1.15.2 Nov 28, 2024
@renovate renovate bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from f202a77 to 438fcc6 Compare November 29, 2024 02:54
@renovate renovate bot changed the title fix(deps): update module github.com/goccy/go-yaml to v1.15.2 fix(deps): update module github.com/goccy/go-yaml to v1.15.3 Nov 29, 2024
@renovate renovate bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from 438fcc6 to ad7ae5e Compare November 30, 2024 11:26
@renovate renovate bot changed the title fix(deps): update module github.com/goccy/go-yaml to v1.15.3 fix(deps): update module github.com/goccy/go-yaml to v1.15.4 Nov 30, 2024
@renovate renovate bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from ad7ae5e to 5221a7c Compare December 3, 2024 23:46
@renovate renovate bot changed the title fix(deps): update module github.com/goccy/go-yaml to v1.15.4 fix(deps): update module github.com/goccy/go-yaml to v1.15.6 Dec 3, 2024
@renovate renovate bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from 5221a7c to 9d38d5b Compare December 7, 2024 02:37
@renovate renovate bot changed the title fix(deps): update module github.com/goccy/go-yaml to v1.15.6 fix(deps): update module github.com/goccy/go-yaml to v1.15.7 Dec 7, 2024
@renovate renovate bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from 9d38d5b to 589d962 Compare December 11, 2024 06:02
@renovate renovate bot changed the title fix(deps): update module github.com/goccy/go-yaml to v1.15.7 fix(deps): update module github.com/goccy/go-yaml to v1.15.8 Dec 11, 2024
@renovate renovate bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from 589d962 to 5a9109c Compare December 13, 2024 05:59
@renovate renovate bot changed the title fix(deps): update module github.com/goccy/go-yaml to v1.15.8 fix(deps): update module github.com/goccy/go-yaml to v1.15.9 Dec 13, 2024
@renovate renovate bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from 5a9109c to d67fe8c Compare December 15, 2024 01:34
@renovate renovate bot changed the title fix(deps): update module github.com/goccy/go-yaml to v1.15.9 fix(deps): update module github.com/goccy/go-yaml to v1.15.10 Dec 15, 2024
@renovate renovate bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from d67fe8c to 4c58089 Compare December 21, 2024 11:58
@renovate renovate bot changed the title fix(deps): update module github.com/goccy/go-yaml to v1.15.10 fix(deps): update module github.com/goccy/go-yaml to v1.15.12 Dec 21, 2024
@renovate renovate bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from 4c58089 to 6fdec64 Compare December 22, 2024 11:59
@renovate renovate bot changed the title fix(deps): update module github.com/goccy/go-yaml to v1.15.12 fix(deps): update module github.com/goccy/go-yaml to v1.15.13 Dec 22, 2024
@renovate renovate bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from 6fdec64 to 952c492 Compare January 17, 2025 07:03
@renovate renovate bot changed the title fix(deps): update module github.com/goccy/go-yaml to v1.15.13 fix(deps): update module github.com/goccy/go-yaml to v1.15.14 Jan 17, 2025
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.

0 participants