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 YamlDotNet from 8.0.0 to 8.1.0 #98

Merged
merged 1 commit into from Jan 19, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps YamlDotNet from 8.0.0 to 8.1.0.

Changelog

Sourced from YamlDotNet's changelog.

Release 8.1.0

New features and improvements

  • Made CachedTypeInspector thread safe #386
    Previously, using an instance of Serializer or Deserializer was not thread-safe, although the intention was for them to be thread safe. The only mutable state is inside CachedTypeInspector and was not properly protected against concurrent mutation.

Other fixes

  • Fix type conflicts when targeting frameworks without nullability attributes #460

Previous releases

... (truncated)
Commits
  • bb70515 Prepare release 8.1.0
  • aaac633 Merge pull request #460 from Nihlus/nullability-conflicts
  • d077b3a Replace the nullability attributes in Portability.cs with a more feature-comp...
  • b6cf0f6 Make CachedTypeInspector thread safe
  • See full diff 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 badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [YamlDotNet](https://github.com/aaubry/YamlDotNet) from 8.0.0 to 8.1.0.
- [Release notes](https://github.com/aaubry/YamlDotNet/releases)
- [Changelog](https://github.com/aaubry/YamlDotNet/blob/master/RELEASE_NOTES.md)
- [Commits](aaubry/YamlDotNet@v8.0.0...v8.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the 📦 dependencies Pull requests that update a dependency file label Jan 18, 2020
@codecov
Copy link

codecov bot commented Jan 18, 2020

Codecov Report

Merging #98 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #98   +/-   ##
======================================
  Coverage    0.09%   0.09%           
======================================
  Files          26      26           
  Lines        1050    1050           
  Branches       86      86           
======================================
  Hits            1       1           
  Misses       1049    1049

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b2f15bc...c21e415. Read the comment docs.

@david-driscoll david-driscoll merged commit ba7ed8d into master Jan 19, 2020
@rsg-bot rsg-bot added this to the v0.12.0 milestone Jan 19, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/master/YamlDotNet-8.1.0 branch January 19, 2020 02:19
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.

None yet

2 participants