Skip to content

Commit 4d4e51e

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-cli.sh to 2.55.0
1 parent 72d7b60 commit 4d4e51e

File tree

4 files changed

+46
-40
lines changed

4 files changed

+46
-40
lines changed

CHANGELOG.md

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

1818
- Vendor `metro/countLines` function to avoid issues with the private import ([#5185](https://github.com/getsentry/sentry-react-native/pull/5185))
1919

20+
### Dependencies
21+
22+
- Bump CLI from v2.53.0 to v2.55.0 ([#5179](https://github.com/getsentry/sentry-react-native/pull/5179))
23+
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2550)
24+
- [diff](https://github.com/getsentry/sentry-cli/compare/2.53.0...2.55.0)
25+
2026
## 7.1.0
2127

2228
### 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.55.0",
3434
"downlevel-dts": "^0.11.0",
3535
"google-java-format": "^1.4.0",
3636
"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.3.0",
7272
"@sentry/browser": "10.12.0",
73-
"@sentry/cli": "2.53.0",
73+
"@sentry/cli": "2.55.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.55.0":
9607+
version: 2.55.0
9608+
resolution: "@sentry/cli-darwin@npm:2.55.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.55.0":
9614+
version: 2.55.0
9615+
resolution: "@sentry/cli-linux-arm64@npm:2.55.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.55.0":
9621+
version: 2.55.0
9622+
resolution: "@sentry/cli-linux-arm@npm:2.55.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.55.0":
9628+
version: 2.55.0
9629+
resolution: "@sentry/cli-linux-i686@npm:2.55.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.55.0":
9635+
version: 2.55.0
9636+
resolution: "@sentry/cli-linux-x64@npm:2.55.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.55.0":
9642+
version: 2.55.0
9643+
resolution: "@sentry/cli-win32-arm64@npm:2.55.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.55.0":
9649+
version: 2.55.0
9650+
resolution: "@sentry/cli-win32-i686@npm:2.55.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.55.0":
9656+
version: 2.55.0
9657+
resolution: "@sentry/cli-win32-x64@npm:2.55.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.55.0":
9663+
version: 2.55.0
9664+
resolution: "@sentry/cli@npm:2.55.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.55.0
9667+
"@sentry/cli-linux-arm": 2.55.0
9668+
"@sentry/cli-linux-arm64": 2.55.0
9669+
"@sentry/cli-linux-i686": 2.55.0
9670+
"@sentry/cli-linux-x64": 2.55.0
9671+
"@sentry/cli-win32-arm64": 2.55.0
9672+
"@sentry/cli-win32-i686": 2.55.0
9673+
"@sentry/cli-win32-x64": 2.55.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: 9d42c3362f5849033207d2410b09e583db20598e956bd4d5d151e28b8a406663b363f27013387008d2673651ff0a1561b55cef2bec35720cd3165084bb8dd1c2
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.55.0
97589758
"@sentry/core": 10.12.0
97599759
"@sentry/react": 10.12.0
97609760
"@sentry/types": 10.12.0
@@ -28329,7 +28329,7 @@ __metadata:
2832928329
dependencies:
2833028330
"@expo/swiftlint": ^0.57.1
2833128331
"@naturalcycles/ktlint": ^1.13.0
28332-
"@sentry/cli": 2.53.0
28332+
"@sentry/cli": 2.55.0
2833328333
downlevel-dts: ^0.11.0
2833428334
google-java-format: ^1.4.0
2833528335
lerna: ^8.1.8

0 commit comments

Comments
 (0)