Skip to content

Commit b9afe50

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-cli.sh to 2.54.0
1 parent de3e501 commit b9afe50

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.53.0 to v2.54.0 ([#5179](https://github.com/getsentry/sentry-react-native/pull/5179))
14+
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2540)
15+
- [diff](https://github.com/getsentry/sentry-cli/compare/2.53.0...2.54.0)
16+
917
## 7.1.0
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.53.0",
33+
"@sentry/cli": "2.54.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
@@ -70,7 +70,7 @@
7070
"dependencies": {
7171
"@sentry/babel-plugin-component-annotate": "4.3.0",
7272
"@sentry/browser": "10.12.0",
73-
"@sentry/cli": "2.53.0",
73+
"@sentry/cli": "2.54.0",
7474
"@sentry/core": "10.12.0",
7575
"@sentry/react": "10.12.0",
7676
"@sentry/types": "10.12.0"

yarn.lock

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -9603,74 +9603,74 @@ __metadata:
96039603
languageName: node
96049604
linkType: hard
96059605

9606-
"@sentry/cli-darwin@npm:2.53.0":
9607-
version: 2.53.0
9608-
resolution: "@sentry/cli-darwin@npm:2.53.0"
9606+
"@sentry/cli-darwin@npm:2.54.0":
9607+
version: 2.54.0
9608+
resolution: "@sentry/cli-darwin@npm:2.54.0"
96099609
conditions: os=darwin
96109610
languageName: node
96119611
linkType: hard
96129612

9613-
"@sentry/cli-linux-arm64@npm:2.53.0":
9614-
version: 2.53.0
9615-
resolution: "@sentry/cli-linux-arm64@npm:2.53.0"
9613+
"@sentry/cli-linux-arm64@npm:2.54.0":
9614+
version: 2.54.0
9615+
resolution: "@sentry/cli-linux-arm64@npm:2.54.0"
96169616
conditions: (os=linux | os=freebsd | os=android) & cpu=arm64
96179617
languageName: node
96189618
linkType: hard
96199619

9620-
"@sentry/cli-linux-arm@npm:2.53.0":
9621-
version: 2.53.0
9622-
resolution: "@sentry/cli-linux-arm@npm:2.53.0"
9620+
"@sentry/cli-linux-arm@npm:2.54.0":
9621+
version: 2.54.0
9622+
resolution: "@sentry/cli-linux-arm@npm:2.54.0"
96239623
conditions: (os=linux | os=freebsd | os=android) & cpu=arm
96249624
languageName: node
96259625
linkType: hard
96269626

9627-
"@sentry/cli-linux-i686@npm:2.53.0":
9628-
version: 2.53.0
9629-
resolution: "@sentry/cli-linux-i686@npm:2.53.0"
9627+
"@sentry/cli-linux-i686@npm:2.54.0":
9628+
version: 2.54.0
9629+
resolution: "@sentry/cli-linux-i686@npm:2.54.0"
96309630
conditions: (os=linux | os=freebsd | os=android) & (cpu=x86 | cpu=ia32)
96319631
languageName: node
96329632
linkType: hard
96339633

9634-
"@sentry/cli-linux-x64@npm:2.53.0":
9635-
version: 2.53.0
9636-
resolution: "@sentry/cli-linux-x64@npm:2.53.0"
9634+
"@sentry/cli-linux-x64@npm:2.54.0":
9635+
version: 2.54.0
9636+
resolution: "@sentry/cli-linux-x64@npm:2.54.0"
96379637
conditions: (os=linux | os=freebsd | os=android) & cpu=x64
96389638
languageName: node
96399639
linkType: hard
96409640

9641-
"@sentry/cli-win32-arm64@npm:2.53.0":
9642-
version: 2.53.0
9643-
resolution: "@sentry/cli-win32-arm64@npm:2.53.0"
9641+
"@sentry/cli-win32-arm64@npm:2.54.0":
9642+
version: 2.54.0
9643+
resolution: "@sentry/cli-win32-arm64@npm:2.54.0"
96449644
conditions: os=win32 & cpu=arm64
96459645
languageName: node
96469646
linkType: hard
96479647

9648-
"@sentry/cli-win32-i686@npm:2.53.0":
9649-
version: 2.53.0
9650-
resolution: "@sentry/cli-win32-i686@npm:2.53.0"
9648+
"@sentry/cli-win32-i686@npm:2.54.0":
9649+
version: 2.54.0
9650+
resolution: "@sentry/cli-win32-i686@npm:2.54.0"
96519651
conditions: os=win32 & (cpu=x86 | cpu=ia32)
96529652
languageName: node
96539653
linkType: hard
96549654

9655-
"@sentry/cli-win32-x64@npm:2.53.0":
9656-
version: 2.53.0
9657-
resolution: "@sentry/cli-win32-x64@npm:2.53.0"
9655+
"@sentry/cli-win32-x64@npm:2.54.0":
9656+
version: 2.54.0
9657+
resolution: "@sentry/cli-win32-x64@npm:2.54.0"
96589658
conditions: os=win32 & cpu=x64
96599659
languageName: node
96609660
linkType: hard
96619661

9662-
"@sentry/cli@npm:2.53.0":
9663-
version: 2.53.0
9664-
resolution: "@sentry/cli@npm:2.53.0"
9662+
"@sentry/cli@npm:2.54.0":
9663+
version: 2.54.0
9664+
resolution: "@sentry/cli@npm:2.54.0"
96659665
dependencies:
9666-
"@sentry/cli-darwin": 2.53.0
9667-
"@sentry/cli-linux-arm": 2.53.0
9668-
"@sentry/cli-linux-arm64": 2.53.0
9669-
"@sentry/cli-linux-i686": 2.53.0
9670-
"@sentry/cli-linux-x64": 2.53.0
9671-
"@sentry/cli-win32-arm64": 2.53.0
9672-
"@sentry/cli-win32-i686": 2.53.0
9673-
"@sentry/cli-win32-x64": 2.53.0
9666+
"@sentry/cli-darwin": 2.54.0
9667+
"@sentry/cli-linux-arm": 2.54.0
9668+
"@sentry/cli-linux-arm64": 2.54.0
9669+
"@sentry/cli-linux-i686": 2.54.0
9670+
"@sentry/cli-linux-x64": 2.54.0
9671+
"@sentry/cli-win32-arm64": 2.54.0
9672+
"@sentry/cli-win32-i686": 2.54.0
9673+
"@sentry/cli-win32-x64": 2.54.0
96749674
https-proxy-agent: ^5.0.0
96759675
node-fetch: ^2.6.7
96769676
progress: ^2.0.3
@@ -9695,7 +9695,7 @@ __metadata:
96959695
optional: true
96969696
bin:
96979697
sentry-cli: bin/sentry-cli
9698-
checksum: fa5287180e056a6d645169f253561a8896cbdff42453e9e6a9c2b5560513c19a5ab3fa954cc184691baf478214478ddcd0b45c44109bd22ca78212ae9af548a6
9698+
checksum: befc93348ab86e3734b3222d69751571fe61c4288713569d391ca3778fffc98fe05e2697f9f2a82b9de2d8b11c35d37e57df958ed505858b1e5e2b122cca7eb2
96999699
languageName: node
97009700
linkType: hard
97019701

@@ -9754,7 +9754,7 @@ __metadata:
97549754
"@sentry-internal/typescript": 10.12.0
97559755
"@sentry/babel-plugin-component-annotate": 4.3.0
97569756
"@sentry/browser": 10.12.0
9757-
"@sentry/cli": 2.53.0
9757+
"@sentry/cli": 2.54.0
97589758
"@sentry/core": 10.12.0
97599759
"@sentry/react": 10.12.0
97609760
"@sentry/types": 10.12.0
@@ -28344,7 +28344,7 @@ __metadata:
2834428344
dependencies:
2834528345
"@expo/swiftlint": ^0.57.1
2834628346
"@naturalcycles/ktlint": ^1.13.0
28347-
"@sentry/cli": 2.53.0
28347+
"@sentry/cli": 2.54.0
2834828348
clang-format: ^1.8.0
2834928349
downlevel-dts: ^0.11.0
2835028350
google-java-format: ^1.4.0

0 commit comments

Comments
 (0)