[PR #6587] Bump github.com/goccy/go-yaml from 1.18.0 to 1.19.2 #29699

Open
opened 2026-08-05 08:08:43 -04:00 by saavagebueno · 0 comments
Owner

Original Pull Request: https://github.com/netbirdio/netbird/pull/6587

State: closed
Merged: No


Bumps github.com/goccy/go-yaml from 1.18.0 to 1.19.2.

Release notes

Sourced from github.com/goccy/go-yaml's releases.

1.19.2

What's Changed

New Contributors

Full Changelog: https://github.com/goccy/go-yaml/compare/v1.19.1...v1.19.2

1.19.1

What's Changed

Full Changelog: https://github.com/goccy/go-yaml/compare/v1.19.0...v1.19.1

1.19.0

What's Changed

New Contributors

Full Changelog: https://github.com/goccy/go-yaml/compare/v1.18.0...v1.19.0

Commits
  • 92bc79c Fix anchor reference regression in nested structures (#839)
  • b0ab069 Support line comment for flow sequence or flow map (#834)
  • 9e98b0c Fix decoding of integer keys of map type (#829)
  • a7b4bfb Add support for RawMessage, similar to json.RawMessage (#790)
  • 07c09c0 Add indentation to flow values on new lines (#759)
  • 0040ab4 Skip directive in path operations (#758)
  • 7901e98 Support non string map keys (#756)
  • f4d1347 Normalize CR and CRLF in multi-line strings (#754)
  • 90e8525 Add decode option that allows specific field prefixes (#795)
  • 25e5d90 Revert "feat: Dont make copies of structs for validation (#737)" (#763)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
**Original Pull Request:** https://github.com/netbirdio/netbird/pull/6587 **State:** closed **Merged:** No --- Bumps [github.com/goccy/go-yaml](https://github.com/goccy/go-yaml) from 1.18.0 to 1.19.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/goccy/go-yaml/releases">github.com/goccy/go-yaml's releases</a>.</em></p> <blockquote> <h2>1.19.2</h2> <h2>What's Changed</h2> <ul> <li>Fix anchor reference regression in nested structures by <a href="https://github.com/linyows"><code>@​linyows</code></a> in <a href="https://redirect.github.com/goccy/go-yaml/pull/839">goccy/go-yaml#839</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/linyows"><code>@​linyows</code></a> made their first contribution in <a href="https://redirect.github.com/goccy/go-yaml/pull/839">goccy/go-yaml#839</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/goccy/go-yaml/compare/v1.19.1...v1.19.2">https://github.com/goccy/go-yaml/compare/v1.19.1...v1.19.2</a></p> <h2>1.19.1</h2> <h2>What's Changed</h2> <ul> <li>Fix decoding of integer keys of map type by <a href="https://github.com/goccy"><code>@​goccy</code></a> in <a href="https://redirect.github.com/goccy/go-yaml/pull/829">goccy/go-yaml#829</a></li> <li>Support line comment for flow sequence or flow map by <a href="https://github.com/goccy"><code>@​goccy</code></a> in <a href="https://redirect.github.com/goccy/go-yaml/pull/834">goccy/go-yaml#834</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/goccy/go-yaml/compare/v1.19.0...v1.19.1">https://github.com/goccy/go-yaml/compare/v1.19.0...v1.19.1</a></p> <h2>1.19.0</h2> <h2>What's Changed</h2> <ul> <li>Revert &quot;feat: Dont make copies of structs for validation&quot; by <a href="https://github.com/shuheiktgw"><code>@​shuheiktgw</code></a> in <a href="https://redirect.github.com/goccy/go-yaml/pull/763">goccy/go-yaml#763</a></li> <li>Add decode option that allows specific field prefixes by <a href="https://github.com/cpuguy83"><code>@​cpuguy83</code></a> in <a href="https://redirect.github.com/goccy/go-yaml/pull/795">goccy/go-yaml#795</a></li> <li>Normalize CR and CRLF in multi-line strings by <a href="https://github.com/shuheiktgw"><code>@​shuheiktgw</code></a> in <a href="https://redirect.github.com/goccy/go-yaml/pull/754">goccy/go-yaml#754</a></li> <li>Support non string map keys by <a href="https://github.com/shuheiktgw"><code>@​shuheiktgw</code></a> in <a href="https://redirect.github.com/goccy/go-yaml/pull/756">goccy/go-yaml#756</a></li> <li>Skip directive in path operations by <a href="https://github.com/shuheiktgw"><code>@​shuheiktgw</code></a> in <a href="https://redirect.github.com/goccy/go-yaml/pull/758">goccy/go-yaml#758</a></li> <li>Add indentation to flow values on new lines by <a href="https://github.com/shuheiktgw"><code>@​shuheiktgw</code></a> in <a href="https://redirect.github.com/goccy/go-yaml/pull/759">goccy/go-yaml#759</a></li> <li>Add support for RawMessage, similar to json.RawMessage by <a href="https://github.com/thanethomson"><code>@​thanethomson</code></a> in <a href="https://redirect.github.com/goccy/go-yaml/pull/790">goccy/go-yaml#790</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/cpuguy83"><code>@​cpuguy83</code></a> made their first contribution in <a href="https://redirect.github.com/goccy/go-yaml/pull/795">goccy/go-yaml#795</a></li> <li><a href="https://github.com/thanethomson"><code>@​thanethomson</code></a> made their first contribution in <a href="https://redirect.github.com/goccy/go-yaml/pull/790">goccy/go-yaml#790</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/goccy/go-yaml/compare/v1.18.0...v1.19.0">https://github.com/goccy/go-yaml/compare/v1.18.0...v1.19.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/goccy/go-yaml/commit/92bc79cb5f685e999ad131473168fc45215d12d9"><code>92bc79c</code></a> Fix anchor reference regression in nested structures (<a href="https://redirect.github.com/goccy/go-yaml/issues/839">#839</a>)</li> <li><a href="https://github.com/goccy/go-yaml/commit/b0ab06985557a2d84913ecba6dda0dbedbd5e154"><code>b0ab069</code></a> Support line comment for flow sequence or flow map (<a href="https://redirect.github.com/goccy/go-yaml/issues/834">#834</a>)</li> <li><a href="https://github.com/goccy/go-yaml/commit/9e98b0c753ff2b8f0b323929c9c60fe7951d0f45"><code>9e98b0c</code></a> Fix decoding of integer keys of map type (<a href="https://redirect.github.com/goccy/go-yaml/issues/829">#829</a>)</li> <li><a href="https://github.com/goccy/go-yaml/commit/a7b4bfbcf4a41152862ffba5cce666631bc04bb1"><code>a7b4bfb</code></a> Add support for RawMessage, similar to json.RawMessage (<a href="https://redirect.github.com/goccy/go-yaml/issues/790">#790</a>)</li> <li><a href="https://github.com/goccy/go-yaml/commit/07c09c028744e7aac32d1b11279a401055d107f5"><code>07c09c0</code></a> Add indentation to flow values on new lines (<a href="https://redirect.github.com/goccy/go-yaml/issues/759">#759</a>)</li> <li><a href="https://github.com/goccy/go-yaml/commit/0040ab4161153c5b812ae51984d3967ad3dbd068"><code>0040ab4</code></a> Skip directive in path operations (<a href="https://redirect.github.com/goccy/go-yaml/issues/758">#758</a>)</li> <li><a href="https://github.com/goccy/go-yaml/commit/7901e98f54d280a553a0d606c91a82fa89493928"><code>7901e98</code></a> Support non string map keys (<a href="https://redirect.github.com/goccy/go-yaml/issues/756">#756</a>)</li> <li><a href="https://github.com/goccy/go-yaml/commit/f4d13479ba3d44541a65d0dffeab5e3fa805413a"><code>f4d1347</code></a> Normalize CR and CRLF in multi-line strings (<a href="https://redirect.github.com/goccy/go-yaml/issues/754">#754</a>)</li> <li><a href="https://github.com/goccy/go-yaml/commit/90e852559132e85734ab0c9a48b3a912ebd3f060"><code>90e8525</code></a> Add decode option that allows specific field prefixes (<a href="https://redirect.github.com/goccy/go-yaml/issues/795">#795</a>)</li> <li><a href="https://github.com/goccy/go-yaml/commit/25e5d9094248e480434ca87d9119e3d9ce7ac1d7"><code>25e5d90</code></a> Revert &quot;feat: Dont make copies of structs for validation (<a href="https://redirect.github.com/goccy/go-yaml/issues/737">#737</a>)&quot; (<a href="https://redirect.github.com/goccy/go-yaml/issues/763">#763</a>)</li> <li>See full diff in <a href="https://github.com/goccy/go-yaml/compare/v1.18.0...v1.19.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/goccy/go-yaml&package-manager=go_modules&previous-version=1.18.0&new-version=1.19.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
saavagebueno added the pull-request label 2026-08-05 08:08:43 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#29699