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.9.2 to 2.1.0 #976

Merged
merged 1 commit into from
Aug 15, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2022

Bumps SharpYaml from 1.9.2 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

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)

@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Aug 12, 2022
Bumps [SharpYaml](https://github.com/xoofx/SharpYaml) from 1.9.2 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@1.9.2...2.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/SharpYaml-2.1.0 branch from 5428e60 to c2a23a0 Compare August 12, 2022 22:16
@baywet
Copy link
Member

baywet commented Aug 15, 2022

@MaggieKimani1 can you double check on why the major bump and whether we need to update any code before merging please?

@MaggieKimani1
Copy link
Contributor

@MaggieKimani1 can you double check on why the major bump and whether we need to update any code before merging please?

Yeah sure, let me check and revert..

@MaggieKimani1
Copy link
Contributor

@baywet I believe this is good to go. I've tested it and there are no breaking changes.

@baywet
Copy link
Member

baywet commented Aug 15, 2022

Thanks for checking, please go ahead, approve and merge then.

@MaggieKimani1 MaggieKimani1 merged commit 1e42e51 into vnext Aug 15, 2022
@MaggieKimani1 MaggieKimani1 deleted the dependabot/nuget/SharpYaml-2.1.0 branch August 15, 2022 18:31
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.

2 participants