-
-
Notifications
You must be signed in to change notification settings - Fork 527
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update dev deps & fix eslint (#2561)
## Description This PR bumps RN developement version in the library from 0.72 to 0.76 & updates eslint configuration & few other development packages. Please note the changes in gesture-handler related types from Screen Transition API. These changes are motivated by the fact that I've recently bumped versions of language servers in my editor & eslint language server started throwing errors in our example apps (when editing `apps/**` files) that is does not know anything about `@react-native` config we try to extend in `apps/.eslintrc.js`. This makes absolute sense, as it had tried to found the `@react-native` config with "standard module resolution algorithm", and there were no node_modules containing the config above `apps` directory. During fixing this I've also noticed errors in configuration of our root-level `.eslintrc` file. I've decided to fix this and bump dependencies, so that my eyes don't hurt from red screen when developing. ## Changes ☝🏻 I've also described important changes in "review" below 👇🏻 ## Test code and steps to reproduce I've modified only development dependencies, therefore behaviour for end-user should not change in any way. Our apps should now work & eslint config should be improved. ## Checklist - [ ] Ensured that CI passes
- Loading branch information
Showing
10 changed files
with
4,249 additions
and
3,914 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module.exports = { | ||
presets: ['module:metro-react-native-babel-preset'], | ||
presets: ['module:@react-native/babel-preset'], | ||
}; |
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
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
Oops, something went wrong.