Skip to content

Commit 47c4caf

Browse files
chore: update scripts/update-bundler-plugins.sh to 3.5.0 (#4850)
Co-authored-by: GitHub <noreply@github.com>
1 parent 14bd3d0 commit 47c4caf

File tree

5 files changed

+16
-10
lines changed

5 files changed

+16
-10
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020
- Use engine-specific promise rejection tracking ([#4826](https://github.com/getsentry/sentry-react-native/pull/4826))
2121
- Fixes Feedback Widget accessibility issue on iOS ([#4739](https://github.com/getsentry/sentry-react-native/pull/4739))
2222

23+
### Dependencies
24+
25+
- Bump Bundler Plugins from v3.4.0 to v3.5.0 ([#4850](https://github.com/getsentry/sentry-react-native/pull/4850))
26+
- [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#350)
27+
- [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/3.4.0...3.5.0)
28+
2329
## 6.14.0
2430

2531
### Fixes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"react-native": ">=0.65.0"
6666
},
6767
"dependencies": {
68-
"@sentry/babel-plugin-component-annotate": "3.4.0",
68+
"@sentry/babel-plugin-component-annotate": "3.5.0",
6969
"@sentry/browser": "8.54.0",
7070
"@sentry/cli": "2.45.0",
7171
"@sentry/core": "8.54.0",

samples/expo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"devDependencies": {
4444
"@babel/core": "^7.26.0",
4545
"@babel/preset-env": "^7.26.0",
46-
"@sentry/babel-plugin-component-annotate": "3.4.0",
46+
"@sentry/babel-plugin-component-annotate": "3.5.0",
4747
"@types/node": "20.10.4",
4848
"sentry-react-native-samples-utils": "workspace:^"
4949
},

samples/react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@react-native/eslint-config": "0.77.1",
5656
"@react-native/metro-config": "0.77.1",
5757
"@react-native/typescript-config": "0.77.1",
58-
"@sentry/babel-plugin-component-annotate": "3.4.0",
58+
"@sentry/babel-plugin-component-annotate": "3.5.0",
5959
"@types/jest": "^29.5.14",
6060
"@types/node": "^22.13.1",
6161
"@types/react": "^19.0.0",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8721,10 +8721,10 @@ __metadata:
87218721
languageName: node
87228722
linkType: hard
87238723

8724-
"@sentry/babel-plugin-component-annotate@npm:3.4.0":
8725-
version: 3.4.0
8726-
resolution: "@sentry/babel-plugin-component-annotate@npm:3.4.0"
8727-
checksum: 670dcbe210d0dabf3b0e37899b0c2ed10d83d314b700d391de5e3f19f3cc43622977e611e86071c47e2c92db7c662ea8723c903081b92e90309e1aeda7eb2eba
8724+
"@sentry/babel-plugin-component-annotate@npm:3.5.0":
8725+
version: 3.5.0
8726+
resolution: "@sentry/babel-plugin-component-annotate@npm:3.5.0"
8727+
checksum: c5dd3c572e4ca83db859bf3d8ba976393361631f30eb977bc00a572d9981ccaae84f42cce5bf85bc425544245ad22923a66fe96bc2355d339e12ea3aa72d3b82
87288728
languageName: node
87298729
linkType: hard
87308730

@@ -8890,7 +8890,7 @@ __metadata:
88908890
"@sentry-internal/eslint-config-sdk": 8.54.0
88918891
"@sentry-internal/eslint-plugin-sdk": 8.54.0
88928892
"@sentry-internal/typescript": 8.54.0
8893-
"@sentry/babel-plugin-component-annotate": 3.4.0
8893+
"@sentry/babel-plugin-component-annotate": 3.5.0
88948894
"@sentry/browser": 8.54.0
88958895
"@sentry/cli": 2.45.0
88968896
"@sentry/core": 8.54.0
@@ -26340,7 +26340,7 @@ __metadata:
2634026340
dependencies:
2634126341
"@babel/core": ^7.26.0
2634226342
"@babel/preset-env": ^7.26.0
26343-
"@sentry/babel-plugin-component-annotate": 3.4.0
26343+
"@sentry/babel-plugin-component-annotate": 3.5.0
2634426344
"@sentry/react-native": 6.14.0
2634526345
"@types/node": 20.10.4
2634626346
"@types/react": ~19.0.10
@@ -26426,7 +26426,7 @@ __metadata:
2642626426
"@react-navigation/native": 7.1.8
2642726427
"@react-navigation/native-stack": 7.3.12
2642826428
"@react-navigation/stack": 7.3.1
26429-
"@sentry/babel-plugin-component-annotate": 3.4.0
26429+
"@sentry/babel-plugin-component-annotate": 3.5.0
2643026430
"@sentry/core": 8.54.0
2643126431
"@sentry/react-native": 6.14.0
2643226432
"@shopify/flash-list": 1.8.0

0 commit comments

Comments
 (0)