Skip to content

Commit f064385

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-bundler-plugins.sh to 5.2.0
1 parent 03df5e2 commit f064385

File tree

5 files changed

+13
-10
lines changed

5 files changed

+13
-10
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
- Bump Cocoa SDK from v9.8.0 to v9.9.0 ([#5956](https://github.com/getsentry/sentry-react-native/pull/5956))
2626
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#990)
2727
- [diff](https://github.com/getsentry/sentry-cocoa/compare/9.8.0...9.9.0)
28+
- Bump Bundler Plugins from v5.1.1 to v5.2.0 ([#5968](https://github.com/getsentry/sentry-react-native/pull/5968))
29+
- [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#520)
30+
- [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/5.1.1...5.2.0)
2831

2932
## 8.7.0
3033

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.1.1",
74+
"@sentry/babel-plugin-component-annotate": "5.2.0",
7575
"@sentry/browser": "10.47.0",
7676
"@sentry/cli": "3.3.5",
7777
"@sentry/core": "10.47.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.1.1",
50+
"@sentry/babel-plugin-component-annotate": "5.2.0",
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
@@ -77,7 +77,7 @@
7777
"@react-native/babel-preset": "0.84.1",
7878
"@react-native/metro-config": "0.84.1",
7979
"@react-native/typescript-config": "0.84.1",
80-
"@sentry/babel-plugin-component-annotate": "5.1.1",
80+
"@sentry/babel-plugin-component-annotate": "5.2.0",
8181
"@testing-library/react-native": "^13.2.2",
8282
"@types/jest": "^29.5.14",
8383
"@types/node": "^22.13.1",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10985,10 +10985,10 @@ __metadata:
1098510985
languageName: node
1098610986
linkType: hard
1098710987

10988-
"@sentry/babel-plugin-component-annotate@npm:5.1.1":
10989-
version: 5.1.1
10990-
resolution: "@sentry/babel-plugin-component-annotate@npm:5.1.1"
10991-
checksum: fed283fc8db42557adab4dec29ad6d62c387fd396f60e7fed2b4afc44b0d5df52f14a1835dbd95f8c5c4537c4bfdfd5ce3605f04ef9aa26896916a30f9fd1ea4
10988+
"@sentry/babel-plugin-component-annotate@npm:5.2.0":
10989+
version: 5.2.0
10990+
resolution: "@sentry/babel-plugin-component-annotate@npm:5.2.0"
10991+
checksum: bd0e64f8d36f8b2116d3053f7bf3c5d80e7b97ad3e19038d7d2469d873b3db515e19f5908b44c77df11d788e3db09baa172b81172a70f78d236f92d7b92f460a
1099210992
languageName: node
1099310993
linkType: hard
1099410994

@@ -11202,7 +11202,7 @@ __metadata:
1120211202
"@react-native/babel-preset": 0.80.0
1120311203
"@sentry-internal/eslint-plugin-sdk": 10.47.0
1120411204
"@sentry-internal/typescript": 10.47.0
11205-
"@sentry/babel-plugin-component-annotate": 5.1.1
11205+
"@sentry/babel-plugin-component-annotate": 5.2.0
1120611206
"@sentry/browser": 10.47.0
1120711207
"@sentry/cli": 3.3.5
1120811208
"@sentry/core": 10.47.0
@@ -29869,7 +29869,7 @@ __metadata:
2986929869
dependencies:
2987029870
"@babel/core": ^7.26.0
2987129871
"@babel/preset-env": ^7.26.0
29872-
"@sentry/babel-plugin-component-annotate": 5.1.1
29872+
"@sentry/babel-plugin-component-annotate": 5.2.0
2987329873
"@sentry/core": 10.47.0
2987429874
"@sentry/react-native": 8.7.0
2987529875
"@types/node": 20.10.4
@@ -29952,7 +29952,7 @@ __metadata:
2995229952
"@react-navigation/native-stack": ^7.3.24
2995329953
"@react-navigation/stack": ^7.4.5
2995429954
"@reduxjs/toolkit": ^2.8.2
29955-
"@sentry/babel-plugin-component-annotate": 5.1.1
29955+
"@sentry/babel-plugin-component-annotate": 5.2.0
2995629956
"@sentry/core": 10.47.0
2995729957
"@sentry/react": 10.47.0
2995829958
"@sentry/react-native": 8.7.0

0 commit comments

Comments
 (0)