Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module github.com/goccy/go-yaml to v1.11.2 - autoclosed #45

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 2, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/goccy/go-yaml require minor v1.8.1 -> v1.11.2

Release Notes

goccy/go-yaml (github.com/goccy/go-yaml)

v1.11.2: 1.11.2

Compare Source

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.11.1...v1.11.2

v1.11.1: 1.11.1

Compare Source

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.11.0...v1.11.1

v1.11.0: 1.11.0

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.10.1...v1.11.0

v1.10.1: 1.10.1

Compare Source

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.10.0...v1.10.1

v1.10.0: 1.10.0

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.9.8...v1.10.0

v1.9.8: 1.9.8

Compare Source

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.9.7...v1.9.8

v1.9.7: 1.9.7

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.9.6...v1.9.7

v1.9.6

Compare Source

New Features
  • Introduce MapKeyNode interface to limit node types for map key ( #​312 )
Fix bugs
  • Quote strings with special characters in flow mode ( #​270 )
  • typeError implements PrettyPrinter interface ( #​280 )
  • Fix incorrect const type ( #​284 )
  • Fix large literals type inference on 32 bits ( #​293 )
  • Fix UTF-8 characters ( #​294 )
  • Fix decoding of unknown aliases ( #​317 )
  • Fix stream encoder for insert a separator between each encoded document ( #​318 )
Update
  • Update golang.org/x/sys ( #​289 )
  • Update Go version in CI ( #​295 )
  • Add test cases for missing keys to struct literals ( #​300 )

v1.9.5

Compare Source

New Features
  • Add UseSingleQuote option ( #​265 )
Fix bugs
  • Preserve defaults while decoding nested structs ( #​260 )
  • Fix minor typo in decodeInit error ( #​264 )
  • Handle empty sequence entries ( #​275 )
  • Fix encoding of sequence with multiline string ( #​276 )
  • Fix encoding of BytesMarshaler type ( #​277 )
  • Fix indentState logic for multi-line value ( #​278 )

v1.9.4

Compare Source

Fix bugs
  • Keep prev/next reference between tokens containing comments when filtering comment tokens ( #​257 )
  • Supports escaping reserved keywords in PathBuilder ( #​258 )

v1.9.3

Compare Source

New Features
  • Support encoding and decoding time.Duration fields ( #​246 )
  • Allow reserved characters for key name in YAMLPath ( #​251 )
  • Support getting YAMLPath from ast.Node ( #​252 )
  • Support CommentToMap option ( #​253 )
Fix bugs
  • Fix encoding nested sequences with yaml.IndentSequence ( #​241 )
  • Fix error reporting on inline structs in strict mode ( #​244, #​245 )
  • Fix encoding of large floats ( #​247 )
Improve workflow
  • Migrate CI from CircleCI to GitHub Action ( #​249 )
  • Add workflow for ycat ( #​250 )

v1.9.2

Compare Source

Support WithComment option ( #​238 )

yaml.WithComment is a option for encoding with comment.
The position where you want to add a comment is represented by YAMLPath, and it is the key of yaml.CommentMap.
Also, you can select Head comment or Line comment as the comment type.

v1.9.1

Compare Source

Fix DecodeFromNode ( #​237 )
  • Fix YAML handling where anchor exists

v1.9.0

Compare Source

New features
  • Support encoding of comment node ( #​233 )
  • Support yaml.NodeToValue(ast.Node, interface{}, ...DecodeOption) error ( #​236 )
    • Can convert a AST node to a value directly
Fix decoder for comment
  • Fix parsing of literal with comment ( #​234 )
Rename API ( #​235 )
  • Rename MarshalWithContext to MarshalContext
  • Rename UnmarshalWithContext to UnmarshalContext

v1.8.10

Compare Source

Fixed bugs
  • Fix searching anchor by alias name ( #​212 )
  • Fixing Issue 186, scanner should account for newline characters when processing multi-line text. Without this source annotations line/column number (for this and all subsequent tokens) is inconsistent with plain text editors. e.g. https://github.com/goccy/go-yaml/issues/186. This addresses the issue specifically for single and double quote text only. ( #​210 )
  • Add error for unterminated flow mapping node ( #​213 )
  • Handle missing required field validation ( #​221 )
  • Nicely format unexpected node type errors ( #​229 )
  • Support to encode map which has defined type key ( #​231 )
New features
  • Support sequence indentation by EncodeOption ( #​232 )

v1.8.9

Compare Source

Fixed bugs
  • Fix origin buffer for DocumentHeader and DocumentEnd and Directive
  • Fix origin buffer for anchor value
  • Fix syntax error about map value
  • Fix parsing MergeKey ('<<') characters
  • Fix encoding of float value
  • Fix incorrect column annotation when single or double quotes are used
New features
  • Support to encode/decode of ast.Node directly

v1.8.8: 1.8.8

Compare Source

v1.8.7: 1.8.7

Compare Source

Changes

#​194 #​195

  • Return error when path not found
  • Support a new feature to help compare error instance

v1.8.6: 1.8.6

Compare Source

v1.8.5: 1.8.5

Compare Source

v1.8.4: 1.8.4

Compare Source

v1.8.3: 1.8.3

Compare Source

v1.8.2: 1.8.2

Compare Source


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update module github.com/goccy/go-yaml to v1.11.2 Update module github.com/goccy/go-yaml to v1.11.2 - autoclosed Dec 5, 2023
@renovate renovate bot closed this Dec 5, 2023
@renovate renovate bot deleted the renovate/github.com-goccy-go-yaml-1.x branch December 5, 2023 23:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants