Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update CLI to v2.42.2 #4586

Merged
merged 1 commit into from
Feb 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
> make sure you follow our [migration guide](https://docs.sentry.io/platforms/react-native/migration/) first.
<!-- prettier-ignore-end -->

## Unreleased

### Dependencies

- Bump CLI from v2.42.1 to v2.42.2 ([#4586](https://github.com/getsentry/sentry-react-native/pull/4586))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2422)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.42.1...2.42.2)

## 6.9.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"@expo/swiftlint": "^0.57.1",
"@naturalcycles/ktlint": "^1.13.0",
"@sentry/cli": "2.42.1",
"@sentry/cli": "2.42.2",
"clang-format": "^1.8.0",
"downlevel-dts": "^0.11.0",
"google-java-format": "^1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"dependencies": {
"@sentry/babel-plugin-component-annotate": "3.2.0",
"@sentry/browser": "8.54.0",
"@sentry/cli": "2.42.1",
"@sentry/cli": "2.42.2",
"@sentry/core": "8.54.0",
"@sentry/react": "8.54.0",
"@sentry/types": "8.54.0",
Expand Down
68 changes: 34 additions & 34 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7966,66 +7966,66 @@ __metadata:
languageName: node
linkType: hard

"@sentry/cli-darwin@npm:2.42.1":
version: 2.42.1
resolution: "@sentry/cli-darwin@npm:2.42.1"
"@sentry/cli-darwin@npm:2.42.2":
version: 2.42.2
resolution: "@sentry/cli-darwin@npm:2.42.2"
conditions: os=darwin
languageName: node
linkType: hard

"@sentry/cli-linux-arm64@npm:2.42.1":
version: 2.42.1
resolution: "@sentry/cli-linux-arm64@npm:2.42.1"
"@sentry/cli-linux-arm64@npm:2.42.2":
version: 2.42.2
resolution: "@sentry/cli-linux-arm64@npm:2.42.2"
conditions: (os=linux | os=freebsd) & cpu=arm64
languageName: node
linkType: hard

"@sentry/cli-linux-arm@npm:2.42.1":
version: 2.42.1
resolution: "@sentry/cli-linux-arm@npm:2.42.1"
"@sentry/cli-linux-arm@npm:2.42.2":
version: 2.42.2
resolution: "@sentry/cli-linux-arm@npm:2.42.2"
conditions: (os=linux | os=freebsd) & cpu=arm
languageName: node
linkType: hard

"@sentry/cli-linux-i686@npm:2.42.1":
version: 2.42.1
resolution: "@sentry/cli-linux-i686@npm:2.42.1"
"@sentry/cli-linux-i686@npm:2.42.2":
version: 2.42.2
resolution: "@sentry/cli-linux-i686@npm:2.42.2"
conditions: (os=linux | os=freebsd) & (cpu=x86 | cpu=ia32)
languageName: node
linkType: hard

"@sentry/cli-linux-x64@npm:2.42.1":
version: 2.42.1
resolution: "@sentry/cli-linux-x64@npm:2.42.1"
"@sentry/cli-linux-x64@npm:2.42.2":
version: 2.42.2
resolution: "@sentry/cli-linux-x64@npm:2.42.2"
conditions: (os=linux | os=freebsd) & cpu=x64
languageName: node
linkType: hard

"@sentry/cli-win32-i686@npm:2.42.1":
version: 2.42.1
resolution: "@sentry/cli-win32-i686@npm:2.42.1"
"@sentry/cli-win32-i686@npm:2.42.2":
version: 2.42.2
resolution: "@sentry/cli-win32-i686@npm:2.42.2"
conditions: os=win32 & (cpu=x86 | cpu=ia32)
languageName: node
linkType: hard

"@sentry/cli-win32-x64@npm:2.42.1":
version: 2.42.1
resolution: "@sentry/cli-win32-x64@npm:2.42.1"
"@sentry/cli-win32-x64@npm:2.42.2":
version: 2.42.2
resolution: "@sentry/cli-win32-x64@npm:2.42.2"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard

"@sentry/cli@npm:2.42.1":
version: 2.42.1
resolution: "@sentry/cli@npm:2.42.1"
"@sentry/cli@npm:2.42.2":
version: 2.42.2
resolution: "@sentry/cli@npm:2.42.2"
dependencies:
"@sentry/cli-darwin": 2.42.1
"@sentry/cli-linux-arm": 2.42.1
"@sentry/cli-linux-arm64": 2.42.1
"@sentry/cli-linux-i686": 2.42.1
"@sentry/cli-linux-x64": 2.42.1
"@sentry/cli-win32-i686": 2.42.1
"@sentry/cli-win32-x64": 2.42.1
"@sentry/cli-darwin": 2.42.2
"@sentry/cli-linux-arm": 2.42.2
"@sentry/cli-linux-arm64": 2.42.2
"@sentry/cli-linux-i686": 2.42.2
"@sentry/cli-linux-x64": 2.42.2
"@sentry/cli-win32-i686": 2.42.2
"@sentry/cli-win32-x64": 2.42.2
https-proxy-agent: ^5.0.0
node-fetch: ^2.6.7
progress: ^2.0.3
Expand All @@ -8048,7 +8048,7 @@ __metadata:
optional: true
bin:
sentry-cli: bin/sentry-cli
checksum: 91a7c07041b96e18776ef7695ef74a080f5b67de67b0018a0c4b337b71a7f5f65aa98779b8db418973a4ca1df905098b9d8c1b8ec4e352fe35f752fe93232d04
checksum: a22e4ff4a8c1891cc89028871f64f05eb4376033dba2f1ffdf0b946e4e6493a99807d640ea9580623e1c75ba181c295c93a51d00148ad45bb9343e68c2e42f90
languageName: node
linkType: hard

Expand Down Expand Up @@ -8123,7 +8123,7 @@ __metadata:
"@sentry-internal/typescript": 8.54.0
"@sentry/babel-plugin-component-annotate": 3.2.0
"@sentry/browser": 8.54.0
"@sentry/cli": 2.42.1
"@sentry/cli": 2.42.2
"@sentry/core": 8.54.0
"@sentry/react": 8.54.0
"@sentry/types": 8.54.0
Expand Down Expand Up @@ -24739,7 +24739,7 @@ __metadata:
dependencies:
"@expo/swiftlint": ^0.57.1
"@naturalcycles/ktlint": ^1.13.0
"@sentry/cli": 2.42.1
"@sentry/cli": 2.42.2
clang-format: ^1.8.0
downlevel-dts: ^0.11.0
google-java-format: ^1.4.0
Expand Down
Loading