chore: updated RN version to 0.84.1, devDependencies and tooling#1473
Merged
Conversation
- Upgrade Yarn from 3.6.1 to 4.11.0, remove legacy plugins - Upgrade React Native from 0.83.1 to 0.84.1 (library + example) - Bump @eslint/compat from ^1.3.2 to ^2.0.3 - Bump @commitlint/config-conventional and commitlint from ^19.8.1 to ^20.5.0 - Bump eslint-plugin-jest from ^28.11.0 to ^29.15.1 - Bump eslint-plugin-react-hooks from ^5.2.0 to ^7.0.1 - Bump @typescript-eslint/* from ^8.32.0 to ^8.57.2 - Bump del-cli from ^6.0.0 to ^7.0.0 - Bump webpack-cli from ^6.0.1 to ^7.0.2 (example) - Remove unused @faker-js/faker dependency - Update remaining devDependencies to latest patch/minor versions
NandanPrabhu
previously approved these changes
Mar 26, 2026
pmathew92
approved these changes
Mar 26, 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.
Upgrades development dependencies and tooling across the library and example app.
Tooling
plugin-interactive-toolsandplugin-workspace-toolsplugins, now built-in)Library (
package.json)Major bumps
@eslint/compat^1.3.2^2.0.3@commitlint/config-conventional^19.8.1^20.5.0commitlint^19.8.1^20.5.0del-cli^6.0.0^7.0.0eslint-plugin-jest^28.11.0^29.15.1eslint-plugin-react-hooks^5.2.0^7.0.1Minor/patch bumps
react-native0.83.10.84.1@react-native/babel-preset0.83.10.84.1@react-native/eslint-config0.83.10.84.1metro-config^0.83.3^0.84.2metro-runtime^0.83.3^0.84.2@eslint/eslintrc^3.3.1^3.3.5@eslint/js^9.39.2^9.39.4eslint^9.35.0^9.39.4@typescript-eslint/eslint-plugin^8.32.0^8.57.2@typescript-eslint/parser^8.32.0^8.57.2typescript-eslint^8.46.2^8.57.2@release-it/conventional-changelog^10.0.1^10.0.6release-it^19.0.4^19.2.4typedoc^0.28.2^0.28.18typedoc-plugin-missing-exports^4.0.0^4.1.2prettier^3.7.4^3.8.1eslint-plugin-prettier^5.5.4^5.5.5react-native-builder-bob^0.40.17^0.40.18semver^7.7.2^7.7.4@testing-library/dom^10.4.0^10.4.1@testing-library/jest-dom^6.6.3^6.9.1@types/base-64^1.0.0^1.0.2@types/react^19.2.7^19.2.14@react-native-community/cli20.0.220.1.3Removed
@faker-js/faker— unused in the codebaseExample app (
example/package.json)react-native:0.83.1→0.84.1webpack-cli:^6.0.1→^7.0.2@react-navigation/*: bumped to latest@react-native-community/cli*:20.0.2→20.1.3@react-native/*:0.83.1→0.84.1@babel/*,webpack,webpack-dev-server, and others bumped to latestVerification
yarn typecheckpassesyarn testpasses (443 tests, 27 suites, 18 snapshots)