Skip to content

Commit 7c2c018

Browse files
authored
Adopt latest ni/fast packages and update to .net 8.0.406 (#2556)
# Pull Request ## 🤨 Rationale - The ni/fast packages were bumped to v10, see ni/fast#4 - dotnet sdk updated to v8.0.406 on actions and requires lock file updates, see #2518 ## 👩‍💻 Implementation Update to latest packages. ## 🧪 Testing Rely on CI. ## ✅ Checklist - [x] I have updated the project documentation to reflect my changes or determined no changes are needed.
1 parent ee50d53 commit 7c2c018

File tree

11 files changed

+81
-61
lines changed

11 files changed

+81
-61
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Update to latest ni/fast packages",
4+
"packageName": "@ni/nimble-components",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Update to latest ni/fast packages",
4+
"packageName": "@ni/spright-components",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}

package-lock.json

+42-36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/angular-workspace/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@angular/compiler-cli": "^18.2.13",
5050
"@angular/localize": "^18.2.13",
5151
"@lhci/cli": "^0.14.0",
52-
"@ni/fast-web-utilities": "^0.0.5",
52+
"@ni/fast-web-utilities": "^10.0.0",
5353
"@ni-private/eslint-config-nimble": "*",
5454
"@ni/eslint-config-angular": "^9.0.0",
5555
"@ni/jasmine-parameterized": "*",

packages/blazor-workspace/Examples/Demo.Client/packages.lock.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
},
2424
"Microsoft.NET.ILLink.Tasks": {
2525
"type": "Direct",
26-
"requested": "[8.0.13, )",
27-
"resolved": "8.0.13",
28-
"contentHash": "R19ZTaRiQAK+xo9ZwaHbF/1vb1wwR1Wn5+sqp9v8+CDjbdS8R6qftKdw0VSXWKm7VAMi7P+NCU4zxDzhEWcAwQ=="
26+
"requested": "[8.0.14, )",
27+
"resolved": "8.0.14",
28+
"contentHash": "4U2fd7PexNKrK5ZqfqIcXZj9/lRRjFsLgA/pxuFQTuGQuLYP/+7yACz/j7EmWbEj/fspOf4mafi/vHIy/rKDzQ=="
2929
},
3030
"Microsoft.NET.Sdk.WebAssembly.Pack": {
3131
"type": "Direct",
32-
"requested": "[8.0.13, )",
33-
"resolved": "8.0.13",
34-
"contentHash": "zdRHxywQXvf/Smwd48y4RUL/v9Xphw0EJzEqYfjCeJgYjZ/+LdqMzQaO2HO9PShLQ63hdfWzw/LBI8fGoGrD+w=="
32+
"requested": "[8.0.14, )",
33+
"resolved": "8.0.14",
34+
"contentHash": "PVKBB7RYzYzCMnKKHjG/sVUhTHtToCO0ewuZvrRuATsmxYiG1e01m1p7Mbg9CTkbj72KPnrMuq9pBiypA7sOyg=="
3535
},
3636
"NI.CSharp.Analyzers": {
3737
"type": "Direct",

packages/blazor-workspace/Tests/NimbleBlazor.Tests.Acceptance.Client/packages.lock.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
},
1818
"Microsoft.NET.ILLink.Tasks": {
1919
"type": "Direct",
20-
"requested": "[8.0.13, )",
21-
"resolved": "8.0.13",
22-
"contentHash": "R19ZTaRiQAK+xo9ZwaHbF/1vb1wwR1Wn5+sqp9v8+CDjbdS8R6qftKdw0VSXWKm7VAMi7P+NCU4zxDzhEWcAwQ=="
20+
"requested": "[8.0.14, )",
21+
"resolved": "8.0.14",
22+
"contentHash": "4U2fd7PexNKrK5ZqfqIcXZj9/lRRjFsLgA/pxuFQTuGQuLYP/+7yACz/j7EmWbEj/fspOf4mafi/vHIy/rKDzQ=="
2323
},
2424
"Microsoft.NET.Sdk.WebAssembly.Pack": {
2525
"type": "Direct",
26-
"requested": "[8.0.13, )",
27-
"resolved": "8.0.13",
28-
"contentHash": "zdRHxywQXvf/Smwd48y4RUL/v9Xphw0EJzEqYfjCeJgYjZ/+LdqMzQaO2HO9PShLQ63hdfWzw/LBI8fGoGrD+w=="
26+
"requested": "[8.0.14, )",
27+
"resolved": "8.0.14",
28+
"contentHash": "PVKBB7RYzYzCMnKKHjG/sVUhTHtToCO0ewuZvrRuATsmxYiG1e01m1p7Mbg9CTkbj72KPnrMuq9pBiypA7sOyg=="
2929
},
3030
"NI.CSharp.Analyzers": {
3131
"type": "Direct",

packages/blazor-workspace/global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "8.0.406",
3+
"version": "8.0.407",
44
"allowPrelease": "false",
55
"rollForward": "disable"
66
}

packages/blazor-workspace/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"!*"
2626
],
2727
"devDependencies": {
28-
"@ni/fast-web-utilities": "^0.0.5",
28+
"@ni/fast-web-utilities": "^10.0.0",
2929
"@ni-private/eslint-config-nimble": "*",
3030
"@ni/nimble-components": "*",
3131
"@ni/nimble-tokens": "*",

packages/nimble-components/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@
5959
},
6060
"homepage": "https://github.com/ni/nimble#readme",
6161
"dependencies": {
62-
"@ni/fast-colors": "^0.0.5",
63-
"@ni/fast-element": "^0.0.5",
64-
"@ni/fast-foundation": "^0.0.6",
65-
"@ni/fast-web-utilities": "^0.0.5",
62+
"@ni/fast-colors": "^10.0.0",
63+
"@ni/fast-element": "^10.0.0",
64+
"@ni/fast-foundation": "^10.0.0",
65+
"@ni/fast-web-utilities": "^10.0.0",
6666
"@ni/nimble-tokens": "^8.7.0",
6767
"@tanstack/table-core": "^8.19.3",
6868
"@tanstack/virtual-core": "^3.10.6",

packages/spright-components/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
},
4949
"homepage": "https://github.com/ni/nimble#readme",
5050
"dependencies": {
51-
"@ni/fast-element": "^0.0.5",
52-
"@ni/fast-foundation": "^0.0.6",
51+
"@ni/fast-element": "^10.0.0",
52+
"@ni/fast-foundation": "^10.0.0",
5353
"@ni/nimble-components": "^33.0.0",
5454
"tslib": "^2.2.0"
5555
},

packages/storybook/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
},
1919
"devDependencies": {
2020
"@chromatic-com/storybook": "^3.2.2",
21-
"@ni/fast-element": "^0.0.5",
22-
"@ni/fast-foundation": "^0.0.6",
23-
"@ni/fast-react-wrapper": "^0.0.6",
24-
"@ni/fast-web-utilities": "^0.0.5",
21+
"@ni/fast-element": "^10.0.0",
22+
"@ni/fast-foundation": "^10.0.0",
23+
"@ni/fast-react-wrapper": "^10.0.0",
24+
"@ni/fast-web-utilities": "^10.0.0",
2525
"@ni-private/eslint-config-nimble": "*",
2626
"@ni/nimble-components": "*",
2727
"@ni/nimble-tokens": "*",

0 commit comments

Comments
 (0)