Skip to content

Commit bfbb0a1

Browse files
chore: update scripts/update-cli.sh to 2.46.0 (#4866)
Co-authored-by: GitHub <noreply@github.com>
1 parent 209f66f commit bfbb0a1

File tree

4 files changed

+47
-44
lines changed

4 files changed

+47
-44
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
- Bump Cocoa SDK from v8.50.2 to v8.51.1 ([#4839](https://github.com/getsentry/sentry-react-native/pull/4839))
3030
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8511)
3131
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.50.2...8.51.1)
32+
- Bump CLI from v2.45.0 to v2.46.0 ([#4866](https://github.com/getsentry/sentry-react-native/pull/4866))
33+
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2460)
34+
- [diff](https://github.com/getsentry/sentry-cli/compare/2.45.0...2.46.0)
3235

3336
## 6.14.0
3437

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.45.0",
33+
"@sentry/cli": "2.46.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.45.0",
70+
"@sentry/cli": "2.46.0",
7171
"@sentry/core": "8.54.0",
7272
"@sentry/react": "8.54.0",
7373
"@sentry/types": "8.54.0",

yarn.lock

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -8741,74 +8741,74 @@ __metadata:
87418741
languageName: node
87428742
linkType: hard
87438743

8744-
"@sentry/cli-darwin@npm:2.45.0":
8745-
version: 2.45.0
8746-
resolution: "@sentry/cli-darwin@npm:2.45.0"
8744+
"@sentry/cli-darwin@npm:2.46.0":
8745+
version: 2.46.0
8746+
resolution: "@sentry/cli-darwin@npm:2.46.0"
87478747
conditions: os=darwin
87488748
languageName: node
87498749
linkType: hard
87508750

8751-
"@sentry/cli-linux-arm64@npm:2.45.0":
8752-
version: 2.45.0
8753-
resolution: "@sentry/cli-linux-arm64@npm:2.45.0"
8754-
conditions: (os=linux | os=freebsd) & cpu=arm64
8751+
"@sentry/cli-linux-arm64@npm:2.46.0":
8752+
version: 2.46.0
8753+
resolution: "@sentry/cli-linux-arm64@npm:2.46.0"
8754+
conditions: (os=linux | os=freebsd | os=android) & cpu=arm64
87558755
languageName: node
87568756
linkType: hard
87578757

8758-
"@sentry/cli-linux-arm@npm:2.45.0":
8759-
version: 2.45.0
8760-
resolution: "@sentry/cli-linux-arm@npm:2.45.0"
8761-
conditions: (os=linux | os=freebsd) & cpu=arm
8758+
"@sentry/cli-linux-arm@npm:2.46.0":
8759+
version: 2.46.0
8760+
resolution: "@sentry/cli-linux-arm@npm:2.46.0"
8761+
conditions: (os=linux | os=freebsd | os=android) & cpu=arm
87628762
languageName: node
87638763
linkType: hard
87648764

8765-
"@sentry/cli-linux-i686@npm:2.45.0":
8766-
version: 2.45.0
8767-
resolution: "@sentry/cli-linux-i686@npm:2.45.0"
8768-
conditions: (os=linux | os=freebsd) & (cpu=x86 | cpu=ia32)
8765+
"@sentry/cli-linux-i686@npm:2.46.0":
8766+
version: 2.46.0
8767+
resolution: "@sentry/cli-linux-i686@npm:2.46.0"
8768+
conditions: (os=linux | os=freebsd | os=android) & (cpu=x86 | cpu=ia32)
87698769
languageName: node
87708770
linkType: hard
87718771

8772-
"@sentry/cli-linux-x64@npm:2.45.0":
8773-
version: 2.45.0
8774-
resolution: "@sentry/cli-linux-x64@npm:2.45.0"
8775-
conditions: (os=linux | os=freebsd) & cpu=x64
8772+
"@sentry/cli-linux-x64@npm:2.46.0":
8773+
version: 2.46.0
8774+
resolution: "@sentry/cli-linux-x64@npm:2.46.0"
8775+
conditions: (os=linux | os=freebsd | os=android) & cpu=x64
87768776
languageName: node
87778777
linkType: hard
87788778

8779-
"@sentry/cli-win32-arm64@npm:2.45.0":
8780-
version: 2.45.0
8781-
resolution: "@sentry/cli-win32-arm64@npm:2.45.0"
8779+
"@sentry/cli-win32-arm64@npm:2.46.0":
8780+
version: 2.46.0
8781+
resolution: "@sentry/cli-win32-arm64@npm:2.46.0"
87828782
conditions: os=win32 & cpu=arm64
87838783
languageName: node
87848784
linkType: hard
87858785

8786-
"@sentry/cli-win32-i686@npm:2.45.0":
8787-
version: 2.45.0
8788-
resolution: "@sentry/cli-win32-i686@npm:2.45.0"
8786+
"@sentry/cli-win32-i686@npm:2.46.0":
8787+
version: 2.46.0
8788+
resolution: "@sentry/cli-win32-i686@npm:2.46.0"
87898789
conditions: os=win32 & (cpu=x86 | cpu=ia32)
87908790
languageName: node
87918791
linkType: hard
87928792

8793-
"@sentry/cli-win32-x64@npm:2.45.0":
8794-
version: 2.45.0
8795-
resolution: "@sentry/cli-win32-x64@npm:2.45.0"
8793+
"@sentry/cli-win32-x64@npm:2.46.0":
8794+
version: 2.46.0
8795+
resolution: "@sentry/cli-win32-x64@npm:2.46.0"
87968796
conditions: os=win32 & cpu=x64
87978797
languageName: node
87988798
linkType: hard
87998799

8800-
"@sentry/cli@npm:2.45.0":
8801-
version: 2.45.0
8802-
resolution: "@sentry/cli@npm:2.45.0"
8800+
"@sentry/cli@npm:2.46.0":
8801+
version: 2.46.0
8802+
resolution: "@sentry/cli@npm:2.46.0"
88038803
dependencies:
8804-
"@sentry/cli-darwin": 2.45.0
8805-
"@sentry/cli-linux-arm": 2.45.0
8806-
"@sentry/cli-linux-arm64": 2.45.0
8807-
"@sentry/cli-linux-i686": 2.45.0
8808-
"@sentry/cli-linux-x64": 2.45.0
8809-
"@sentry/cli-win32-arm64": 2.45.0
8810-
"@sentry/cli-win32-i686": 2.45.0
8811-
"@sentry/cli-win32-x64": 2.45.0
8804+
"@sentry/cli-darwin": 2.46.0
8805+
"@sentry/cli-linux-arm": 2.46.0
8806+
"@sentry/cli-linux-arm64": 2.46.0
8807+
"@sentry/cli-linux-i686": 2.46.0
8808+
"@sentry/cli-linux-x64": 2.46.0
8809+
"@sentry/cli-win32-arm64": 2.46.0
8810+
"@sentry/cli-win32-i686": 2.46.0
8811+
"@sentry/cli-win32-x64": 2.46.0
88128812
https-proxy-agent: ^5.0.0
88138813
node-fetch: ^2.6.7
88148814
progress: ^2.0.3
@@ -8833,7 +8833,7 @@ __metadata:
88338833
optional: true
88348834
bin:
88358835
sentry-cli: bin/sentry-cli
8836-
checksum: 8f922057524c5ab59762fa7353be603cab0c17df3ef499dee3da7999296e8aaaa01e4c5c6f2880df475816cd94d76fc7f24622743c2d8aa6195dbf4e2a917d29
8836+
checksum: b4308c5746619f6a42af48f83b03592c9887cddbca242bce6a0adc28d6e1484601d110e3ee0af666046e445769780889b3c5a2dfceb4833b13309f907483085c
88378837
languageName: node
88388838
linkType: hard
88398839

@@ -8892,7 +8892,7 @@ __metadata:
88928892
"@sentry-internal/typescript": 8.54.0
88938893
"@sentry/babel-plugin-component-annotate": 3.5.0
88948894
"@sentry/browser": 8.54.0
8895-
"@sentry/cli": 2.45.0
8895+
"@sentry/cli": 2.46.0
88968896
"@sentry/core": 8.54.0
88978897
"@sentry/react": 8.54.0
88988898
"@sentry/types": 8.54.0
@@ -26485,7 +26485,7 @@ __metadata:
2648526485
dependencies:
2648626486
"@expo/swiftlint": ^0.57.1
2648726487
"@naturalcycles/ktlint": ^1.13.0
26488-
"@sentry/cli": 2.45.0
26488+
"@sentry/cli": 2.46.0
2648926489
clang-format: ^1.8.0
2649026490
downlevel-dts: ^0.11.0
2649126491
google-java-format: ^1.4.0

0 commit comments

Comments
 (0)