-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Bump Microsoft.AspNetCore.Mvc.Testing, Microsoft.Extensions.Configuration, Microsoft.Extensions.Configuration.Json and Microsoft.Extensions.Options.ConfigurationExtensions #416
base: main
Are you sure you want to change the base?
Conversation
…tion, Microsoft.Extensions.Configuration.Json and Microsoft.Extensions.Options.ConfigurationExtensions Bumps [Microsoft.AspNetCore.Mvc.Testing](https://github.com/dotnet/aspnetcore), Microsoft.Extensions.Configuration, Microsoft.Extensions.Configuration.Json and Microsoft.Extensions.Options.ConfigurationExtensions. These dependencies needed to be updated together. Updates `Microsoft.AspNetCore.Mvc.Testing` from 8.0.7 to 8.0.8 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v8.0.7...v8.0.8) Updates `Microsoft.Extensions.Configuration` from 7.0.0 to 8.0.0 Updates `Microsoft.Extensions.Configuration.Json` from 7.0.0 to 8.0.0 Updates `Microsoft.Extensions.Options.ConfigurationExtensions` from 2.0.0 to 8.0.0 --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Configuration dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Configuration.Json dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Options.ConfigurationExtensions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
WalkthroughThe recent changes involve updating the Changes
Sequence Diagram(s)sequenceDiagram
participant Project as Project Files
participant Package as Package Manager
participant Framework as Testing Framework
Project->>Package: Request Update for Microsoft.AspNetCore.Mvc.Testing
Package-->>Project: Confirm Version Update to 8.0.8
Project->>Framework: Utilize Updated Package
Framework-->>Project: Execute Tests with Enhanced Features
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
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 as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (3)
- benchmarks/Jordnaer.Benchmarks/Jordnaer.Benchmarks.csproj (1 hunks)
- tests/container_apps/Jordnaer.Chat.Tests/Jordnaer.Chat.Tests.csproj (1 hunks)
- tests/web/Jordnaer.Tests/Jordnaer.Tests.csproj (1 hunks)
Files skipped from review due to trivial changes (1)
- benchmarks/Jordnaer.Benchmarks/Jordnaer.Benchmarks.csproj
Additional comments not posted (2)
tests/container_apps/Jordnaer.Chat.Tests/Jordnaer.Chat.Tests.csproj (1)
22-22
: Version update approved.The update to
Microsoft.AspNetCore.Mvc.Testing
from8.0.7
to8.0.8
is straightforward. Ensure that this version is compatible with your project's code and other dependencies.tests/web/Jordnaer.Tests/Jordnaer.Tests.csproj (1)
19-19
: Version update approved.The update to
Microsoft.AspNetCore.Mvc.Testing
from8.0.7
to8.0.8
is straightforward. Ensure that this version is compatible with your project's code and other dependencies.
Bumps Microsoft.AspNetCore.Mvc.Testing, Microsoft.Extensions.Configuration, Microsoft.Extensions.Configuration.Json and Microsoft.Extensions.Options.ConfigurationExtensions. These dependencies needed to be updated together.
Updates
Microsoft.AspNetCore.Mvc.Testing
from 8.0.7 to 8.0.8Release notes
Sourced from Microsoft.AspNetCore.Mvc.Testing's releases.
Commits
954f61d
Merged PR 41234: Update token timeoutb4bd413
Merged PR 41232: Regenerate SAS before installersa9a9679
Merged PR 41208: Updated ci.yml - name artifacts with attempt number where pu...d7cd46e
Updated ci-public.yml - add job attempt number to log and test results artifa...502dd8f
Updated ci.yml - name artifacts with attempt number where publish on error is...02af77e
Merge commit '8627de289bea83ff85b0e54c4a085680b01668f8'8627de2
Update dependencies from https://github.com/dotnet/source-build-reference-pac...2ccd323
Merged PR 41169: [internal/release/8.0] Update dependencies from dnceng/inter...c1bbdb5
Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-ef...ad6f7a6
Merge commit 'b1fbaaab3f1c9fe17d22eda6c0425c2f2aa89674'Updates
Microsoft.Extensions.Configuration
from 7.0.0 to 8.0.0Updates
Microsoft.Extensions.Configuration.Json
from 7.0.0 to 8.0.0Updates
Microsoft.Extensions.Options.ConfigurationExtensions
from 2.0.0 to 8.0.0You can trigger a rebase of this PR 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)