Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Update .net deps (#128)
[![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): - [@​lahma](https://togithub.com/lahma) - [@​manfred-brands](https://togithub.com/manfred-brands) - [@​mikkelbu](https://togithub.com/mikkelbu) - [@​RenderMichael](https://togithub.com/RenderMichael) - [@​TheBigNeo](https://togithub.com/TheBigNeo) - [@​verdie-g](https://togithub.com/verdie-g) Issues Resolved Features and Enhancements - [#​693](https://togithub.com/nunit/nunit.analyzers/issues/693) Possibly Null Reference Warning should be suppressed for Assume - [#​691](https://togithub.com/nunit/nunit.analyzers/issues/691) Extent rule NUnit2010 to detect 'is null' - [#​679](https://togithub.com/nunit/nunit.analyzers/issues/679) Null suppression doesn't work when the body has a null suppression Bugs - [#​700](https://togithub.com/nunit/nunit.analyzers/issues/700) CodeFix for Assert with null message causes ambiguous code. - [#​689](https://togithub.com/nunit/nunit.analyzers/issues/689) Incorrect constraint model transformation for named parameters Tooling, Process, and Documentation - [#​697](https://togithub.com/nunit/nunit.analyzers/issues/697) chore: Bump NUnit to version 4.1.0 - [#​694](https://togithub.com/nunit/nunit.analyzers/issues/694) Switch to using license expression - [#​690](https://togithub.com/nunit/nunit.analyzers/issues/690) chore(deps): Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 - [#​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 ([#​1100](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1100)) [@​0xced](https://togithub.com/0xced) #### 🚀 Features - feat: Use built-in PEM certificate import on .NET 6 and onwards ([#​1139](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1139)) [@​0xced](https://togithub.com/0xced) - feat: Add `WithLogger(ILogger)` builder API ([#​1100](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1100)) [@​0xced](https://togithub.com/0xced) - feat: Add support for the target frameworks net6.0 and net8.0 ([#​1133](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1133)) [@​HofmeisterAn](https://togithub.com/HofmeisterAn) - feat: Add Milvus module ([#​1131](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1131)) [@​roji](https://togithub.com/roji) - feat: Embed symbols and enable continuous integration builds (deterministic source paths) ([#​1129](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1129)) [@​tom-englert](https://togithub.com/tom-englert) - feat: Add remote container registry identity token support ([#​1124](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1124)) [@​HofmeisterAn](https://togithub.com/HofmeisterAn) - feat: Add URL-based resource mapping container builder API ([#​1118](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1118)) [@​0xced](https://togithub.com/0xced) - feat: Add CockroachDB module ([#​1077](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1077)) [@​rafaumlemos](https://togithub.com/rafaumlemos) - feat: Add reuse support ([#​1051](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1051)) [@​david-szabo97](https://togithub.com/david-szabo97) #### 🐛 Bug Fixes - fix: Prevent a `NullReferenceException` when pulling uncached base images to build an image ([#​1126](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1126)) [@​tom-englert](https://togithub.com/tom-englert) - fix: Prevent .dockerignore entry from matching everything if it ends with globstart ([#​1122](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1122)) [@​HofmeisterAn](https://togithub.com/HofmeisterAn) - fix: Consider the timestamp in the log message wait strategy (read the correct log message chunk) ([#​1110](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1110)) [@​HofmeisterAn](https://togithub.com/HofmeisterAn) - fix(CosmosDb): SSL connection could not be established ([#​1109](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1109)) [@​WakaToa](https://togithub.com/WakaToa) #### 🧹 Housekeeping - chore: Ensure that stderr is empty after executing scripts ([#​1116](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1116)) [@​0xced](https://togithub.com/0xced) - chore: Use the `pg_isready` command to assess whether PostgreSQL is ready or not ([#​1111](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1111)) [@​0xced](https://togithub.com/0xced) - chore: Switch to the SDK's included Central Package Management ([#​1106](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1106)) [@​HofmeisterAn](https://togithub.com/HofmeisterAn) - chore: Use relative ProjectReference paths instead of $(SolutionDir) ([#​1094](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1094)) [@​0xced](https://togithub.com/0xced) - chore: Update xUnit.net ([#​1087](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1087)) [@​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 ([#​1088](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1088)) [@​dependabot](https://togithub.com/dependabot) - chore(deps): Bump Microsoft.Data.SqlClient from 5.1.0 to 5.1.3 in /tests/Testcontainers.MsSql.Tests ([#​1089](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1089)) [@​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 [#​1634](https://togithub.com/coverlet-coverage/coverlet/issues/1634) - Fixed coverlet collector 6.0.1 requires dotnet sdk 8 [#​1625](https://togithub.com/coverlet-coverage/coverlet/issues/1625) - Type initializer errors after updating from 6.0.0 to 6.0.1 [#​1629](https://togithub.com/coverlet-coverage/coverlet/issues/1629) - Exception when multiple exclude-by-attribute filters specified [#​1624](https://togithub.com/coverlet-coverage/coverlet/issues/1624) ##### Improvements - More concise options to specify multiple parameters in coverlet.console [#​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