Skip to content

Commit 88646ba

Browse files
committed
Merge branch 'v7' into antonis/android-sdk-8
2 parents b31ccdc + 13b68d9 commit 88646ba

File tree

7 files changed

+146
-142
lines changed

7 files changed

+146
-142
lines changed

.github/workflows/e2e.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -162,15 +162,15 @@ jobs:
162162
strategy:
163163
fail-fast: false # keeps matrix running if one fails
164164
matrix:
165-
rn-version: ['0.65.3', '0.76.6']
165+
rn-version: ['0.65.3', '0.77.1']
166166
rn-architecture: ['legacy', 'new']
167167
platform: ['android', 'ios']
168168
build-type: ['production']
169169
ios-use-frameworks: ['no', 'static', 'dynamic']
170170
engine: ['hermes', 'jsc']
171171
include:
172172
- platform: ios
173-
rn-version: '0.76.6'
173+
rn-version: '0.77.1'
174174
runs-on: macos-14
175175
- platform: ios
176176
rn-version: '0.65.3'
@@ -179,7 +179,7 @@ jobs:
179179
runs-on: ubuntu-latest
180180
exclude:
181181
# exclude JSC for new RN versions (keeping the matrix manageable)
182-
- rn-version: '0.76.6'
182+
- rn-version: '0.77.1'
183183
engine: 'jsc'
184184
# exclude all rn versions lower than 0.70.0 for new architecture
185185
- rn-version: '0.65.3'
@@ -298,15 +298,15 @@ jobs:
298298
strategy:
299299
fail-fast: false # keeps matrix running if one fails
300300
matrix:
301-
rn-version: ['0.65.3', '0.76.6']
301+
rn-version: ['0.65.3', '0.77.1']
302302
rn-architecture: ['legacy', 'new']
303303
platform: ['android', 'ios']
304304
build-type: ['production']
305305
ios-use-frameworks: ['no'] # test only no framworks
306306
engine: ['hermes', 'jsc']
307307
include:
308308
- platform: ios
309-
rn-version: '0.76.6'
309+
rn-version: '0.77.1'
310310
runs-on: macos-15
311311
- platform: ios
312312
rn-version: '0.65.3'
@@ -320,7 +320,7 @@ jobs:
320320
# e2e test only the default combinations
321321
- rn-version: '0.65.3'
322322
engine: 'hermes'
323-
- rn-version: '0.76.6'
323+
- rn-version: '0.77.1'
324324
engine: 'jsc'
325325

326326
steps:

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
- Bump Cocoa SDK from v8.44.0 to v8.45.0 ([#4537](https://github.com/getsentry/sentry-react-native/pull/4537))
4141
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8450)
4242
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.44.0...8.45.0)
43+
- Bump CLI from v2.41.1 to v2.42.1 ([#4563](https://github.com/getsentry/sentry-react-native/pull/4563))
44+
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2421)
45+
- [diff](https://github.com/getsentry/sentry-cli/compare/2.41.1...2.42.1)
4346

4447
## 6.7.0
4548

dev-packages/e2e-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"babel-jest": "^29.7.0",
2424
"jest": "^29.7.0",
2525
"react": "18.3.1",
26-
"react-native": "0.77.0",
26+
"react-native": "0.77.1",
2727
"react-native-launch-arguments": "^4.0.2",
2828
"typescript": "4.9.5",
2929
"webdriverio": "^8.27.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"devDependencies": {
3131
"@expo/swiftlint": "^0.57.1",
3232
"@naturalcycles/ktlint": "^1.13.0",
33-
"@sentry/cli": "2.41.1",
33+
"@sentry/cli": "2.42.1",
3434
"clang-format": "^1.8.0",
3535
"downlevel-dts": "^0.11.0",
3636
"google-java-format": "^1.4.0",

packages/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"dependencies": {
6868
"@sentry/babel-plugin-component-annotate": "3.1.2",
6969
"@sentry/browser": "8.54.0",
70-
"@sentry/cli": "2.41.1",
70+
"@sentry/cli": "2.42.1",
7171
"@sentry/core": "8.54.0",
7272
"@sentry/react": "8.54.0",
7373
"@sentry/types": "8.54.0",
@@ -77,7 +77,7 @@
7777
"@babel/core": "^7.25.2",
7878
"@expo/metro-config": "0.19.5",
7979
"@mswjs/interceptors": "^0.25.15",
80-
"@react-native/babel-preset": "0.77.0",
80+
"@react-native/babel-preset": "0.77.1",
8181
"@sentry-internal/eslint-config-sdk": "8.54.0",
8282
"@sentry-internal/eslint-plugin-sdk": "8.54.0",
8383
"@sentry-internal/typescript": "8.54.0",
@@ -107,7 +107,7 @@
107107
"metro": "0.81.0",
108108
"prettier": "^2.0.5",
109109
"react": "18.3.1",
110-
"react-native": "0.77.0",
110+
"react-native": "0.77.1",
111111
"react-test-renderer": "^18.3.1",
112112
"rimraf": "^4.1.1",
113113
"ts-jest": "^29.1.1",

samples/react-native/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@sentry/react-native": "6.7.0",
2929
"delay": "^6.0.0",
3030
"react": "18.3.1",
31-
"react-native": "0.77.0",
31+
"react-native": "0.77.1",
3232
"react-native-gesture-handler": "^2.22.1",
3333
"react-native-reanimated": "3.16.7",
3434
"react-native-safe-area-context": "5.2.0",
@@ -46,10 +46,10 @@
4646
"@react-native-community/cli": "15.1.3",
4747
"@react-native-community/cli-platform-android": "15.1.3",
4848
"@react-native-community/cli-platform-ios": "15.1.3",
49-
"@react-native/babel-preset": "0.77.0",
50-
"@react-native/eslint-config": "0.77.0",
51-
"@react-native/metro-config": "0.77.0",
52-
"@react-native/typescript-config": "0.77.0",
49+
"@react-native/babel-preset": "0.77.1",
50+
"@react-native/eslint-config": "0.77.1",
51+
"@react-native/metro-config": "0.77.1",
52+
"@react-native/typescript-config": "0.77.1",
5353
"@sentry/babel-plugin-component-annotate": "^3.1.2",
5454
"@types/react": "^18.2.65",
5555
"@types/react-native-vector-icons": "^6.4.18",

0 commit comments

Comments
 (0)