Skip to content

Commit bf2e12e

Browse files
Merge 4a855f0 into 75774ea
2 parents 75774ea + 4a855f0 commit bf2e12e

File tree

4 files changed

+40
-37
lines changed

4 files changed

+40
-37
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
- Bump Cocoa SDK from v8.40.1 to v8.41.0 ([#4301](https://github.com/getsentry/sentry-react-native/pull/4301))
2222
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8410)
2323
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.40.1...8.41.0)
24+
- Bump CLI from v2.38.2 to v2.39.0 ([#4305](https://github.com/getsentry/sentry-react-native/pull/4305))
25+
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2390)
26+
- [diff](https://github.com/getsentry/sentry-cli/compare/2.38.2...2.39.0)
2427

2528
## 6.3.0-beta.2
2629

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"devDependencies": {
2929
"@expo/swiftlint": "^0.57.1",
30-
"@sentry/cli": "2.38.2",
30+
"@sentry/cli": "2.39.0",
3131
"clang-format": "^1.8.0",
3232
"downlevel-dts": "^0.11.0",
3333
"google-java-format": "^1.4.0",

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"dependencies": {
6868
"@sentry/babel-plugin-component-annotate": "2.20.1",
6969
"@sentry/browser": "8.40.0",
70-
"@sentry/cli": "2.38.2",
70+
"@sentry/cli": "2.39.0",
7171
"@sentry/core": "8.40.0",
7272
"@sentry/react": "8.40.0",
7373
"@sentry/types": "8.40.0",

yarn.lock

+35-35
Original file line numberDiff line numberDiff line change
@@ -8178,66 +8178,66 @@ __metadata:
81788178
languageName: node
81798179
linkType: hard
81808180

8181-
"@sentry/cli-darwin@npm:2.38.2":
8182-
version: 2.38.2
8183-
resolution: "@sentry/cli-darwin@npm:2.38.2"
8181+
"@sentry/cli-darwin@npm:2.39.0":
8182+
version: 2.39.0
8183+
resolution: "@sentry/cli-darwin@npm:2.39.0"
81848184
conditions: os=darwin
81858185
languageName: node
81868186
linkType: hard
81878187

8188-
"@sentry/cli-linux-arm64@npm:2.38.2":
8189-
version: 2.38.2
8190-
resolution: "@sentry/cli-linux-arm64@npm:2.38.2"
8188+
"@sentry/cli-linux-arm64@npm:2.39.0":
8189+
version: 2.39.0
8190+
resolution: "@sentry/cli-linux-arm64@npm:2.39.0"
81918191
conditions: (os=linux | os=freebsd) & cpu=arm64
81928192
languageName: node
81938193
linkType: hard
81948194

8195-
"@sentry/cli-linux-arm@npm:2.38.2":
8196-
version: 2.38.2
8197-
resolution: "@sentry/cli-linux-arm@npm:2.38.2"
8195+
"@sentry/cli-linux-arm@npm:2.39.0":
8196+
version: 2.39.0
8197+
resolution: "@sentry/cli-linux-arm@npm:2.39.0"
81988198
conditions: (os=linux | os=freebsd) & cpu=arm
81998199
languageName: node
82008200
linkType: hard
82018201

8202-
"@sentry/cli-linux-i686@npm:2.38.2":
8203-
version: 2.38.2
8204-
resolution: "@sentry/cli-linux-i686@npm:2.38.2"
8202+
"@sentry/cli-linux-i686@npm:2.39.0":
8203+
version: 2.39.0
8204+
resolution: "@sentry/cli-linux-i686@npm:2.39.0"
82058205
conditions: (os=linux | os=freebsd) & (cpu=x86 | cpu=ia32)
82068206
languageName: node
82078207
linkType: hard
82088208

8209-
"@sentry/cli-linux-x64@npm:2.38.2":
8210-
version: 2.38.2
8211-
resolution: "@sentry/cli-linux-x64@npm:2.38.2"
8209+
"@sentry/cli-linux-x64@npm:2.39.0":
8210+
version: 2.39.0
8211+
resolution: "@sentry/cli-linux-x64@npm:2.39.0"
82128212
conditions: (os=linux | os=freebsd) & cpu=x64
82138213
languageName: node
82148214
linkType: hard
82158215

8216-
"@sentry/cli-win32-i686@npm:2.38.2":
8217-
version: 2.38.2
8218-
resolution: "@sentry/cli-win32-i686@npm:2.38.2"
8216+
"@sentry/cli-win32-i686@npm:2.39.0":
8217+
version: 2.39.0
8218+
resolution: "@sentry/cli-win32-i686@npm:2.39.0"
82198219
conditions: os=win32 & (cpu=x86 | cpu=ia32)
82208220
languageName: node
82218221
linkType: hard
82228222

8223-
"@sentry/cli-win32-x64@npm:2.38.2":
8224-
version: 2.38.2
8225-
resolution: "@sentry/cli-win32-x64@npm:2.38.2"
8223+
"@sentry/cli-win32-x64@npm:2.39.0":
8224+
version: 2.39.0
8225+
resolution: "@sentry/cli-win32-x64@npm:2.39.0"
82268226
conditions: os=win32 & cpu=x64
82278227
languageName: node
82288228
linkType: hard
82298229

8230-
"@sentry/cli@npm:2.38.2":
8231-
version: 2.38.2
8232-
resolution: "@sentry/cli@npm:2.38.2"
8233-
dependencies:
8234-
"@sentry/cli-darwin": 2.38.2
8235-
"@sentry/cli-linux-arm": 2.38.2
8236-
"@sentry/cli-linux-arm64": 2.38.2
8237-
"@sentry/cli-linux-i686": 2.38.2
8238-
"@sentry/cli-linux-x64": 2.38.2
8239-
"@sentry/cli-win32-i686": 2.38.2
8240-
"@sentry/cli-win32-x64": 2.38.2
8230+
"@sentry/cli@npm:2.39.0":
8231+
version: 2.39.0
8232+
resolution: "@sentry/cli@npm:2.39.0"
8233+
dependencies:
8234+
"@sentry/cli-darwin": 2.39.0
8235+
"@sentry/cli-linux-arm": 2.39.0
8236+
"@sentry/cli-linux-arm64": 2.39.0
8237+
"@sentry/cli-linux-i686": 2.39.0
8238+
"@sentry/cli-linux-x64": 2.39.0
8239+
"@sentry/cli-win32-i686": 2.39.0
8240+
"@sentry/cli-win32-x64": 2.39.0
82418241
https-proxy-agent: ^5.0.0
82428242
node-fetch: ^2.6.7
82438243
progress: ^2.0.3
@@ -8260,7 +8260,7 @@ __metadata:
82608260
optional: true
82618261
bin:
82628262
sentry-cli: bin/sentry-cli
8263-
checksum: 6f58c3fd4838b195b0424459b1f64db6b90b238e61283eeb5c0dd9c05ef0d16ed2ee72475108d3b9e9188b3e99575ee081d8003475096b385306f093c04cfb08
8263+
checksum: ee103617f25af9ccdc529b024df592995e0729afb6782602294807ce423b91fd649b6da3208acd604231f8ad48920e104cafdc746101fd5a0e2a826f5bb1453b
82648264
languageName: node
82658265
linkType: hard
82668266

@@ -8337,7 +8337,7 @@ __metadata:
83378337
"@sentry-internal/typescript": 8.40.0
83388338
"@sentry/babel-plugin-component-annotate": 2.20.1
83398339
"@sentry/browser": 8.40.0
8340-
"@sentry/cli": 2.38.2
8340+
"@sentry/cli": 2.39.0
83418341
"@sentry/core": 8.40.0
83428342
"@sentry/react": 8.40.0
83438343
"@sentry/types": 8.40.0
@@ -25113,7 +25113,7 @@ __metadata:
2511325113
resolution: "sentry-react-native@workspace:."
2511425114
dependencies:
2511525115
"@expo/swiftlint": ^0.57.1
25116-
"@sentry/cli": 2.38.2
25116+
"@sentry/cli": 2.39.0
2511725117
clang-format: ^1.8.0
2511825118
downlevel-dts: ^0.11.0
2511925119
google-java-format: ^1.4.0

0 commit comments

Comments
 (0)