Skip to content

Commit

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

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/goccy/go-yaml](https://redirect.github.com/goccy/go-yaml)
| require | patch | `v1.13.0` -> `v1.13.6` |

---

### Release Notes

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

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

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

#### What's Changed

- Fix trailing new line chars handling by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/507](https://redirect.github.com/goccy/go-yaml/pull/507)
- Fix number parsing by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/509](https://redirect.github.com/goccy/go-yaml/pull/509)
- Fix number parsing by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/511](https://redirect.github.com/goccy/go-yaml/pull/511)
- Fix ordered map comment by
[@&#8203;shuheiktgw](https://redirect.github.com/shuheiktgw) in
[https://github.com/goccy/go-yaml/pull/510](https://redirect.github.com/goccy/go-yaml/pull/510)

**Full Changelog**:
goccy/go-yaml@v1.13.5...v1.13.6

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

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

#### What's Changed

- Fix flow map node by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/505](https://redirect.github.com/goccy/go-yaml/pull/505)
- Support suffix keyword for document header option by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/506](https://redirect.github.com/goccy/go-yaml/pull/506)

**Full Changelog**:
goccy/go-yaml@v1.13.4...v1.13.5

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

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

#### What's Changed

- Fix folded handling by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/500](https://redirect.github.com/goccy/go-yaml/pull/500)
- Fix parsing of document by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/501](https://redirect.github.com/goccy/go-yaml/pull/501)
- Support empty sequence value by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/503](https://redirect.github.com/goccy/go-yaml/pull/503)
- Fix invalid map token by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/504](https://redirect.github.com/goccy/go-yaml/pull/504)

**Full Changelog**:
goccy/go-yaml@v1.13.3...v1.13.4

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

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

#### What's Changed

- feat: preserve line breaks from original input by
[@&#8203;mcwarman](https://redirect.github.com/mcwarman) in
[https://github.com/goccy/go-yaml/pull/412](https://redirect.github.com/goccy/go-yaml/pull/412)
- Fix invalid alias by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/497](https://redirect.github.com/goccy/go-yaml/pull/497)
- Fix parsing of number by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/498](https://redirect.github.com/goccy/go-yaml/pull/498)
- Fix parsing of invalid document by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/499](https://redirect.github.com/goccy/go-yaml/pull/499)

#### New Contributors

- [@&#8203;mcwarman](https://redirect.github.com/mcwarman) made their
first contribution in
[https://github.com/goccy/go-yaml/pull/412](https://redirect.github.com/goccy/go-yaml/pull/412)

**Full Changelog**:
goccy/go-yaml@v1.13.2...v1.13.3

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

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

#### What's Changed

- Fix invalid quoted-text handling by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/495](https://redirect.github.com/goccy/go-yaml/pull/495)
- Fix parsing of invalid yaml by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/496](https://redirect.github.com/goccy/go-yaml/pull/496)

**Full Changelog**:
goccy/go-yaml@v1.13.1...v1.13.2

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

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

#### What's Changed

- Fix incorrect colon indicator scanning by
[@&#8203;semihbkgr](https://redirect.github.com/semihbkgr) in
[https://github.com/goccy/go-yaml/pull/485](https://redirect.github.com/goccy/go-yaml/pull/485)
- Returns InvalidToken if scanner encounters error by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/486](https://redirect.github.com/goccy/go-yaml/pull/486)
- Reuse context at Scanner by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/487](https://redirect.github.com/goccy/go-yaml/pull/487)
- Support recursive anchor by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/489](https://redirect.github.com/goccy/go-yaml/pull/489)
- Fix implicit null value before collect entry by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/490](https://redirect.github.com/goccy/go-yaml/pull/490)
- Fix handling of invalid sequence by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/492](https://redirect.github.com/goccy/go-yaml/pull/492)
- Fix invalid sequence at map context by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/493](https://redirect.github.com/goccy/go-yaml/pull/493)
- Improve parser performance by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/494](https://redirect.github.com/goccy/go-yaml/pull/494)

#### New Contributors

- [@&#8203;semihbkgr](https://redirect.github.com/semihbkgr) made their
first contribution in
[https://github.com/goccy/go-yaml/pull/485](https://redirect.github.com/goccy/go-yaml/pull/485)

**Full Changelog**:
goccy/go-yaml@v1.13.0...v1.13.1

</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 has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzkuMSIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
  • Loading branch information
nabeken authored Nov 8, 2024
2 parents bfce845 + 982b36a commit 9790188
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 @@ -5,7 +5,7 @@ go 1.22
toolchain go1.23.3

require (
github.com/goccy/go-yaml v1.13.0
github.com/goccy/go-yaml v1.13.6
github.com/jessevdk/go-flags v1.6.1
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/stretchr/testify v1.9.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ github.com/go-playground/universal-translator v0.18.1 h1:Bcnm0ZwsGyWbCzImXv+pAJn
github.com/go-playground/universal-translator v0.18.1/go.mod h1:xekY+UJKNuX9WP91TpwSH2VMlDf28Uj24BCp08ZFTUY=
github.com/go-playground/validator/v10 v10.22.1 h1:40JcKH+bBNGFczGuoBYgX4I6m/i27HYW8P9FDk5PbgA=
github.com/go-playground/validator/v10 v10.22.1/go.mod h1:dbuPbCMFw/DrkbEynArYaCwl3amGuJotoKCe95atGMM=
github.com/goccy/go-yaml v1.13.0 h1:0Wtp0FZLd7Sm8gERmR9S6Iczzb3vItJj7NaHmFg8pTs=
github.com/goccy/go-yaml v1.13.0/go.mod h1:IjYwxUiJDoqpx2RmbdjMUceGHZwYLon3sfOGl5Hi9lc=
github.com/goccy/go-yaml v1.13.6 h1:pa3JkBPBseTtfqpG9DiSFhyxNPSpJ0BFa39BlMZE16E=
github.com/goccy/go-yaml v1.13.6/go.mod h1:IjYwxUiJDoqpx2RmbdjMUceGHZwYLon3sfOGl5Hi9lc=
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/jessevdk/go-flags v1.6.1 h1:Cvu5U8UGrLay1rZfv/zP7iLpSHGUZ/Ou68T0iX1bBK4=
Expand Down

0 comments on commit 9790188

Please sign in to comment.