Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 24, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Altinn.ApiClients.Maskinporten 9.1.0 -> 9.2.1 age adoption passing confidence
Azure.Identity (source) 1.12.0 -> 1.13.1 age adoption passing confidence
Azure.Messaging.EventGrid (source) 4.25.0 -> 4.27.0 age adoption passing confidence
Azure.ResourceManager (source) 1.12.0 -> 1.13.0 age adoption passing confidence
Azure.Storage.Blobs (source) 12.20.0 -> 12.22.2 age adoption passing confidence
Hangfire.AspNetCore (source) 1.8.14 -> 1.8.15 age adoption passing confidence
Hangfire.Core (source) 1.8.14 -> 1.8.15 age adoption passing confidence
Hangfire.PostgreSql (source) 1.20.9 -> 1.20.10 age adoption passing confidence
Microsoft.AspNetCore.Authentication.JwtBearer (source) 8.0.8 -> 8.0.10 age adoption passing confidence
Microsoft.AspNetCore.Mvc.Testing (source) 8.0.7 -> 8.0.10 age adoption passing confidence
Microsoft.AspNetCore.OpenApi (source) 8.0.8 -> 8.0.10 age adoption passing confidence
Microsoft.Extensions.DependencyInjection.Abstractions (source) 8.0.1 -> 8.0.2 age adoption passing confidence
Microsoft.Extensions.Hosting.Abstractions (source) 8.0.0 -> 8.0.1 age adoption passing confidence
Microsoft.Extensions.Logging.Abstractions (source) 8.0.1 -> 8.0.2 age adoption passing confidence
Microsoft.Identity.Web 3.1.0 -> 3.3.0 age adoption passing confidence
Microsoft.IdentityModel.Protocols.OpenIdConnect 7.6.3 -> 7.7.1 age adoption passing confidence
Microsoft.NET.Test.Sdk 17.10.0 -> 17.11.1 age adoption passing confidence
Moq 4.20.70 -> 4.20.72 age adoption passing confidence
Npgsql 8.0.3 -> 8.0.5 age adoption passing confidence
Polly 8.4.1 -> 8.4.2 age adoption passing confidence
Serilog (source) 4.0.1 -> 4.1.0 age adoption passing confidence
Serilog.AspNetCore 8.0.2 -> 8.0.3 age adoption passing confidence
Swashbuckle.AspNetCore 6.7.3 -> 6.9.0 age adoption passing confidence
System.IdentityModel.Tokens.Jwt 7.6.3 -> 7.7.1 age adoption passing confidence
xunit 2.9.0 -> 2.9.2 age adoption passing confidence

Release Notes

Altinn/altinn-apiclient-maskinporten (Altinn.ApiClients.Maskinporten)

v9.2.1

What's Changed

New Contributors

Full Changelog: Altinn/altinn-apiclient-maskinporten@v9.2.0...v9.2.1

v9.2.0

What's Changed

New Contributors

Full Changelog: Altinn/altinn-apiclient-maskinporten@v9.1.0...v9.2.0

Azure/azure-sdk-for-net (Azure.Identity)

v1.13.1

Compare Source

1.13.1 (2024-10-24)
Bugs Fixed
  • Fixed a regression that prevented ManagedIdentityCredential from attempting to detect if Workload Identity is enabled in the current environment. #​46653
  • Fixed a regression that prevented DefaultAzureCredential from progressing past ManagedIdentityCredential in some scenarios where the identity was not available. #​46709

v1.13.0

Compare Source

1.13.0 (2024-10-14)

Features Added
  • ManagedIdentityCredential now supports specifying a user-assigned managed identity by object ID.
Bugs Fixed
  • If DefaultAzureCredential attempts to authenticate with the MangagedIdentityCredential and it receives either a failed response that is not json, it will now fall through to the next credential in the chain. #​45184
  • Fixed the request sent in AzurePipelinesCredential so it doesn't result in a redirect response when an invalid system access token is provided.
  • Updated to version 4.65.0 of Microsoft.Identity.Client to address a bug preventing the use of alternate authority types such as dStS (4927) .
Other Changes
  • The logging level passed to MSAL now correlates to the log level configured on your configured AzureEventSourceListener. Previously, the log level was always set to Microsoft.Identity.Client.LogLevel.Info.
  • AzurePowerShellCredential now utilizes the AsSecureString parameter to Get-AzAccessToken for version 2.17.0 and greater of the Az.Accounts module.
  • Improved error logging for AzurePipelinesCredential.

v1.12.1

Compare Source

1.12.1 (2024-09-26)

Bugs Fixed
  • Updated to version 4.65.0 of Microsoft.Identity.Client to address a bug preventing the use of alternate authority types such as dStS (4927) .
HangfireIO/Hangfire (Hangfire.AspNetCore)

v1.8.15: 1.8.15

Release Notes
Hangfire.Core
  • Added – New AutomaticRetryAttribute.ExceptOn property to skip retries for specific exceptions.
  • Changed – Refactor filters pipeline to use less LINQ magic and fewer allocations.
  • Changed – Use GetCultureInfo instead of creating an instance in the CaptureCultureAttribute filter.
  • Changed – Cache some immutable data to avoid extra allocations.
  • Fixed – Improve loopback address detection (by @​meziantou).
  • Fixed – Reformulate misleading error messages regarding retry timings (by @​RGFuaWVs).
  • Fixed – Problem with missing localizations in the previous version.
  • Fixed – Don't hide exception details on Failed Jobs page when the exception message is empty.
  • Fixed – Problems with the first restore when using the build.bat command.
  • Fixed – Better display of canceled recurring jobs in dashboard.
  • Fixed – Less overall allocations with using static delegates and struct-based iterators.
  • Fixed – Improve precision of some diagnostic messages in the wait protection logic.
  • Fixed – Make all private and internal classes sealed to improve code consistency.
  • Fixed – Less overall pressure on garbage collector.
Hangfire.SqlServer
  • Changed – Use query template caching based on schema name to avoid excessive string allocations.
  • Changed – Use static callbacks almost anywhere to avoid unnecessary delegate allocations.
  • Changed – Use QuerySingle* or ReadSingle* where possible to avoid allocating lists.
  • Changed – Unify DbCommand and DbParameter creation logic to improve code consistency.
frankhommers/Hangfire.PostgreSql (Hangfire.PostgreSql)

v1.20.10

Compare Source

What's Changed
New Contributors

Full Changelog: hangfire-postgres/Hangfire.PostgreSql@1.20.9...1.20.10

dotnet/aspnetcore (Microsoft.AspNetCore.Authentication.JwtBearer)

v8.0.10: .NET 8.0.10

Release

dotnet/runtime (Microsoft.Extensions.DependencyInjection.Abstractions)

v8.0.2: .NET 8.0.2

Release

AzureAD/microsoft-identity-web (Microsoft.Identity.Web)

v3.3.0

Compare Source

========

  • Updated to Microsoft.Identity.Client 4.66.0
  • Update system.Text.Json to 8.0.5 CVE-2024-43485
  • Updated to .NET 9 RC2
New features
  • Microsoft.Identity.Web token acquisitio now provides an extensibility mechanism to enlight non-standard features. For details, see #​2975
Fundamentals

v3.2.2

Compare Source

=========

  • Updated to Microsoft.IdentityModel.* 8.1.2

v3.2.1

Compare Source

=========

  • Updated to Microsoft.IdentityModel.* 8.1.1

v3.2.0

Compare Source

=========

  • Updated to Microsoft.Identity.Abstractions 7.1.0
  • Updated to Microsoft.IdentityModel.* 8.1.0
  • Updated to Microsoft.Identity.Client 4.64.1
     
New features
  • In .NET 8 and above, IDownstreamApi overloads take a JsonTypeInfo<T> parameter to enable source generated JSON deserialization. See issue #​2930 for details.
Bug fixes:
  • Azure region is used while creating application keys when the TokenAcquisition service caches application objects, and the TokenAcquirerFactory caches TokenAcquirer. See #​3002 for details.
  • Improved error messages for FIC. See issue #​3000 for details.
Fundamentals:
  • Improved test coverage for GetCacheKey. See PR #​3020 for details.
  • Update to .NET 9-RC1. See issue #​3025 for details.
  • Fix static analysis warnings. See PR #​3024 for details.
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet (Microsoft.IdentityModel.Protocols.OpenIdConnect)

v7.7.1

Compare Source

7.7.1

Bug Fix
  • Re-add JsonSerializerPrimitives.TryAllStringClaimsAsDateTime which was removed as it is in an internal class, but due to InternalsVisibleTo can lead to a MissingMethodException if IdentityModel versions are not aligned. See PR #​2734 for details.

v7.7.0

7.7.0

CVE package updates

CVE-2024-30105

  • A derived ClaimsIdentity where claim retrieval is case-sensitive. The current ClaimsIdentity, in .NET, retrieves claims in a case-insensitive manner which is different than querying the underlying SecurityToken. The new CaseSensitiveClaimsIdentity class provides consistent retrieval logic with SecurityToken. Opt in to the new behavior via an AppContext switch. See PR #​2715 for details.
microsoft/vstest (Microsoft.NET.Test.Sdk)

v17.11.1

What's Changed

Full Changelog: microsoft/vstest@v17.11.0...v17.11.1

v17.11.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v17.10.0...v17.11.0-release-24352-06

moq/moq (Moq)

v4.20.72

Full Changelog

🔨 Other:

  • Question: Sponsorable Attribute in release v4.20.71 #​1513

🔀 Merged:

v4.20.71

Full Changelog

🐛 Fixed bugs:

  • (To delete) #​1497
  • Documentation link gives 404 #​1495
  • mock.Protected().Verify() does not work correctly #​1493
  • Documentation link is broken #​1487
  • Moq library throwing TypeIniatilizationException. #​1459

🔨 Other:

  • Documentation Unavailable Online #​1473
  • Supporting .NET8 #​1462
  • Some source code files is filled with comments like: "Unmerged change from project " #​1451
  • Question: would it make sense to call verify all on a strict mock when the mock gets disposed? #​1440
  • SponsorLink Integration Makes Moq Unuasable due to PII and GDPR Requirements #​1433
  • Default value ILookup<> in loose mode is null #​1391
  • Verifying a protected method when the exact parameter types are not statically known #​1339

🔀 Merged:

npgsql/npgsql (Npgsql)

v8.0.5

8.0.5 contains quite a few fixes, everyone is strongly encouraged to upgrade.

The full list of changes is available here.

Full Changelog: npgsql/npgsql@v8.0.4...v8.0.5

v8.0.4

A large number of number of bugs have been fixed, here is the full list.

Full Changelog: npgsql/npgsql@v8.0.3...v8.0.4

App-vNext/Polly (Polly)

v8.4.2

Compare Source

serilog/serilog (Serilog)

v4.1.0


Configuration

📅 Schedule: Branch creation - "before 07:00 on Thursday" 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch 4 times, most recently from eb4c16d to f565b01 Compare August 1, 2024 07:33
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch 7 times, most recently from 5b8c248 to 5a1c0fc Compare August 7, 2024 09:06
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch 8 times, most recently from 1361617 to 9ba694a Compare August 18, 2024 18:21
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch 8 times, most recently from 610caf5 to f01e725 Compare August 27, 2024 11:26
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch 2 times, most recently from 69acac3 to b7e5d4f Compare September 2, 2024 07:40
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch 8 times, most recently from 30bbfda to bb16eed Compare September 30, 2024 04:36
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch 3 times, most recently from 0e932b0 to 5f8fc38 Compare October 8, 2024 04:09
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch 8 times, most recently from 341b756 to c92017a Compare October 18, 2024 14:24
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from c92017a to 9668ebe Compare October 25, 2024 07:22
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 25, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch 4 times, most recently from 26897cb to 284375f Compare October 30, 2024 07:17
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from 284375f to 792ca57 Compare October 31, 2024 20:31
@renovate renovate bot changed the title Update nuget non-major dependencies Update nuget non-major dependencies - autoclosed Nov 1, 2024
@renovate renovate bot closed this Nov 1, 2024
@renovate renovate bot deleted the renovate/nuget-minor-patch branch November 1, 2024 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants