Fix vulnerable dependencies, update supportability, and remove Rush#85
Open
hectorhdzg wants to merge 1 commit into
Open
Fix vulnerable dependencies, update supportability, and remove Rush#85hectorhdzg wants to merge 1 commit into
hectorhdzg wants to merge 1 commit into
Conversation
d123a38 to
c0c3e2b
Compare
Vulnerability fixes: - Add minimatch ^3.1.5 override to fix CVE-2026-27903/CVE-2026-27904 - Update grunt from ^1.5.3 to ^1.6.2 - Add form-data and tar overrides - Downgrade @types/node to ^18.0.0 (compatible with TypeScript 4.x) Remove Rush monorepo tooling: - Delete rush.json, common/scripts/, common/config/rush/, common/changes/ - Replace Rush with npm workspaces for local package linking - Update root package.json scripts to drive builds directly via grunt - Add react-native-device-info as devDependency for test compilation - Add skipLibCheck and failOnTypeErrors config for TS 4.x compatibility - Update test module paths for npm workspaces hoisting Supportability: - Update CI node matrix: drop Node 20 (EOL), add Node 24 - Update actions/checkout v2 -> v4 and actions/setup-node v1 -> v4 - Simplify CI workflow (no Rush update/check steps)
c0c3e2b to
ed93302
Compare
JacksonWeber
approved these changes
May 14, 2026
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.
Vulnerability fixes:
Remove Rush monorepo tooling:
Supportability: