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 13.2.0 to 13.3.1 #1607

Merged
merged 3 commits into from
Aug 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading