Altinn / altinn-studio

Next generation open source Altinn platform and applications.
https://docs.altinn.studio
BSD 3-Clause "New" or "Revised" License
109 stars 73 forks source link

Update nuget non-major dependencies #13013

Closed renovate[bot] closed 4 days ago

renovate[bot] commented 1 week ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Altinn.Platform.Storage.Interface 3.27.0 -> 3.28.0 age adoption passing confidence
Testcontainers (source) 3.8.0 -> 3.9.0 age adoption passing confidence
Testcontainers.PostgreSql (source) 3.8.0 -> 3.9.0 age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

testcontainers/testcontainers-dotnet (Testcontainers) ### [`v3.9.0`](https://togithub.com/testcontainers/testcontainers-dotnet/releases/tag/3.9.0) [Compare Source](https://togithub.com/testcontainers/testcontainers-dotnet/compare/3.8.0...3.9.0) Thank you to everyone whose contributions made this release possible. ##### What's Changed ##### ⚠️ Breaking Changes The `UntilOperationIsSucceeded(Func, int, Action)` wait strategy is obsolete. Instead of this wait strategy, use any other wait strategy that matches your use case and configure the retry behavior accordingly ([wait strategy options](https://dotnet.testcontainers.org/api/wait_strategies/)). Using reuse together with the container builder method `WithName(string)` will generate a new reuse hash the first time you use the configuration. The container name was not included in calculating the reuse hash previously. - feat: Add wait strategy options ([#​1168](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1168)) [@​HofmeisterAn](https://togithub.com/HofmeisterAn) - feat: Include the container name in the reuse hash ([#​1162](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1162)) [@​0xced](https://togithub.com/0xced) ##### 🚀 Features - feat: Add Apache Pulsar module ([#​1103](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1103)) [@​entvex](https://togithub.com/entvex) - feat: Add custom configuration for retries, interval and timeout ([#​1169](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1169)) [@​HofmeisterAn](https://togithub.com/HofmeisterAn) - feat: Add wait strategy options ([#​1168](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1168)) [@​HofmeisterAn](https://togithub.com/HofmeisterAn) - feat: Include the container name in the reuse hash ([#​1162](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1162)) [@​0xced](https://togithub.com/0xced) ##### 🐛 Bug Fixes - fix: Add default file permission (755 for image build) ([#​1176](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1176)) [@​HofmeisterAn](https://togithub.com/HofmeisterAn) - fix(MySql): Create an empty `/var/lib/mysql-files` directory to prevent older versions from failing to start ([#​1144](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1144)) [@​0xced](https://togithub.com/0xced) ##### 📖 Documentation - docs: Add reading file from a container ([#​1151](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1151)) [@​HofmeisterAn](https://togithub.com/HofmeisterAn) ##### 🧹 Housekeeping - chore: Remove PulsarContainer.CreateAuthenticationTokenAsync(TimeSpan) default arg ([#​1195](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1195)) [@​entvex](https://togithub.com/entvex) - chore : Do not block async context on acquire lock ([#​1188](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1188)) [@​HofmeisterAn](https://togithub.com/HofmeisterAn) - chore: Prevent ReusableResourceTest from leaking resources ([#​1164](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1164)) [@​0xced](https://togithub.com/0xced) - refactor: Replace Azure SQL Edge with PostgreSQL ([#​1156](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1156)) [@​HofmeisterAn](https://togithub.com/HofmeisterAn) - chore: Remove obsolete members ([#​1146](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1146)) [@​HofmeisterAn](https://togithub.com/HofmeisterAn) ##### 📦 Dependency Updates - chore: Bump BouncyCastle.Cryptography ([#​1179](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1179)) [@​marco-carvalho](https://togithub.com/marco-carvalho) - chore: Use new sshd:1.2.0 image ([#​1160](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1160)) [@​mdelapenya](https://togithub.com/mdelapenya)

Configuration

📅 Schedule: Branch creation - "before 07:00 on Monday" in timezone Europe/Oslo, 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 if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 6 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.78%. Comparing base (d2e9f4e) to head (4979057).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #13013 +/- ## ======================================= Coverage 91.78% 91.78% ======================================= Files 1400 1400 Lines 19827 19827 Branches 2388 2388 ======================================= Hits 18199 18199 Misses 1371 1371 Partials 257 257 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.