Skip to content

Commit a7ee1ec

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-bundler-plugins.sh to 5.3.0
1 parent 71abba0 commit a7ee1ec

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
@@ -20,6 +20,9 @@
2020
- Bump CLI from v3.4.1 to v3.4.2 ([#6129](https://github.com/getsentry/sentry-react-native/pull/6129))
2121
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#342)
2222
- [diff](https://github.com/getsentry/sentry-cli/compare/3.4.1...3.4.2)
23+
- Bump Bundler Plugins from v5.2.1 to v5.3.0 ([#6138](https://github.com/getsentry/sentry-react-native/pull/6138))
24+
- [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#530)
25+
- [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/5.2.1...5.3.0)
2326

2427
## 8.11.1
2528

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"react-native": ">=0.65.0"
7474
},
7575
"dependencies": {
76-
"@sentry/babel-plugin-component-annotate": "5.2.1",
76+
"@sentry/babel-plugin-component-annotate": "5.3.0",
7777
"@sentry/browser": "10.52.0",
7878
"@sentry/cli": "3.4.2",
7979
"@sentry/core": "10.52.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.1",
50+
"@sentry/babel-plugin-component-annotate": "5.3.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
@@ -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.1",
81+
"@sentry/babel-plugin-component-annotate": "5.3.0",
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
@@ -10652,10 +10652,10 @@ __metadata:
1065210652
languageName: node
1065310653
linkType: hard
1065410654

10655-
"@sentry/babel-plugin-component-annotate@npm:5.2.1":
10656-
version: 5.2.1
10657-
resolution: "@sentry/babel-plugin-component-annotate@npm:5.2.1"
10658-
checksum: b2f146904612cbd2b4960ae108c4577670f6b09014605a412a2ef11dccc4ef03ade4a9657f48baf670d953129b555c197bbe488bd61d8ca68783311e6d3d4b22
10655+
"@sentry/babel-plugin-component-annotate@npm:5.3.0":
10656+
version: 5.3.0
10657+
resolution: "@sentry/babel-plugin-component-annotate@npm:5.3.0"
10658+
checksum: 5fabd6f31890e04dfbf7877124dcb1d8a8c41637f6a25f21afc814cc5f7cd12019e32e502f63dcef37cd5a53eb9f882cb7a91bbdcd6ba1ee23911fa8c35fbc4d
1065910659
languageName: node
1066010660
linkType: hard
1066110661

@@ -10888,7 +10888,7 @@ __metadata:
1088810888
"@react-native/babel-preset": 0.80.0
1088910889
"@sentry-internal/eslint-plugin-sdk": 10.52.0
1089010890
"@sentry-internal/typescript": 10.52.0
10891-
"@sentry/babel-plugin-component-annotate": 5.2.1
10891+
"@sentry/babel-plugin-component-annotate": 5.3.0
1089210892
"@sentry/browser": 10.52.0
1089310893
"@sentry/cli": 3.4.2
1089410894
"@sentry/core": 10.52.0
@@ -29852,7 +29852,7 @@ __metadata:
2985229852
dependencies:
2985329853
"@babel/core": ^7.26.0
2985429854
"@babel/preset-env": ^7.26.0
29855-
"@sentry/babel-plugin-component-annotate": 5.2.1
29855+
"@sentry/babel-plugin-component-annotate": 5.3.0
2985629856
"@sentry/core": 10.52.0
2985729857
"@sentry/react-native": 8.11.1
2985829858
"@types/node": 20.10.4
@@ -29936,7 +29936,7 @@ __metadata:
2993629936
"@react-navigation/native-stack": ^7.3.24
2993729937
"@react-navigation/stack": ^7.4.5
2993829938
"@reduxjs/toolkit": ^2.8.2
29939-
"@sentry/babel-plugin-component-annotate": 5.2.1
29939+
"@sentry/babel-plugin-component-annotate": 5.3.0
2994029940
"@sentry/core": 10.52.0
2994129941
"@sentry/react": 10.52.0
2994229942
"@sentry/react-native": 8.11.1

0 commit comments

Comments
 (0)