Bump the all-updates group with 6 updates#1405
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps GitInfo from 3.6.0 to 3.6.1 Bumps Microsoft.Identity.Web from 4.10.0 to 4.11.0 Bumps Microsoft.NET.Test.Sdk from 18.6.0 to 18.7.0 Bumps Microsoft.Playwright.NUnit from 1.60.0 to 1.61.0 Bumps Radzen.Blazor from 10.4.9 to 11.0.4 Bumps Swashbuckle.AspNetCore from 10.2.1 to 10.2.3 --- updated-dependencies: - dependency-name: GitInfo dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: Microsoft.Identity.Web dependency-version: 4.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-updates - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-updates - dependency-name: Microsoft.Playwright.NUnit dependency-version: 1.61.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-updates - dependency-name: Radzen.Blazor dependency-version: 11.0.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-updates - dependency-name: Swashbuckle.AspNetCore dependency-version: 10.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Updated GitInfo from 3.6.0 to 3.6.1.
Release notes
Sourced from GitInfo's releases.
3.6.1
What's Changed
🔨 Other
Full Changelog: devlooped/GitInfo@v3.6.0...v3.6.1
Sponsors
The following sponsors made this release possible: @clarius, @MFB-Technologies-Inc, @sandrock, @drivenet, @Keflon, @tbolon, @kfrancis, @rbnswartz, @jfoshee, @Mrxx99, @eajhnsn1, @Jonathan-Hickey, @KenBonny, @SimonCropp, @agileworks-eu, @arsdragonfly, @vezel-dev, @ChilliCream, @4OTC, @DominicSchell, @adalon, @torutek, @mccaffers, @SeikaLogiciel, @wizardness, @eska-gmbh, @geodata-no.
Thanks 💜
Commits viewable in compare view.
Updated Microsoft.Identity.Web from 4.10.0 to 4.11.0.
Release notes
Sourced from Microsoft.Identity.Web's releases.
4.11.0
What's Changed
New Contributors
Full Changelog: AzureAD/microsoft-identity-web@4.10.0...4.11.0
Commits viewable in compare view.
Updated Microsoft.NET.Test.Sdk from 18.6.0 to 18.7.0.
Release notes
Sourced from Microsoft.NET.Test.Sdk's releases.
18.7.0
What's Changed
New Contributors
Full Changelog: microsoft/vstest@v18.6.0...v18.7.0
Commits viewable in compare view.
Updated Microsoft.Playwright.NUnit from 1.60.0 to 1.61.0.
Release notes
Sourced from Microsoft.Playwright.NUnit's releases.
1.61.0
🔑 WebAuthn passkeys
New Credentials virtual authenticator, available via BrowserContext.Credentials, lets tests register passkeys and answer
navigator.credentials.create()/navigator.credentials.get()ceremonies in the page — no real hardware key required, works in all browsers:You can also let the app register a passkey once in a setup test, read it back with Credentials.GetAsync(), and seed it into later tests — see Credentials for details.
🗃️ Web Storage
New WebStorage API, available via Page.LocalStorage and Page.SessionStorage, reads and writes the page's storage for the current origin:
New APIs
ArtifactsDirin BrowserType.ConnectOverCDPAsync() controls where artifacts such as traces and downloads are stored when attached to an existing browser.Cursorin Screencast.ShowActionsAsync() controls the cursor decoration rendered for pointer actions.OnFramecallback in Screencast.StartAsync() now receives aTimestampof when the frame was presented by the browser.🛠️ Other improvements
Browser Versions
This version was also tested against the following stable channels:
... (truncated)
Commits viewable in compare view.
Updated Radzen.Blazor from 10.4.9 to 11.0.4.
Release notes
Sourced from Radzen.Blazor's releases.
11.0.4
11.0.4 - 2026-06-25
Fixes
removeChild) when a popup is disposed.Visibleset tofalse.11.0.3
11.0.3 - 2026-06-24
Fixes
IsTrimmable=false).11.0.2
11.0.2 - 2026-06-24
Fixes
System.Text.JsonConstructorContainsNullParameterNames. The trimmer strips anonymous-type constructor parameter names, so anonymous objects could no longer be serialized:createMap/updateMapJS interop). Marker data now uses a named, trim-preserved type.11.0.1
11.0.1 - 2026-06-24
Fixes
11.0.0
11.0.0 - 2026-06-24
This is a major release headlined by the new Spreadsheet component, a large Chart expansion (many new series and a Range Navigator), resource-based localization with built-in translations, and trimming/CSP support.
Breaking Changes
RadzenHtmlcomponent removed. (RadzenHtmlEditoris unaffected.)Radzen.Documents.Markdownnamespace. Updateusingdirectives.New Components
Charts
A large expansion of the charting subsystem.
New series types:
RadiusPropertyandExplodeOffset.Axes & interaction:
Styling & polish:
... (truncated)
Commits viewable in compare view.
Updated Swashbuckle.AspNetCore from 10.2.1 to 10.2.3.
Release notes
Sourced from Swashbuckle.AspNetCore's releases.
10.2.3
What's Changed
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.2.2...v10.2.3
10.2.2
What's Changed
SOURCE_DATE_EPOCHby @martincostello in Set SOURCE_DATE_EPOCH domaindrivendev/Swashbuckle.AspNetCore#3997InvalidOperationExceptionif no route matches by @martincostello in Fix InvalidOperationException if no route matches domaindrivendev/Swashbuckle.AspNetCore#3999[MinLength]/[MaxLength]on dictionary properties tominProperties/maxPropertiesby @KitKeen in Map [MinLength]/[MaxLength] on dictionary properties to minProperties / maxProperties domaindrivendev/Swashbuckle.AspNetCore#3922ExposeSwaggerDocumentUrlsRoutebehaviour by @martincostello in Fix ExposeSwaggerDocumentUrlsRoute behaviour domaindrivendev/Swashbuckle.AspNetCore#4000NUGET_API_KEYby @martincostello in Use NUGET_API_KEY domaindrivendev/Swashbuckle.AspNetCore#4006New Contributors
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.2.1...v10.2.2
Commits viewable in compare view.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions