Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev-packages/e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"react": "18.3.1",
"react-native": "0.77.1",
"react-native": "0.85.2",
"react-native-launch-arguments": "^4.0.2",
"typescript": "4.9.5",
"webdriverio": "^8.27.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"oxlint": "^1.56.0",
"oxlint-tsgolint": "^0.17.4",
"react": "19.1.0",
"react-native": "0.80.1",
"react-native": "0.85.2",
"react-test-renderer": "19.1.0",
"rimraf": "^4.1.1",
"ts-jest": "^29.3.1",
Expand Down
2 changes: 1 addition & 1 deletion performance-tests/TestAppPlain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"react": "19.1.0",
"react-native": "0.80.2"
"react-native": "0.85.2"

Check failure on line 12 in performance-tests/TestAppPlain/package.json

View check run for this annotation

@sentry/warden / warden: find-bugs

[2PS-KT8] react-native bumped to 0.85.2 while react-native-macos remains pinned to 0.73.34 (additional location)

The dependency update raises `react-native` to 0.85.2 but leaves `react-native-macos` at 0.73.34 and other peers (`react`, `react-native-gesture-handler`, `react-native-reanimated`, `react-native-safe-area-context`, `react-native-screens`, `@react-native/babel-preset`, `@react-native/metro-config`, `@react-native/typescript-config`) on 0.73.x / React 18.2. react-native-macos must be paired with a matching upstream react-native version; a 12-minor-version skew (0.73 vs 0.85) will break the macOS sample's build and runtime (incompatible native modules, JSI/TurboModule changes, Hermes V1 default, Node 22.11 minimum, removed APIs noted in the 0.84 breaking changes).
},
"devDependencies": {
"@babel/core": "^7.25.2",
Expand Down
2 changes: 1 addition & 1 deletion performance-tests/TestAppSentry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@react-native/new-app-screen": "0.80.2",
"@sentry/react-native": "8.10.0",
"react": "19.1.0",
"react-native": "0.80.2"
"react-native": "0.85.2"

Check failure on line 14 in performance-tests/TestAppSentry/package.json

View check run for this annotation

@sentry/warden / warden: code-review

[2YD-6KS] react-native 0.85.2 incompatible with react-native-macos 0.73.34 and react 18.2.0 (additional location)

The bump updates `react-native` to `0.85.2` while `react-native-macos` remains pinned at `0.73.34` and `react` at `18.2.0`. react-native-macos is a fork that must match the upstream react-native minor version, and RN 0.85 requires a newer React. This is a breaking backwards-compatibility issue: the macOS sample will fail to build/run because the native modules and JS runtime expectations are mismatched.
},
"devDependencies": {
"@babel/core": "^7.25.2",
Expand Down
2 changes: 1 addition & 1 deletion samples/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"expo-web-browser": "~55.0.9",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-native": "0.83.2",
"react-native": "0.85.2",
"react-native-gesture-handler": "~2.30.0",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.23.0",
Expand Down
2 changes: 1 addition & 1 deletion samples/react-native-macos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@sentry/react-native": "8.10.0",
"delay": "^6.0.0",
"react": "18.2.0",
"react-native": "0.73.9",
"react-native": "0.85.2",

Check failure on line 24 in samples/react-native-macos/package.json

View check run for this annotation

@sentry/warden / warden: find-bugs

react-native bumped to 0.85.2 while react-native-macos remains pinned to 0.73.34

The dependency update raises `react-native` to 0.85.2 but leaves `react-native-macos` at 0.73.34 and other peers (`react`, `react-native-gesture-handler`, `react-native-reanimated`, `react-native-safe-area-context`, `react-native-screens`, `@react-native/babel-preset`, `@react-native/metro-config`, `@react-native/typescript-config`) on 0.73.x / React 18.2. react-native-macos must be paired with a matching upstream react-native version; a 12-minor-version skew (0.73 vs 0.85) will break the macOS sample's build and runtime (incompatible native modules, JSI/TurboModule changes, Hermes V1 default, Node 22.11 minimum, removed APIs noted in the 0.84 breaking changes).

Check failure on line 24 in samples/react-native-macos/package.json

View check run for this annotation

@sentry/warden / warden: code-review

react-native 0.85.2 incompatible with react-native-macos 0.73.34 and react 18.2.0

The bump updates `react-native` to `0.85.2` while `react-native-macos` remains pinned at `0.73.34` and `react` at `18.2.0`. react-native-macos is a fork that must match the upstream react-native minor version, and RN 0.85 requires a newer React. This is a breaking backwards-compatibility issue: the macOS sample will fail to build/run because the native modules and JS runtime expectations are mismatched.
"react-native-gesture-handler": "2.14.0",
"react-native-macos": "0.73.34",
"react-native-reanimated": "3.8.1",
Expand Down
2 changes: 1 addition & 1 deletion samples/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@shopify/flash-list": "^2.0.2",
"delay": "^6.0.0",
"react": "19.2.3",
"react-native": "0.85.1",
"react-native": "0.85.2",
"react-native-build-config": "^0.3.2",
"react-native-gesture-handler": "^2.28.0",
"react-native-image-picker": "^8.2.1",
Expand Down
Loading
Loading