Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps YamlDotNet from 11.2.1 to 12.0.0.

Release notes

Sourced from YamlDotNet's releases.

Release 12.0.0

  • Merge pull request #623 from jairbubbles/add-tostring-on-yamlexception
    Do not include the Start / End in the YamlException message

    • Make sure the constructors are consistant so that Message only contains the original message
    • Add ToString to include Start / End
  • Merge pull request #624 from jairbubbles/include-start-end-in-exceptions-thrown-by-type-in
    Include start / end in exceptions thrown by type inspector

  • Merge pull request #626 from willson556/bugfix/extra-newline
    Fix #361 - Extra Windows newline in folded scalar.

  • Adapt the code and project structure to easuly build with Unity

  • Merge pull request #646 from lahma/string-builder-pool
    Introduce StringBuilderPool

  • Merge pull request #648 from lahma/avoid-params-array-in-hash-code
    Avoid extra allocations in YamlScalarNode GetHashCode

  • Merge pull request #647 from lahma/struct-mark
    Change Mark to be readonly struct

  • Merge pull request #649 from lahma/add-benchmark
    Add YamlDotNet.Benchmark

  • Update NuGet API key

  • Link to the discussion about the status of the project

  • Update README.md

  • Merge pull request #693 from EdwardCooke/ec-updates
    VS 2022, Unit Tests and fixes

  • Merge pull request #696 from aaubry/JG-update-readme
    Remove the hint that this project is on hold

  • Merge pull request #695 from EdwardCooke/ec-fix637-numberformat
    G17 was creating issues with doubles and floats

  • Merge pull request #659 from dmitry-ra/fix-issue-638
    Fix #638: Parser hangs on stream of %Y

  • Merge pull request #698 from EdwardCooke/ec-643-setonlyproperties
    Allow set only properties during deserialization

  • Merge pull request #697 from EdwardCooke/ec-fix658-releasenotes
    Change the release notes link to use github releases

... (truncated)

Commits
  • ceacbdd Merge pull request #704 from aaubry/fix-prereleases-on-artifactory
  • ac2978c Ensure that pre-releases are always in lower case
  • 1ca20f4 Merge pull request #702 from EdwardCooke/ec-fix673-longminvaluedeserialize
  • fa3ae85 Make long.minvalue deserialize
  • 144e385 Merge pull request #700 from EdwardCooke/ec-fix684-blockscalarkeys
  • eb4e558 Merge pull request #664 from krisrok/fix/comment-indents
  • cda8ccd Merge pull request #701 from JoC0de/fix-nuget-package-spec
  • 0aae4f7 fixup nuget package spec
  • a08d558 Block scalars can be keys too
  • 38b6ff5 Merge pull request #699 from EdwardCooke/ec-roundtripnulls
  • 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 [YamlDotNet](https://github.com/aaubry/YamlDotNet) from 11.2.1 to 12.0.0.
- [Release notes](https://github.com/aaubry/YamlDotNet/releases)
- [Commits](aaubry/YamlDotNet@v11.2.1...v12.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file pr: dependency-update labels Jul 25, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #734 (e07a56a) into dev (a6fe172) will increase coverage by 0.05%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##              dev     #734      +/-   ##
==========================================
+ Coverage   79.48%   79.53%   +0.05%     
==========================================
  Files         138      138              
  Lines        3519     3519              
  Branches      357      357              
==========================================
+ Hits         2797     2799       +2     
+ Misses        577      576       -1     
+ Partials      145      144       -1     
Flag Coverage Δ
unittests 79.53% <ø> (+0.05%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...mon.HassClient/Internal/HomeAssistantConnection.cs 88.79% <0.00%> (+1.72%) ⬆️

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 a6fe172...e07a56a. Read the comment docs.

@helto4real helto4real enabled auto-merge (squash) July 27, 2022 20:57
@helto4real helto4real merged commit d7ec1c5 into dev Jul 27, 2022
@helto4real helto4real deleted the dependabot/nuget/YamlDotNet-12.0.0 branch July 27, 2022 20:59
Ikcelaks pushed a commit to Ikcelaks/netdaemon that referenced this pull request Dec 23, 2022
Bumps [YamlDotNet](https://github.com/aaubry/YamlDotNet) from 11.2.1 to 12.0.0.
- [Release notes](https://github.com/aaubry/YamlDotNet/releases)
- [Commits](aaubry/YamlDotNet@v11.2.1...v12.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tomas Hellström <tomas.hellstrom@yahoo.se>
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 pr: dependency-update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants