Skip to content

Commit

Permalink
chore: update scripts/update-cli.sh to 2.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored and github-actions[bot] committed Oct 23, 2024
1 parent 17be197 commit 71d101f
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 36 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
- Bump JavaScript SDK from v8.34.0 to v8.35.0 ([#4196](https://github.com/getsentry/sentry-react-native/pull/4196))
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#8350)
- [diff](https://github.com/getsentry/sentry-javascript/compare/8.34.0...8.35.0)
- Bump CLI from v2.37.0 to v2.38.0 ([#4200](https://github.com/getsentry/sentry-react-native/pull/4200))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2380)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.37.0...2.38.0)

## 6.1.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"set-version-samples": "lerna run set-version"
},
"devDependencies": {
"@sentry/cli": "2.37.0",
"@sentry/cli": "2.38.0",
"downlevel-dts": "^0.11.0",
"google-java-format": "^1.4.0",
"lerna": "^8.1.8",
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.35.0",
"@sentry/cli": "2.37.0",
"@sentry/cli": "2.38.0",
"@sentry/core": "8.35.0",
"@sentry/react": "8.35.0",
"@sentry/types": "8.35.0",
Expand Down
68 changes: 34 additions & 34 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6602,66 +6602,66 @@ __metadata:
languageName: node
linkType: hard

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

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

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

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

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

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

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

"@sentry/cli@npm:2.37.0":
version: 2.37.0
resolution: "@sentry/cli@npm:2.37.0"
"@sentry/cli@npm:2.38.0":
version: 2.38.0
resolution: "@sentry/cli@npm:2.38.0"
dependencies:
"@sentry/cli-darwin": 2.37.0
"@sentry/cli-linux-arm": 2.37.0
"@sentry/cli-linux-arm64": 2.37.0
"@sentry/cli-linux-i686": 2.37.0
"@sentry/cli-linux-x64": 2.37.0
"@sentry/cli-win32-i686": 2.37.0
"@sentry/cli-win32-x64": 2.37.0
"@sentry/cli-darwin": 2.38.0
"@sentry/cli-linux-arm": 2.38.0
"@sentry/cli-linux-arm64": 2.38.0
"@sentry/cli-linux-i686": 2.38.0
"@sentry/cli-linux-x64": 2.38.0
"@sentry/cli-win32-i686": 2.38.0
"@sentry/cli-win32-x64": 2.38.0
https-proxy-agent: ^5.0.0
node-fetch: ^2.6.7
progress: ^2.0.3
Expand All @@ -6684,7 +6684,7 @@ __metadata:
optional: true
bin:
sentry-cli: bin/sentry-cli
checksum: 92e88688b5148e5abed2cc253290008da89029c5816d7f1bdb5fbed035305c0bcfb5f49e4976ff8ced5fbb876d28e655eef838d32c7a388d3582654ff67d65e0
checksum: 0f2ddf0666fb935f322fdcd17ddc249a867ba57dddc50a5742b49cc6160394cbd2059f6fe544f671f632ecbd3a7d9ed788aababbb01198c6dfad1afc050f5636
languageName: node
linkType: hard

Expand Down Expand Up @@ -6762,7 +6762,7 @@ __metadata:
"@sentry-internal/typescript": 8.35.0
"@sentry/babel-plugin-component-annotate": 2.20.1
"@sentry/browser": 8.35.0
"@sentry/cli": 2.37.0
"@sentry/cli": 2.38.0
"@sentry/core": 8.35.0
"@sentry/react": 8.35.0
"@sentry/types": 8.35.0
Expand Down Expand Up @@ -24548,7 +24548,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "sentry-react-native@workspace:."
dependencies:
"@sentry/cli": 2.37.0
"@sentry/cli": 2.38.0
downlevel-dts: ^0.11.0
google-java-format: ^1.4.0
lerna: ^8.1.8
Expand Down

0 comments on commit 71d101f

Please sign in to comment.