Skip to content

Commit 03926d0

Browse files
chore: Update module github.com/goccy/go-yaml to v1.16.0 (#9)
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.23` -> `v1.16.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgoccy%2fgo-yaml/v1.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgoccy%2fgo-yaml/v1.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgoccy%2fgo-yaml/v1.15.23/v1.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgoccy%2fgo-yaml/v1.15.23/v1.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>goccy/go-yaml (github.com/goccy/go-yaml)</summary> ### [`v1.16.0`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.16.0): 1.16.0 [Compare Source](https://redirect.github.com/goccy/go-yaml/compare/v1.15.23...v1.16.0) #### What's Changed - Keep reference of anchor's value by [@&#8203;goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/660](https://redirect.github.com/goccy/go-yaml/pull/660) - Support smart anchor option by [@&#8203;goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/662](https://redirect.github.com/goccy/go-yaml/pull/662) - Add AutoInt option by [@&#8203;shuheiktgw](https://redirect.github.com/shuheiktgw) in [https://github.com/goccy/go-yaml/pull/671](https://redirect.github.com/goccy/go-yaml/pull/671) - encodeMap() error handling and TestEncoder_UnmarshallableTypes() by [@&#8203;dorencambia](https://redirect.github.com/dorencambia) in [https://github.com/goccy/go-yaml/pull/674](https://redirect.github.com/goccy/go-yaml/pull/674) - Fix tab character handling ( if ignore the tab character, do not increment the column number ) by [@&#8203;goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/676](https://redirect.github.com/goccy/go-yaml/pull/676) #### New Contributors - [@&#8203;dorencambia](https://redirect.github.com/dorencambia) made their first contribution in [https://github.com/goccy/go-yaml/pull/674](https://redirect.github.com/goccy/go-yaml/pull/674) **Full Changelog**: goccy/go-yaml@v1.15.23...v1.16.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "* 0-4,22-23 * * 1-5,* * * * 0,6" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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/nobl9/nobl9-language-server). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJnb2xhbmciLCJyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8e084dd commit 03926d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/nobl9/nobl9-language-server
33
go 1.23
44

55
require (
6-
github.com/goccy/go-yaml v1.15.23
6+
github.com/goccy/go-yaml v1.16.0
77
github.com/nobl9/nobl9-go v0.96.0
88
github.com/pkg/errors v0.9.1
99
github.com/sourcegraph/jsonrpc2 v0.2.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ github.com/go-playground/universal-translator v0.17.0 h1:icxd5fm+REJzpZx7ZfpaD87
1919
github.com/go-playground/universal-translator v0.17.0/go.mod h1:UkSxE5sNxxRwHyU+Scu5vgOQjsIJAF8j9muTVoKLVtA=
2020
github.com/go-playground/validator/v10 v10.4.1 h1:pH2c5ADXtd66mxoE0Zm9SUhxE20r7aM3F26W0hOn+GE=
2121
github.com/go-playground/validator/v10 v10.4.1/go.mod h1:nlOn6nFhuKACm19sB/8EGNn9GlaMV7XkbRSipzJ0Ii4=
22-
github.com/goccy/go-yaml v1.15.23 h1:WS0GAX1uNPDLUvLkNU2vXq6oTnsmfVFocjQ/4qA48qo=
23-
github.com/goccy/go-yaml v1.15.23/go.mod h1:XBurs7gK8ATbW4ZPGKgcbrY1Br56PdM69F7LkFRi1kA=
22+
github.com/goccy/go-yaml v1.16.0 h1:d7m1G7A0t+logajVtklHfDYJs2Et9g3gHwdBNNFou0w=
23+
github.com/goccy/go-yaml v1.16.0/go.mod h1:XBurs7gK8ATbW4ZPGKgcbrY1Br56PdM69F7LkFRi1kA=
2424
github.com/golang-jwt/jwt/v5 v5.2.1 h1:OuVbFODueb089Lh128TAcimifWaLhJwVflnrgM17wHk=
2525
github.com/golang-jwt/jwt/v5 v5.2.1/go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk=
2626
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=

0 commit comments

Comments
 (0)