Commit 3c2357d
chore(deps): bump github.com/goccy/go-yaml from 1.12.0 to 1.19.2 (#665)
Bumps [github.com/goccy/go-yaml](https://github.com/goccy/go-yaml) from
1.12.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 "feat: Dont make copies of structs for validation"
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>
<h2>1.18.0</h2>
<h2>What's Changed</h2>
<ul>
<li>feat: add global <code>OmitEmpty</code> encoding option by <a
href="https://github.com/bwplotka"><code>@bwplotka</code></a> in <a
href="https://redirect.github.com/goccy/go-yaml/pull/691">goccy/go-yaml#691</a></li>
<li>chore: clarify omitempty behaviour. by <a
href="https://github.com/bwplotka"><code>@bwplotka</code></a> in <a
href="https://redirect.github.com/goccy/go-yaml/pull/696">goccy/go-yaml#696</a></li>
<li>Treat output from TextMarshaler as string by <a
href="https://github.com/shuheiktgw"><code>@shuheiktgw</code></a> in <a
href="https://redirect.github.com/goccy/go-yaml/pull/698">goccy/go-yaml#698</a></li>
<li>Update golangci-lint to v2.1.2 by <a
href="https://github.com/shuheiktgw"><code>@shuheiktgw</code></a> in <a
href="https://redirect.github.com/goccy/go-yaml/pull/701">goccy/go-yaml#701</a></li>
<li>Tidy benchmarks/go.mod by <a
href="https://github.com/eikemeier"><code>@eikemeier</code></a> in <a
href="https://redirect.github.com/goccy/go-yaml/pull/686">goccy/go-yaml#686</a></li>
<li>Remove testmod task by <a
href="https://github.com/goccy"><code>@goccy</code></a> in <a
href="https://redirect.github.com/goccy/go-yaml/pull/715">goccy/go-yaml#715</a></li>
<li>Clean up encoder.go by <a
href="https://github.com/shuheiktgw"><code>@shuheiktgw</code></a> in <a
href="https://redirect.github.com/goccy/go-yaml/pull/703">goccy/go-yaml#703</a></li>
<li>Fix validation error position for container type by <a
href="https://github.com/goccy"><code>@goccy</code></a> in <a
href="https://redirect.github.com/goccy/go-yaml/pull/716">goccy/go-yaml#716</a></li>
<li>Add nil checking for error handling by <a
href="https://github.com/goccy"><code>@goccy</code></a> in <a
href="https://redirect.github.com/goccy/go-yaml/pull/719">goccy/go-yaml#719</a></li>
<li>Ignore validation for alias map key by <a
href="https://github.com/goccy"><code>@goccy</code></a> in <a
href="https://redirect.github.com/goccy/go-yaml/pull/720">goccy/go-yaml#720</a></li>
<li>Avoid returning an error for null document by <a
href="https://github.com/shuheiktgw"><code>@shuheiktgw</code></a> in <a
href="https://redirect.github.com/goccy/go-yaml/pull/721">goccy/go-yaml#721</a></li>
<li>Add Go 1.24 to test matrix by <a
href="https://github.com/shuheiktgw"><code>@shuheiktgw</code></a> in <a
href="https://redirect.github.com/goccy/go-yaml/pull/722">goccy/go-yaml#722</a></li>
<li>Set null value for empty document by <a
href="https://github.com/goccy"><code>@goccy</code></a> in <a
href="https://redirect.github.com/goccy/go-yaml/pull/725">goccy/go-yaml#725</a></li>
<li>Support implicit null by <a
href="https://github.com/goccy"><code>@goccy</code></a> in <a
href="https://redirect.github.com/goccy/go-yaml/pull/727">goccy/go-yaml#727</a></li>
<li>Support omitzero by <a
href="https://github.com/goccy"><code>@goccy</code></a> in <a
href="https://redirect.github.com/goccy/go-yaml/pull/729">goccy/go-yaml#729</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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 "feat: Dont make copies of structs for validation (<a
href="https://redirect.github.com/goccy/go-yaml/issues/737">#737</a>)"
(<a
href="https://redirect.github.com/goccy/go-yaml/issues/763">#763</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/goccy/go-yaml/compare/v1.12.0...v1.19.2">compare
view</a></li>
</ul>
</details>
<br />
[](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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Graham Goh <graham.goh@smartcontract.com>1 parent c4522c1 commit 3c2357d
3 files changed
+10
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
110 | 109 | | |
111 | 110 | | |
112 | 111 | | |
113 | | - | |
| 112 | + | |
114 | 113 | | |
115 | 114 | | |
116 | 115 | | |
| |||
150 | 149 | | |
151 | 150 | | |
152 | 151 | | |
153 | | - | |
| 152 | + | |
154 | 153 | | |
155 | 154 | | |
156 | 155 | | |
| |||
164 | 163 | | |
165 | 164 | | |
166 | 165 | | |
167 | | - | |
| 166 | + | |
168 | 167 | | |
169 | 168 | | |
170 | 169 | | |
| |||
489 | 488 | | |
490 | 489 | | |
491 | 490 | | |
492 | | - | |
| 491 | + | |
493 | 492 | | |
494 | 493 | | |
495 | 494 | | |
| |||
582 | 581 | | |
583 | 582 | | |
584 | 583 | | |
585 | | - | |
| 584 | + | |
586 | 585 | | |
587 | 586 | | |
588 | 587 | | |
| |||
653 | 652 | | |
654 | 653 | | |
655 | 654 | | |
656 | | - | |
| 655 | + | |
657 | 656 | | |
658 | 657 | | |
659 | 658 | | |
| |||
722 | 721 | | |
723 | 722 | | |
724 | 723 | | |
725 | | - | |
| 724 | + | |
726 | 725 | | |
727 | 726 | | |
728 | 727 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
313 | | - | |
314 | 313 | | |
315 | 314 | | |
316 | 315 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
305 | | - | |
306 | | - | |
| 305 | + | |
| 306 | + | |
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
| |||
0 commit comments