Skip to content

Commit 81f2a27

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-cli.sh to 3.1.0
1 parent 80e4616 commit 81f2a27

File tree

4 files changed

+58
-51
lines changed

4 files changed

+58
-51
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.58.4 to v3.1.0 ([#5528](https://github.com/getsentry/sentry-react-native/pull/5528))
14+
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#310)
15+
- [diff](https://github.com/getsentry/sentry-cli/compare/2.58.4...3.1.0)
16+
917
## 7.9.0
1018

1119
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"devDependencies": {
3131
"@naturalcycles/ktlint": "^1.13.0",
32-
"@sentry/cli": "2.58.4",
32+
"@sentry/cli": "3.1.0",
3333
"downlevel-dts": "^0.11.0",
3434
"google-java-format": "^1.4.0",
3535
"lerna": "^8.1.8",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"dependencies": {
7171
"@sentry/babel-plugin-component-annotate": "4.6.2",
7272
"@sentry/browser": "10.34.0",
73-
"@sentry/cli": "2.58.4",
73+
"@sentry/cli": "3.1.0",
7474
"@sentry/core": "10.34.0",
7575
"@sentry/react": "10.34.0",
7676
"@sentry/types": "10.34.0"

yarn.lock

Lines changed: 48 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -10083,78 +10083,77 @@ __metadata:
1008310083
languageName: node
1008410084
linkType: hard
1008510085

10086-
"@sentry/cli-darwin@npm:2.58.4":
10087-
version: 2.58.4
10088-
resolution: "@sentry/cli-darwin@npm:2.58.4"
10086+
"@sentry/cli-darwin@npm:3.1.0":
10087+
version: 3.1.0
10088+
resolution: "@sentry/cli-darwin@npm:3.1.0"
1008910089
conditions: os=darwin
1009010090
languageName: node
1009110091
linkType: hard
1009210092

10093-
"@sentry/cli-linux-arm64@npm:2.58.4":
10094-
version: 2.58.4
10095-
resolution: "@sentry/cli-linux-arm64@npm:2.58.4"
10093+
"@sentry/cli-linux-arm64@npm:3.1.0":
10094+
version: 3.1.0
10095+
resolution: "@sentry/cli-linux-arm64@npm:3.1.0"
1009610096
conditions: (os=linux | os=freebsd | os=android) & cpu=arm64
1009710097
languageName: node
1009810098
linkType: hard
1009910099

10100-
"@sentry/cli-linux-arm@npm:2.58.4":
10101-
version: 2.58.4
10102-
resolution: "@sentry/cli-linux-arm@npm:2.58.4"
10100+
"@sentry/cli-linux-arm@npm:3.1.0":
10101+
version: 3.1.0
10102+
resolution: "@sentry/cli-linux-arm@npm:3.1.0"
1010310103
conditions: (os=linux | os=freebsd | os=android) & cpu=arm
1010410104
languageName: node
1010510105
linkType: hard
1010610106

10107-
"@sentry/cli-linux-i686@npm:2.58.4":
10108-
version: 2.58.4
10109-
resolution: "@sentry/cli-linux-i686@npm:2.58.4"
10107+
"@sentry/cli-linux-i686@npm:3.1.0":
10108+
version: 3.1.0
10109+
resolution: "@sentry/cli-linux-i686@npm:3.1.0"
1011010110
conditions: (os=linux | os=freebsd | os=android) & (cpu=x86 | cpu=ia32)
1011110111
languageName: node
1011210112
linkType: hard
1011310113

10114-
"@sentry/cli-linux-x64@npm:2.58.4":
10115-
version: 2.58.4
10116-
resolution: "@sentry/cli-linux-x64@npm:2.58.4"
10114+
"@sentry/cli-linux-x64@npm:3.1.0":
10115+
version: 3.1.0
10116+
resolution: "@sentry/cli-linux-x64@npm:3.1.0"
1011710117
conditions: (os=linux | os=freebsd | os=android) & cpu=x64
1011810118
languageName: node
1011910119
linkType: hard
1012010120

10121-
"@sentry/cli-win32-arm64@npm:2.58.4":
10122-
version: 2.58.4
10123-
resolution: "@sentry/cli-win32-arm64@npm:2.58.4"
10121+
"@sentry/cli-win32-arm64@npm:3.1.0":
10122+
version: 3.1.0
10123+
resolution: "@sentry/cli-win32-arm64@npm:3.1.0"
1012410124
conditions: os=win32 & cpu=arm64
1012510125
languageName: node
1012610126
linkType: hard
1012710127

10128-
"@sentry/cli-win32-i686@npm:2.58.4":
10129-
version: 2.58.4
10130-
resolution: "@sentry/cli-win32-i686@npm:2.58.4"
10128+
"@sentry/cli-win32-i686@npm:3.1.0":
10129+
version: 3.1.0
10130+
resolution: "@sentry/cli-win32-i686@npm:3.1.0"
1013110131
conditions: os=win32 & (cpu=x86 | cpu=ia32)
1013210132
languageName: node
1013310133
linkType: hard
1013410134

10135-
"@sentry/cli-win32-x64@npm:2.58.4":
10136-
version: 2.58.4
10137-
resolution: "@sentry/cli-win32-x64@npm:2.58.4"
10135+
"@sentry/cli-win32-x64@npm:3.1.0":
10136+
version: 3.1.0
10137+
resolution: "@sentry/cli-win32-x64@npm:3.1.0"
1013810138
conditions: os=win32 & cpu=x64
1013910139
languageName: node
1014010140
linkType: hard
1014110141

10142-
"@sentry/cli@npm:2.58.4":
10143-
version: 2.58.4
10144-
resolution: "@sentry/cli@npm:2.58.4"
10145-
dependencies:
10146-
"@sentry/cli-darwin": 2.58.4
10147-
"@sentry/cli-linux-arm": 2.58.4
10148-
"@sentry/cli-linux-arm64": 2.58.4
10149-
"@sentry/cli-linux-i686": 2.58.4
10150-
"@sentry/cli-linux-x64": 2.58.4
10151-
"@sentry/cli-win32-arm64": 2.58.4
10152-
"@sentry/cli-win32-i686": 2.58.4
10153-
"@sentry/cli-win32-x64": 2.58.4
10154-
https-proxy-agent: ^5.0.0
10155-
node-fetch: ^2.6.7
10142+
"@sentry/cli@npm:3.1.0":
10143+
version: 3.1.0
10144+
resolution: "@sentry/cli@npm:3.1.0"
10145+
dependencies:
10146+
"@sentry/cli-darwin": 3.1.0
10147+
"@sentry/cli-linux-arm": 3.1.0
10148+
"@sentry/cli-linux-arm64": 3.1.0
10149+
"@sentry/cli-linux-i686": 3.1.0
10150+
"@sentry/cli-linux-x64": 3.1.0
10151+
"@sentry/cli-win32-arm64": 3.1.0
10152+
"@sentry/cli-win32-i686": 3.1.0
10153+
"@sentry/cli-win32-x64": 3.1.0
1015610154
progress: ^2.0.3
1015710155
proxy-from-env: ^1.1.0
10156+
undici: ^6.22.0
1015810157
which: ^2.0.2
1015910158
dependenciesMeta:
1016010159
"@sentry/cli-darwin":
@@ -10175,7 +10174,7 @@ __metadata:
1017510174
optional: true
1017610175
bin:
1017710176
sentry-cli: bin/sentry-cli
10178-
checksum: 58ed99ce3811ff2238558e3d399134dfef18ee17fe404c152c95e24191cfd2b86b305f91abad4e2b8641442ab66e08c8cbb6e7d180eda8f40f074cbb33920194
10177+
checksum: 19ea444aceb0c97d8164b6cb595f5f7d88afd12a5d5ecb7f70f4eddd5d7fc16c3b669446887eca113c0a65eead2f8961cc125f8727d5d1a27e8fb2d65a9d9d12
1017910178
languageName: node
1018010179
linkType: hard
1018110180

@@ -10284,7 +10283,7 @@ __metadata:
1028410283
"@sentry-internal/typescript": 10.34.0
1028510284
"@sentry/babel-plugin-component-annotate": 4.6.2
1028610285
"@sentry/browser": 10.34.0
10287-
"@sentry/cli": 2.58.4
10286+
"@sentry/cli": 3.1.0
1028810287
"@sentry/core": 10.34.0
1028910288
"@sentry/react": 10.34.0
1029010289
"@sentry/types": 10.34.0
@@ -19829,7 +19828,7 @@ __metadata:
1982919828
languageName: node
1983019829
linkType: hard
1983119830

19832-
"https-proxy-agent@npm:^5.0.0, https-proxy-agent@npm:^5.0.1":
19831+
"https-proxy-agent@npm:^5.0.1":
1983319832
version: 5.0.1
1983419833
resolution: "https-proxy-agent@npm:5.0.1"
1983519834
dependencies:
@@ -28955,7 +28954,7 @@ __metadata:
2895528954
resolution: "sentry-react-native@workspace:."
2895628955
dependencies:
2895728956
"@naturalcycles/ktlint": ^1.13.0
28958-
"@sentry/cli": 2.58.4
28957+
"@sentry/cli": 3.1.0
2895928958
downlevel-dts: ^0.11.0
2896028959
google-java-format: ^1.4.0
2896128960
lerna: ^8.1.8
@@ -31290,20 +31289,20 @@ __metadata:
3129031289
languageName: node
3129131290
linkType: hard
3129231291

31293-
"undici@npm:^6.18.2":
31294-
version: 6.23.0
31295-
resolution: "undici@npm:6.23.0"
31296-
checksum: f0953920330375e76d1614381af07da9d7c21ad3244d0785b3f7bd4072635c20a1f432ef3a129baa3e4a92278ce32e9ea2ca8b5f0e0554a5739222af332c08fe
31297-
languageName: node
31298-
linkType: hard
31299-
3130031292
"undici@npm:^6.18.2 || ^7.0.0":
3130131293
version: 7.8.0
3130231294
resolution: "undici@npm:7.8.0"
3130331295
checksum: 76c757cce3ff5c8f4db39a0dc92245cf432c7773cd2f45c9fb99eb4ebd75abccd887f711e2c297aa0a106709e01a30079d194108a7ef2f8f2f1bdf8c6579ec3e
3130431296
languageName: node
3130531297
linkType: hard
3130631298

31299+
"undici@npm:^6.18.2, undici@npm:^6.22.0":
31300+
version: 6.23.0
31301+
resolution: "undici@npm:6.23.0"
31302+
checksum: f0953920330375e76d1614381af07da9d7c21ad3244d0785b3f7bd4072635c20a1f432ef3a129baa3e4a92278ce32e9ea2ca8b5f0e0554a5739222af332c08fe
31303+
languageName: node
31304+
linkType: hard
31305+
3130731306
"unicode-canonical-property-names-ecmascript@npm:^2.0.0":
3130831307
version: 2.0.0
3130931308
resolution: "unicode-canonical-property-names-ecmascript@npm:2.0.0"

0 commit comments

Comments
 (0)