Skip to content

Commit

Permalink
Bump YamlDotNet from 13.2.0 to 13.3.1 (#1607)
Browse files Browse the repository at this point in the history
* Bump YamlDotNet from 13.2.0 to 13.3.1

Bumps [YamlDotNet](https://github.com/aaubry/YamlDotNet) from 13.2.0 to 13.3.1.
- [Release notes](https://github.com/aaubry/YamlDotNet/releases)
- [Commits](aaubry/YamlDotNet@v13.2.0...v13.3.1)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Bump change log

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bernie White <[email protected]>
  • Loading branch information
dependabot[bot] and BernieWhite authored Aug 30, 2023
1 parent fce31f0 commit 457d426
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
17 changes: 4 additions & 13 deletions docs/CHANGELOG-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@ See [upgrade notes][1] for helpful information when upgrading from previous vers

[1]: https://aka.ms/ps-rule/upgrade

**Important notes**:

- Several options have been renamed and the old names will be removed in v3.
See [deprecations][2] for details.
- Several properties of rule and language block elements will be removed from v3.
See [deprecations][2] for details.

[2]: https://aka.ms/ps-rule/deprecations#deprecations-for-v3

**Experimental features**:

- Baseline groups allow you to use a friendly name to reference baselines.
Expand Down Expand Up @@ -53,14 +44,14 @@ What's changed since release v2.9.0:
[#1521](https://github.com/microsoft/PSRule/issues/1521)
- Added support for `.bicepparam`, `.tsp`, `.tsx`, `.editorconfig`, `.ipynb`, and `.toml` files.
- Engineering:
- Bump Microsoft.CodeAnalysis.NetAnalyzers to v7.0.3.
[#1550](https://github.com/microsoft/PSRule/pull/1550)
- Bump Microsoft.CodeAnalysis.NetAnalyzers to v7.0.4.
[#1602](https://github.com/microsoft/PSRule/pull/1602)
- Bump Microsoft.CodeAnalysis.Common to v4.7.0.
[#1593](https://github.com/microsoft/PSRule/pull/1593)
- Bump Microsoft.NET.Test.Sdk to v17.7.1.
[#1592](https://github.com/microsoft/PSRule/pull/1592)
- Bump YamlDotNet to v13.2.0.
[#1589](https://github.com/microsoft/PSRule/issues/1589)
- Bump YamlDotNet to v13.3.1.
[#1607](https://github.com/microsoft/PSRule/issues/1607)
- Bump xunit to v2.5.0.
[#1562](https://github.com/microsoft/PSRule/pull/1562)
- Bump xunit.runner.visualstudio to v2.5.0.
Expand Down
2 changes: 1 addition & 1 deletion src/PSRule.Types/PSRule.Types.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="YamlDotNet" Version="13.2.0" />
<PackageReference Include="YamlDotNet" Version="13.3.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 457d426

Please sign in to comment.