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): update module github.com/goccy/go-yaml to v1.15.13 #4

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

Conversation

gabe565-renovate[bot]
Copy link

@gabe565-renovate gabe565-renovate bot commented Oct 28, 2024

This PR contains the following updates:

Package Type Update Change
github.com/goccy/go-yaml require minor v1.12.0 -> v1.15.13

Release Notes

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

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


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

@gabe565-renovate gabe565-renovate bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from 9596724 to 6e61603 Compare October 31, 2024 12:36
@gabe565-renovate gabe565-renovate bot changed the title chore(deps): update module github.com/goccy/go-yaml to v1.13.0 chore(deps): update module github.com/goccy/go-yaml to v1.13.1 Oct 31, 2024
@gabe565-renovate gabe565-renovate bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from 6e61603 to 02b708e Compare November 1, 2024 08:32
@gabe565-renovate gabe565-renovate bot changed the title chore(deps): update module github.com/goccy/go-yaml to v1.13.1 chore(deps): update module github.com/goccy/go-yaml to v1.13.2 Nov 1, 2024
@gabe565-renovate gabe565-renovate bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from 02b708e to 606b094 Compare November 2, 2024 12:52
@gabe565-renovate gabe565-renovate bot changed the title chore(deps): update module github.com/goccy/go-yaml to v1.13.2 chore(deps): update module github.com/goccy/go-yaml to v1.13.3 Nov 2, 2024
@gabe565-renovate gabe565-renovate bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from 606b094 to 07ac450 Compare November 3, 2024 16:33
@gabe565-renovate gabe565-renovate bot changed the title chore(deps): update module github.com/goccy/go-yaml to v1.13.3 chore(deps): update module github.com/goccy/go-yaml to v1.13.4 Nov 3, 2024
@gabe565-renovate gabe565-renovate bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from 07ac450 to 372b693 Compare November 5, 2024 08:29
@gabe565-renovate gabe565-renovate bot changed the title chore(deps): update module github.com/goccy/go-yaml to v1.13.4 chore(deps): update module github.com/goccy/go-yaml to v1.13.5 Nov 5, 2024
@gabe565-renovate gabe565-renovate bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from 372b693 to e51b606 Compare November 6, 2024 12:35
@gabe565-renovate gabe565-renovate bot changed the title chore(deps): update module github.com/goccy/go-yaml to v1.13.5 chore(deps): update module github.com/goccy/go-yaml to v1.13.6 Nov 6, 2024
@gabe565-renovate gabe565-renovate bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from e51b606 to 93664b4 Compare November 10, 2024 12:28
@gabe565-renovate gabe565-renovate bot changed the title chore(deps): update module github.com/goccy/go-yaml to v1.13.6 chore(deps): update module github.com/goccy/go-yaml to v1.13.7 Nov 10, 2024
@gabe565-renovate gabe565-renovate bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from 93664b4 to 8f91f96 Compare November 12, 2024 04:29
@gabe565-renovate gabe565-renovate bot changed the title chore(deps): update module github.com/goccy/go-yaml to v1.13.7 chore(deps): update module github.com/goccy/go-yaml to v1.13.8 Nov 12, 2024
@gabe565-renovate gabe565-renovate bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from 8f91f96 to b5a0619 Compare November 13, 2024 04:30
@gabe565-renovate gabe565-renovate bot changed the title chore(deps): update module github.com/goccy/go-yaml to v1.13.8 chore(deps): update module github.com/goccy/go-yaml to v1.13.9 Nov 13, 2024
@gabe565-renovate gabe565-renovate bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from b5a0619 to d2193ef Compare November 13, 2024 12:39
@gabe565-renovate gabe565-renovate bot changed the title chore(deps): update module github.com/goccy/go-yaml to v1.13.9 chore(deps): update module github.com/goccy/go-yaml to v1.14.0 Nov 13, 2024
@gabe565-renovate gabe565-renovate bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from d2193ef to 3584161 Compare November 14, 2024 08:35
@gabe565-renovate gabe565-renovate bot changed the title chore(deps): update module github.com/goccy/go-yaml to v1.14.0 chore(deps): update module github.com/goccy/go-yaml to v1.14.1 Nov 14, 2024
@gabe565-renovate gabe565-renovate bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from 3584161 to 9b09ec4 Compare November 15, 2024 04:33
@gabe565-renovate gabe565-renovate bot changed the title chore(deps): update module github.com/goccy/go-yaml to v1.14.1 chore(deps): update module github.com/goccy/go-yaml to v1.14.2 Nov 15, 2024
@gabe565-renovate gabe565-renovate bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from 9b09ec4 to b40c0c3 Compare November 15, 2024 12:29
@gabe565-renovate gabe565-renovate bot changed the title chore(deps): update module github.com/goccy/go-yaml to v1.14.2 chore(deps): update module github.com/goccy/go-yaml to v1.14.3 Nov 15, 2024
@gabe565-renovate gabe565-renovate bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from b40c0c3 to a899c94 Compare November 26, 2024 16:38
@gabe565-renovate gabe565-renovate bot changed the title chore(deps): update module github.com/goccy/go-yaml to v1.14.3 chore(deps): update module github.com/goccy/go-yaml to v1.15.0 Nov 26, 2024
@gabe565-renovate gabe565-renovate bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from a899c94 to 79a067e Compare November 27, 2024 04:42
@gabe565-renovate gabe565-renovate bot changed the title chore(deps): update module github.com/goccy/go-yaml to v1.15.0 chore(deps): update module github.com/goccy/go-yaml to v1.15.1 Nov 27, 2024
@gabe565-renovate gabe565-renovate bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from 79a067e to fcf31b5 Compare November 28, 2024 08:34
@gabe565-renovate gabe565-renovate bot changed the title chore(deps): update module github.com/goccy/go-yaml to v1.15.1 chore(deps): update module github.com/goccy/go-yaml to v1.15.2 Nov 28, 2024
@gabe565-renovate gabe565-renovate bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from fcf31b5 to b1a2995 Compare November 28, 2024 12:27
@gabe565-renovate gabe565-renovate bot changed the title chore(deps): update module github.com/goccy/go-yaml to v1.15.2 chore(deps): update module github.com/goccy/go-yaml to v1.15.3 Nov 28, 2024
@gabe565-renovate gabe565-renovate bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from b1a2995 to 2622fc5 Compare November 30, 2024 08:28
@gabe565-renovate gabe565-renovate bot changed the title chore(deps): update module github.com/goccy/go-yaml to v1.15.3 chore(deps): update module github.com/goccy/go-yaml to v1.15.4 Nov 30, 2024
@gabe565-renovate gabe565-renovate bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from 2622fc5 to 73ae274 Compare December 2, 2024 08:23
@gabe565-renovate gabe565-renovate bot changed the title chore(deps): update module github.com/goccy/go-yaml to v1.15.4 chore(deps): update module github.com/goccy/go-yaml to v1.15.5 Dec 2, 2024
@gabe565-renovate gabe565-renovate bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from 73ae274 to 2e3f9ed Compare December 2, 2024 16:24
@gabe565-renovate gabe565-renovate bot changed the title chore(deps): update module github.com/goccy/go-yaml to v1.15.5 chore(deps): update module github.com/goccy/go-yaml to v1.15.6 Dec 2, 2024
@gabe565-renovate gabe565-renovate bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from 2e3f9ed to 4a21bb2 Compare December 5, 2024 16:26
@gabe565-renovate gabe565-renovate bot changed the title chore(deps): update module github.com/goccy/go-yaml to v1.15.6 chore(deps): update module github.com/goccy/go-yaml to v1.15.7 Dec 5, 2024
@gabe565-renovate gabe565-renovate bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from 4a21bb2 to 37c3abe Compare December 9, 2024 12:27
@gabe565-renovate gabe565-renovate bot changed the title chore(deps): update module github.com/goccy/go-yaml to v1.15.7 chore(deps): update module github.com/goccy/go-yaml to v1.15.8 Dec 9, 2024
@gabe565-renovate gabe565-renovate bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from 37c3abe to a15a7fb Compare December 12, 2024 16:24
@gabe565-renovate gabe565-renovate bot changed the title chore(deps): update module github.com/goccy/go-yaml to v1.15.8 chore(deps): update module github.com/goccy/go-yaml to v1.15.9 Dec 12, 2024
@gabe565-renovate gabe565-renovate bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from a15a7fb to f53350a Compare December 14, 2024 20:30
@gabe565-renovate gabe565-renovate bot changed the title chore(deps): update module github.com/goccy/go-yaml to v1.15.9 chore(deps): update module github.com/goccy/go-yaml to v1.15.10 Dec 14, 2024
@gabe565-renovate gabe565-renovate bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from f53350a to cd6152e Compare December 18, 2024 04:25
@gabe565-renovate gabe565-renovate bot changed the title chore(deps): update module github.com/goccy/go-yaml to v1.15.10 chore(deps): update module github.com/goccy/go-yaml to v1.15.11 Dec 18, 2024
@gabe565-renovate gabe565-renovate bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from cd6152e to 8522e00 Compare December 20, 2024 12:27
@gabe565-renovate gabe565-renovate bot changed the title chore(deps): update module github.com/goccy/go-yaml to v1.15.11 chore(deps): update module github.com/goccy/go-yaml to v1.15.12 Dec 20, 2024
@gabe565-renovate gabe565-renovate bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from 8522e00 to edf407f Compare December 21, 2024 16:29
@gabe565-renovate gabe565-renovate bot changed the title chore(deps): update module github.com/goccy/go-yaml to v1.15.12 chore(deps): update module github.com/goccy/go-yaml to v1.15.13 Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants