Skip to content

Bump SharpYaml from 2.1.4 to 3.1.0#2757

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/src/Microsoft.OpenApi.YamlReader/SharpYaml-3.1.0
Closed

Bump SharpYaml from 2.1.4 to 3.1.0#2757
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/src/Microsoft.OpenApi.YamlReader/SharpYaml-3.1.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 4, 2026

Updated SharpYaml from 2.1.4 to 3.1.0.

Release notes

Sourced from SharpYaml's releases.

3.1.0

Changes

🚀 Enhancements

  • Preallocate dictionaries with expected capacity (PR #​125) by @​SimonCropp

🧰 Misc

  • Use TryGetValue to avoid double dictionary lookup (PR #​126) by @​SimonCropp
  • Use file scope namespace (21f6daca)
  • Docs: convert API references to xref (7a0b9eae)
  • Support default derived type without discriminator for polymorphic deserialization (8575ff6c)
  • Support UnknownDerivedTypeHandling on YamlPolymorphicAttribute (b34654c7)
  • Support integer discriminators and ensure Json/Yaml attribute parity for polymorphism (93c1b768)

Full Changelog: 3.0.0...3.1.0

Published with dotnet-releaser

3.0.0

Changes

✨ New Features

  • Add instructions (bb5669ef)
  • Add SharpYaml3 specification (719972bd)
  • Add v3 serializer API skeleton and docs (a4207490)
  • Add source generator baseline and JSON attribute support (b0d00f30)
  • Add lossless syntax tree API with spans and tests (dc9c8be6)
  • Add v3 golden-file serializer coverage (5fdb8d67)
  • Add NativeAOT smoke sample project (63eb9a97)
  • Add YAML converter API surface (e9920ba9)
  • Add polymorphism via discriminator and tags (4ff9f17c)
  • Add net10 benchmark suite vs YamlDotNet (f44b8b1e)
  • Add core YAML scalar and mapping serializer tests (3d5a4064)
  • Add parser/scanner error-path coverage tests (3c24a48d)
  • Add Emitter edge-case tests (4b2971f0)
  • Add comprehensive YAML 1.2 spec edge case tests (713efcbf)
  • Add YamlAttribute base class (5c12b356)
  • Add lifecycle callbacks for YAML serialization (2ea55f29)
  • Add YamlExtensionData support for overflow properties (15aae5c2)
  • Add YamlConverterAttribute for custom converters (289a4d8e)
  • Add svg logo (a3229804)
  • Add benchmark results (7d4373b7)
  • Add netstandard2.0 target (PolySharp + conditional System.Text.Json) (32f3d46b)
  • Add built-in DateTime/Guid/TimeSpan converters (0fe77904)
  • Add site.yml workflow (0996915a)
  • Add IBufferWriter serialization overloads (7cf50ce0)
  • Add collection and non-string dictionary support (reflection) (8dcf1951)
  • Add merge key (<<) support for Core/Extended (cef01b1b)
  • Add net8.0 target framework (4e4c41b9)

🐛 Bug Fixes

  • Fix YAML writer escaping for control chars (9361d1fe)
  • Fix warnings in YamlSerializerOptions (ab23407e)
  • Fix: accept YAML 1.2 %YAML directives (ef0c9138)
  • Fix: improve EventReader.Expect exception message (59b0f632)
  • Fix: allow ':' in flow plain scalars (56535768)
  • Fix: stream TextReader deserialization (9366fe84)
  • Fix: make InsertionQueue internal (4c758ce3)
  • Fix anchor handling for immutable collections (40cb7294)
  • Fix site readme.md (4dd6c7bc)
  • Fix icons (ec9e0390)
  • Fix package readme inclusion (da9f3c5d)

🚀 Enhancements

  • Refactor typeinfo IO protocol and optimize YAML writing (05ad66f3)
  • Refactor reader/writer base, options record, JsonNamingPolicy (5bac5355)
    ... (truncated)

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: SharpYaml
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Mar 4, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 4, 2026 21:32
@dependabot dependabot bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .net code labels Mar 4, 2026
@baywet
Copy link
Member

baywet commented Mar 4, 2026

@dependabot ignore this major version

@dependabot dependabot bot closed this Mar 4, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 4, 2026

OK, I won't notify you about version 3.x.x again, unless you re-open this PR.

@dependabot dependabot bot deleted the dependabot/nuget/src/Microsoft.OpenApi.YamlReader/SharpYaml-3.1.0 branch March 4, 2026 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant