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

[deps]: Update YamlDotNet to v15 #12

Merged
merged 1 commit into from
Feb 15, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 3, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
YamlDotNet (source) 12.3.1 -> 15.1.1 age adoption passing confidence

Release Notes

aaubry/YamlDotNet (YamlDotNet)

v15.1.1: Release 15.1.1

  • Merge pull request #​902 from EdwardCooke/ec-901
    Fixed #​901 - private constructor and tag issue

v15.1.0: Release 15.1.0

  • Update the NuGet API key

  • Merge pull request #​897 from EdwardCooke/ec-net80-enumsasnumbers
    Enables #​773
    Adds naming conventions for convert enums to/from scalars
    Adds .NET8 binaries
    Adds support for custom formatting of enums, easy to expose enums as integers or whatever else.
    Quotes necessary enum strings (Null for example)
    Breaking: For those that get impacted pass in NullNamingConvention.Instance to the EnumNamingConvetion arguments on the constructor
    Breaking: Removed many of the redundant constructors for the classes, pass in the old default values to the new constructors

  • Merge pull request #​898 from EdwardCooke/ec-removeoldframeworks
    Breaking: Removes old frameworks, .net35, .net45

  • Merge pull request #​895 from stijnherreman/issue-677
    Make the type converters available to custom pre-processing phase visitors.

  • Merge pull request #​899 from EdwardCooke/ec-includenet80
    Added .net8 libraries to appveyor

  • Merge pull request #​887 from dougbu/dougbu/blank.lines.886
    Handle blank lines in Yaml.Text()

v13.7.1: Release 13.7.1

  • Merge pull request #​859 from EdwardCooke/ec-858-static-typeresolver-enums
    Special case on statictyperesolver for enums

v13.7.0: Release 13.7.0

  • Merge pull request #​856 from prochnowc/code-generation-object
    Added support for serialization and deserialization of 'object' to static code generation

  • Merge pull request #​839 from stijnherreman/dateonly-timeonly
    Implement DateOnly and TimeOnly converters.

v13.5.2: Release 13.5.2

  • Merge pull request #​855 from prochnowc/support-collections-with-arrays
    Fix code generation for Dictionary and List which use Array values

v13.5.1: Release 13.5.1

  • Merge pull request #​853 from prochnowc/static-external-model
    Fix multiple use of YamlSerializableAttribute

v13.5.0: Release 13.5.0

  • Merge pull request #​852 from prochnowc/static-external-model
    Add support for including types defined in another assembly in static code generation

v13.4.0: Release 13.4.0

  • Merge pull request #​824 from 64J0/64J0-patch-1
    F# samples

  • Merge pull request #​843 from EdwardCooke/ec-785-callbacks
    Added on onserialized/onserializing and ondeserialized/ondeserializing

v13.3.1: Release 13.3.1

  • Merge pull request #​834 from EdwardCooke/ec-810-nullyamlstreamscalars
    Support null values in YamlScalarNode for YamlStream

  • Merge pull request #​835 from EdwardCooke/ec-817-keynotappliedtoquotedscalars
    Set IsKey on quoted scalar keys

  • Merge pull request #​836 from EdwardCooke/ec-815-datetimeoffset
    Added a DateTimeOffsetConverter with a sample on usage

  • Merge pull request #​837 from EdwardCooke/ec-792-testsinnonenglish
    Fix tests running in cultures using different cultures

  • Merge pull request #​841 from EdwardCooke/ec-838-utfcharsets
    Escaped UTF-16/32 with UTF-8 surrogates

v13.2.0: Release 13.2.0

  • Merge pull request #​821 from rudolfolah/deserialize-generic-objects-error-message-and-sample
    Deserialize generic objects sample

  • Merge pull request #​825 from rbnswartz/rs/optimization-for-scanner
    Use a span to reduce string allocations

  • Merge pull request #​782 from hemnstill/mergingparser_with_aliases_try2
    MergingParser deserializer can now handle nested NodeSequence with aliases (try2)

  • Merge pull request #​778 from rutger-dijkstra/fix-block-level-quoted-strings
    Quoted scalars are flow scalars only if flowLevel > 0

  • Merge pull request #​832 from FyiurAmron/add_missing_methods_and_reorder
    Add missing methods to (de)serializer interfaces and implementations

  • Merge pull request #​827 from tymokvo/add-force-scalar-style
    Add default scalar style

v13.1.1: Release 13.1.1

  • Merge pull request #​814 from YihaoOct/yihao/fix-comments
    Fix Emitter to handle comments between a mapping key and a mapping/sequence value

v13.1.0: Release 13.1.0

  • Merge pull request #​774 from JJ11teen/buffered-deserialisation
    Buffered deserialisation

v13.0.2: Release 13.0.2

  • Fixed static tests so the pass in linux

  • Merge pull request #​786 from meziantou/fix-nullable
    Fix NRT for ISerializer

  • Merge pull request #​787 from meziantou/fix-nrt-ipropertydescriptor
    Fix nullable annotations for IPropertyDescriptor.GetCustomAttribute

  • Merge pull request #​788 from EdwardCooke/ec-740-nested
    Support nested classes in the static code generator

v13.0.1: Release 13.0.1

  • Made pushing the serializer optional

  • Merge pull request #​780 from hemnstill/mergingparser_with_aliases
    MergingParser deserializer can now handle nested NodeSequence + tests

v13.0.0: Release 13.0.0

  • Merge pull request #​769 from EdwardCooke/ec-fix-304
    Special named enums get taken into account with quotingneccesarystrings

  • Merge pull request #​768 from EdwardCooke/ec-fix-587
    Fixed DateTime serialization with JSON using single quotes

  • Update NuGet API key
    The previous key was about to expire.

  • Merge pull request #​767 from LaXiS96/feature/yaml11_strings
    Option to quote YAML 1.1 strings

  • Merge pull request #​771 from stan-sz/WithDuplicateKeyChecking
    Follow up on duplicate key checking

  • Merge pull request #​761 from EdwardCooke/ec-aotwarnings
    Added static builders and abstracted reflection components


Configuration

📅 Schedule: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), 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.

@bitwarden-bot
Copy link

bitwarden-bot commented Feb 3, 2024

Logo
Checkmarx One – Scan Summary & Details9ebdc7cb-3f9f-4f3c-9c47-b98d55335bcc

No New Or Fixed Issues Found

@renovate renovate bot force-pushed the renovate/yamldotnet-15.x branch from db29a49 to 1791e52 Compare February 5, 2024 02:48
@renovate renovate bot changed the title Update dependency YamlDotNet to v15 [deps]: Update YamlDotNet to v15 Feb 14, 2024
@renovate renovate bot force-pushed the renovate/yamldotnet-15.x branch from 1791e52 to 8cde6ec Compare February 15, 2024 20:26
@vgrassia vgrassia self-requested a review February 15, 2024 20:27
@vgrassia vgrassia merged commit dcf9d3e into main Feb 15, 2024
1 of 3 checks passed
@vgrassia vgrassia deleted the renovate/yamldotnet-15.x branch February 15, 2024 20:27
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.

2 participants