Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

🌱 Update Update Golang Dependencies group (minor)#50

Open
cluster-stack-bot[bot] wants to merge 1 commit intomainfrom
renovate/golang-deps
Open

🌱 Update Update Golang Dependencies group (minor)#50
cluster-stack-bot[bot] wants to merge 1 commit intomainfrom
renovate/golang-deps

Conversation

@cluster-stack-bot
Copy link
Copy Markdown
Contributor

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

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/goccy/go-yaml v1.12.0 -> v1.19.0 age adoption passing confidence
github.com/spf13/cobra v1.8.1 -> v1.10.2 age adoption passing confidence

Release Notes

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

v1.19.0: 1.19.0

Compare Source

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.18.0...v1.19.0

v1.18.0: 1.18.0

Compare Source

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.17.1...v1.18.0

v1.17.1: 1.17.1

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.17.0...v1.17.1

v1.17.0: 1.17.0

Compare Source

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.16.0...v1.17.0

v1.16.0: 1.16.0

Compare Source

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.15.23...v1.16.0

v1.15.23: 1.15.23

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.15.22...v1.15.23

v1.15.22: 1.15.22

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.15.21...v1.15.22

v1.15.21: 1.15.21

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.15.20...v1.15.21

v1.15.20: 1.15.20

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.15.19...v1.15.20

v1.15.19: 1.15.19

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.15.18...v1.15.19

v1.15.18: 1.15.18

Compare Source

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.15.17...v1.15.18

v1.15.17: 1.15.17

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.15.16...v1.15.17

v1.15.16: 1.15.16

Compare Source

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.15.15...v1.15.16

v1.15.15: 1.15.15

Compare Source

What's Changed

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

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

spf13/cobra (github.com/spf13/cobra)

v1.10.2

Compare Source

🔧 Dependencies

  • chore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 by @​dims in #​2336 - the gopkg.in/yaml.v3 package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers of spf13/cobra

📈 CI/CD

🔥✍🏼 Docs

🍂 Refactors

🤗 New Contributors

Full Changelog: spf13/cobra@v1.10.1...v1.10.2

Thank you to our amazing contributors!!!!! 🐍 🚀

v1.10.1

Compare Source

🐛 Fix

v1.0.9 of pflags brought back ParseErrorsWhitelist and marked it as deprecated

Full Changelog: spf13/cobra@v1.10.0...v1.10.1

v1.10.0

Compare Source

What's Changed

🚨 Attention!

This version of pflag carried a breaking change: it renamed ParseErrorsWhitelist to ParseErrorsAllowlist which can break builds if both pflag and cobra are dependencies in your project.

  • If you use both pflag and cobra, upgrade pflagto 1.0.8 andcobrato1.10.0`
  • or use the newer, fixed version of pflag v1.0.9 which keeps the deprecated ParseErrorsWhitelist

More details can be found here: #​2303 (comment)

✨ Features
🐛 Fix
🪠 Testing
📝 Docs

New Contributors

Full Changelog: spf13/cobra@v1.9.1...v1.9.2

v1.9.1

Compare Source

🐛 Fixes

Full Changelog: spf13/cobra@v1.9.0...v1.9.1

v1.9.0

Compare Source

✨ Features

🐛 Fixes

🤖 Completions

🧪 Testing

✍🏼 Documentation

🔧 Dependency upgrades


Thank you to all of our amazing contributors and all the great work that's been going into the completions feature!!

👋🏼 New Contributors

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
Copy Markdown
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):

  • 1 additional dependency was updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21 -> 1.21.0
github.com/spf13/pflag v1.0.5 -> v1.0.9

@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 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 changed the title 🌱 Update Golang Dependencies group to v1.14.0 🌱 Update Golang Dependencies group to v1.14.1 Nov 14, 2024
@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
@cluster-stack-bot cluster-stack-bot bot changed the title 🌱 Update Golang Dependencies group to v1.15.7 🌱 Update Golang Dependencies group to v1.15.8 Dec 9, 2024
@cluster-stack-bot cluster-stack-bot bot changed the title 🌱 Update Golang Dependencies group to v1.15.8 🌱 Update Golang Dependencies group to v1.15.9 Dec 13, 2024
@cluster-stack-bot cluster-stack-bot bot changed the title 🌱 Update Golang Dependencies group to v1.15.9 🌱 Update Golang Dependencies group to v1.15.10 Dec 15, 2024
@cluster-stack-bot cluster-stack-bot bot changed the title 🌱 Update Golang Dependencies group to v1.15.10 🌱 Update Golang Dependencies group to v1.15.11 Dec 18, 2024
@cluster-stack-bot cluster-stack-bot bot changed the title 🌱 Update Golang Dependencies group to v1.15.11 🌱 Update Golang Dependencies group to v1.15.12 Dec 21, 2024
@cluster-stack-bot cluster-stack-bot bot changed the title 🌱 Update Golang Dependencies group to v1.15.12 🌱 Update Golang Dependencies group to v1.15.13 Dec 22, 2024
@cluster-stack-bot cluster-stack-bot bot changed the title 🌱 Update Golang Dependencies group to v1.15.13 🌱 Update Golang Dependencies group to v1.15.14 Jan 16, 2025
@cluster-stack-bot cluster-stack-bot bot changed the title 🌱 Update Golang Dependencies group to v1.15.14 🌱 Update Golang Dependencies group to v1.15.15 Jan 18, 2025
@cluster-stack-bot cluster-stack-bot bot changed the title 🌱 Update Golang Dependencies group to v1.15.15 🌱 Update Golang Dependencies group to v1.15.16 Jan 31, 2025
@cluster-stack-bot cluster-stack-bot bot changed the title 🌱 Update Golang Dependencies group to v1.15.16 🌱 Update Golang Dependencies group to v1.15.17 Feb 3, 2025
@cluster-stack-bot cluster-stack-bot bot changed the title 🌱 Update Golang Dependencies group to v1.15.17 🌱 Update Golang Dependencies group to v1.15.19 Feb 9, 2025
@cluster-stack-bot cluster-stack-bot bot changed the title 🌱 Update Golang Dependencies group to v1.15.19 🌱 Update Golang Dependencies group to v1.15.22 Feb 12, 2025
@cluster-stack-bot cluster-stack-bot bot added the size/XXL Denotes a PR that changes 2000+ lines, ignoring generated files. label Feb 12, 2025
| datasource | package                  | from    | to      |
| ---------- | ------------------------ | ------- | ------- |
| go         | github.com/goccy/go-yaml | v1.12.0 | v1.19.0 |
| go         | github.com/spf13/cobra   | v1.8.1  | v1.10.2 |
@cluster-stack-bot
Copy link
Copy Markdown
Contributor Author

ℹ️ 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):

  • 1 additional dependency was updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21 -> 1.21.0
github.com/spf13/pflag v1.0.5 -> v1.0.9

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

size/XXL Denotes a PR that changes 2000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant