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

Bump SharpYaml from 1.6.5 to 2.1.0 #3

Closed
wants to merge 2 commits into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 23, 2022

Bumps SharpYaml from 1.6.5 to 2.1.0.

Release notes

Sourced from SharpYaml's releases.

2.1.0

Changes

✨ New Features

  • Add support for deserializing forward references. (9a6d64ec) by @​aaubry

🐛 Bug Fixes

  • Fix lost characters when emitting folded scalars with carriage returns. (7d1dea8a) by @​aaubry
  • Fix newline handling problems in folded scalars. (3abaeb43) by @​aaubry

🧰 Misc

  • Unwrap TargetInvocationExceptions. (9c9ee920) by @​aaubry
  • Emit multi-line scalars in folded style by default. (9ec7e620) by @​aaubry
  • Move classes to their own files. (951b581d) by @​aaubry
  • Increment version number. (7f513fcd) by @​aaubry

Full Changelog: 2.0.1...2.1.0

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)

... (truncated)

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

1.6.6

  • Handle parsing unicode surrogate pairs.
  • Fix serialization with DefaultStyle set to Flow
  • Make CoreSchema a singleton so that PrepareScalarRules only runs once.
Commits
  • f7960e2 Fix EOL
  • 1fa7fa2 Merge pull request #116 from bdovaz/feature/reuse-serializer-instance
  • 3fc9219 Minor doc fix
  • d03eecd Allow reuse of Serializer instance
  • 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.
  • 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)

VachaShah and others added 2 commits September 22, 2022 19:19
Bumps [SharpYaml](https://github.com/xoofx/SharpYaml) from 1.6.5 to 2.1.0.
- [Release notes](https://github.com/xoofx/SharpYaml/releases)
- [Changelog](https://github.com/xoofx/SharpYaml/blob/master/changelog.md)
- [Commits](xoofx/SharpYaml@v1.6.5...2.1.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 the dependencies Pull requests that update a dependency file label Sep 23, 2022
@VachaShah VachaShah self-requested a review as a code owner October 14, 2022 19:24
VachaShah pushed a commit that referenced this pull request Jan 19, 2024
Fix setup section in guide.



Minor updates to search.md



Added requested changes to search.md



Added requested changes to search.md #2



Added requested changes to search.md #3

Signed-off-by: Djcarrillo6 <[email protected]>
Copy link
Author

dependabot bot commented on behalf of github Feb 19, 2024

Superseded by #8.

@dependabot dependabot bot closed this Feb 19, 2024
@dependabot dependabot bot deleted the dependabot/nuget/SharpYaml-2.1.0 branch February 19, 2024 08:54
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant