Skip to content

Commit 72b00e9

Browse files
chore: update scripts/update-bundler-plugins.sh to 5.2.1 (#6067)
Co-authored-by: GitHub <noreply@github.com>
1 parent 616bffa commit 72b00e9

5 files changed

Lines changed: 13 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
- Bump CLI from v3.4.0 to v3.4.1 ([#6066](https://github.com/getsentry/sentry-react-native/pull/6066))
3232
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#341)
3333
- [diff](https://github.com/getsentry/sentry-cli/compare/3.4.0...3.4.1)
34+
- Bump Bundler Plugins from v5.2.0 to v5.2.1 ([#6067](https://github.com/getsentry/sentry-react-native/pull/6067))
35+
- [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#521)
36+
- [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/5.2.0...5.2.1)
3437

3538
## 8.9.2
3639

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"react-native": ">=0.65.0"
7272
},
7373
"dependencies": {
74-
"@sentry/babel-plugin-component-annotate": "5.2.0",
74+
"@sentry/babel-plugin-component-annotate": "5.2.1",
7575
"@sentry/browser": "10.50.0",
7676
"@sentry/cli": "3.4.1",
7777
"@sentry/core": "10.50.0",

samples/expo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"devDependencies": {
4848
"@babel/core": "^7.26.0",
4949
"@babel/preset-env": "^7.26.0",
50-
"@sentry/babel-plugin-component-annotate": "5.2.0",
50+
"@sentry/babel-plugin-component-annotate": "5.2.1",
5151
"@types/node": "20.10.4",
5252
"sentry-react-native-samples-utils": "workspace:^"
5353
},

samples/react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"@react-native/jest-preset": "0.85.1",
7979
"@react-native/metro-config": "0.85.1",
8080
"@react-native/typescript-config": "0.85.1",
81-
"@sentry/babel-plugin-component-annotate": "5.2.0",
81+
"@sentry/babel-plugin-component-annotate": "5.2.1",
8282
"@testing-library/react-native": "^13.2.2",
8383
"@types/jest": "^29.5.14",
8484
"@types/node": "^22.13.1",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11007,10 +11007,10 @@ __metadata:
1100711007
languageName: node
1100811008
linkType: hard
1100911009

11010-
"@sentry/babel-plugin-component-annotate@npm:5.2.0":
11011-
version: 5.2.0
11012-
resolution: "@sentry/babel-plugin-component-annotate@npm:5.2.0"
11013-
checksum: bd0e64f8d36f8b2116d3053f7bf3c5d80e7b97ad3e19038d7d2469d873b3db515e19f5908b44c77df11d788e3db09baa172b81172a70f78d236f92d7b92f460a
11010+
"@sentry/babel-plugin-component-annotate@npm:5.2.1":
11011+
version: 5.2.1
11012+
resolution: "@sentry/babel-plugin-component-annotate@npm:5.2.1"
11013+
checksum: b2f146904612cbd2b4960ae108c4577670f6b09014605a412a2ef11dccc4ef03ade4a9657f48baf670d953129b555c197bbe488bd61d8ca68783311e6d3d4b22
1101411014
languageName: node
1101511015
linkType: hard
1101611016

@@ -11242,7 +11242,7 @@ __metadata:
1124211242
"@react-native/babel-preset": 0.80.0
1124311243
"@sentry-internal/eslint-plugin-sdk": 10.50.0
1124411244
"@sentry-internal/typescript": 10.50.0
11245-
"@sentry/babel-plugin-component-annotate": 5.2.0
11245+
"@sentry/babel-plugin-component-annotate": 5.2.1
1124611246
"@sentry/browser": 10.50.0
1124711247
"@sentry/cli": 3.4.1
1124811248
"@sentry/core": 10.50.0
@@ -30174,7 +30174,7 @@ __metadata:
3017430174
dependencies:
3017530175
"@babel/core": ^7.26.0
3017630176
"@babel/preset-env": ^7.26.0
30177-
"@sentry/babel-plugin-component-annotate": 5.2.0
30177+
"@sentry/babel-plugin-component-annotate": 5.2.1
3017830178
"@sentry/core": 10.50.0
3017930179
"@sentry/react-native": 8.9.2
3018030180
"@types/node": 20.10.4
@@ -30258,7 +30258,7 @@ __metadata:
3025830258
"@react-navigation/native-stack": ^7.3.24
3025930259
"@react-navigation/stack": ^7.4.5
3026030260
"@reduxjs/toolkit": ^2.8.2
30261-
"@sentry/babel-plugin-component-annotate": 5.2.0
30261+
"@sentry/babel-plugin-component-annotate": 5.2.1
3026230262
"@sentry/core": 10.50.0
3026330263
"@sentry/react": 10.50.0
3026430264
"@sentry/react-native": 8.9.2

0 commit comments

Comments
 (0)