Skip to content

Commit

Permalink
chore: update scripts/update-cli.sh to 2.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored and github-actions[bot] committed Nov 23, 2024
1 parent 684dc9b commit 6021722
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 37 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
- Bump JavaScript SDK from v8.38.0 to v8.39.0 ([#4293](https://github.com/getsentry/sentry-react-native/pull/4293))
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#8390)
- [diff](https://github.com/getsentry/sentry-javascript/compare/8.38.0...8.39.0)
- Bump CLI from v2.38.2 to v2.39.0 ([#4305](https://github.com/getsentry/sentry-react-native/pull/4305))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2390)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.38.2...2.39.0)

## 6.3.0-beta.1

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"@expo/swiftlint": "^0.57.1",
"@sentry/cli": "2.38.2",
"@sentry/cli": "2.39.0",
"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": "2.20.1",
"@sentry/browser": "8.39.0",
"@sentry/cli": "2.38.2",
"@sentry/cli": "2.39.0",
"@sentry/core": "8.39.0",
"@sentry/react": "8.39.0",
"@sentry/types": "8.39.0",
Expand Down
70 changes: 35 additions & 35 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7603,66 +7603,66 @@ __metadata:
languageName: node
linkType: hard

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

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

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

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

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

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

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

"@sentry/cli@npm:2.38.2":
version: 2.38.2
resolution: "@sentry/cli@npm:2.38.2"
dependencies:
"@sentry/cli-darwin": 2.38.2
"@sentry/cli-linux-arm": 2.38.2
"@sentry/cli-linux-arm64": 2.38.2
"@sentry/cli-linux-i686": 2.38.2
"@sentry/cli-linux-x64": 2.38.2
"@sentry/cli-win32-i686": 2.38.2
"@sentry/cli-win32-x64": 2.38.2
"@sentry/cli@npm:2.39.0":
version: 2.39.0
resolution: "@sentry/cli@npm:2.39.0"
dependencies:
"@sentry/cli-darwin": 2.39.0
"@sentry/cli-linux-arm": 2.39.0
"@sentry/cli-linux-arm64": 2.39.0
"@sentry/cli-linux-i686": 2.39.0
"@sentry/cli-linux-x64": 2.39.0
"@sentry/cli-win32-i686": 2.39.0
"@sentry/cli-win32-x64": 2.39.0
https-proxy-agent: ^5.0.0
node-fetch: ^2.6.7
progress: ^2.0.3
Expand All @@ -7685,7 +7685,7 @@ __metadata:
optional: true
bin:
sentry-cli: bin/sentry-cli
checksum: 6f58c3fd4838b195b0424459b1f64db6b90b238e61283eeb5c0dd9c05ef0d16ed2ee72475108d3b9e9188b3e99575ee081d8003475096b385306f093c04cfb08
checksum: ee103617f25af9ccdc529b024df592995e0729afb6782602294807ce423b91fd649b6da3208acd604231f8ad48920e104cafdc746101fd5a0e2a826f5bb1453b
languageName: node
linkType: hard

Expand Down Expand Up @@ -7763,7 +7763,7 @@ __metadata:
"@sentry-internal/typescript": 8.39.0
"@sentry/babel-plugin-component-annotate": 2.20.1
"@sentry/browser": 8.39.0
"@sentry/cli": 2.38.2
"@sentry/cli": 2.39.0
"@sentry/core": 8.39.0
"@sentry/react": 8.39.0
"@sentry/types": 8.39.0
Expand Down Expand Up @@ -24431,7 +24431,7 @@ __metadata:
resolution: "sentry-react-native@workspace:."
dependencies:
"@expo/swiftlint": ^0.57.1
"@sentry/cli": 2.38.2
"@sentry/cli": 2.39.0
clang-format: ^1.8.0
downlevel-dts: ^0.11.0
google-java-format: ^1.4.0
Expand Down

0 comments on commit 6021722

Please sign in to comment.