Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Major backend dependencies (major) #4803

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
CsvHelper (source) 31.0.4 -> 33.0.1 age adoption passing confidence
JWT 10.1.1 -> 11.0.0 age adoption passing confidence
Medo.Uuid7 1.9.1 -> 3.0.0 age adoption passing confidence
Microsoft.AspNetCore.Authentication.JwtBearer (source) 8.0.7 -> 9.0.0 age adoption passing confidence
Microsoft.AspNetCore.Authorization (source) 8.0.7 -> 9.0.0 age adoption passing confidence
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (source) 8.0.7 -> 9.0.0 age adoption passing confidence
Microsoft.AspNetCore.Identity.EntityFrameworkCore (source) 8.0.7 -> 9.0.0 age adoption passing confidence
Microsoft.AspNetCore.Mvc.NewtonsoftJson (source) 8.0.7 -> 9.0.0 age adoption passing confidence
Microsoft.AspNetCore.Mvc.Testing (source) 8.0.7 -> 9.0.0 age adoption passing confidence
Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson (source) 8.0.7 -> 9.0.0 age adoption passing confidence
Microsoft.AspNetCore.SpaServices.Extensions (source) 8.0.7 -> 9.0.0 age adoption passing confidence
Microsoft.Azure.Functions.Worker 1.22.0 -> 2.0.0 age adoption passing confidence
Microsoft.Azure.Functions.Worker.ApplicationInsights 1.2.0 -> 2.0.0 age adoption passing confidence
Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore 1.3.2 -> 2.0.0 age adoption passing confidence
Microsoft.Azure.Functions.Worker.Sdk 1.17.4 -> 2.0.0 age adoption passing confidence
Microsoft.EntityFrameworkCore (source) 8.0.7 -> 9.0.0 age adoption passing confidence
Microsoft.EntityFrameworkCore.Design (source) 8.0.7 -> 9.0.0 age adoption passing confidence
Microsoft.EntityFrameworkCore.InMemory (source) 8.0.7 -> 9.0.0 age adoption passing confidence
Microsoft.EntityFrameworkCore.Relational (source) 8.0.7 -> 9.0.0 age adoption passing confidence
Microsoft.EntityFrameworkCore.SqlServer (source) 8.0.7 -> 9.0.0 age adoption passing confidence
Microsoft.Extensions.Configuration.Binder (source) 8.0.2 -> 9.0.0 age adoption passing confidence
Microsoft.Extensions.DependencyInjection (source) 8.0.0 -> 9.0.0 age adoption passing confidence
Microsoft.Extensions.Logging.AzureAppServices (source) 8.0.7 -> 9.0.0 age adoption passing confidence
Microsoft.Identity.Web 2.21.1 -> 3.5.0 age adoption passing confidence
Microsoft.IdentityModel.Tokens 7.7.1 -> 8.3.0 age adoption passing confidence
Npgsql.EntityFrameworkCore.PostgreSQL 8.0.4 -> 9.0.2 age adoption passing confidence
Semver 2.3.0 -> 3.0.0 age adoption passing confidence
Snapshooter.Xunit 0.14.1 -> 1.0.0 age adoption passing confidence
Swashbuckle.AspNetCore 6.6.2 -> 7.2.0 age adoption passing confidence
Swashbuckle.AspNetCore.Annotations 6.6.2 -> 7.2.0 age adoption passing confidence
System.IdentityModel.Tokens.Jwt 7.7.1 -> 8.3.0 age adoption passing confidence
Testcontainers (source) 3.9.0 -> 4.1.0 age adoption passing confidence
Testcontainers.Azurite (source) 3.9.0 -> 4.1.0 age adoption passing confidence
Testcontainers.PostgreSql (source) 3.9.0 -> 4.1.0 age adoption passing confidence
Thinktecture.EntityFrameworkCore.BulkOperations (source) 8.1.1 -> 9.1.0 age adoption passing confidence
Thinktecture.EntityFrameworkCore.SqlServer (source) 8.1.1 -> 9.1.0 age adoption passing confidence
dotnet-ef (source) 8.0.7 -> 9.0.0 age adoption passing confidence
linq2db.EntityFrameworkCore 8.1.0 -> 9.0.0 age adoption passing confidence
xunit.runner.visualstudio 2.8.2 -> 3.0.0 age adoption passing confidence

Release Notes

JoshClose/CsvHelper (CsvHelper)

v33.0.1

Compare Source

v33.0.0

Compare Source

v32.0.3

Compare Source

v32.0.2

Compare Source

v32.0.1

Compare Source

v32.0.0

Compare Source

jwt-dotnet/jwt (JWT)

v11.0.0

  • Updated System.Text.Json to version 9.0.0
dotnet/aspnetcore (Microsoft.AspNetCore.Authentication.JwtBearer)

v9.0.0: .NET 9.0.0

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.0-rc.2.24474.3...v9.0.0

v8.0.11: .NET 8.0.11

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.10...v8.0.11

v8.0.10: .NET 8.0.10

Release

v8.0.8: .NET 8.0.8

Release

Azure/azure-functions-dotnet-worker (Microsoft.Azure.Functions.Worker)

v2.0.0: Microsoft.Azure.Functions.Worker 2.0.0

Compare Source

Microsoft.Azure.Functions.Worker (metapackage) 2.0.0
  • Updating Microsoft.Azure.Functions.Worker.Core to 2.0.0
  • Updating Microsoft.Azure.Functions.Worker.Grpc to 2.0.0
  • Changed exception handling in function invocation path to ensure fatal exceptions bubble up.
Breaking Changes
  • Dropping .NET 5 TFM support
  • Capability IncludeEmptyEntriesInMessagePayload is now enabled by default (#​2701)
    • This means that empty entries will be included in the function trigger message payload by default.
    • To disable this capability and return to the old behaviour, set IncludeEmptyEntriesInMessagePayload to false in the worker options.
  • ValidateScopes is enabled for development environments by default.
Microsoft.Azure.Functions.Worker.Core 2.0.0
  • Updating Azure.Core to 1.41.0
  • New APIs supporting IHostApplicationBuilder
  • Updated service registrations for bootstrapping methods to ensure idempotency.
Breaking Changes
  • Capability EnableUserCodeException is now enabled by default (#​2702)
    • This means that exceptions thrown by user code will be surfaced to the Host as their original exception type, instead of being wrapped in an RpcException.
    • To disable this capability and return to the old behaviour, set EnableUserCodeException to false in the worker options.
    • The EnableUserCodeException property in WorkerOptions has been marked as obsolete and may be removed in a future release.
  • Rename ILoggerExtensions to FunctionsLoggerExtensions to avoid naming conflict issues (#​2716)
  • Removed the default value for HttpStatusCode in WriteAsJsonAsync (#​2720)
  • Removed fallback command line argument reading code for grpc worker startup options. (#​1908)
Setting Worker Options Example

If you need to disable these capabilities and return to the old behaviour, you can set the worker options as follows:

var host = new HostBuilder()
.ConfigureFunctionsWorkerDefaults(options =>
{
    options.EnableUserCodeException = false;
    options.IncludeEmptyEntriesInMessagePayload = false;
})
Microsoft.Azure.Functions.Worker.Grpc 2.0.0
  • Refer to metapackage

v1.24.0: Microsoft.Azure.Functions.Worker 1.24.0

Compare Source

What's Changed
Microsoft.Azure.Functions.Worker (metapackage) 1.24.0
  • Updating Microsoft.Azure.Functions.Worker.Core to 1.20.0
  • Updating Microsoft.Azure.Functions.Worker.Grpc to 1.18.0
Microsoft.Azure.Functions.Worker.Core 1.20.0
  • Updated service registrations for bootstrapping methods to ensure idempotency. (#​2820)
Microsoft.Azure.Functions.Worker.Grpc 1.18.0
  • Changed exception handling in function invocation path to ensure fatal exceptions bubble up. (#​2789)
  • Updated service registrations for bootstrapping methods to ensure idempotency. (#​2820)

v1.23.0: Microsoft.Azure.Functions.Worker 1.23.0

Compare Source

What's Changed

Microsoft.Azure.Functions.Worker (metapackage) 1.23.0
  • Updating Microsoft.Azure.Functions.Worker.Core to 1.19.0
  • Updating Microsoft.Azure.Functions.Worker.Grpc to 1.17.0
  • Updating Azure.Core to 1.41.0
Microsoft.Azure.Functions.Worker.Core 1.19.0
  • Updating Azure.Core to 1.41.0
Microsoft.Azure.Functions.Worker.Grpc 1.17.0
  • Updating Azure.Core to 1.41.0
dotnet/efcore (Microsoft.EntityFrameworkCore)

v9.0.0: .NET 9.0.0

Release

What's Changed

Configuration

📅 Schedule: Branch creation - "every 3 months" in timezone Europe/London, 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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • 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/major-major-backend-dependencies branch from 0582af5 to 3b95a92 Compare April 26, 2024 19:16
@renovate renovate bot changed the title chore(deps): update dependency csvhelper to v32 Update dependency CsvHelper to v32 May 2, 2024
@renovate renovate bot changed the title Update dependency CsvHelper to v32 chore(deps): update dependency csvhelper to v32 May 2, 2024
@renovate renovate bot changed the title chore(deps): update dependency csvhelper to v32 Update dependency CsvHelper to v32 May 3, 2024
@renovate renovate bot changed the title Update dependency CsvHelper to v32 chore(deps): update dependency csvhelper to v32 May 7, 2024
@renovate renovate bot force-pushed the renovate/major-major-backend-dependencies branch from 3b95a92 to e670ff0 Compare May 7, 2024 19:42
@renovate renovate bot changed the title chore(deps): update dependency csvhelper to v32 Update dependency CsvHelper to v32 May 9, 2024
@renovate renovate bot force-pushed the renovate/major-major-backend-dependencies branch from e670ff0 to 935378c Compare May 13, 2024 14:14
@renovate renovate bot changed the title Update dependency CsvHelper to v32 chore(deps): update dependency csvhelper to v32 May 16, 2024
@renovate renovate bot changed the title chore(deps): update dependency csvhelper to v32 Update dependency CsvHelper to v32 May 20, 2024
@renovate renovate bot changed the title Update dependency CsvHelper to v32 chore(deps): update dependency csvhelper to v32 May 23, 2024
@renovate renovate bot changed the title chore(deps): update dependency csvhelper to v32 Update dependency CsvHelper to v32 May 28, 2024
@renovate renovate bot changed the title Update dependency CsvHelper to v32 chore(deps): update dependency csvhelper to v32 May 30, 2024
@renovate renovate bot changed the title chore(deps): update dependency csvhelper to v32 Update dependency CsvHelper to v32 Jun 3, 2024
@renovate renovate bot force-pushed the renovate/major-major-backend-dependencies branch from 935378c to fce5125 Compare June 3, 2024 15:20
@renovate renovate bot changed the title Update dependency CsvHelper to v32 Update Major backend dependencies (major) Jun 3, 2024
@renovate renovate bot force-pushed the renovate/major-major-backend-dependencies branch from fce5125 to 917f432 Compare June 5, 2024 07:47
@renovate renovate bot changed the title Update Major backend dependencies (major) chore(deps): update major backend dependencies (major) Jun 6, 2024
@renovate renovate bot changed the title chore(deps): update major backend dependencies (major) Update Major backend dependencies (major) Jun 7, 2024
@renovate renovate bot changed the title Update Major backend dependencies (major) chore(deps): update major backend dependencies (major) Jun 12, 2024
@renovate renovate bot force-pushed the renovate/major-major-backend-dependencies branch from 917f432 to 4b826e3 Compare June 17, 2024 15:31
@renovate renovate bot changed the title chore(deps): update major backend dependencies (major) Update Major backend dependencies (major) Jun 18, 2024
@renovate renovate bot changed the title Update Major backend dependencies (major) chore(deps): update major backend dependencies (major) Jun 20, 2024
@renovate renovate bot force-pushed the renovate/major-major-backend-dependencies branch 2 times, most recently from e04fadc to 2d2dc67 Compare June 22, 2024 22:52
@renovate renovate bot changed the title chore(deps): update major backend dependencies (major) Update Major backend dependencies (major) Jun 25, 2024
@renovate renovate bot changed the title Update Major backend dependencies (major) chore(deps): update major backend dependencies (major) Jun 27, 2024
@renovate renovate bot force-pushed the renovate/major-major-backend-dependencies branch 3 times, most recently from 703923a to 36235c7 Compare July 4, 2024 11:16
@renovate renovate bot force-pushed the renovate/major-major-backend-dependencies branch from e385de9 to d42c55d Compare November 6, 2024 06:56
@renovate renovate bot changed the title Update Major backend dependencies (major) chore(deps): update major backend dependencies (major) Nov 7, 2024
@renovate renovate bot force-pushed the renovate/major-major-backend-dependencies branch from d42c55d to d3f97bf Compare November 9, 2024 09:51
@renovate renovate bot changed the title chore(deps): update major backend dependencies (major) Update Major backend dependencies (major) Nov 11, 2024
@renovate renovate bot force-pushed the renovate/major-major-backend-dependencies branch 3 times, most recently from de5cf6c to ed9ef5d Compare November 13, 2024 16:24
@renovate renovate bot changed the title Update Major backend dependencies (major) chore(deps): update major backend dependencies (major) Nov 14, 2024
@renovate renovate bot force-pushed the renovate/major-major-backend-dependencies branch 4 times, most recently from 0b7ea12 to 32e509e Compare November 22, 2024 15:50
@renovate renovate bot force-pushed the renovate/major-major-backend-dependencies branch from 32e509e to b99f55d Compare November 25, 2024 13:43
@renovate renovate bot changed the title chore(deps): update major backend dependencies (major) Update Major backend dependencies (major) Nov 26, 2024
@renovate renovate bot changed the title Update Major backend dependencies (major) chore(deps): update major backend dependencies (major) Nov 28, 2024
@renovate renovate bot force-pushed the renovate/major-major-backend-dependencies branch 2 times, most recently from 38e0d12 to 1d76c4d Compare December 4, 2024 08:11
@renovate renovate bot changed the title chore(deps): update major backend dependencies (major) Update Major backend dependencies (major) Dec 4, 2024
@renovate renovate bot force-pushed the renovate/major-major-backend-dependencies branch 2 times, most recently from b20a475 to 222538a Compare December 4, 2024 21:38
@renovate renovate bot changed the title Update Major backend dependencies (major) chore(deps): update major backend dependencies (major) Dec 5, 2024
@renovate renovate bot changed the title chore(deps): update major backend dependencies (major) Update Major backend dependencies (major) Dec 6, 2024
@renovate renovate bot force-pushed the renovate/major-major-backend-dependencies branch 3 times, most recently from e589409 to 2cf651d Compare December 10, 2024 18:00
@renovate renovate bot changed the title Update Major backend dependencies (major) chore(deps): update major backend dependencies (major) Dec 12, 2024
@renovate renovate bot force-pushed the renovate/major-major-backend-dependencies branch from 2cf651d to 495ba9b Compare December 16, 2024 19:58
@renovate renovate bot changed the title chore(deps): update major backend dependencies (major) Update Major backend dependencies (major) Dec 20, 2024
@renovate renovate bot force-pushed the renovate/major-major-backend-dependencies branch from 495ba9b to 72e30eb Compare December 20, 2024 15:43
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