Skip to content

Commit

Permalink
Bump the nuget group across 1 directory with 5 updates (#342)
Browse files Browse the repository at this point in the history
* Bump the nuget group across 1 directory with 5 updates

Bumps the nuget group with 5 updates in the /ShareJobsData directory:

| Package | From | To |
| --- | --- | --- |
| [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer) | `2.0.159` | `2.0.163` |
| [Microsoft.VisualStudio.Threading.Analyzers](https://github.com/microsoft/vs-threading) | `17.10.48` | `17.11.20` |
| [Verify.Xunit](https://github.com/VerifyTests/Verify) | `25.0.4` | `26.2.0` |
| [xunit.analyzers](https://github.com/xunit/xunit.analyzers) | `1.14.0` | `1.15.0` |
| [YamlDotNet](https://github.com/aaubry/YamlDotNet) | `15.3.0` | `16.0.0` |



Updates `Meziantou.Analyzer` from 2.0.159 to 2.0.163
- [Release notes](https://github.com/meziantou/Meziantou.Analyzer/releases)
- [Commits](meziantou/Meziantou.Analyzer@2.0.159...2.0.163)

Updates `Microsoft.VisualStudio.Threading.Analyzers` from 17.10.48 to 17.11.20
- [Release notes](https://github.com/microsoft/vs-threading/releases)
- [Commits](microsoft/vs-threading@v17.10.48...v17.11.20)

Updates `Verify.Xunit` from 25.0.4 to 26.2.0
- [Release notes](https://github.com/VerifyTests/Verify/releases)
- [Commits](VerifyTests/Verify@25.0.4...26.2.0)

Updates `xunit.analyzers` from 1.14.0 to 1.15.0
- [Commits](xunit/xunit.analyzers@1.14.0...1.15.0)

Updates `YamlDotNet` from 15.3.0 to 16.0.0
- [Release notes](https://github.com/aaubry/YamlDotNet/releases)
- [Commits](aaubry/YamlDotNet@v15.3.0...v16.0.0)

---
updated-dependencies:
- dependency-name: Meziantou.Analyzer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: Microsoft.VisualStudio.Threading.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: Verify.Xunit
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget
- dependency-name: xunit.analyzers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: YamlDotNet
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget
...

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

* update nuget packages to latest

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eduardo Serrano <eduardomserrano@outlook.com>
  • Loading branch information
dependabot[bot] and edumserrano authored Aug 30, 2024
1 parent 48222ad commit 5a2f0ab
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
8 changes: 4 additions & 4 deletions ShareJobsData/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Meziantou.Analyzer" Version="2.0.159">
<PackageReference Include="Meziantou.Analyzer" Version="2.0.163">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.10.48">
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.11.20">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down Expand Up @@ -74,8 +74,8 @@
</PackageReference>
<PackageReference Include="NSubstitute" Version="5.1.0" />
<PackageReference Include="Shouldly" Version="4.2.1" />
<PackageReference Include="Verify.Xunit" Version="25.0.4" />
<PackageReference Include="xunit.analyzers" Version="1.14.0" />
<PackageReference Include="Verify.Xunit" Version="26.2.0" />
<PackageReference Include="xunit.analyzers" Version="1.15.0" />
<PackageReference Include="NSubstitute.Analyzers.CSharp" Version="1.0.17" />
<PackageReference Include="GitHubActionsTestLogger" Version="2.4.1" />
<PackageReference Include="LiquidTestReports.Custom" Version="1.0.9" />
Expand Down
2 changes: 1 addition & 1 deletion ShareJobsData/src/ShareJobsDataCli/ShareJobsDataCli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="OneOf" Version="3.0.271" />
<PackageReference Include="System.Net.Http.Json" Version="8.0.0" />
<PackageReference Include="YamlDotNet" Version="15.3.0" />
<PackageReference Include="YamlDotNet" Version="16.0.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

<ItemGroup>
<PackageReference Include="DotNet-Sdk-Extensions-Testing" Version="3.0.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Verify.DiffPlex" Version="3.0.0" />
<PackageReference Include="Verify.Http" Version="6.2.1" />
<PackageReference Include="xunit" Version="2.8.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1">
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Verify.DiffPlex" Version="3.1.0" />
<PackageReference Include="Verify.Http" Version="6.3.0" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down Expand Up @@ -44,4 +44,7 @@
<DependentUpon>%(ParentFile).cs</DependentUpon>
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Update="Verify.Xunit" Version="26.3.0" />
</ItemGroup>
</Project>

0 comments on commit 5a2f0ab

Please sign in to comment.