Skip to content

Commit

Permalink
Bump the pkg-updates group with 2 updates (#236)
Browse files Browse the repository at this point in the history
Bumps the pkg-updates group with 3 updates: [NUnit](https://github.com/nunit/nunit) and [Verify.NUnit](https://github.com/VerifyTests/Verify).


Updates `NUnit` from 4.3.0 to 4.3.1
- [Release notes](https://github.com/nunit/nunit/releases)
- [Changelog](https://github.com/nunit/nunit/blob/main/CHANGES.md)
- [Commits](nunit/nunit@4.3.0...4.3.1)

Updates `NUnit` from 4.3.0 to 4.3.0
- [Release notes](https://github.com/nunit/nunit/releases)
- [Changelog](https://github.com/nunit/nunit/blob/main/CHANGES.md)
- [Commits](nunit/nunit@4.3.0...4.3.1)

Updates `Verify.NUnit` from 28.5.0 to 28.7.0
- [Release notes](https://github.com/VerifyTests/Verify/releases)
- [Commits](VerifyTests/Verify@28.5.0...28.7.0)

---
updated-dependencies:
- dependency-name: NUnit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pkg-updates
- dependency-name: NUnit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pkg-updates
- dependency-name: Verify.NUnit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pkg-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 22, 2024
1 parent c13479c commit c266913
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageVersion Include="NUnit" Version="4.3.0" />
<PackageVersion Include="NUnit" Version="4.3.1" />
<PackageVersion Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageVersion Include="ReflectionAnalyzers" Version="0.3.1" />
<PackageVersion Include="Verify.NUnit" Version="28.5.0" />
<PackageVersion Include="Verify.NUnit" Version="28.7.0" />
<PackageVersion Include="Verify.SourceGenerators" Version="2.5.0" />
</ItemGroup>
</Project>
20 changes: 10 additions & 10 deletions tests/BuilderGenerator.Tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
},
"NUnit": {
"type": "Direct",
"requested": "[4.3.0, )",
"resolved": "4.3.0",
"contentHash": "dPClyF8aAmN8w/a7csFXUUbj0sivFVmSfX9CplV+dVeVUqnzoNFsLf7TjAPaxlrwbqHsr+F/pLd7ZEV4Sw9YHg=="
"requested": "[4.3.1, )",
"resolved": "4.3.1",
"contentHash": "798HDjDWfo2/BVWAeqIny3hRP2z/uk2EVeTeFB69EGHQWxFZ1oVXRaobtOdkzBF4b/olUuWXDJzgtW63aBRDxg=="
},
"NUnit3TestAdapter": {
"type": "Direct",
Expand All @@ -65,16 +65,16 @@
},
"Verify.NUnit": {
"type": "Direct",
"requested": "[28.5.0, )",
"resolved": "28.5.0",
"contentHash": "ZGy+tNiErrHUYr9wNglok5mqOATjVc3lYq2B2pH3QdYi58Fh/Sd20lMd80y8p4t25mUiBiCe0biO68Efd/jsEA==",
"requested": "[28.7.0, )",
"resolved": "28.7.0",
"contentHash": "xIHRmmG2A4+oje981qTBD7pjMgATQXB8b19wXNA20Z+6Iat63GaCb+Ctdqf66AjDibpC2HNXM6bLaWcSiJXnIg==",
"dependencies": {
"Argon": "0.26.0",
"DiffEngine": "15.6.0",
"NUnit": "4.2.2",
"NUnit": "4.3.0",
"SimpleInfoName": "3.1.0",
"System.IO.Hashing": "9.0.0",
"Verify": "28.5.0"
"Verify": "28.7.0"
}
},
"Verify.SourceGenerators": {
Expand Down Expand Up @@ -180,8 +180,8 @@
},
"Verify": {
"type": "Transitive",
"resolved": "28.5.0",
"contentHash": "tXQOZZt18jWeDz1U0GhGxGajt8lDZoVHSyDEJ+TAAi63PQSTde7rZtQfogk0FANdnhdhXagTV8TD32j0i3iu9Q==",
"resolved": "28.7.0",
"contentHash": "kbbDhWmzJXiijLuJ1ysL5jyJr2PJJ9sCgj/qbEG+LRKsXnYXCid6wVmUw/ciyVUeyH38iNtyAKtVj6YS7Q0zlg==",
"dependencies": {
"Argon": "0.26.0",
"DiffEngine": "15.6.0",
Expand Down

0 comments on commit c266913

Please sign in to comment.