Skip to content

Commit

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


Updates `coverlet.collector` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](coverlet-coverage/coverlet@v6.0.2...v6.0.3)

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

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

---
updated-dependencies:
- dependency-name: coverlet.collector
  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-patch
  dependency-group: pkg-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 5, 2025
1 parent cf223a9 commit 3f435a7
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 @@ -5,7 +5,7 @@
<NoWarn>$(NoWarn);NU1507</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="coverlet.collector" Version="6.0.2" />
<PackageVersion Include="coverlet.collector" Version="6.0.3" />
<PackageVersion Include="GitHubActionsTestLogger" Version="2.4.1" />
<PackageVersion Include="IDisposableAnalyzers" Version="4.0.8" />
<PackageVersion Include="Microsoft.Bcl.HashCode" Version="6.0.0" />
Expand All @@ -15,7 +15,7 @@
<PackageVersion Include="NUnit" Version="4.3.2" />
<PackageVersion Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageVersion Include="ReflectionAnalyzers" Version="0.3.1" />
<PackageVersion Include="Verify.NUnit" Version="28.7.0" />
<PackageVersion Include="Verify.NUnit" Version="28.7.1" />
<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 @@ -4,9 +4,9 @@
"net8.0": {
"coverlet.collector": {
"type": "Direct",
"requested": "[6.0.2, )",
"resolved": "6.0.2",
"contentHash": "bJShQ6uWRTQ100ZeyiMqcFlhP7WJ+bCuabUs885dJiBEzMsJMSFr7BOyeCw4rgvQokteGi5rKQTlkhfQPUXg2A=="
"requested": "[6.0.3, )",
"resolved": "6.0.3",
"contentHash": "SvLbRq7gjzE34BI90vP6ge812+PAjinNoKhdFZHwVEu/ozJgZY+0KyDh1K0teDeMeuzQJuF8OvleRBYXsZDz0A=="
},
"GitHubActionsTestLogger": {
"type": "Direct",
Expand Down Expand Up @@ -65,16 +65,16 @@
},
"Verify.NUnit": {
"type": "Direct",
"requested": "[28.7.0, )",
"resolved": "28.7.0",
"contentHash": "xIHRmmG2A4+oje981qTBD7pjMgATQXB8b19wXNA20Z+6Iat63GaCb+Ctdqf66AjDibpC2HNXM6bLaWcSiJXnIg==",
"requested": "[28.7.1, )",
"resolved": "28.7.1",
"contentHash": "0aZPB5EpeRwqYW6RbRr161NrlSJ6+ro48rOv0K4B8OtrTucnzErj627jSnyT6VPt8WimkJIu/PsjprSHM2Wiqg==",
"dependencies": {
"Argon": "0.26.0",
"DiffEngine": "15.6.0",
"NUnit": "4.3.0",
"NUnit": "4.3.2",
"SimpleInfoName": "3.1.0",
"System.IO.Hashing": "9.0.0",
"Verify": "28.7.0"
"Verify": "28.7.1"
}
},
"Verify.SourceGenerators": {
Expand Down Expand Up @@ -180,8 +180,8 @@
},
"Verify": {
"type": "Transitive",
"resolved": "28.7.0",
"contentHash": "kbbDhWmzJXiijLuJ1ysL5jyJr2PJJ9sCgj/qbEG+LRKsXnYXCid6wVmUw/ciyVUeyH38iNtyAKtVj6YS7Q0zlg==",
"resolved": "28.7.1",
"contentHash": "fVw/zFbTCYMBlwRXBvCxbvaSTEWkQSCev5hV8wTQ2h9csTF6Itpn4RY65O1DEUzdf3Vi/f9XTWLb1dx/YhMgvw==",
"dependencies": {
"Argon": "0.26.0",
"DiffEngine": "15.6.0",
Expand Down

0 comments on commit 3f435a7

Please sign in to comment.