Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jul 5, 2022

Bumps SharpYaml from 1.6.6 to 2.0.0.

Release notes

Sourced from SharpYaml's releases.

2.0.0

Changes

Full Changelog: 1.9.2...2.0.0

1.9.2

Changes

🏭 Tests

🧰 Misc

Full Changelog: 1.9.1...1.9.2

1.9.1

Changes

🐛 Bug Fixes

  • Fix anchor with arrays (#97) (dcd5e740)
  • Fix exponent number in string to serialize them with double quotes (#96) (3105d16b)

Full Changelog: 1.9.0...1.9.1

1.9.0

Changes

🚨 Breaking Changes

  • Remove support for net35, net45. Keep only support for netstandard2.0

🚀 Enhancements

  • Add option to serializer settings to ignore null values (PR #94) by @​sescalada

🧰 Misc

  • Update to net6.0 (6061acab)
  • Use dotnet-releaser (d41ce9b0)
  • Update license.txt (c4ddfc04)

Full Changelog: 1.8.0...1.9.0

Changelog

Sourced from SharpYaml's changelog.

Changelog

1.8.0 (16 Sep 2021)

  • Add SerializerSettings.RespectPrivateSetters (PR xoofx/SharpYaml#61)
  • Fix clearing of mapping/sequence, and update IsImplicit when setting Tag (PR xoofx/SharpYaml#78)
  • Always enclose keys in quotes when emitting JSON (PR xoofx/SharpYaml#82)
  • Optimize memory usage (PR xoofx/SharpYaml#87)
  • Fix EmitJsonComptible typo by hiding old member and adding fixed one (PR xoofx/SharpYaml#86)
  • When an item is inserted/removed from a container, update the indices of the subsequent children in the tracker (PR xoofx/SharpYaml#84)
  • Allow to Ignore unmapped properties in YAML SerializerSettings.IgnoreUnmatchedProperties (PR xoofx/SharpYaml#91)
  • Remove dependency on System.Reflection.TypeExtensions from netstandad2.0 (PR xoofx/SharpYaml#92)

1.7.0 (8 Mar 2020)

  • Add PascalCase and CamelCase naming convention support
Commits
  • a8fcaa5 Merge pull request #112 from avinet/string-quotes
  • 21487e2 Merge pull request #114 from jbienz/feature/namedorder
  • 9159623 Merge pull request #113 from udaken/fix
  • 9e89c01 Added named order constructor to YamlMemberAttribute.
  • a5333fc Update readme about the status of this project
  • 406bd21 Tag type names in payloads are no longer respected by default.
  • da2c0e8 Force double quotes on integers and null in string
  • f3b1c7b Merge pull request #110 from udaken/nrt-annotations
  • 44824be Add Nullable reference type annotations
  • 768de4d Make use 'var' for local variables.
  • Additional 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps [SharpYaml](https://github.com/xoofx/SharpYaml) from 1.6.6 to 2.0.0.
- [Release notes](https://github.com/xoofx/SharpYaml/releases)
- [Changelog](https://github.com/xoofx/SharpYaml/blob/master/changelog.md)
- [Commits](xoofx/SharpYaml@v1.6.6...2.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jul 5, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 12, 2022

Superseded by #37.

@dependabot dependabot bot closed this Aug 12, 2022
@dependabot dependabot bot deleted the dependabot/nuget/SharpYaml-2.0.0 branch August 12, 2022 17:07
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