Skip to content

Update module github.com/oasdiff/yaml3 to v0.0.14#308

Open
red-hat-konflux[bot] wants to merge 1 commit into
masterfrom
konflux/mintmaker/master/github.com-oasdiff-yaml3-0.x
Open

Update module github.com/oasdiff/yaml3 to v0.0.14#308
red-hat-konflux[bot] wants to merge 1 commit into
masterfrom
konflux/mintmaker/master/github.com-oasdiff-yaml3-0.x

Conversation

@red-hat-konflux

@red-hat-konflux red-hat-konflux Bot commented May 2, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/oasdiff/yaml3 v0.0.0-20250309153720-d2182401db90v0.0.14 age confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

oasdiff/yaml3 (github.com/oasdiff/yaml3)

v0.0.14

Compare Source

Record node end positions (Node.EndLine/EndColumn) and the block-end span in the origin sequence, enabling consumers to reconstruct full block spans. Includes block-scalar and flow-collection end-position fixes.

v0.0.13: — Decoder.DisableTimestamps opt-out

Compare Source

What's new

Adds a Decoder.DisableTimestamps(bool) opt-out for YAML 1.1's implicit timestamp resolution.

YAML 1.1 auto-resolves unquoted date-shaped scalars (e.g. 1344-08-22) to time.Time, including when they appear as map keys. Real-world OpenAPI / JSON Schema specs sometimes use date-shaped strings as map keys (revision dates, version IDs, etc.); the auto-resolution silently turns the parsed value into a time.Time-keyed map, breaking any downstream string-keyed lookup.

When the new option is set, untagged date-shaped scalars resolve to strings instead. Explicit !!timestamp tags in the source still resolve to time.Time, since the explicit tag is the caller's intent.

API

dec := yaml.NewDecoder(r)
dec.DisableTimestamps(true)
dec.Decode(&v)

Default Decode() behaviour is unchanged: disableTimestamps defaults to false.

Origin

Closes the gap kin-openapi originally raised in invopop/yaml#10. invopop/yaml is no longer maintained, so kin-openapi switched to oasdiff/yaml (the wrapper) and this is the fix path for them.

Downstream

The wrapper oasdiff/yaml v0.1.0 exposes the same option on its Unmarshal entry point via DecodeOpts.DisableTimestamps.

PR

#​8

v0.0.12

Compare Source

v0.0.11

Compare Source

v0.0.10

Compare Source

v0.0.9

Compare Source

v0.0.8

Compare Source

v0.0.6

Compare Source

fix: include scalar value in sequence item encoding for named lookup

v0.0.5

Compare Source

feat: include file path as first element in compact origin sequence

v0.0.4

Compare Source

v0.0.3

Compare Source

v0.0.2

Compare Source


Configuration

📅 Schedule: (in timezone Asia/Kolkata)

  • Branch creation
    • "on sunday"
  • 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

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/oasdiff/yaml3 to v0.0.12 chore(deps): update module github.com/oasdiff/yaml3 to v0.0.12 - autoclosed May 6, 2026
@red-hat-konflux red-hat-konflux Bot closed this May 6, 2026
@red-hat-konflux red-hat-konflux Bot deleted the konflux/mintmaker/master/github.com-oasdiff-yaml3-0.x branch May 6, 2026 11:27
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/oasdiff/yaml3 to v0.0.12 - autoclosed chore(deps): update module github.com/oasdiff/yaml3 to v0.0.12 May 9, 2026
@red-hat-konflux red-hat-konflux Bot reopened this May 9, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/github.com-oasdiff-yaml3-0.x branch 3 times, most recently from ad56ce0 to 18968e1 Compare May 16, 2026 22:11
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/oasdiff/yaml3 to v0.0.12 chore(deps): update module github.com/oasdiff/yaml3 to v0.0.13 May 16, 2026
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/oasdiff/yaml3 to v0.0.13 Update module github.com/oasdiff/yaml3 to v0.0.13 Jun 27, 2026
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/github.com-oasdiff-yaml3-0.x branch from 18968e1 to f02677b Compare June 28, 2026 17:25
@red-hat-konflux red-hat-konflux Bot changed the title Update module github.com/oasdiff/yaml3 to v0.0.13 Update module github.com/oasdiff/yaml3 to v0.0.14 Jun 28, 2026
@red-hat-konflux

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.23.6 -> 1.25

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