Skip to content

Commit 6545c21

Browse files
Merge 3aed2b8 into 2ec71da
2 parents 2ec71da + 3aed2b8 commit 6545c21

File tree

3 files changed

+53
-47
lines changed

3 files changed

+53
-47
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
- Upload source maps for all release variants on Android (not only the last found) ([#4125](https://github.com/getsentry/sentry-react-native/pull/4125))
88

9+
### Dependencies
10+
11+
- Bump CLI from v2.36.6 to v2.37.0 ([#4153](https://github.com/getsentry/sentry-react-native/pull/4153))
12+
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2370)
13+
- [diff](https://github.com/getsentry/sentry-cli/compare/2.36.6...2.37.0)
14+
915
## 5.33.2
1016

1117
### Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"dependencies": {
7070
"@sentry/babel-plugin-component-annotate": "2.20.1",
7171
"@sentry/browser": "7.119.1",
72-
"@sentry/cli": "2.36.6",
72+
"@sentry/cli": "2.37.0",
7373
"@sentry/core": "7.119.1",
7474
"@sentry/hub": "7.119.0",
7575
"@sentry/integrations": "7.119.0",

yarn.lock

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -3827,59 +3827,59 @@
38273827
"@sentry/types" "7.119.1"
38283828
"@sentry/utils" "7.119.1"
38293829

3830-
"@sentry/cli-darwin@2.36.6":
3831-
version "2.36.6"
3832-
resolved "https://registry.yarnpkg.com/@sentry/cli-darwin/-/cli-darwin-2.36.6.tgz#c023d9552e141144dfb6512389fa253611be5877"
3833-
integrity sha512-2yKECENqMZKrJY5weA19g4gTgQfeuadWvVu7fVQVsgqoBRIaEhSHJc64ZgiHq2ur06qOuYcQr5FO1VrwUE1pZg==
3834-
3835-
"@sentry/cli-linux-arm64@2.36.6":
3836-
version "2.36.6"
3837-
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-arm64/-/cli-linux-arm64-2.36.6.tgz#6f0c604b5401441e62e89c3fe4450784dd93fda6"
3838-
integrity sha512-sLmmbZRE7F6UksovwcqEQ7oYXVBejpeL1CtiKVFwNoq9XB5kTiKlVColn+3yPcfwKCNj4H4HoeKc+xMtdd7wow==
3839-
3840-
"@sentry/cli-linux-arm@2.36.6":
3841-
version "2.36.6"
3842-
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-arm/-/cli-linux-arm-2.36.6.tgz#9cc4b041fc8e20e52f745128aa8acff2b3783fa9"
3843-
integrity sha512-6zB7w5NawmdzhPHxqkjlhbvQugCBiFrFaUGvb3u1Oo/VCehdmq/v4v8ob4PNN2cJhoDRqQj2mPTfL/ppYNMJuw==
3844-
3845-
"@sentry/cli-linux-i686@2.36.6":
3846-
version "2.36.6"
3847-
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-i686/-/cli-linux-i686-2.36.6.tgz#7c7b1c0ac83f89eda844586d51809797a868827b"
3848-
integrity sha512-M1pdxv7eZdGoG1wDpRb28aRUs/qb0C5jAe+a7sWHIg463jRLAahM8NDkv2bRQv0Xhw3JIkEGGvr46mPkQrOuMQ==
3849-
3850-
"@sentry/cli-linux-x64@2.36.6":
3851-
version "2.36.6"
3852-
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-x64/-/cli-linux-x64-2.36.6.tgz#eaec558b30acec0a295f737558db3a640cc02906"
3853-
integrity sha512-gVy/zAWY2DEERQ/i3V+oruMas/U29/tsRPcRkB67MIUWbW7W46+c3yH490O+t49qMYYhKYG2YfWoTzW6qMtSlA==
3854-
3855-
"@sentry/cli-win32-i686@2.36.6":
3856-
version "2.36.6"
3857-
resolved "https://registry.yarnpkg.com/@sentry/cli-win32-i686/-/cli-win32-i686-2.36.6.tgz#29f586279e354c6fad932d09da5f32e57e883caf"
3858-
integrity sha512-urH+i+WtPeW8Dund0xY8zObvvbMM0XxeEIUS4oFBCB3EMYHVxgNw+woQUv9Vyv7v+OBjckB/r27nxlwNBj4pbg==
3859-
3860-
"@sentry/cli-win32-x64@2.36.6":
3861-
version "2.36.6"
3862-
resolved "https://registry.yarnpkg.com/@sentry/cli-win32-x64/-/cli-win32-x64-2.36.6.tgz#b283460682a0cb824c4e16fc803de5f538bd1fcb"
3863-
integrity sha512-ZauqOqwFAqb/Njyc8Kj2l9Fhbms7T5zB2yu5zwvq1uiqhXqLmsb9mRTF8WJWl9WmO5hwq/GTOEQowvrwK8gblw==
3864-
3865-
"@sentry/cli@2.36.6":
3866-
version "2.36.6"
3867-
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.36.6.tgz#116d2441b7e3ac49d4d5b4c09ed8e00ac9c8a67e"
3868-
integrity sha512-1fcZVwe4H6a3Z1O+7m/z/2em1u67Tf0Zrt2oGEp82bqvCOHA904Wr2otc6GBEuFESB1/Mo8QgD/qwRd9Tv0Otw==
3830+
"@sentry/cli-darwin@2.37.0":
3831+
version "2.37.0"
3832+
resolved "https://registry.yarnpkg.com/@sentry/cli-darwin/-/cli-darwin-2.37.0.tgz#9c890c68abf30ceaad27826212a0963b125b8bbf"
3833+
integrity sha512-CsusyMvO0eCPSN7H+sKHXS1pf637PWbS4rZak/7giz/z31/6qiXmeMlcL3f9lLZKtFPJmXVFO9uprn1wbBVF8A==
3834+
3835+
"@sentry/cli-linux-arm64@2.37.0":
3836+
version "2.37.0"
3837+
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-arm64/-/cli-linux-arm64-2.37.0.tgz#2070155bade6d72d6b706807c6f365c65f9b82ea"
3838+
integrity sha512-2vzUWHLZ3Ct5gpcIlfd/2Qsha+y9M8LXvbZE26VxzYrIkRoLAWcnClBv8m4XsHLMURYvz3J9QSZHMZHSO7kAzw==
3839+
3840+
"@sentry/cli-linux-arm@2.37.0":
3841+
version "2.37.0"
3842+
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-arm/-/cli-linux-arm-2.37.0.tgz#a08c2133e8e2566074fd6fe4f68e9ffd0c85664a"
3843+
integrity sha512-Dz0qH4Yt+gGUgoVsqVt72oDj4VQynRF1QB1/Sr8g76Vbi+WxWZmUh0iFwivYVwWxdQGu/OQrE0tx946HToCRyA==
3844+
3845+
"@sentry/cli-linux-i686@2.37.0":
3846+
version "2.37.0"
3847+
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-i686/-/cli-linux-i686-2.37.0.tgz#53fff0e7f232b656b0ee3413b66006ee724a4abf"
3848+
integrity sha512-MHRLGs4t/CQE1pG+mZBQixyWL6xDZfNalCjO8GMcTTbZFm44S3XRHfYJZNVCgdtnUP7b6OHGcu1v3SWE10LcwQ==
3849+
3850+
"@sentry/cli-linux-x64@2.37.0":
3851+
version "2.37.0"
3852+
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-x64/-/cli-linux-x64-2.37.0.tgz#2fbaf51ef3884bd6561c987f01ac98f544457150"
3853+
integrity sha512-k76ClefKZaDNJZU/H3mGeR8uAzAGPzDRG/A7grzKfBeyhP3JW09L7Nz9IQcSjCK+xr399qLhM2HFCaPWQ6dlMw==
3854+
3855+
"@sentry/cli-win32-i686@2.37.0":
3856+
version "2.37.0"
3857+
resolved "https://registry.yarnpkg.com/@sentry/cli-win32-i686/-/cli-win32-i686-2.37.0.tgz#fa195664da27ce8c40fdb6db1bf1d125cdf587d9"
3858+
integrity sha512-FFyi5RNYQQkEg4GkP2f3BJcgQn0F4fjFDMiWkjCkftNPXQG+HFUEtrGsWr6mnHPdFouwbYg3tEPUWNxAoypvTw==
3859+
3860+
"@sentry/cli-win32-x64@2.37.0":
3861+
version "2.37.0"
3862+
resolved "https://registry.yarnpkg.com/@sentry/cli-win32-x64/-/cli-win32-x64-2.37.0.tgz#84fa4d070b8a4a115c46ab38f42d29580143fd26"
3863+
integrity sha512-nSMj4OcfQmyL+Tu/jWCJwhKCXFsCZW1MUk6wjjQlRt9SDLfgeapaMlK1ZvT1eZv5ZH6bj3qJfefwj4U8160uOA==
3864+
3865+
"@sentry/cli@2.37.0":
3866+
version "2.37.0"
3867+
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.37.0.tgz#dd01e933cf1caed7d7b6abab5a96044fe1c9c7a1"
3868+
integrity sha512-fM3V4gZRJR/s8lafc3O07hhOYRnvkySdPkvL/0e0XW0r+xRwqIAgQ5ECbsZO16A5weUiXVSf03ztDL1FcmbJCQ==
38693869
dependencies:
38703870
https-proxy-agent "^5.0.0"
38713871
node-fetch "^2.6.7"
38723872
progress "^2.0.3"
38733873
proxy-from-env "^1.1.0"
38743874
which "^2.0.2"
38753875
optionalDependencies:
3876-
"@sentry/cli-darwin" "2.36.6"
3877-
"@sentry/cli-linux-arm" "2.36.6"
3878-
"@sentry/cli-linux-arm64" "2.36.6"
3879-
"@sentry/cli-linux-i686" "2.36.6"
3880-
"@sentry/cli-linux-x64" "2.36.6"
3881-
"@sentry/cli-win32-i686" "2.36.6"
3882-
"@sentry/cli-win32-x64" "2.36.6"
3876+
"@sentry/cli-darwin" "2.37.0"
3877+
"@sentry/cli-linux-arm" "2.37.0"
3878+
"@sentry/cli-linux-arm64" "2.37.0"
3879+
"@sentry/cli-linux-i686" "2.37.0"
3880+
"@sentry/cli-linux-x64" "2.37.0"
3881+
"@sentry/cli-win32-i686" "2.37.0"
3882+
"@sentry/cli-win32-x64" "2.37.0"
38833883

38843884
"@sentry/cli@^1.72.0":
38853885
version "1.74.6"

0 commit comments

Comments
 (0)