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

🌱 Update Golang Dependencies group to v1.14.3 #50

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

Conversation

cluster-stack-bot[bot]
Copy link
Contributor

@cluster-stack-bot cluster-stack-bot bot commented Oct 29, 2024

This PR contains the following updates:

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

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

@cluster-stack-bot
Copy link
Contributor Author

cluster-stack-bot bot commented Oct 29, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21 -> 1.21.13

@cluster-stack-bot cluster-stack-bot bot added the size/XXL Denotes a PR that changes 2000+ lines, ignoring generated files. label Oct 29, 2024
@cluster-stack-bot cluster-stack-bot bot changed the title 🌱 Update Golang Dependencies group to v1.13.0 🌱 Update Golang Dependencies group to v1.13.1 Oct 31, 2024
@cluster-stack-bot cluster-stack-bot bot changed the title 🌱 Update Golang Dependencies group to v1.13.1 🌱 Update Golang Dependencies group to v1.13.2 Nov 1, 2024
@cluster-stack-bot cluster-stack-bot bot changed the title 🌱 Update Golang Dependencies group to v1.13.2 🌱 Update Golang Dependencies group to v1.13.3 Nov 2, 2024
@cluster-stack-bot cluster-stack-bot bot changed the title 🌱 Update Golang Dependencies group to v1.13.3 🌱 Update Golang Dependencies group to v1.13.4 Nov 4, 2024
@cluster-stack-bot cluster-stack-bot bot changed the title 🌱 Update Golang Dependencies group to v1.13.4 🌱 Update Golang Dependencies group to v1.13.5 Nov 5, 2024
@cluster-stack-bot cluster-stack-bot bot changed the title 🌱 Update Golang Dependencies group to v1.13.5 🌱 Update Golang Dependencies group to v1.13.6 Nov 6, 2024
@cluster-stack-bot cluster-stack-bot bot changed the title 🌱 Update Golang Dependencies group to v1.13.6 🌱 Update Golang Dependencies group to v1.13.7 Nov 11, 2024
@cluster-stack-bot cluster-stack-bot bot changed the title 🌱 Update Golang Dependencies group to v1.13.7 🌱 Update Golang Dependencies group to v1.13.8 Nov 12, 2024
@cluster-stack-bot cluster-stack-bot bot added size/XS Denotes a PR that changes 0-20 lines, ignoring generated files. and removed size/XXL Denotes a PR that changes 2000+ lines, ignoring generated files. labels Nov 12, 2024
@cluster-stack-bot cluster-stack-bot bot changed the title 🌱 Update Golang Dependencies group to v1.13.8 🌱 Update Golang Dependencies group to v1.14.0 Nov 13, 2024
@cluster-stack-bot cluster-stack-bot bot added size/XXL Denotes a PR that changes 2000+ lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-20 lines, ignoring generated files. labels Nov 13, 2024
@cluster-stack-bot cluster-stack-bot bot changed the title 🌱 Update Golang Dependencies group to v1.14.0 🌱 Update Golang Dependencies group to v1.14.1 Nov 14, 2024
| datasource | package                  | from    | to      |
| ---------- | ------------------------ | ------- | ------- |
| go         | github.com/goccy/go-yaml | v1.12.0 | v1.14.3 |
@cluster-stack-bot cluster-stack-bot bot changed the title 🌱 Update Golang Dependencies group to v1.14.1 🌱 Update Golang Dependencies group 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
size/XXL Denotes a PR that changes 2000+ lines, ignoring generated files. type/minor update/go
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants