Skip to content

Update module github.com/goccy/go-yaml to v1.15.23 - autoclosed

Renovate Bot requested to merge renovate/github.com-goccy-go-yaml-1.x into main

This MR contains the following updates:

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

Release Notes

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

v1.15.23: 1.15.23

Compare Source

What's Changed

Full Changelog: https://github.com/goccy/go-yaml/compare/v1.15.22...v1.15.23

v1.15.22: 1.15.22

Compare Source

What's Changed

Full Changelog: https://github.com/goccy/go-yaml/compare/v1.15.21...v1.15.22

v1.15.21: 1.15.21

Compare Source

What's Changed

Full Changelog: https://github.com/goccy/go-yaml/compare/v1.15.20...v1.15.21

v1.15.20: 1.15.20

Compare Source

What's Changed

Full Changelog: https://github.com/goccy/go-yaml/compare/v1.15.19...v1.15.20

v1.15.19: 1.15.19

Compare Source

What's Changed

Full Changelog: https://github.com/goccy/go-yaml/compare/v1.15.18...v1.15.19

v1.15.18: 1.15.18

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/goccy/go-yaml/compare/v1.15.17...v1.15.18

v1.15.17: 1.15.17

Compare Source

What's Changed

Full Changelog: https://github.com/goccy/go-yaml/compare/v1.15.16...v1.15.17

v1.15.16: 1.15.16

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/goccy/go-yaml/compare/v1.15.15...v1.15.16

v1.15.15: 1.15.15

Compare Source

What's Changed

Full Changelog: https://github.com/goccy/go-yaml/compare/v1.15.14...v1.15.15

v1.15.14: 1.15.14

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/goccy/go-yaml/compare/v1.15.13...v1.15.14

v1.15.13: 1.15.13

Compare Source

What's Changed

Full Changelog: https://github.com/goccy/go-yaml/compare/v1.15.12...v1.15.13

v1.15.12: 1.15.12

Compare Source

What's Changed

Full Changelog: https://github.com/goccy/go-yaml/compare/v1.15.11...v1.15.12

v1.15.11: 1.15.11

Compare Source

What's Changed

Full Changelog: https://github.com/goccy/go-yaml/compare/v1.15.10...v1.15.11

v1.15.10: 1.15.10

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/goccy/go-yaml/compare/v1.15.9...v1.15.10

v1.15.9: 1.15.9

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/goccy/go-yaml/compare/v1.15.8...v1.15.9

v1.15.8: 1.15.8

Compare Source

What's Changed

Full Changelog: https://github.com/goccy/go-yaml/compare/v1.15.7...v1.15.8

v1.15.7: 1.15.7

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/goccy/go-yaml/compare/v1.15.6...v1.15.7

v1.15.6: 1.15.6

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/goccy/go-yaml/compare/v1.15.5...v1.15.6

v1.15.5: 1.15.5

Compare Source

What's Changed

Full Changelog: https://github.com/goccy/go-yaml/compare/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: https://github.com/goccy/go-yaml/compare/v1.15.3...v1.15.4

v1.15.3: 1.15.3

Compare Source

What's Changed

Full Changelog: https://github.com/goccy/go-yaml/compare/v1.15.2...v1.15.3

v1.15.2: 1.15.2

Compare Source

What's Changed

Full Changelog: https://github.com/goccy/go-yaml/compare/v1.15.1...v1.15.2

v1.15.1: 1.15.1

Compare Source

What's Changed

Full Changelog: https://github.com/goccy/go-yaml/compare/v1.15.0...v1.15.1

v1.15.0: 1.15.0

Compare Source

What's Changed

Full Changelog: https://github.com/goccy/go-yaml/compare/v1.14.3...v1.15.0

v1.14.3: 1.14.3

Compare Source

What's Changed

Full Changelog: https://github.com/goccy/go-yaml/compare/v1.14.2...v1.14.3

v1.14.2: 1.14.2

Compare Source

What's Changed

Full Changelog: https://github.com/goccy/go-yaml/compare/v1.14.1...v1.14.2

v1.14.1: 1.14.1

Compare Source

What's Changed

Full Changelog: https://github.com/goccy/go-yaml/compare/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: https://github.com/goccy/go-yaml/compare/v1.13.10...v1.14.0

v1.13.10: 1.13.10

Compare Source

What's Changed

Full Changelog: https://github.com/goccy/go-yaml/compare/v1.13.9...v1.13.10

v1.13.9: 1.13.9

Compare Source

What's Changed

Full Changelog: https://github.com/goccy/go-yaml/compare/v1.13.8...v1.13.9

v1.13.8: 1.13.8

Compare Source

What's Changed

Full Changelog: https://github.com/goccy/go-yaml/compare/v1.13.7...v1.13.8

v1.13.7: 1.13.7

Compare Source

What's Changed

Full Changelog: https://github.com/goccy/go-yaml/compare/v1.13.6...v1.13.7

v1.13.6: 1.13.6

Compare Source

What's Changed

Full Changelog: https://github.com/goccy/go-yaml/compare/v1.13.5...v1.13.6

v1.13.5: 1.13.5

Compare Source

What's Changed

Full Changelog: https://github.com/goccy/go-yaml/compare/v1.13.4...v1.13.5

v1.13.4: 1.13.4

Compare Source

What's Changed

Full Changelog: https://github.com/goccy/go-yaml/compare/v1.13.3...v1.13.4

v1.13.3: 1.13.3

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/goccy/go-yaml/compare/v1.13.2...v1.13.3

v1.13.2: 1.13.2

Compare Source

What's Changed

Full Changelog: https://github.com/goccy/go-yaml/compare/v1.13.1...v1.13.2

v1.13.1: 1.13.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/goccy/go-yaml/compare/v1.13.0...v1.13.1

v1.13.0: 1.13.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/goccy/go-yaml/compare/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 MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


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

This MR has been generated by Renovate Bot.

Edited by Renovate Bot

Merge request reports