-
Notifications
You must be signed in to change notification settings - Fork 31
chore: upgrade dependencies #246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| --- | ||
| '@callstack/react-native-brownfield': patch | ||
| 'brownfield': patch | ||
| '@callstack/brownie': patch | ||
| '@callstack/brownfield-cli': patch | ||
| --- | ||
|
|
||
| chore: upgrade dependencies |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,6 +16,6 @@ | |
| "@rspress/core": "2.0.0-rc.4" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/node": "^25.0.8" | ||
| "@types/node": "^25.3.0" | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -33,18 +33,19 @@ | |||||
| "@commitlint/cli": "^20.3.1", | ||||||
| "@commitlint/config-conventional": "^20.3.1", | ||||||
| "@eslint/compat": "^2.0.1", | ||||||
| "@eslint/eslintrc": "^3.3.3", | ||||||
| "@expo/config-types": "^54.0.10", | ||||||
| "@react-native/eslint-config": "0.82.1", | ||||||
| "babel-plugin-module-resolver": "5.0.2", | ||||||
|
||||||
| "babel-plugin-module-resolver": "5.0.2", | |
| "eslint": "^9.24.0", |
Copilot
AI
Feb 23, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The globals package has been upgraded from v16.2.0 to v17.3.0, which is a major version upgrade. This breaking change may affect how global variables are defined or accessed in ESLint configurations or other tooling. Please ensure all uses of the globals package are compatible with v17.
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -95,13 +95,13 @@ | |||||
| "@react-native/babel-preset": "0.82.1", | ||||||
| "@types/jest": "^30.0.0", | ||||||
| "@types/react": "^19.1.1", | ||||||
| "eslint": "^9.28.0", | ||||||
| "globals": "^16.2.0", | ||||||
| "eslint": "^9.39.3", | ||||||
| "globals": "^17.3.0", | ||||||
| "import": "^0.0.6", | ||||||
| "nodemon": "^3.1.11", | ||||||
| "nodemon": "^3.1.14", | ||||||
|
||||||
| "nodemon": "^3.1.14", | |
| "nodemon": "3.1.11", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The react-native-worklets package has been upgraded from 0.5.1 to 0.7.4, which is a significant minor version jump. Looking at the yarn.lock changes, this upgrade includes updates to several Babel plugin dependencies. The peer dependency requirement has also changed from ">=0.5.0" to ">=0.7.0" in react-native-reanimated. Please verify that this upgrade doesn't introduce breaking changes in worklet code.