Skip to content

Bump SharpYaml from 1.6.6 to 1.8.0 #625

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

Merged
merged 1 commit into from
Nov 25, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2021

Bumps SharpYaml from 1.6.6 to 1.8.0.

Changelog

Sourced from SharpYaml's 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
  • b21523e Bump to 1.8.0
  • a5f0545 Merge pull request #92 from kzu/ns2
  • 9ad65fb Merge pull request #91 from Cinchoo/master
  • 6fc8b46 Merge pull request #88 from Voxel8/me/faster_analyze_scalar
  • 2114a41 Remove dependency on System.Reflection.TypeExtensions from netstandard2.0
  • 23d0a44 Ignore unmapped properties in YAML
  • 66b0b7f Eliminate memory allocation and redundant bound checks in AnalyzeScalar.
  • 03e501c Merge pull request #84 from Voxel8/me/update_next_children
  • 3ce9678 Update due to rebase.
  • f5def25 Use a trie to track subscribed paths and update subscriptions of child paths ...
  • 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)

@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Sep 16, 2021
@dependabot dependabot bot force-pushed the dependabot/nuget/SharpYaml-1.8.0 branch from c34a6f0 to 4386701 Compare November 5, 2021 09:15
@dependabot dependabot bot force-pushed the dependabot/nuget/SharpYaml-1.8.0 branch from 4386701 to c5b1271 Compare November 16, 2021 15:38
@dependabot dependabot bot force-pushed the dependabot/nuget/SharpYaml-1.8.0 branch 2 times, most recently from 1b41023 to d032cd3 Compare November 25, 2021 22:47
Bumps [SharpYaml](https://github.com/xoofx/SharpYaml) from 1.6.6 to 1.8.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...1.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/SharpYaml-1.8.0 branch from d032cd3 to 5595542 Compare November 25, 2021 23:21
@darrelmiller darrelmiller merged commit 89439ee into vnext Nov 25, 2021
@darrelmiller darrelmiller deleted the dependabot/nuget/SharpYaml-1.8.0 branch November 25, 2021 23:28
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