Skip to content

Commit d771cd5

Browse files
chore: update scripts/update-javascript.sh to 10.68.0 (#6516)
Co-authored-by: GitHub <noreply@github.com>
1 parent 44abcc2 commit d771cd5

7 files changed

Lines changed: 85 additions & 82 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
- Bump CLI from v3.6.1 to v3.6.2 ([#6511](https://github.com/getsentry/sentry-react-native/pull/6511))
2121
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#362)
2222
- [diff](https://github.com/getsentry/sentry-cli/compare/3.6.1...3.6.2)
23+
- Bump JavaScript SDK from v10.67.0 to v10.68.0 ([#6516](https://github.com/getsentry/sentry-react-native/pull/6516))
24+
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#10680)
25+
- [diff](https://github.com/getsentry/sentry-javascript/compare/10.67.0...10.68.0)
2326

2427
## 8.20.0
2528

dev-packages/e2e-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"devDependencies": {
1414
"@babel/preset-env": "^7.25.3",
1515
"@babel/preset-typescript": "^7.18.6",
16-
"@sentry/core": "10.67.0",
16+
"@sentry/core": "10.68.0",
1717
"@sentry/react-native": "8.20.0",
1818
"@types/node": "^20.9.3",
1919
"@types/react": "^19.1.4",

packages/core/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@
7373
"react-native": ">=0.65.0"
7474
},
7575
"dependencies": {
76-
"@sentry/browser": "10.67.0",
77-
"@sentry/bundler-plugins": "10.67.0",
76+
"@sentry/browser": "10.68.0",
77+
"@sentry/bundler-plugins": "10.68.0",
7878
"@sentry/cli": "3.6.2",
79-
"@sentry/core": "10.67.0",
79+
"@sentry/core": "10.68.0",
8080
"@sentry/expo-upload-sourcemaps": "workspace:*",
81-
"@sentry/react": "10.67.0"
81+
"@sentry/react": "10.68.0"
8282
},
8383
"devDependencies": {
8484
"@babel/core": "^7.26.7",
@@ -87,8 +87,8 @@
8787
"@mswjs/interceptors": "^0.25.15",
8888
"@react-native/babel-preset": "0.86.0",
8989
"@react-native/jest-preset": "0.86.0",
90-
"@sentry/eslint-plugin-sdk": "10.67.0",
91-
"@sentry/typescript": "10.67.0",
90+
"@sentry/eslint-plugin-sdk": "10.68.0",
91+
"@sentry/typescript": "10.68.0",
9292
"@sentry/wizard": "6.13.0",
9393
"@testing-library/react-native": "^13.2.2",
9494
"@types/jest": "^29.5.13",

samples/expo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"eas-build-development-android": "eas build --profile development --platform android"
2424
},
2525
"dependencies": {
26-
"@sentry/core": "10.67.0",
26+
"@sentry/core": "10.68.0",
2727
"@sentry/react-native": "8.20.0",
2828
"@types/react": "~19.2.10",
2929
"expo": "^57.0.0",
@@ -47,7 +47,7 @@
4747
"devDependencies": {
4848
"@babel/core": "^7.26.0",
4949
"@babel/preset-env": "^7.26.0",
50-
"@sentry/bundler-plugins": "10.67.0",
50+
"@sentry/bundler-plugins": "10.68.0",
5151
"@types/node": "20.10.4",
5252
"sentry-react-native-samples-utils": "workspace:^"
5353
},

samples/react-native-macos/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"@react-navigation/bottom-tabs": "^6.5.12",
1717
"@react-navigation/native": "^6.1.9",
1818
"@react-navigation/stack": "^6.3.20",
19-
"@sentry/core": "10.67.0",
20-
"@sentry/react": "10.67.0",
19+
"@sentry/core": "10.68.0",
20+
"@sentry/react": "10.68.0",
2121
"@sentry/react-native": "8.20.0",
2222
"delay": "^6.0.0",
2323
"react": "19.1.4",

samples/react-native/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
"@react-navigation/native-stack": "^7.3.24",
4848
"@react-navigation/stack": "^7.4.5",
4949
"@reduxjs/toolkit": "^2.8.2",
50-
"@sentry/core": "10.67.0",
51-
"@sentry/react": "10.67.0",
50+
"@sentry/core": "10.68.0",
51+
"@sentry/react": "10.68.0",
5252
"@sentry/react-native": "8.20.0",
5353
"@shopify/flash-list": "^2.0.2",
5454
"delay": "^6.0.0",
@@ -78,7 +78,7 @@
7878
"@react-native/jest-preset": "0.86.0",
7979
"@react-native/metro-config": "0.86.0",
8080
"@react-native/typescript-config": "0.86.0",
81-
"@sentry/bundler-plugins": "10.67.0",
81+
"@sentry/bundler-plugins": "10.68.0",
8282
"@testing-library/react-native": "^13.2.2",
8383
"@types/jest": "^29.5.14",
8484
"@types/node": "^22.13.1",

yarn.lock

Lines changed: 68 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -10008,37 +10008,37 @@ __metadata:
1000810008
languageName: node
1000910009
linkType: hard
1001010010

10011-
"@sentry/browser-utils@npm:10.67.0":
10012-
version: 10.67.0
10013-
resolution: "@sentry/browser-utils@npm:10.67.0"
10011+
"@sentry/browser-utils@npm:10.68.0":
10012+
version: 10.68.0
10013+
resolution: "@sentry/browser-utils@npm:10.68.0"
1001410014
dependencies:
1001510015
"@sentry/conventions": "npm:^0.16.0"
10016-
"@sentry/core": "npm:10.67.0"
10017-
checksum: 10c0/66d083987e03f14391789348fabefcb8479edc1d388fe100c9e936092afd4442e6568aad1fed02a0cfd3ef2ad4819dec432c5c7934d64d2e96601ca4e80f22fe
10016+
"@sentry/core": "npm:10.68.0"
10017+
checksum: 10c0/bffa78e8a6959da2307da23f1a2784cc263c5fd20bba782fa056ad8150cd0525e67ea5182258b23c319d2f9d2be8c9684ebd0a289da1272f1d3d12489615064b
1001810018
languageName: node
1001910019
linkType: hard
1002010020

10021-
"@sentry/browser@npm:10.67.0":
10022-
version: 10.67.0
10023-
resolution: "@sentry/browser@npm:10.67.0"
10021+
"@sentry/browser@npm:10.68.0":
10022+
version: 10.68.0
10023+
resolution: "@sentry/browser@npm:10.68.0"
1002410024
dependencies:
10025-
"@sentry/browser-utils": "npm:10.67.0"
10025+
"@sentry/browser-utils": "npm:10.68.0"
1002610026
"@sentry/conventions": "npm:^0.16.0"
10027-
"@sentry/core": "npm:10.67.0"
10028-
"@sentry/feedback": "npm:10.67.0"
10029-
"@sentry/replay": "npm:10.67.0"
10030-
"@sentry/replay-canvas": "npm:10.67.0"
10031-
checksum: 10c0/e63a3bf777c53c52e057c26e4d672c5c1ce0c157eff43e70b7678ce72f4218678a2b07a8f3108dea35c6311eecf6ec7beb9a0c43d7ed9da69f55158081815500
10027+
"@sentry/core": "npm:10.68.0"
10028+
"@sentry/feedback": "npm:10.68.0"
10029+
"@sentry/replay": "npm:10.68.0"
10030+
"@sentry/replay-canvas": "npm:10.68.0"
10031+
checksum: 10c0/9d2f4c3c2c269adc07a819d945e5396ae313f774342d5993e2dc4db252508b1c983a4569e5b8e43b0d5d83c4a6b88a4caee1e2c941b8f362e4b6580dabe52a1d
1003210032
languageName: node
1003310033
linkType: hard
1003410034

10035-
"@sentry/bundler-plugins@npm:10.67.0":
10036-
version: 10.67.0
10037-
resolution: "@sentry/bundler-plugins@npm:10.67.0"
10035+
"@sentry/bundler-plugins@npm:10.68.0":
10036+
version: 10.68.0
10037+
resolution: "@sentry/bundler-plugins@npm:10.68.0"
1003810038
dependencies:
1003910039
"@babel/core": "npm:^7.18.5"
1004010040
"@sentry/cli": "npm:^2.58.6"
10041-
"@sentry/core": "npm:10.67.0"
10041+
"@sentry/core": "npm:10.68.0"
1004210042
dotenv: "npm:^17.4.2"
1004310043
find-up: "npm:^5.0.0"
1004410044
glob: "npm:^13.0.6"
@@ -10051,7 +10051,7 @@ __metadata:
1005110051
optional: true
1005210052
webpack:
1005310053
optional: true
10054-
checksum: 10c0/11e58ac3e839ce386d0baf333eb03f593232b28a44ef0c730fa3328367776936092bc356828d057aa03c4043a88f5ff983c88cd29ac8aad9944047f9b54142ae
10054+
checksum: 10c0/9375987f14380cf5461990b146dd7eafdb616a60a7fcc4792feb321c87e7cff27fd50c56ea507608e5539629f8daf5a1256b0393d261775c5ef803fcdf151e4a
1005510055
languageName: node
1005610056
linkType: hard
1005710057

@@ -10260,19 +10260,19 @@ __metadata:
1026010260
languageName: node
1026110261
linkType: hard
1026210262

10263-
"@sentry/core@npm:10.67.0":
10264-
version: 10.67.0
10265-
resolution: "@sentry/core@npm:10.67.0"
10263+
"@sentry/core@npm:10.68.0":
10264+
version: 10.68.0
10265+
resolution: "@sentry/core@npm:10.68.0"
1026610266
dependencies:
1026710267
"@sentry/conventions": "npm:^0.16.0"
10268-
checksum: 10c0/09be0e06bd45db3977734be147b0019d6eca15d7c59c2a6ddfbeac29daed25ebb1c046a4210db4e9f51a307117e62ef747604dc51654eb9a7dcff3d785a96caa
10268+
checksum: 10c0/bd69b7d949699020058bdd0f0de5d384c403636aeddba9feb7e37492e554b46b1193c5ed88598ad58d2f21c6b00c912ff216ec68af7a70a749df4b052b8e3e99
1026910269
languageName: node
1027010270
linkType: hard
1027110271

10272-
"@sentry/eslint-plugin-sdk@npm:10.67.0":
10273-
version: 10.67.0
10274-
resolution: "@sentry/eslint-plugin-sdk@npm:10.67.0"
10275-
checksum: 10c0/eadc43dbb3cae80a7c1e4eff3371a99bb251b324e44587aa01f4efee45ebef340110f34173fb891fddec643c7752b821c24a8e19c609d59bf96cb187b6e3f39b
10272+
"@sentry/eslint-plugin-sdk@npm:10.68.0":
10273+
version: 10.68.0
10274+
resolution: "@sentry/eslint-plugin-sdk@npm:10.68.0"
10275+
checksum: 10c0/8ac4ecea27bd14b353cc982f95370bcabb3a8fce5cb7b1df27fd9b62519fb8b815f3a78b070838c79147a2635e134661477620f71162b404318f68df83cdf6fb
1027610276
languageName: node
1027710277
linkType: hard
1027810278

@@ -10294,12 +10294,12 @@ __metadata:
1029410294
languageName: unknown
1029510295
linkType: soft
1029610296

10297-
"@sentry/feedback@npm:10.67.0":
10298-
version: 10.67.0
10299-
resolution: "@sentry/feedback@npm:10.67.0"
10297+
"@sentry/feedback@npm:10.68.0":
10298+
version: 10.68.0
10299+
resolution: "@sentry/feedback@npm:10.68.0"
1030010300
dependencies:
10301-
"@sentry/core": "npm:10.67.0"
10302-
checksum: 10c0/b3d07a4aae97e528684583438cd070259bbf290cf012ca5cd5222ca424ef00ce585ee975de3e5902f744e693161482b1677346cf1f44ab55d2d1c5dbaf1a8e72
10301+
"@sentry/core": "npm:10.68.0"
10302+
checksum: 10c0/1e03ede884a2ac4dc8965c1bc1bc71344c408c76039eb13ef1c734ce1c5d9e1ce20a937e55ed14945b15d088cd8257556538e780c904512e1348a856c64e0250
1030310303
languageName: node
1030410304
linkType: hard
1030510305

@@ -10391,14 +10391,14 @@ __metadata:
1039110391
"@mswjs/interceptors": "npm:^0.25.15"
1039210392
"@react-native/babel-preset": "npm:0.86.0"
1039310393
"@react-native/jest-preset": "npm:0.86.0"
10394-
"@sentry/browser": "npm:10.67.0"
10395-
"@sentry/bundler-plugins": "npm:10.67.0"
10394+
"@sentry/browser": "npm:10.68.0"
10395+
"@sentry/bundler-plugins": "npm:10.68.0"
1039610396
"@sentry/cli": "npm:3.6.2"
10397-
"@sentry/core": "npm:10.67.0"
10398-
"@sentry/eslint-plugin-sdk": "npm:10.67.0"
10397+
"@sentry/core": "npm:10.68.0"
10398+
"@sentry/eslint-plugin-sdk": "npm:10.68.0"
1039910399
"@sentry/expo-upload-sourcemaps": "workspace:*"
10400-
"@sentry/react": "npm:10.67.0"
10401-
"@sentry/typescript": "npm:10.67.0"
10400+
"@sentry/react": "npm:10.68.0"
10401+
"@sentry/typescript": "npm:10.68.0"
1040210402
"@sentry/wizard": "npm:6.13.0"
1040310403
"@testing-library/react-native": "npm:^13.2.2"
1040410404
"@types/jest": "npm:^29.5.13"
@@ -10444,45 +10444,45 @@ __metadata:
1044410444
languageName: unknown
1044510445
linkType: soft
1044610446

10447-
"@sentry/react@npm:10.67.0":
10448-
version: 10.67.0
10449-
resolution: "@sentry/react@npm:10.67.0"
10447+
"@sentry/react@npm:10.68.0":
10448+
version: 10.68.0
10449+
resolution: "@sentry/react@npm:10.68.0"
1045010450
dependencies:
10451-
"@sentry/browser": "npm:10.67.0"
10451+
"@sentry/browser": "npm:10.68.0"
1045210452
"@sentry/conventions": "npm:^0.16.0"
10453-
"@sentry/core": "npm:10.67.0"
10453+
"@sentry/core": "npm:10.68.0"
1045410454
peerDependencies:
1045510455
react: ^16.14.0 || 17.x || 18.x || 19.x
10456-
checksum: 10c0/b958766a2f59c89a2be760901cfae64070581be59453596985bcf61364948e58f2ee18f15ca226360ac1047717dfb4f2033389170392f18855db4430f44f2817
10456+
checksum: 10c0/c839eb7f896415990839c52a0cfe55e9ec4ddd545b7592baf87410c626fc9c712ecda5cb3193a6d71a29cd90b5732b6a33e86dea801b83286b6f4d7c9b747faf
1045710457
languageName: node
1045810458
linkType: hard
1045910459

10460-
"@sentry/replay-canvas@npm:10.67.0":
10461-
version: 10.67.0
10462-
resolution: "@sentry/replay-canvas@npm:10.67.0"
10460+
"@sentry/replay-canvas@npm:10.68.0":
10461+
version: 10.68.0
10462+
resolution: "@sentry/replay-canvas@npm:10.68.0"
1046310463
dependencies:
10464-
"@sentry/core": "npm:10.67.0"
10465-
"@sentry/replay": "npm:10.67.0"
10466-
checksum: 10c0/df7e1c0c628fa77d0475617a940dc8129f8ea683ef9180bf17ee03604823004ea09ba3a51d7bd1bef5ce72e26b8de8cc9cf542f1803ed14b15f8ec059a24f790
10464+
"@sentry/core": "npm:10.68.0"
10465+
"@sentry/replay": "npm:10.68.0"
10466+
checksum: 10c0/e421dd0f67a024a1eaf1b975e07c974f04272bcaf9fb73b258c2addacbe85fab1527b313cd8150fc0dcf19109387f04c79cc121831caa29825d8b1319d0d0be6
1046710467
languageName: node
1046810468
linkType: hard
1046910469

10470-
"@sentry/replay@npm:10.67.0":
10471-
version: 10.67.0
10472-
resolution: "@sentry/replay@npm:10.67.0"
10470+
"@sentry/replay@npm:10.68.0":
10471+
version: 10.68.0
10472+
resolution: "@sentry/replay@npm:10.68.0"
1047310473
dependencies:
10474-
"@sentry/browser-utils": "npm:10.67.0"
10475-
"@sentry/core": "npm:10.67.0"
10476-
checksum: 10c0/36bb4c1e354894e5426790d42640499cddb6e38c6432ea65b16db099ada9e8ee13f147e2e47171a4ad854e07f8f57a4bc0189bab461932be3f436b6adf3786ca
10474+
"@sentry/browser-utils": "npm:10.68.0"
10475+
"@sentry/core": "npm:10.68.0"
10476+
checksum: 10c0/1320834bc0b773a702cb94868d80c9357c4ceeafb62670c5f02344cd96df2e777e94dbbc212d559c2b7e0591046b6ff0900e88eeeeefbcb4b8a793d52ae3b91a
1047710477
languageName: node
1047810478
linkType: hard
1047910479

10480-
"@sentry/typescript@npm:10.67.0":
10481-
version: 10.67.0
10482-
resolution: "@sentry/typescript@npm:10.67.0"
10480+
"@sentry/typescript@npm:10.68.0":
10481+
version: 10.68.0
10482+
resolution: "@sentry/typescript@npm:10.68.0"
1048310483
peerDependencies:
1048410484
typescript: ~5.8.0
10485-
checksum: 10c0/bd7ef6630c46a7ba8726351d571972aa50a4a9cecce7a08205fdfcd8d2594a1ab89243082a1879a3098d3ea12659da23f8accbfe5d43098cbce0380770f7bf71
10485+
checksum: 10c0/16caf16ddf7bf74b4c16507f4b4330f6a850bd1d2b188c287da51d1ea96f32e2c2a0ee94ba448fef48ee31b06c63598dd9e40803cc3d487b13db9ad5ffea319e
1048610486
languageName: node
1048710487
linkType: hard
1048810488

@@ -28101,7 +28101,7 @@ __metadata:
2810128101
dependencies:
2810228102
"@babel/preset-env": "npm:^7.25.3"
2810328103
"@babel/preset-typescript": "npm:^7.18.6"
28104-
"@sentry/core": "npm:10.67.0"
28104+
"@sentry/core": "npm:10.68.0"
2810528105
"@sentry/react-native": "npm:8.20.0"
2810628106
"@types/node": "npm:^20.9.3"
2810728107
"@types/react": "npm:^19.1.4"
@@ -28130,8 +28130,8 @@ __metadata:
2813028130
dependencies:
2813128131
"@babel/core": "npm:^7.26.0"
2813228132
"@babel/preset-env": "npm:^7.26.0"
28133-
"@sentry/bundler-plugins": "npm:10.67.0"
28134-
"@sentry/core": "npm:10.67.0"
28133+
"@sentry/bundler-plugins": "npm:10.68.0"
28134+
"@sentry/core": "npm:10.68.0"
2813528135
"@sentry/react-native": "npm:8.20.0"
2813628136
"@types/node": "npm:20.10.4"
2813728137
"@types/react": "npm:~19.2.10"
@@ -28172,8 +28172,8 @@ __metadata:
2817228172
"@react-navigation/bottom-tabs": "npm:^6.5.12"
2817328173
"@react-navigation/native": "npm:^6.1.9"
2817428174
"@react-navigation/stack": "npm:^6.3.20"
28175-
"@sentry/core": "npm:10.67.0"
28176-
"@sentry/react": "npm:10.67.0"
28175+
"@sentry/core": "npm:10.68.0"
28176+
"@sentry/react": "npm:10.68.0"
2817728177
"@sentry/react-native": "npm:8.20.0"
2817828178
"@types/react": "npm:^19.1.4"
2817928179
"@types/react-native-vector-icons": "npm:^6.4.18"
@@ -28217,9 +28217,9 @@ __metadata:
2821728217
"@react-navigation/native-stack": "npm:^7.3.24"
2821828218
"@react-navigation/stack": "npm:^7.4.5"
2821928219
"@reduxjs/toolkit": "npm:^2.8.2"
28220-
"@sentry/bundler-plugins": "npm:10.67.0"
28221-
"@sentry/core": "npm:10.67.0"
28222-
"@sentry/react": "npm:10.67.0"
28220+
"@sentry/bundler-plugins": "npm:10.68.0"
28221+
"@sentry/core": "npm:10.68.0"
28222+
"@sentry/react": "npm:10.68.0"
2822328223
"@sentry/react-native": "npm:8.20.0"
2822428224
"@shopify/flash-list": "npm:^2.0.2"
2822528225
"@testing-library/react-native": "npm:^13.2.2"

0 commit comments

Comments
 (0)