Skip to content

Commit b4c6d4d

Browse files
chore: update scripts/update-cli.sh to 2.44.0 (#4804)
Co-authored-by: GitHub <noreply@github.com>
1 parent 71dd9ca commit b4c6d4d

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.43.1 to v2.44.0 ([#4804](https://github.com/getsentry/sentry-react-native/pull/4804))
14+
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2440)
15+
- [diff](https://github.com/getsentry/sentry-cli/compare/2.43.1...2.44.0)
16+
917
## 6.13.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.43.1",
33+
"@sentry/cli": "2.44.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.3.1",
6969
"@sentry/browser": "8.54.0",
70-
"@sentry/cli": "2.43.1",
70+
"@sentry/cli": "2.44.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
@@ -8239,74 +8239,74 @@ __metadata:
82398239
languageName: node
82408240
linkType: hard
82418241

8242-
"@sentry/cli-darwin@npm:2.43.1":
8243-
version: 2.43.1
8244-
resolution: "@sentry/cli-darwin@npm:2.43.1"
8242+
"@sentry/cli-darwin@npm:2.44.0":
8243+
version: 2.44.0
8244+
resolution: "@sentry/cli-darwin@npm:2.44.0"
82458245
conditions: os=darwin
82468246
languageName: node
82478247
linkType: hard
82488248

8249-
"@sentry/cli-linux-arm64@npm:2.43.1":
8250-
version: 2.43.1
8251-
resolution: "@sentry/cli-linux-arm64@npm:2.43.1"
8249+
"@sentry/cli-linux-arm64@npm:2.44.0":
8250+
version: 2.44.0
8251+
resolution: "@sentry/cli-linux-arm64@npm:2.44.0"
82528252
conditions: (os=linux | os=freebsd) & cpu=arm64
82538253
languageName: node
82548254
linkType: hard
82558255

8256-
"@sentry/cli-linux-arm@npm:2.43.1":
8257-
version: 2.43.1
8258-
resolution: "@sentry/cli-linux-arm@npm:2.43.1"
8256+
"@sentry/cli-linux-arm@npm:2.44.0":
8257+
version: 2.44.0
8258+
resolution: "@sentry/cli-linux-arm@npm:2.44.0"
82598259
conditions: (os=linux | os=freebsd) & cpu=arm
82608260
languageName: node
82618261
linkType: hard
82628262

8263-
"@sentry/cli-linux-i686@npm:2.43.1":
8264-
version: 2.43.1
8265-
resolution: "@sentry/cli-linux-i686@npm:2.43.1"
8263+
"@sentry/cli-linux-i686@npm:2.44.0":
8264+
version: 2.44.0
8265+
resolution: "@sentry/cli-linux-i686@npm:2.44.0"
82668266
conditions: (os=linux | os=freebsd) & (cpu=x86 | cpu=ia32)
82678267
languageName: node
82688268
linkType: hard
82698269

8270-
"@sentry/cli-linux-x64@npm:2.43.1":
8271-
version: 2.43.1
8272-
resolution: "@sentry/cli-linux-x64@npm:2.43.1"
8270+
"@sentry/cli-linux-x64@npm:2.44.0":
8271+
version: 2.44.0
8272+
resolution: "@sentry/cli-linux-x64@npm:2.44.0"
82738273
conditions: (os=linux | os=freebsd) & cpu=x64
82748274
languageName: node
82758275
linkType: hard
82768276

8277-
"@sentry/cli-win32-arm64@npm:2.43.1":
8278-
version: 2.43.1
8279-
resolution: "@sentry/cli-win32-arm64@npm:2.43.1"
8277+
"@sentry/cli-win32-arm64@npm:2.44.0":
8278+
version: 2.44.0
8279+
resolution: "@sentry/cli-win32-arm64@npm:2.44.0"
82808280
conditions: os=win32 & cpu=arm64
82818281
languageName: node
82828282
linkType: hard
82838283

8284-
"@sentry/cli-win32-i686@npm:2.43.1":
8285-
version: 2.43.1
8286-
resolution: "@sentry/cli-win32-i686@npm:2.43.1"
8284+
"@sentry/cli-win32-i686@npm:2.44.0":
8285+
version: 2.44.0
8286+
resolution: "@sentry/cli-win32-i686@npm:2.44.0"
82878287
conditions: os=win32 & (cpu=x86 | cpu=ia32)
82888288
languageName: node
82898289
linkType: hard
82908290

8291-
"@sentry/cli-win32-x64@npm:2.43.1":
8292-
version: 2.43.1
8293-
resolution: "@sentry/cli-win32-x64@npm:2.43.1"
8291+
"@sentry/cli-win32-x64@npm:2.44.0":
8292+
version: 2.44.0
8293+
resolution: "@sentry/cli-win32-x64@npm:2.44.0"
82948294
conditions: os=win32 & cpu=x64
82958295
languageName: node
82968296
linkType: hard
82978297

8298-
"@sentry/cli@npm:2.43.1":
8299-
version: 2.43.1
8300-
resolution: "@sentry/cli@npm:2.43.1"
8298+
"@sentry/cli@npm:2.44.0":
8299+
version: 2.44.0
8300+
resolution: "@sentry/cli@npm:2.44.0"
83018301
dependencies:
8302-
"@sentry/cli-darwin": 2.43.1
8303-
"@sentry/cli-linux-arm": 2.43.1
8304-
"@sentry/cli-linux-arm64": 2.43.1
8305-
"@sentry/cli-linux-i686": 2.43.1
8306-
"@sentry/cli-linux-x64": 2.43.1
8307-
"@sentry/cli-win32-arm64": 2.43.1
8308-
"@sentry/cli-win32-i686": 2.43.1
8309-
"@sentry/cli-win32-x64": 2.43.1
8302+
"@sentry/cli-darwin": 2.44.0
8303+
"@sentry/cli-linux-arm": 2.44.0
8304+
"@sentry/cli-linux-arm64": 2.44.0
8305+
"@sentry/cli-linux-i686": 2.44.0
8306+
"@sentry/cli-linux-x64": 2.44.0
8307+
"@sentry/cli-win32-arm64": 2.44.0
8308+
"@sentry/cli-win32-i686": 2.44.0
8309+
"@sentry/cli-win32-x64": 2.44.0
83108310
https-proxy-agent: ^5.0.0
83118311
node-fetch: ^2.6.7
83128312
progress: ^2.0.3
@@ -8331,7 +8331,7 @@ __metadata:
83318331
optional: true
83328332
bin:
83338333
sentry-cli: bin/sentry-cli
8334-
checksum: 8386ba5de7b9d57783ac368e027b541ae55d0b5853f6ad3aeed3646a7e4337399f43a52964e456ae5dc19ca23554dacea98b951aa2aca00b4373e95736d778c8
8334+
checksum: f3ce01e412868997754a8e6cdcc9c0c613f097a779073d31bf36f7f6667dfa81b13a12bbfe2d0ffc4cd2f05015168432ee7d8054e5b2a041858273e47f651ac6
83358335
languageName: node
83368336
linkType: hard
83378337

@@ -8390,7 +8390,7 @@ __metadata:
83908390
"@sentry-internal/typescript": 8.54.0
83918391
"@sentry/babel-plugin-component-annotate": 3.3.1
83928392
"@sentry/browser": 8.54.0
8393-
"@sentry/cli": 2.43.1
8393+
"@sentry/cli": 2.44.0
83948394
"@sentry/core": 8.54.0
83958395
"@sentry/react": 8.54.0
83968396
"@sentry/types": 8.54.0
@@ -25500,7 +25500,7 @@ __metadata:
2550025500
dependencies:
2550125501
"@expo/swiftlint": ^0.57.1
2550225502
"@naturalcycles/ktlint": ^1.13.0
25503-
"@sentry/cli": 2.43.1
25503+
"@sentry/cli": 2.44.0
2550425504
clang-format: ^1.8.0
2550525505
downlevel-dts: ^0.11.0
2550625506
google-java-format: ^1.4.0

0 commit comments

Comments
 (0)