Skip to content

Commit

Permalink
deps: update module github.com/goccy/go-yaml to v1.15.3 (#924)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/goccy/go-yaml](https://redirect.github.com/goccy/go-yaml)
| `v1.14.3` -> `v1.15.3` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgoccy%2fgo-yaml/v1.15.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgoccy%2fgo-yaml/v1.15.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgoccy%2fgo-yaml/v1.14.3/v1.15.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgoccy%2fgo-yaml/v1.14.3/v1.15.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>goccy/go-yaml (github.com/goccy/go-yaml)</summary>

###
[`v1.15.3`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.15.3):
1.15.3

[Compare
Source](https://redirect.github.com/goccy/go-yaml/compare/v1.15.2...v1.15.3)

#### What's Changed

- Fix parsing of document header option by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/551](https://redirect.github.com/goccy/go-yaml/pull/551)

**Full Changelog**:
goccy/go-yaml@v1.15.2...v1.15.3

###
[`v1.15.2`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.15.2):
1.15.2

[Compare
Source](https://redirect.github.com/goccy/go-yaml/compare/v1.15.1...v1.15.2)

##### What's Changed

- Guard stack overflow at decoding by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/549](https://redirect.github.com/goccy/go-yaml/pull/549)

**Full Changelog**:
goccy/go-yaml@v1.15.1...v1.15.2

###
[`v1.15.1`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.15.1):
1.15.1

[Compare
Source](https://redirect.github.com/goccy/go-yaml/compare/v1.15.0...v1.15.1)

#### What's Changed

- Inventorying test cases of YAML Test Suite by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/547](https://redirect.github.com/goccy/go-yaml/pull/547)
- Add first fuzzing test by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/548](https://redirect.github.com/goccy/go-yaml/pull/548)

**Full Changelog**:
goccy/go-yaml@v1.15.0...v1.15.1

###
[`v1.15.0`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.15.0):
1.15.0

[Compare
Source](https://redirect.github.com/goccy/go-yaml/compare/v1.14.3...v1.15.0)

#### What's Changed

- Add YAML Test Suite by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/541](https://redirect.github.com/goccy/go-yaml/pull/541)
- Fix parser by using yaml-test-suite by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/542](https://redirect.github.com/goccy/go-yaml/pull/542)
- Refactor parser by [@&#8203;goccy](https://redirect.github.com/goccy)
in
[https://github.com/goccy/go-yaml/pull/545](https://redirect.github.com/goccy/go-yaml/pull/545)
- Fix parser by [@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/546](https://redirect.github.com/goccy/go-yaml/pull/546)

**Full Changelog**:
goccy/go-yaml@v1.14.3...v1.15.0

</details>

---

### 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.

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/hetznercloud/cli).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 28, 2024
1 parent 481738d commit 08bb07b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/dustin/go-humanize v1.0.1
github.com/fatih/color v1.18.0
github.com/fatih/structs v1.1.0
github.com/goccy/go-yaml v1.14.3
github.com/goccy/go-yaml v1.15.3
github.com/guptarohit/asciigraph v0.7.3
github.com/hetznercloud/hcloud-go/v2 v2.17.0
github.com/jedib0t/go-pretty/v6 v6.6.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ github.com/frankban/quicktest v1.14.6/go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7z
github.com/fsnotify/fsnotify v1.6.0/go.mod h1:sl3t1tCWJFWoRz9R8WJCbQihKKwmorjAbSClcnxKAGw=
github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=
github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM=
github.com/goccy/go-yaml v1.14.3 h1:8tVD+aqqPLWisSEhM+6wWoiURWXCx6BwaTKS6ZeITgM=
github.com/goccy/go-yaml v1.14.3/go.mod h1:XBurs7gK8ATbW4ZPGKgcbrY1Br56PdM69F7LkFRi1kA=
github.com/goccy/go-yaml v1.15.3 h1:wQ4UwLFkgbSazdi+i9AVmZE3vKTktlNlI2kQqXo5L+I=
github.com/goccy/go-yaml v1.15.3/go.mod h1:XBurs7gK8ATbW4ZPGKgcbrY1Br56PdM69F7LkFRi1kA=
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/guptarohit/asciigraph v0.7.3 h1:p05XDDn7cBTWiBqWb30mrwxd6oU0claAjqeytllnsPY=
Expand Down

0 comments on commit 08bb07b

Please sign in to comment.