Skip to content

Commit 764a256

Browse files
chore(deps): update CLI to v2.30.0 (#3666)
Co-authored-by: GitHub <[email protected]>
1 parent 3233c06 commit 764a256

File tree

3 files changed

+50
-50
lines changed

3 files changed

+50
-50
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
### Dependencies
1111

12-
- Bump CLI from v2.25.2 to v2.29.1 ([#3534](https://github.com/getsentry/sentry-react-native/pull/3534))
13-
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2291)
14-
- [diff](https://github.com/getsentry/sentry-cli/compare/2.25.2...2.29.1)
12+
- Bump CLI from v2.25.2 to v2.30.0 ([#3534](https://github.com/getsentry/sentry-react-native/pull/3534), [#3666](https://github.com/getsentry/sentry-react-native/pull/3666))
13+
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2300)
14+
- [diff](https://github.com/getsentry/sentry-cli/compare/2.25.2...2.30.0)
1515
- Bump Cocoa SDK from v8.20.0 to v8.21.0 ([#3651](https://github.com/getsentry/sentry-react-native/pull/3651))
1616
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8210)
1717
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.20.0...8.21.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
},
6868
"dependencies": {
6969
"@sentry/browser": "7.100.1",
70-
"@sentry/cli": "2.29.1",
70+
"@sentry/cli": "2.30.0",
7171
"@sentry/core": "7.100.1",
7272
"@sentry/hub": "7.100.1",
7373
"@sentry/integrations": "7.100.1",

yarn.lock

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -3775,59 +3775,59 @@
37753775
"@sentry/types" "7.100.1"
37763776
"@sentry/utils" "7.100.1"
37773777

3778-
"@sentry/cli-darwin@2.29.1":
3779-
version "2.29.1"
3780-
resolved "https://registry.yarnpkg.com/@sentry/cli-darwin/-/cli-darwin-2.29.1.tgz#09f84f2af156bac446733117b48f5d743d90467f"
3781-
integrity sha512-FfYkME4stq6q1sWWsxFAjTa1pxc+GV+HTHYcnajqU+X0rQReoOvFvi00AHua1qKy8+lH5/RgEvMJcDBdoa0h3A==
3782-
3783-
"@sentry/cli-linux-arm64@2.29.1":
3784-
version "2.29.1"
3785-
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-arm64/-/cli-linux-arm64-2.29.1.tgz#5ecc844aa50178f7a6ab31eb28deea0fea7f5119"
3786-
integrity sha512-xcwNMJDC10kbi7T1kXRtZCMfgBtD3qLRgYEHJR0UuTONF+pF80uacdde+7oABW+rA3jy2G+4+cR5pN9M2x8wGQ==
3787-
3788-
"@sentry/cli-linux-arm@2.29.1":
3789-
version "2.29.1"
3790-
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-arm/-/cli-linux-arm-2.29.1.tgz#54d418fff574faf6bd23b57d5a6df62f637e36d6"
3791-
integrity sha512-lqOsmAVVgRYZzNyGQA1jnmALx0LnZ/Z7zc8/2TFrQYT7FUps5FP3yDDKlsUTaB8Z8A0++k7AqFgwlIeJw7+mPQ==
3792-
3793-
"@sentry/cli-linux-i686@2.29.1":
3794-
version "2.29.1"
3795-
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-i686/-/cli-linux-i686-2.29.1.tgz#d4131f36effc51b12b2f1bbef6c03b8361fac877"
3796-
integrity sha512-yOe7YEx42vl0Q8MgkbQmLbRe2KjijjMP+l9DYAfbOJHdTJ+3tNfBcRqFXsVNiobGxUeaVE5oDkOJ+7iGGgM2HA==
3797-
3798-
"@sentry/cli-linux-x64@2.29.1":
3799-
version "2.29.1"
3800-
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-x64/-/cli-linux-x64-2.29.1.tgz#922277cacba03fc7d8634b0efc3257c99a622e11"
3801-
integrity sha512-fzKh/lRwzZSb+QIebuWN9qXXABGarsL9V2xONGwWv202AueK0WFxr6/ADsE7OlmM/4cDby5Sd+oMKos2eeVcVA==
3802-
3803-
"@sentry/cli-win32-i686@2.29.1":
3804-
version "2.29.1"
3805-
resolved "https://registry.yarnpkg.com/@sentry/cli-win32-i686/-/cli-win32-i686-2.29.1.tgz#93bc1b88832b498537da94a7cf8f3a688ce635b2"
3806-
integrity sha512-qdzg2nCSLfMgwhH7HLb6nPngJgbDvcOfDPtF+Y7axoe18iiQW0Ju7M9/e30t8vaOcUz9ZowQgFvxdgYlHJ3jMw==
3807-
3808-
"@sentry/cli-win32-x64@2.29.1":
3809-
version "2.29.1"
3810-
resolved "https://registry.yarnpkg.com/@sentry/cli-win32-x64/-/cli-win32-x64-2.29.1.tgz#1bc0a746f3a94f7ed21108095e9cb5c9f585b7ad"
3811-
integrity sha512-CtGuRmwJ06WVMyVOq/Oa0l/1fI7rSAxcAlCzVAvj1p09aLXAGObGXmljXUeQ1jxE/Ll4yRAo9TjA8Y+vxPtkJw==
3812-
3813-
"@sentry/cli@2.29.1":
3814-
version "2.29.1"
3815-
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.29.1.tgz#1089aabbdd2b5c34263f1de7e89bbed5b7dc06ef"
3816-
integrity sha512-STtuGm8vdR4ifR3I6mFmt9y7Dk9QzeOvpyXEG5H7dkFDSvU7cepkYAlli5QiZDzECngxGx/uLAzZzFKSATF1Qw==
3778+
"@sentry/cli-darwin@2.30.0":
3779+
version "2.30.0"
3780+
resolved "https://registry.yarnpkg.com/@sentry/cli-darwin/-/cli-darwin-2.30.0.tgz#492ecade496a54523ae5400562e3b43e719a3d0f"
3781+
integrity sha512-JVesQ9PznbHBOOOwuej2X8/onfXdmAEjBH6fTyWxBl6K8mB4KmBX/aHunXWMBX+VR9X32XZghIqj7acwaFUMPA==
3782+
3783+
"@sentry/cli-linux-arm64@2.30.0":
3784+
version "2.30.0"
3785+
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-arm64/-/cli-linux-arm64-2.30.0.tgz#bcbb0d9f91148a27b3c06d70653437b07e7e8aea"
3786+
integrity sha512-JNXPkkMubKoZVlcFIoClSmTb9C/I6Bz08DuAZm2jnjRaaOMiCBxI/l50H3dmfVZ6apjEguG9JkjFdb0kqKB90w==
3787+
3788+
"@sentry/cli-linux-arm@2.30.0":
3789+
version "2.30.0"
3790+
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-arm/-/cli-linux-arm-2.30.0.tgz#c98e7d1ecd65ea49df2e036f332a4993115ef23a"
3791+
integrity sha512-MDB3iS31WKg4krCcLo520yxbUERPeA2DCtk9Qs9vSDbQl6Er64dteHllOdx1SDOyX/7GKcxrQEQ6SMmbnOo6wg==
3792+
3793+
"@sentry/cli-linux-i686@2.30.0":
3794+
version "2.30.0"
3795+
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-i686/-/cli-linux-i686-2.30.0.tgz#30bb4f6d4e3567b3fb0ab074b845b6b5fde791f7"
3796+
integrity sha512-WhVVziFQw/fO0Cc53pY8goPAzJtIs6ORTR89fVbKwa3ZDNkX++mEOECbP7RkmD87kuRxyKzN543RPV971PcAHw==
3797+
3798+
"@sentry/cli-linux-x64@2.30.0":
3799+
version "2.30.0"
3800+
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-x64/-/cli-linux-x64-2.30.0.tgz#b1a7a550d875b97bf261c58c79d9c081d3e646a9"
3801+
integrity sha512-QkiVDeSfspotZ0Au5Yauv2DAm/BC1fL9BwPek/WwddM18I2HqnDp6l4TA4bQeEY++o0KEuNF53cPahpepltPjw==
3802+
3803+
"@sentry/cli-win32-i686@2.30.0":
3804+
version "2.30.0"
3805+
resolved "https://registry.yarnpkg.com/@sentry/cli-win32-i686/-/cli-win32-i686-2.30.0.tgz#07697fa94d8461f6715150699ffcb48e6eaeb462"
3806+
integrity sha512-xLY9B1EEGuNYPKpK6M9PMmcu2PzofdvRtbraTcU6Ck2zALS5oXB9kmWc4dDKucZ/uu9JB0m+Lo4ebaNlca45qQ==
3807+
3808+
"@sentry/cli-win32-x64@2.30.0":
3809+
version "2.30.0"
3810+
resolved "https://registry.yarnpkg.com/@sentry/cli-win32-x64/-/cli-win32-x64-2.30.0.tgz#1b6670222eedd4ae3c50f40f7180c07df38a304e"
3811+
integrity sha512-CiXuxnpJI0zho0XE5PVqIS9CwjDEYoMnHQRIr4Jj9OzlGTJ2iSSU6Zp3Ykd7lgo2iK4P6MfxIBm30gFQPnSvVA==
3812+
3813+
"@sentry/cli@2.30.0":
3814+
version "2.30.0"
3815+
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.30.0.tgz#3cbe9ee269779e57e3124834bb0a89112366cd98"
3816+
integrity sha512-GTO5e98vy2QwEYQvhE/ZtGUiVrUu4XungLioJbazm+ZOen8cyac8YOapZfozN5mtxjWOWMOwhOqoTeCU3Q8YKQ==
38173817
dependencies:
38183818
https-proxy-agent "^5.0.0"
38193819
node-fetch "^2.6.7"
38203820
progress "^2.0.3"
38213821
proxy-from-env "^1.1.0"
38223822
which "^2.0.2"
38233823
optionalDependencies:
3824-
"@sentry/cli-darwin" "2.29.1"
3825-
"@sentry/cli-linux-arm" "2.29.1"
3826-
"@sentry/cli-linux-arm64" "2.29.1"
3827-
"@sentry/cli-linux-i686" "2.29.1"
3828-
"@sentry/cli-linux-x64" "2.29.1"
3829-
"@sentry/cli-win32-i686" "2.29.1"
3830-
"@sentry/cli-win32-x64" "2.29.1"
3824+
"@sentry/cli-darwin" "2.30.0"
3825+
"@sentry/cli-linux-arm" "2.30.0"
3826+
"@sentry/cli-linux-arm64" "2.30.0"
3827+
"@sentry/cli-linux-i686" "2.30.0"
3828+
"@sentry/cli-linux-x64" "2.30.0"
3829+
"@sentry/cli-win32-i686" "2.30.0"
3830+
"@sentry/cli-win32-x64" "2.30.0"
38313831

38323832
"@sentry/cli@^1.72.0":
38333833
version "1.74.6"

0 commit comments

Comments
 (0)