Update module github.com/oasdiff/yaml3 to v0.0.13#142
Update module github.com/oasdiff/yaml3 to v0.0.13#142red-hat-konflux-kflux-prd-rh02[bot] wants to merge 1 commit into
Conversation
Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
|
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @red-hat-konflux-kflux-prd-rh02[bot]. Thanks for your PR. I'm waiting for a openshift-hyperfleet member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Central YAML (base), Organization UI (inherited) Review profile: ASSERTIVE Plan: Enterprise Run ID: 📒 Files selected for processing (1)
📝 WalkthroughSummary by CodeRabbit
WalkthroughA single indirect dependency version is updated in Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Closing: superseded by renovate.json config in #158 (HYPERFLEET-1095). MintMaker will re-create grouped updates on the next Monday cycle. |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
v0.0.0-20250309153720-d2182401db90→v0.0.13Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
oasdiff/yaml3 (github.com/oasdiff/yaml3)
v0.0.13: — Decoder.DisableTimestamps opt-outCompare 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) totime.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 atime.Time-keyed map, breaking any downstream string-keyed lookup.When the new option is set, untagged date-shaped scalars resolve to strings instead. Explicit
!!timestamptags in the source still resolve totime.Time, since the explicit tag is the caller's intent.API
Default
Decode()behaviour is unchanged:disableTimestampsdefaults tofalse.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/yamlv0.1.0 exposes the same option on itsUnmarshalentry point viaDecodeOpts.DisableTimestamps.PR
#8
v0.0.12Compare Source
v0.0.11Compare Source
v0.0.10Compare Source
v0.0.9Compare Source
v0.0.8Compare Source
v0.0.6Compare Source
fix: include scalar value in sequence item encoding for named lookup
v0.0.5Compare Source
feat: include file path as first element in compact origin sequence
v0.0.4Compare Source
v0.0.3Compare Source
v0.0.2Compare 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.
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.