Skip to content

Commit e652a2e

Browse files
chore: update scripts/update-cli.sh to 2.42.1 (#4563)
Co-authored-by: GitHub <[email protected]>
1 parent 3f05680 commit e652a2e

File tree

4 files changed

+39
-36
lines changed

4 files changed

+39
-36
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
- Bump Cocoa SDK from v8.44.0 to v8.45.0 ([#4537](https://github.com/getsentry/sentry-react-native/pull/4537))
4141
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8450)
4242
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.44.0...8.45.0)
43+
- Bump CLI from v2.41.1 to v2.42.1 ([#4563](https://github.com/getsentry/sentry-react-native/pull/4563))
44+
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2421)
45+
- [diff](https://github.com/getsentry/sentry-cli/compare/2.41.1...2.42.1)
4346

4447
## 6.7.0
4548

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.41.1",
33+
"@sentry/cli": "2.42.1",
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.1.2",
6969
"@sentry/browser": "8.54.0",
70-
"@sentry/cli": "2.41.1",
70+
"@sentry/cli": "2.42.1",
7171
"@sentry/core": "8.54.0",
7272
"@sentry/react": "8.54.0",
7373
"@sentry/types": "8.54.0",

yarn.lock

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -7965,66 +7965,66 @@ __metadata:
79657965
languageName: node
79667966
linkType: hard
79677967

7968-
"@sentry/cli-darwin@npm:2.41.1":
7969-
version: 2.41.1
7970-
resolution: "@sentry/cli-darwin@npm:2.41.1"
7968+
"@sentry/cli-darwin@npm:2.42.1":
7969+
version: 2.42.1
7970+
resolution: "@sentry/cli-darwin@npm:2.42.1"
79717971
conditions: os=darwin
79727972
languageName: node
79737973
linkType: hard
79747974

7975-
"@sentry/cli-linux-arm64@npm:2.41.1":
7976-
version: 2.41.1
7977-
resolution: "@sentry/cli-linux-arm64@npm:2.41.1"
7975+
"@sentry/cli-linux-arm64@npm:2.42.1":
7976+
version: 2.42.1
7977+
resolution: "@sentry/cli-linux-arm64@npm:2.42.1"
79787978
conditions: (os=linux | os=freebsd) & cpu=arm64
79797979
languageName: node
79807980
linkType: hard
79817981

7982-
"@sentry/cli-linux-arm@npm:2.41.1":
7983-
version: 2.41.1
7984-
resolution: "@sentry/cli-linux-arm@npm:2.41.1"
7982+
"@sentry/cli-linux-arm@npm:2.42.1":
7983+
version: 2.42.1
7984+
resolution: "@sentry/cli-linux-arm@npm:2.42.1"
79857985
conditions: (os=linux | os=freebsd) & cpu=arm
79867986
languageName: node
79877987
linkType: hard
79887988

7989-
"@sentry/cli-linux-i686@npm:2.41.1":
7990-
version: 2.41.1
7991-
resolution: "@sentry/cli-linux-i686@npm:2.41.1"
7989+
"@sentry/cli-linux-i686@npm:2.42.1":
7990+
version: 2.42.1
7991+
resolution: "@sentry/cli-linux-i686@npm:2.42.1"
79927992
conditions: (os=linux | os=freebsd) & (cpu=x86 | cpu=ia32)
79937993
languageName: node
79947994
linkType: hard
79957995

7996-
"@sentry/cli-linux-x64@npm:2.41.1":
7997-
version: 2.41.1
7998-
resolution: "@sentry/cli-linux-x64@npm:2.41.1"
7996+
"@sentry/cli-linux-x64@npm:2.42.1":
7997+
version: 2.42.1
7998+
resolution: "@sentry/cli-linux-x64@npm:2.42.1"
79997999
conditions: (os=linux | os=freebsd) & cpu=x64
80008000
languageName: node
80018001
linkType: hard
80028002

8003-
"@sentry/cli-win32-i686@npm:2.41.1":
8004-
version: 2.41.1
8005-
resolution: "@sentry/cli-win32-i686@npm:2.41.1"
8003+
"@sentry/cli-win32-i686@npm:2.42.1":
8004+
version: 2.42.1
8005+
resolution: "@sentry/cli-win32-i686@npm:2.42.1"
80068006
conditions: os=win32 & (cpu=x86 | cpu=ia32)
80078007
languageName: node
80088008
linkType: hard
80098009

8010-
"@sentry/cli-win32-x64@npm:2.41.1":
8011-
version: 2.41.1
8012-
resolution: "@sentry/cli-win32-x64@npm:2.41.1"
8010+
"@sentry/cli-win32-x64@npm:2.42.1":
8011+
version: 2.42.1
8012+
resolution: "@sentry/cli-win32-x64@npm:2.42.1"
80138013
conditions: os=win32 & cpu=x64
80148014
languageName: node
80158015
linkType: hard
80168016

8017-
"@sentry/cli@npm:2.41.1":
8018-
version: 2.41.1
8019-
resolution: "@sentry/cli@npm:2.41.1"
8017+
"@sentry/cli@npm:2.42.1":
8018+
version: 2.42.1
8019+
resolution: "@sentry/cli@npm:2.42.1"
80208020
dependencies:
8021-
"@sentry/cli-darwin": 2.41.1
8022-
"@sentry/cli-linux-arm": 2.41.1
8023-
"@sentry/cli-linux-arm64": 2.41.1
8024-
"@sentry/cli-linux-i686": 2.41.1
8025-
"@sentry/cli-linux-x64": 2.41.1
8026-
"@sentry/cli-win32-i686": 2.41.1
8027-
"@sentry/cli-win32-x64": 2.41.1
8021+
"@sentry/cli-darwin": 2.42.1
8022+
"@sentry/cli-linux-arm": 2.42.1
8023+
"@sentry/cli-linux-arm64": 2.42.1
8024+
"@sentry/cli-linux-i686": 2.42.1
8025+
"@sentry/cli-linux-x64": 2.42.1
8026+
"@sentry/cli-win32-i686": 2.42.1
8027+
"@sentry/cli-win32-x64": 2.42.1
80288028
https-proxy-agent: ^5.0.0
80298029
node-fetch: ^2.6.7
80308030
progress: ^2.0.3
@@ -8047,7 +8047,7 @@ __metadata:
80478047
optional: true
80488048
bin:
80498049
sentry-cli: bin/sentry-cli
8050-
checksum: 8f5aecf671322f803e5a32696ed0ee0e22f86e3a97d9c6dff0f75b3eaba89533a9ad1d1d87f8b76acc6969696f64f0f00fbd8b4cbc8b365d1d4f3b8d4dcc19f9
8050+
checksum: 91a7c07041b96e18776ef7695ef74a080f5b67de67b0018a0c4b337b71a7f5f65aa98779b8db418973a4ca1df905098b9d8c1b8ec4e352fe35f752fe93232d04
80518051
languageName: node
80528052
linkType: hard
80538053

@@ -8122,7 +8122,7 @@ __metadata:
81228122
"@sentry-internal/typescript": 8.54.0
81238123
"@sentry/babel-plugin-component-annotate": 3.1.2
81248124
"@sentry/browser": 8.54.0
8125-
"@sentry/cli": 2.41.1
8125+
"@sentry/cli": 2.42.1
81268126
"@sentry/core": 8.54.0
81278127
"@sentry/react": 8.54.0
81288128
"@sentry/types": 8.54.0
@@ -24706,7 +24706,7 @@ __metadata:
2470624706
dependencies:
2470724707
"@expo/swiftlint": ^0.57.1
2470824708
"@naturalcycles/ktlint": ^1.13.0
24709-
"@sentry/cli": 2.41.1
24709+
"@sentry/cli": 2.42.1
2471024710
clang-format: ^1.8.0
2471124711
downlevel-dts: ^0.11.0
2471224712
google-java-format: ^1.4.0

0 commit comments

Comments
 (0)