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.3 #112

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

Conversation

elastic-renovate-prod[bot]
Copy link
Contributor

@elastic-renovate-prod elastic-renovate-prod bot commented Oct 29, 2024

This PR contains the following updates:

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

Release Notes

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

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.

@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from 313501e to c927828 Compare October 31, 2024 18:49
@elastic-renovate-prod elastic-renovate-prod 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.1 Oct 31, 2024
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from c927828 to dd69427 Compare November 1, 2024 09:55
@elastic-renovate-prod elastic-renovate-prod bot changed the title fix(deps): update module github.com/goccy/go-yaml to v1.13.1 fix(deps): update module github.com/goccy/go-yaml to v1.13.2 Nov 1, 2024
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from dd69427 to d341bd2 Compare November 2, 2024 16:31
@elastic-renovate-prod elastic-renovate-prod 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
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from d341bd2 to af1ada5 Compare November 3, 2024 21:56
@elastic-renovate-prod elastic-renovate-prod 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 3, 2024
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from af1ada5 to 1f201bd Compare November 5, 2024 16:18
@elastic-renovate-prod elastic-renovate-prod 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 5, 2024
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from 1f201bd to b25d55e Compare November 6, 2024 17:08
@elastic-renovate-prod elastic-renovate-prod 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 6, 2024
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from b25d55e to 5ec2706 Compare November 11, 2024 03:31
@elastic-renovate-prod elastic-renovate-prod 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
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from 5ec2706 to 7913ae5 Compare November 12, 2024 03:49
@elastic-renovate-prod elastic-renovate-prod 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
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from 7913ae5 to 98bccc9 Compare November 13, 2024 05:00
@elastic-renovate-prod elastic-renovate-prod 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
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from 98bccc9 to ba2ed79 Compare November 14, 2024 12:09
@elastic-renovate-prod elastic-renovate-prod 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
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/github.com-goccy-go-yaml-1.x branch from ba2ed79 to f9e0b7d Compare November 15, 2024 16:35
@elastic-renovate-prod elastic-renovate-prod 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.3 Nov 15, 2024
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