chore(deps): update minor-updates-nuget #814
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.22.0
->0.23.0
5.7.1
->5.8.0
5.7.1
->5.8.0
5.7.1
->5.8.0
0.10.6
->0.11.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
andrewlock/NetEscapades.AspNetCore.SecurityHeaders (NetEscapades.AspNetCore.SecurityHeaders)
v0.23.0
Features:
unsafe-hashes
onstyle
attributes, and inline event handlers #162 (Thanks @tiesmaster!)openiddict/openiddict-core (OpenIddict.AspNetCore)
v5.8.0
Compare Source
This release introduces the following changes:
The OpenIddict client system integration now natively supports Android API 21+ (Android 5.0 and higher), iOS 12.0+, macOS 10.15+ and Mac Catalyst 13.1+. See Operating systems integration for more information.
Behavior change: the
OpenIddict.Client.SystemIntegration
package was updated to produce shorter default pipe names (which is required on macOS where strict length restrictions are enforced).The
OpenIddict.Client.SystemNetHttp
andOpenIddict.Validation.SystemNetHttp
packages have been updated to anticipate a breaking change introduced in the 9.0 version ofMicrosoft.Extensions.Http
. See https://github.com/dotnet/runtime/issues/35987#issuecomment-2219613018 for more information.5 new web providers were added to
OpenIddict.Client.WebIntegration
:OpenIddict now uses
Microsoft.IdentityModel
8.x on .NET 8.0 and higher.The
OpenIddict.EntityFramework
package now usesEntityFramework
6.5.1 as the minimum version.TNG/ArchUnitNET (TngTech.ArchUnitNET.xUnit)
v0.11.0
Compare Source
Breaking Changes
With this change, ArchUnitNET requires each test to have at least one successful evaluation for each checked rule. With this, tests like
Types().That().Are("ThisClassDoesNotExist"). …
will fail, because no type matches the precondition. This helps to prevent mistakes, where e.g. a change to a test leads to it no longer matching any type.
This behaviour can be deactivated by using the
WithoutRequiringPositiveResults
function:Types().That().Are("ThisClassDoesNotExist"). … .WithoutRequiringPositiveResults()
Features
Enhancements
Dependency Updates
Full Changes: TNG/ArchUnitNET@0.10.6...0.11.0
Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (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 if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.