Skip to content

Commit 26286ef

Browse files
chore: update scripts/update-cli.sh to 2.47.0 (#4979)
Co-authored-by: GitHub <[email protected]>
1 parent 1a14c8b commit 26286ef

File tree

4 files changed

+48
-40
lines changed

4 files changed

+48
-40
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66
> make sure you follow our [migration guide](https://docs.sentry.io/platforms/react-native/migration/) first.
77
<!-- prettier-ignore-end -->
88
9+
## Unreleased
10+
11+
### Dependencies
12+
13+
- Bump CLI from v2.46.0 to v2.47.0 ([#4979](https://github.com/getsentry/sentry-react-native/pull/4979))
14+
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2470)
15+
- [diff](https://github.com/getsentry/sentry-cli/compare/2.46.0...2.47.0)
16+
917
## 6.16.1
1018

1119
### Fixes

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.46.0",
33+
"@sentry/cli": "2.47.0",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"dependencies": {
6868
"@sentry/babel-plugin-component-annotate": "3.5.0",
6969
"@sentry/browser": "8.54.0",
70-
"@sentry/cli": "2.46.0",
70+
"@sentry/cli": "2.47.0",
7171
"@sentry/core": "8.54.0",
7272
"@sentry/react": "8.54.0",
7373
"@sentry/types": "8.54.0",

yarn.lock

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -9019,74 +9019,74 @@ __metadata:
90199019
languageName: node
90209020
linkType: hard
90219021

9022-
"@sentry/cli-darwin@npm:2.46.0":
9023-
version: 2.46.0
9024-
resolution: "@sentry/cli-darwin@npm:2.46.0"
9022+
"@sentry/cli-darwin@npm:2.47.0":
9023+
version: 2.47.0
9024+
resolution: "@sentry/cli-darwin@npm:2.47.0"
90259025
conditions: os=darwin
90269026
languageName: node
90279027
linkType: hard
90289028

9029-
"@sentry/cli-linux-arm64@npm:2.46.0":
9030-
version: 2.46.0
9031-
resolution: "@sentry/cli-linux-arm64@npm:2.46.0"
9029+
"@sentry/cli-linux-arm64@npm:2.47.0":
9030+
version: 2.47.0
9031+
resolution: "@sentry/cli-linux-arm64@npm:2.47.0"
90329032
conditions: (os=linux | os=freebsd | os=android) & cpu=arm64
90339033
languageName: node
90349034
linkType: hard
90359035

9036-
"@sentry/cli-linux-arm@npm:2.46.0":
9037-
version: 2.46.0
9038-
resolution: "@sentry/cli-linux-arm@npm:2.46.0"
9036+
"@sentry/cli-linux-arm@npm:2.47.0":
9037+
version: 2.47.0
9038+
resolution: "@sentry/cli-linux-arm@npm:2.47.0"
90399039
conditions: (os=linux | os=freebsd | os=android) & cpu=arm
90409040
languageName: node
90419041
linkType: hard
90429042

9043-
"@sentry/cli-linux-i686@npm:2.46.0":
9044-
version: 2.46.0
9045-
resolution: "@sentry/cli-linux-i686@npm:2.46.0"
9043+
"@sentry/cli-linux-i686@npm:2.47.0":
9044+
version: 2.47.0
9045+
resolution: "@sentry/cli-linux-i686@npm:2.47.0"
90469046
conditions: (os=linux | os=freebsd | os=android) & (cpu=x86 | cpu=ia32)
90479047
languageName: node
90489048
linkType: hard
90499049

9050-
"@sentry/cli-linux-x64@npm:2.46.0":
9051-
version: 2.46.0
9052-
resolution: "@sentry/cli-linux-x64@npm:2.46.0"
9050+
"@sentry/cli-linux-x64@npm:2.47.0":
9051+
version: 2.47.0
9052+
resolution: "@sentry/cli-linux-x64@npm:2.47.0"
90539053
conditions: (os=linux | os=freebsd | os=android) & cpu=x64
90549054
languageName: node
90559055
linkType: hard
90569056

9057-
"@sentry/cli-win32-arm64@npm:2.46.0":
9058-
version: 2.46.0
9059-
resolution: "@sentry/cli-win32-arm64@npm:2.46.0"
9057+
"@sentry/cli-win32-arm64@npm:2.47.0":
9058+
version: 2.47.0
9059+
resolution: "@sentry/cli-win32-arm64@npm:2.47.0"
90609060
conditions: os=win32 & cpu=arm64
90619061
languageName: node
90629062
linkType: hard
90639063

9064-
"@sentry/cli-win32-i686@npm:2.46.0":
9065-
version: 2.46.0
9066-
resolution: "@sentry/cli-win32-i686@npm:2.46.0"
9064+
"@sentry/cli-win32-i686@npm:2.47.0":
9065+
version: 2.47.0
9066+
resolution: "@sentry/cli-win32-i686@npm:2.47.0"
90679067
conditions: os=win32 & (cpu=x86 | cpu=ia32)
90689068
languageName: node
90699069
linkType: hard
90709070

9071-
"@sentry/cli-win32-x64@npm:2.46.0":
9072-
version: 2.46.0
9073-
resolution: "@sentry/cli-win32-x64@npm:2.46.0"
9071+
"@sentry/cli-win32-x64@npm:2.47.0":
9072+
version: 2.47.0
9073+
resolution: "@sentry/cli-win32-x64@npm:2.47.0"
90749074
conditions: os=win32 & cpu=x64
90759075
languageName: node
90769076
linkType: hard
90779077

9078-
"@sentry/cli@npm:2.46.0":
9079-
version: 2.46.0
9080-
resolution: "@sentry/cli@npm:2.46.0"
9078+
"@sentry/cli@npm:2.47.0":
9079+
version: 2.47.0
9080+
resolution: "@sentry/cli@npm:2.47.0"
90819081
dependencies:
9082-
"@sentry/cli-darwin": 2.46.0
9083-
"@sentry/cli-linux-arm": 2.46.0
9084-
"@sentry/cli-linux-arm64": 2.46.0
9085-
"@sentry/cli-linux-i686": 2.46.0
9086-
"@sentry/cli-linux-x64": 2.46.0
9087-
"@sentry/cli-win32-arm64": 2.46.0
9088-
"@sentry/cli-win32-i686": 2.46.0
9089-
"@sentry/cli-win32-x64": 2.46.0
9082+
"@sentry/cli-darwin": 2.47.0
9083+
"@sentry/cli-linux-arm": 2.47.0
9084+
"@sentry/cli-linux-arm64": 2.47.0
9085+
"@sentry/cli-linux-i686": 2.47.0
9086+
"@sentry/cli-linux-x64": 2.47.0
9087+
"@sentry/cli-win32-arm64": 2.47.0
9088+
"@sentry/cli-win32-i686": 2.47.0
9089+
"@sentry/cli-win32-x64": 2.47.0
90909090
https-proxy-agent: ^5.0.0
90919091
node-fetch: ^2.6.7
90929092
progress: ^2.0.3
@@ -9111,7 +9111,7 @@ __metadata:
91119111
optional: true
91129112
bin:
91139113
sentry-cli: bin/sentry-cli
9114-
checksum: b4308c5746619f6a42af48f83b03592c9887cddbca242bce6a0adc28d6e1484601d110e3ee0af666046e445769780889b3c5a2dfceb4833b13309f907483085c
9114+
checksum: 239a38975ae876812854c0a614677b0a25422909d662a7695483448bdd58137de406910dce545dda98c03477f236f7d97fdf0e464a2a41d501354287a354a7f3
91159115
languageName: node
91169116
linkType: hard
91179117

@@ -9170,7 +9170,7 @@ __metadata:
91709170
"@sentry-internal/typescript": 8.54.0
91719171
"@sentry/babel-plugin-component-annotate": 3.5.0
91729172
"@sentry/browser": 8.54.0
9173-
"@sentry/cli": 2.46.0
9173+
"@sentry/cli": 2.47.0
91749174
"@sentry/core": 8.54.0
91759175
"@sentry/react": 8.54.0
91769176
"@sentry/types": 8.54.0
@@ -26852,7 +26852,7 @@ __metadata:
2685226852
dependencies:
2685326853
"@expo/swiftlint": ^0.57.1
2685426854
"@naturalcycles/ktlint": ^1.13.0
26855-
"@sentry/cli": 2.46.0
26855+
"@sentry/cli": 2.47.0
2685626856
clang-format: ^1.8.0
2685726857
downlevel-dts: ^0.11.0
2685826858
google-java-format: ^1.4.0

0 commit comments

Comments
 (0)