Commit 5b86fca
authored
deps: update module github.com/goccy/go-yaml to v1.15.14 (#956)
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.15.13` -> `v1.15.14` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>goccy/go-yaml (github.com/goccy/go-yaml)</summary>
###
[`v1.15.14`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.15.14):
1.15.14
[Compare
Source](https://redirect.github.com/goccy/go-yaml/compare/v1.15.13...v1.15.14)
#### What's Changed
- Fix sequence value for merge key by
[@​goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/603](https://redirect.github.com/goccy/go-yaml/pull/603)
- Fix encoding with map key contains colon character by
[@​goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/604](https://redirect.github.com/goccy/go-yaml/pull/604)
- Fix encoding of anchor and alias by
[@​goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/605](https://redirect.github.com/goccy/go-yaml/pull/605)
- Remove mention of removed option DisallowDuplicateKey by
[@​sirikon](https://redirect.github.com/sirikon) in
[https://github.com/goccy/go-yaml/pull/609](https://redirect.github.com/goccy/go-yaml/pull/609)
- Add playground by [@​goccy](https://redirect.github.com/goccy)
in
[https://github.com/goccy/go-yaml/pull/611](https://redirect.github.com/goccy/go-yaml/pull/611)
- issue-281: add tests and fix panic for \* by
[@​ivankatliarchuk](https://redirect.github.com/ivankatliarchuk)
in
[https://github.com/goccy/go-yaml/pull/615](https://redirect.github.com/goccy/go-yaml/pull/615)
- chore: move dev deps to dev group by
[@​nikpivkin](https://redirect.github.com/nikpivkin) in
[https://github.com/goccy/go-yaml/pull/613](https://redirect.github.com/goccy/go-yaml/pull/613)
- fix(parser): inconsistent paths single-line MappingKeyValueNode by
[@​LarsStegman](https://redirect.github.com/LarsStegman) in
[https://github.com/goccy/go-yaml/pull/612](https://redirect.github.com/goccy/go-yaml/pull/612)
- Fix tag with flow sequence by
[@​goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/618](https://redirect.github.com/goccy/go-yaml/pull/618)
#### New Contributors
- [@​sirikon](https://redirect.github.com/sirikon) made their
first contribution in
[https://github.com/goccy/go-yaml/pull/609](https://redirect.github.com/goccy/go-yaml/pull/609)
- [@​ivankatliarchuk](https://redirect.github.com/ivankatliarchuk)
made their first contribution in
[https://github.com/goccy/go-yaml/pull/615](https://redirect.github.com/goccy/go-yaml/pull/615)
- [@​nikpivkin](https://redirect.github.com/nikpivkin) made their
first contribution in
[https://github.com/goccy/go-yaml/pull/613](https://redirect.github.com/goccy/go-yaml/pull/613)
- [@​LarsStegman](https://redirect.github.com/LarsStegman) made
their first contribution in
[https://github.com/goccy/go-yaml/pull/612](https://redirect.github.com/goccy/go-yaml/pull/612)
**Full Changelog**:
goccy/go-yaml@v1.15.13...v1.15.14
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 49e11aa commit 5b86fca
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments