Skip to content

Commit fa9b9ce

Browse files
rajsitem-akinc
andauthored
Fast foundation update (#2450)
# Pull Request ## 🤨 Rationale Update FAST versions to include the following fixes: - microsoft/fast#7022 - microsoft/fast#6960 And handle the following NI issues: - Fixes #1661 - https://ni.visualstudio.com/DevCentral/_workitems/edit/2843309 ## 👩‍💻 Implementation Updates the Fast Foundation version. A test performance regression was found in all browsers but particularly in Firefox, however [after investigation by @m-akinc](#2456) it was found to be an acceptable change. Fixes #2456 ## 🧪 Testing Extensive testing done in #2456 ## ✅ Checklist - [x] I have updated the project documentation to reflect my changes or determined no changes are needed. --------- Co-authored-by: Mert Akinc <[email protected]>
1 parent 6b1869f commit fa9b9ce

7 files changed

+41
-26
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Update fast versions",
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 fast versions",
4+
"packageName": "@ni/spright-components",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}

package-lock.json

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

packages/nimble-components/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
"homepage": "https://github.com/ni/nimble#readme",
6161
"dependencies": {
6262
"@microsoft/fast-colors": "^5.3.1",
63-
"@microsoft/fast-element": "1.13.0",
64-
"@microsoft/fast-foundation": "2.49.6",
63+
"@microsoft/fast-element": "^1.14.0",
64+
"@microsoft/fast-foundation": "^2.50.0",
6565
"@microsoft/fast-web-utilities": "^6.0.0",
6666
"@ni/nimble-tokens": "^8.4.0",
6767
"@tanstack/table-core": "^8.19.3",

packages/nimble-components/src/utilities/tests/setup-configuration.ts

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
console.error = (data: any): void => fail(data);
66
// eslint-disable-next-line no-console, @typescript-eslint/no-explicit-any
77
console.warn = (data: any): void => fail(data);
8+
jasmine.DEFAULT_TIMEOUT_INTERVAL = 10000;

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-
"@microsoft/fast-element": "1.13.0",
52-
"@microsoft/fast-foundation": "2.49.6",
51+
"@microsoft/fast-element": "^1.14.0",
52+
"@microsoft/fast-foundation": "^2.50.0",
5353
"@ni/nimble-components": "^32.6.0",
5454
"tslib": "^2.2.0"
5555
},

packages/storybook/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
},
1919
"devDependencies": {
2020
"@chromatic-com/storybook": "^2.0.2",
21-
"@microsoft/fast-element": "1.13.0",
22-
"@microsoft/fast-foundation": "2.49.6",
23-
"@microsoft/fast-react-wrapper": "^0.3.22",
21+
"@microsoft/fast-element": "^1.14.0",
22+
"@microsoft/fast-foundation": "^2.50.0",
23+
"@microsoft/fast-react-wrapper": "^0.3.25",
2424
"@microsoft/fast-web-utilities": "^6.0.0",
2525
"@ni/nimble-components": "*",
2626
"@ni/spright-components": "*",

0 commit comments

Comments
 (0)