Skip to content

Commit 41e2151

Browse files
Dependency Update December 2025 (#2770)
This PR contains the following updates: - Updated dependencies using the same workarounds and patterns as: #2710 <details> <summary>Renovate Blazor Update Details</summary> | Package | Change | Age | Confidence | |---|---|---|---| | [Microsoft.AspNetCore.Components.Web](https://asp.net/) ([source](https://redirect.github.com/dotnet/dotnet)) | `8.0.21` -> `8.0.22` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.AspNetCore.Components.Web/8.0.22?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.AspNetCore.Components.Web/8.0.21/8.0.22?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [Microsoft.AspNetCore.Components.WebAssembly](https://asp.net/) ([source](https://redirect.github.com/dotnet/dotnet)) | `8.0.21` -> `8.0.22` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.AspNetCore.Components.WebAssembly/8.0.22?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.AspNetCore.Components.WebAssembly/8.0.21/8.0.22?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [Microsoft.AspNetCore.Components.WebAssembly.DevServer](https://asp.net/) ([source](https://redirect.github.com/dotnet/dotnet)) | `8.0.21` -> `8.0.22` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.AspNetCore.Components.WebAssembly.DevServer/8.0.22?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.AspNetCore.Components.WebAssembly.DevServer/8.0.21/8.0.22?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [Microsoft.AspNetCore.Components.WebAssembly.Server](https://asp.net/) ([source](https://redirect.github.com/dotnet/dotnet)) | `8.0.21` -> `8.0.22` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.AspNetCore.Components.WebAssembly.Server/8.0.22?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.AspNetCore.Components.WebAssembly.Server/8.0.21/8.0.22?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [Microsoft.AspNetCore.Components.WebView](https://asp.net/) ([source](https://redirect.github.com/dotnet/dotnet)) | `8.0.21` -> `8.0.22` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.AspNetCore.Components.WebView/8.0.22?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.AspNetCore.Components.WebView/8.0.21/8.0.22?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [Microsoft.AspNetCore.Mvc.Testing](https://asp.net/) ([source](https://redirect.github.com/dotnet/dotnet)) | `8.0.21` -> `8.0.22` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.AspNetCore.Mvc.Testing/8.0.22?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.AspNetCore.Mvc.Testing/8.0.21/8.0.22?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - "monthly" (UTC), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ni/nimble). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> </details> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: rajsite <[email protected]>
1 parent 265570a commit 41e2151

File tree

46 files changed

+1123
-895
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+1123
-895
lines changed

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: 'Checkout Repository'
13-
uses: actions/checkout@v5
13+
uses: actions/checkout@v6
1414
- name: 'Dependency Review'
1515
uses: actions/dependency-review-action@v4
1616
with:

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
build:
3131
runs-on: ubuntu-24.04
3232
steps:
33-
- uses: actions/checkout@v5
33+
- uses: actions/checkout@v6
3434
if: env.HAS_GITHUBPAGESDEPLOYTOKEN == 'true'
3535
with:
3636
# Required for chromatic change detection
@@ -39,7 +39,7 @@ jobs:
3939
# Cannot rely on GITHUB_TOKEN with workflow contents permission
4040
# See: https://github.com/orgs/community/discussions/40971
4141
token: ${{ secrets.GITHUBPAGESDEPLOYTOKEN }}
42-
- uses: actions/checkout@v5
42+
- uses: actions/checkout@v6
4343
if: env.HAS_GITHUBPAGESDEPLOYTOKEN == 'false'
4444
with:
4545
# Required for chromatic change detection
@@ -57,7 +57,7 @@ jobs:
5757
global-json-file: packages/blazor-workspace/global.json
5858
- run: dotnet restore --locked-mode
5959
working-directory: packages/blazor-workspace/
60-
- uses: actions/setup-node@v5
60+
- uses: actions/setup-node@v6
6161
with:
6262
node-version: '24'
6363
registry-url: 'https://registry.npmjs.org'
@@ -74,7 +74,7 @@ jobs:
7474

7575
# Pack
7676
- run: npm run pack
77-
- uses: actions/upload-artifact@v4
77+
- uses: actions/upload-artifact@v5
7878
with:
7979
name: packages
8080
path: |
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "update deps",
4+
"packageName": "@ni/nimble-blazor",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "dep update",
4+
"packageName": "@ni/nimble-components",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "update deps",
4+
"packageName": "@ni/ok-blazor",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "update deps",
4+
"packageName": "@ni/spright-blazor",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}

0 commit comments

Comments
 (0)