Skip to content

Commit f433d14

Browse files
Merge a1a9692 into 498d77a
2 parents 498d77a + a1a9692 commit f433d14

File tree

4 files changed

+48
-40
lines changed

4 files changed

+48
-40
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66
> make sure you follow our [migration guide](https://docs.sentry.io/platforms/react-native/migration/) first.
77
<!-- prettier-ignore-end -->
88
9+
## Unreleased
10+
11+
### Dependencies
12+
13+
- Bump CLI from v2.43.1 to v2.44.0 ([#4804](https://github.com/getsentry/sentry-react-native/pull/4804))
14+
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2440)
15+
- [diff](https://github.com/getsentry/sentry-cli/compare/2.43.1...2.44.0)
16+
917
## 6.13.1
1018

1119
### Fixes

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.43.1",
33+
"@sentry/cli": "2.44.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.3.1",
6969
"@sentry/browser": "8.54.0",
70-
"@sentry/cli": "2.43.1",
70+
"@sentry/cli": "2.44.0",
7171
"@sentry/core": "8.54.0",
7272
"@sentry/react": "8.54.0",
7373
"@sentry/types": "8.54.0",

yarn.lock

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -8288,74 +8288,74 @@ __metadata:
82888288
languageName: node
82898289
linkType: hard
82908290

8291-
"@sentry/cli-darwin@npm:2.43.1":
8292-
version: 2.43.1
8293-
resolution: "@sentry/cli-darwin@npm:2.43.1"
8291+
"@sentry/cli-darwin@npm:2.44.0":
8292+
version: 2.44.0
8293+
resolution: "@sentry/cli-darwin@npm:2.44.0"
82948294
conditions: os=darwin
82958295
languageName: node
82968296
linkType: hard
82978297

8298-
"@sentry/cli-linux-arm64@npm:2.43.1":
8299-
version: 2.43.1
8300-
resolution: "@sentry/cli-linux-arm64@npm:2.43.1"
8298+
"@sentry/cli-linux-arm64@npm:2.44.0":
8299+
version: 2.44.0
8300+
resolution: "@sentry/cli-linux-arm64@npm:2.44.0"
83018301
conditions: (os=linux | os=freebsd) & cpu=arm64
83028302
languageName: node
83038303
linkType: hard
83048304

8305-
"@sentry/cli-linux-arm@npm:2.43.1":
8306-
version: 2.43.1
8307-
resolution: "@sentry/cli-linux-arm@npm:2.43.1"
8305+
"@sentry/cli-linux-arm@npm:2.44.0":
8306+
version: 2.44.0
8307+
resolution: "@sentry/cli-linux-arm@npm:2.44.0"
83088308
conditions: (os=linux | os=freebsd) & cpu=arm
83098309
languageName: node
83108310
linkType: hard
83118311

8312-
"@sentry/cli-linux-i686@npm:2.43.1":
8313-
version: 2.43.1
8314-
resolution: "@sentry/cli-linux-i686@npm:2.43.1"
8312+
"@sentry/cli-linux-i686@npm:2.44.0":
8313+
version: 2.44.0
8314+
resolution: "@sentry/cli-linux-i686@npm:2.44.0"
83158315
conditions: (os=linux | os=freebsd) & (cpu=x86 | cpu=ia32)
83168316
languageName: node
83178317
linkType: hard
83188318

8319-
"@sentry/cli-linux-x64@npm:2.43.1":
8320-
version: 2.43.1
8321-
resolution: "@sentry/cli-linux-x64@npm:2.43.1"
8319+
"@sentry/cli-linux-x64@npm:2.44.0":
8320+
version: 2.44.0
8321+
resolution: "@sentry/cli-linux-x64@npm:2.44.0"
83228322
conditions: (os=linux | os=freebsd) & cpu=x64
83238323
languageName: node
83248324
linkType: hard
83258325

8326-
"@sentry/cli-win32-arm64@npm:2.43.1":
8327-
version: 2.43.1
8328-
resolution: "@sentry/cli-win32-arm64@npm:2.43.1"
8326+
"@sentry/cli-win32-arm64@npm:2.44.0":
8327+
version: 2.44.0
8328+
resolution: "@sentry/cli-win32-arm64@npm:2.44.0"
83298329
conditions: os=win32 & cpu=arm64
83308330
languageName: node
83318331
linkType: hard
83328332

8333-
"@sentry/cli-win32-i686@npm:2.43.1":
8334-
version: 2.43.1
8335-
resolution: "@sentry/cli-win32-i686@npm:2.43.1"
8333+
"@sentry/cli-win32-i686@npm:2.44.0":
8334+
version: 2.44.0
8335+
resolution: "@sentry/cli-win32-i686@npm:2.44.0"
83368336
conditions: os=win32 & (cpu=x86 | cpu=ia32)
83378337
languageName: node
83388338
linkType: hard
83398339

8340-
"@sentry/cli-win32-x64@npm:2.43.1":
8341-
version: 2.43.1
8342-
resolution: "@sentry/cli-win32-x64@npm:2.43.1"
8340+
"@sentry/cli-win32-x64@npm:2.44.0":
8341+
version: 2.44.0
8342+
resolution: "@sentry/cli-win32-x64@npm:2.44.0"
83438343
conditions: os=win32 & cpu=x64
83448344
languageName: node
83458345
linkType: hard
83468346

8347-
"@sentry/cli@npm:2.43.1":
8348-
version: 2.43.1
8349-
resolution: "@sentry/cli@npm:2.43.1"
8347+
"@sentry/cli@npm:2.44.0":
8348+
version: 2.44.0
8349+
resolution: "@sentry/cli@npm:2.44.0"
83508350
dependencies:
8351-
"@sentry/cli-darwin": 2.43.1
8352-
"@sentry/cli-linux-arm": 2.43.1
8353-
"@sentry/cli-linux-arm64": 2.43.1
8354-
"@sentry/cli-linux-i686": 2.43.1
8355-
"@sentry/cli-linux-x64": 2.43.1
8356-
"@sentry/cli-win32-arm64": 2.43.1
8357-
"@sentry/cli-win32-i686": 2.43.1
8358-
"@sentry/cli-win32-x64": 2.43.1
8351+
"@sentry/cli-darwin": 2.44.0
8352+
"@sentry/cli-linux-arm": 2.44.0
8353+
"@sentry/cli-linux-arm64": 2.44.0
8354+
"@sentry/cli-linux-i686": 2.44.0
8355+
"@sentry/cli-linux-x64": 2.44.0
8356+
"@sentry/cli-win32-arm64": 2.44.0
8357+
"@sentry/cli-win32-i686": 2.44.0
8358+
"@sentry/cli-win32-x64": 2.44.0
83598359
https-proxy-agent: ^5.0.0
83608360
node-fetch: ^2.6.7
83618361
progress: ^2.0.3
@@ -8380,7 +8380,7 @@ __metadata:
83808380
optional: true
83818381
bin:
83828382
sentry-cli: bin/sentry-cli
8383-
checksum: 8386ba5de7b9d57783ac368e027b541ae55d0b5853f6ad3aeed3646a7e4337399f43a52964e456ae5dc19ca23554dacea98b951aa2aca00b4373e95736d778c8
8383+
checksum: f3ce01e412868997754a8e6cdcc9c0c613f097a779073d31bf36f7f6667dfa81b13a12bbfe2d0ffc4cd2f05015168432ee7d8054e5b2a041858273e47f651ac6
83848384
languageName: node
83858385
linkType: hard
83868386

@@ -8439,7 +8439,7 @@ __metadata:
84398439
"@sentry-internal/typescript": 8.54.0
84408440
"@sentry/babel-plugin-component-annotate": 3.3.1
84418441
"@sentry/browser": 8.54.0
8442-
"@sentry/cli": 2.43.1
8442+
"@sentry/cli": 2.44.0
84438443
"@sentry/core": 8.54.0
84448444
"@sentry/react": 8.54.0
84458445
"@sentry/types": 8.54.0
@@ -25263,7 +25263,7 @@ __metadata:
2526325263
dependencies:
2526425264
"@expo/swiftlint": ^0.57.1
2526525265
"@naturalcycles/ktlint": ^1.13.0
25266-
"@sentry/cli": 2.43.1
25266+
"@sentry/cli": 2.44.0
2526725267
clang-format: ^1.8.0
2526825268
downlevel-dts: ^0.11.0
2526925269
google-java-format: ^1.4.0

0 commit comments

Comments
 (0)