-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NPM Dependency Updates January 2025 (#2504)
# Pull Request ## π€¨ Rationale Follow-up from #2501 and #2499 ## π©βπ» Implementation - Updated the major dependencies covered in the above mentioned PR - Did not pull-in React 19 updates yet, seems supported in storybook, will give it a try in a follow-on PR or create a tech debt: storybookjs/storybook#29805 - Rebuilt the lock file to pull in latest versions in semver range - Had to make peerDependencies on React 18 types as the v19 types got pulled in on rebuild of lock file and caused issues in mdx typing (the JSX namespace was deprecated in React 18 and removed in React 19): ``` Error: ../../node_modules/@types/mdx/types.d.ts(23,38): error TS2503: Cannot find namespace 'JSX'. Error: ../../node_modules/@types/mdx/types.d.ts([28](https://github.com/ni/nimble/actions/runs/12565897794/job/35030682905#step:12:29),23): error TS2503: Cannot find namespace 'JSX'. Error: ../../node_modules/@types/mdx/types.d.ts(47,28): error TS2503: Cannot find namespace 'JSX'. Error: ../../node_modules/@types/mdx/types.d.ts(73,46): error TS2503: Cannot find namespace 'JSX'. ``` - Removed the webpack-cli dep which seems unused (we don't see to use the command in any scripts) ## π§ͺ Testing Rely on CI ## β Checklist - [x] I have updated the project documentation to reflect my changes or determined no changes are needed.
- Loading branch information
Showing
8 changed files
with
1,537 additions
and
1,468 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
change/@ni-nimble-components-bde38720-0418-4ea4-b346-2c1ea311e284.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type": "patch", | ||
"comment": "Update to rollup all-components build dependencies", | ||
"packageName": "@ni/nimble-components", | ||
"email": "[email protected]", | ||
"dependentChangeType": "none" | ||
} |
7 changes: 7 additions & 0 deletions
7
change/@ni-spright-components-01c5b017-941c-4e65-aba6-2450a0d5c160.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type": "patch", | ||
"comment": "Update to rollup all-components build dependencies", | ||
"packageName": "@ni/spright-components", | ||
"email": "[email protected]", | ||
"dependentChangeType": "none" | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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