Skip to content

chore: bump FastEndpoints.Messaging.Core and FastEndpoints.Messaging.Remote - #70

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/main/multi-1b00aaeea4
Open

chore: bump FastEndpoints.Messaging.Core and FastEndpoints.Messaging.Remote#70
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/main/multi-1b00aaeea4

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubDec 2, 2024

Copy link
Copy Markdown

Bumps FastEndpoints.Messaging.Core and FastEndpoints.Messaging.Remote. These dependencies needed to be updated together.
Updates FastEndpoints.Messaging.Core from 5.31.0 to 5.32.0

Release notes

Sourced from FastEndpoints.Messaging.Core's releases.

v5.32 Release


❇️ Help Keep FastEndpoints Free & Open-Source ❇️

Due to the current unfortunate state of FOSS, please consider becoming a sponsor and help us beat the odds to keep the project alive and free for everyone.


New 🎉

Migration to .NET 9.0 SDK is now complete. You can now target net9.0 sdk without any issues.

The antiforgery middleware can now be configured to check antiforgery tokens for any content-type by configuring it like so:

app.UseAntiforgeryFE(additionalContentTypes:["application/json"])

The endpoint name generation logic can now be overriden at a global level like so:

app.UseFastEndpoints(
c =>c.Endpoints.NameGenerator=
ctx =>{returnctx.EndpointType.Name.TrimEnd("Endpoint");})

You can now configure JwtCreationOptions once globally like so:

bld.Services.Configure<JwtCreationOptions>(</tr></table>

... (truncated)

Commits

Updates FastEndpoints.Messaging.Remote from 5.31.0 to 5.32.0

Release notes

Sourced from FastEndpoints.Messaging.Remote's releases.

v5.32 Release


❇️ Help Keep FastEndpoints Free & Open-Source ❇️

Due to the current unfortunate state of FOSS, please consider becoming a sponsor and help us beat the odds to keep the project alive and free for everyone.


New 🎉

Migration to .NET 9.0 SDK is now complete. You can now target net9.0 sdk without any issues.

The antiforgery middleware can now be configured to check antiforgery tokens for any content-type by configuring it like so:

app.UseAntiforgeryFE(additionalContentTypes:["application/json"])

The endpoint name generation logic can now be overriden at a global level like so:

app.UseFastEndpoints(
c =>c.Endpoints.NameGenerator=
ctx =>{returnctx.EndpointType.Name.TrimEnd("Endpoint");})

You can now configure JwtCreationOptions once globally like so:

bld.Services.Configure<JwtCreationOptions>(</tr></table>

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

…Remote
Bumps [FastEndpoints.Messaging.Core](https://github.com/FastEndpoints/FastEndpoints) and [FastEndpoints.Messaging.Remote](https://github.com/FastEndpoints/FastEndpoints). These dependencies needed to be updated together.
Updates `FastEndpoints.Messaging.Core` from 5.31.0 to 5.32.0
- [Release notes](https://github.com/FastEndpoints/FastEndpoints/releases)
- [Commits](FastEndpoints/FastEndpoints@v5.31...v5.32)
Updates `FastEndpoints.Messaging.Remote` from 5.31.0 to 5.32.0
- [Release notes](https://github.com/FastEndpoints/FastEndpoints/releases)
- [Commits](FastEndpoints/FastEndpoints@v5.31...v5.32)
---
updated-dependencies:
- dependency-name: FastEndpoints.Messaging.Core
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: FastEndpoints.Messaging.Remote
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added the dependencies Pull requests that update a dependency file label Dec 2, 2024
@github-actions

Copy link
Copy Markdown

Code Coverage

PackageLine RateBranch RateComplexityHealth
Catalog.Api0%0%20
Catalog.Application25%27%112
Catalog.Domain34%13%158
Catalog.Infrastructure0%0%32
TeckShop.Core30%33%49
Teckshop.Events0%100%2
TeckShop.Infrastructure0%0%108
TeckShop.Persistence0%0%114
TeckShop.ServiceDefaults0%0%7
Summary11% (144 / 1276)8% (26 / 334)602

@github-actions

Copy link
Copy Markdown

Test Results

20 tests 20 ✅ 1s ⏱️
2 suites 0 💤
2 files 0 ❌

Results for commit 6768ad5.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

choredependenciesPull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants