Skip to content

Commit

Permalink
chore(deps): Update .net deps (#128)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [Google.Protobuf](https://togithub.com/protocolbuffers/protobuf) |
`3.25.3` -> `3.26.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Google.Protobuf/3.26.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Google.Protobuf/3.26.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Google.Protobuf/3.25.3/3.26.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Google.Protobuf/3.25.3/3.26.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [NUnit.Analyzers](https://togithub.com/nunit/nunit.analyzers) |
`4.0.1` -> `4.1.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/NUnit.Analyzers/4.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/NUnit.Analyzers/4.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/NUnit.Analyzers/4.0.1/4.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/NUnit.Analyzers/4.0.1/4.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [Testcontainers](https://dotnet.testcontainers.org/)
([source](https://togithub.com/testcontainers/testcontainers-dotnet)) |
`3.7.0` -> `3.8.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Testcontainers/3.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Testcontainers/3.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Testcontainers/3.7.0/3.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Testcontainers/3.7.0/3.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [coverlet.collector](https://togithub.com/coverlet-coverage/coverlet)
| `6.0.1` -> `6.0.2` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/coverlet.collector/6.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/coverlet.collector/6.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/coverlet.collector/6.0.1/6.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/coverlet.collector/6.0.1/6.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>protocolbuffers/protobuf (Google.Protobuf)</summary>

###
[`v3.26.0`](https://togithub.com/protocolbuffers/protobuf/compare/v3.25.3...v3.26.0)

</details>

<details>
<summary>nunit/nunit.analyzers (NUnit.Analyzers)</summary>

###
[`v4.1.0`](https://togithub.com/nunit/nunit.analyzers/releases/tag/4.1.0):
NUnit Analyzers 4.1 - March 16, 2024

[Compare
Source](https://togithub.com/nunit/nunit.analyzers/compare/4.0.1...4.1.0)

NUnit Analyzers 4.1 - March 16, 2024

This release of the Analyzers extends the suppression of nullable
warnings to also respect assumptions -
expressed via `Assume.That`. Also nullable warnings are suppressed even
in the context of the
null-forgiving operator `!`, and NUnit2010 is extended to also cover
`is` pattern expressions - e.g.
`is null` and more general integer patterns as `is < 0 or >= 1`.

The release contains contributions from the following users (in
alphabetical order):

-   [@&#8203;lahma](https://togithub.com/lahma)
-   [@&#8203;manfred-brands](https://togithub.com/manfred-brands)
-   [@&#8203;mikkelbu](https://togithub.com/mikkelbu)
-   [@&#8203;RenderMichael](https://togithub.com/RenderMichael)
-   [@&#8203;TheBigNeo](https://togithub.com/TheBigNeo)
-   [@&#8203;verdie-g](https://togithub.com/verdie-g)

Issues Resolved

Features and Enhancements

- [#&#8203;693](https://togithub.com/nunit/nunit.analyzers/issues/693)
Possibly Null Reference Warning should be suppressed for Assume
- [#&#8203;691](https://togithub.com/nunit/nunit.analyzers/issues/691)
Extent rule NUnit2010 to detect 'is null'
- [#&#8203;679](https://togithub.com/nunit/nunit.analyzers/issues/679)
Null suppression doesn't work when the body has a null suppression

Bugs

- [#&#8203;700](https://togithub.com/nunit/nunit.analyzers/issues/700)
CodeFix for Assert with null message causes ambiguous code.
- [#&#8203;689](https://togithub.com/nunit/nunit.analyzers/issues/689)
Incorrect constraint model transformation for named parameters

Tooling, Process, and Documentation

- [#&#8203;697](https://togithub.com/nunit/nunit.analyzers/issues/697)
chore: Bump NUnit to version 4.1.0
- [#&#8203;694](https://togithub.com/nunit/nunit.analyzers/issues/694)
Switch to using license expression
- [#&#8203;690](https://togithub.com/nunit/nunit.analyzers/issues/690)
chore(deps): Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0
- [#&#8203;687](https://togithub.com/nunit/nunit.analyzers/issues/687)
chore: Update release notes

</details>

<details>
<summary>testcontainers/testcontainers-dotnet (Testcontainers)</summary>

###
[`v3.8.0`](https://togithub.com/testcontainers/testcontainers-dotnet/releases/tag/3.8.0)

[Compare
Source](https://togithub.com/testcontainers/testcontainers-dotnet/compare/3.7.0...3.8.0)

Thank you very much to all contributors once again. This version
contains really great features and important fixes. Awesome increment 🙏.

### What's Changed

#### ⚠️ Breaking Changes

If you have overwritten the default logger previously (setting
`TestcontainersSettings.Logger`), please be aware that each builder now
offers a dedicated API to configure the actual logger. This has several
advantages; among others, it integrates very nicely into xUnit.net's
[scoped](https://togithub.com/testcontainers/testcontainers-dotnet/blob/14f9ad92ece7b5539aed0c8f2f7c5415ab97aab8/tests/Testcontainers.Platform.Linux.Tests/LoggerTest.cs)
loggers.

- feat: Add `WithLogger(ILogger)` builder API
([#&#8203;1100](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1100))
[@&#8203;0xced](https://togithub.com/0xced)

#### 🚀 Features

- feat: Use built-in PEM certificate import on .NET 6 and onwards
([#&#8203;1139](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1139))
[@&#8203;0xced](https://togithub.com/0xced)
- feat: Add `WithLogger(ILogger)` builder API
([#&#8203;1100](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1100))
[@&#8203;0xced](https://togithub.com/0xced)
- feat: Add support for the target frameworks net6.0 and net8.0
([#&#8203;1133](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1133))
[@&#8203;HofmeisterAn](https://togithub.com/HofmeisterAn)
- feat: Add Milvus module
([#&#8203;1131](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1131))
[@&#8203;roji](https://togithub.com/roji)
- feat: Embed symbols and enable continuous integration builds
(deterministic source paths)
([#&#8203;1129](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1129))
[@&#8203;tom-englert](https://togithub.com/tom-englert)
- feat: Add remote container registry identity token support
([#&#8203;1124](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1124))
[@&#8203;HofmeisterAn](https://togithub.com/HofmeisterAn)
- feat: Add URL-based resource mapping container builder API
([#&#8203;1118](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1118))
[@&#8203;0xced](https://togithub.com/0xced)
- feat: Add CockroachDB module
([#&#8203;1077](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1077))
[@&#8203;rafaumlemos](https://togithub.com/rafaumlemos)
- feat: Add reuse support
([#&#8203;1051](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1051))
[@&#8203;david-szabo97](https://togithub.com/david-szabo97)

#### 🐛 Bug Fixes

- fix: Prevent a `NullReferenceException` when pulling uncached base
images to build an image
([#&#8203;1126](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1126))
[@&#8203;tom-englert](https://togithub.com/tom-englert)
- fix: Prevent .dockerignore entry from matching everything if it ends
with globstart
([#&#8203;1122](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1122))
[@&#8203;HofmeisterAn](https://togithub.com/HofmeisterAn)
- fix: Consider the timestamp in the log message wait strategy (read the
correct log message chunk)
([#&#8203;1110](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1110))
[@&#8203;HofmeisterAn](https://togithub.com/HofmeisterAn)
- fix(CosmosDb): SSL connection could not be established
([#&#8203;1109](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1109))
[@&#8203;WakaToa](https://togithub.com/WakaToa)

#### 🧹 Housekeeping

- chore: Ensure that stderr is empty after executing scripts
([#&#8203;1116](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1116))
[@&#8203;0xced](https://togithub.com/0xced)
- chore: Use the `pg_isready` command to assess whether PostgreSQL is
ready or not
([#&#8203;1111](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1111))
[@&#8203;0xced](https://togithub.com/0xced)
- chore: Switch to the SDK's included Central Package Management
([#&#8203;1106](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1106))
[@&#8203;HofmeisterAn](https://togithub.com/HofmeisterAn)
- chore: Use relative ProjectReference paths instead of $(SolutionDir)
([#&#8203;1094](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1094))
[@&#8203;0xced](https://togithub.com/0xced)
- chore: Update xUnit.net
([#&#8203;1087](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1087))
[@&#8203;HofmeisterAn](https://togithub.com/HofmeisterAn)

#### 📦 Dependency Updates

- chore(deps): Bump Microsoft.Data.SqlClient from 5.1.0 to 5.1.3 in
/tests/Testcontainers.SqlEdge.Tests
([#&#8203;1088](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1088))
[@&#8203;dependabot](https://togithub.com/dependabot)
- chore(deps): Bump Microsoft.Data.SqlClient from 5.1.0 to 5.1.3 in
/tests/Testcontainers.MsSql.Tests
([#&#8203;1089](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1089))
[@&#8203;dependabot](https://togithub.com/dependabot)

</details>

<details>
<summary>coverlet-coverage/coverlet (coverlet.collector)</summary>

###
[`v6.0.2`](https://togithub.com/coverlet-coverage/coverlet/releases/tag/v6.0.2)

##### Fixed

- Threshold-stat triggers error
[#&#8203;1634](https://togithub.com/coverlet-coverage/coverlet/issues/1634)
- Fixed coverlet collector 6.0.1 requires dotnet sdk 8
[#&#8203;1625](https://togithub.com/coverlet-coverage/coverlet/issues/1625)
- Type initializer errors after updating from 6.0.0 to 6.0.1
[#&#8203;1629](https://togithub.com/coverlet-coverage/coverlet/issues/1629)
- Exception when multiple exclude-by-attribute filters specified
[#&#8203;1624](https://togithub.com/coverlet-coverage/coverlet/issues/1624)

##### Improvements

- More concise options to specify multiple parameters in
coverlet.console
[#&#8203;1624](https://togithub.com/coverlet-coverage/coverlet/issues/1624)

[Diff between 6.0.1 and
6.0.2](https://togithub.com/coverlet-coverage/coverlet/compare/v6.0.1...v6.0.2)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/cerbos/cerbos-sdk-net).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI2MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Oğuzhan Durgun <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 21, 2024
1 parent 8af3030 commit 2ad5b1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/Sdk.UnitTests/Sdk.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="NUnit" Version="4.1.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="NUnit.Analyzers" Version="4.0.1" />
<PackageReference Include="coverlet.collector" Version="6.0.1" />
<PackageReference Include="Testcontainers" Version="3.7.0" />
<PackageReference Include="NUnit.Analyzers" Version="4.1.0" />
<PackageReference Include="coverlet.collector" Version="6.0.2" />
<PackageReference Include="Testcontainers" Version="3.8.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk/sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.25.3" />
<PackageReference Include="Google.Protobuf" Version="3.26.0" />
<PackageReference Include="Grpc" Version="2.46.6" />
<PackageReference Include="Grpc.Net.Client" Version="2.61.0" />
</ItemGroup>
Expand Down

0 comments on commit 2ad5b1e

Please sign in to comment.