Skip to content

Commit f8359a5

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-bundler-plugins.sh to 4.0.0
1 parent 7b6ed9c commit f8359a5

File tree

5 files changed

+18
-10
lines changed

5 files changed

+18
-10
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 Bundler Plugins from v3.6.1 to v4.0.0 ([#5000](https://github.com/getsentry/sentry-react-native/pull/5000))
14+
- [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#400)
15+
- [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/3.6.1...4.0.0)
16+
917
## 6.18.0
1018

1119
### 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.6.1",
68+
"@sentry/babel-plugin-component-annotate": "4.0.0",
6969
"@sentry/browser": "8.55.0",
7070
"@sentry/cli": "2.50.0",
7171
"@sentry/core": "8.55.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.6.1",
46+
"@sentry/babel-plugin-component-annotate": "4.0.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.6.1",
58+
"@sentry/babel-plugin-component-annotate": "4.0.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
@@ -8999,10 +8999,10 @@ __metadata:
89998999
languageName: node
90009000
linkType: hard
90019001

9002-
"@sentry/babel-plugin-component-annotate@npm:3.6.1":
9003-
version: 3.6.1
9004-
resolution: "@sentry/babel-plugin-component-annotate@npm:3.6.1"
9005-
checksum: 5a8d4f5b5ce68a57bbab753b1b8c244c831c3e1efbe1fc91488f553a33bd554822bcd53eb70731f11924143736d28935f282f3eef30a19b844b3f810017ff421
9002+
"@sentry/babel-plugin-component-annotate@npm:4.0.0":
9003+
version: 4.0.0
9004+
resolution: "@sentry/babel-plugin-component-annotate@npm:4.0.0"
9005+
checksum: 8e4d47eb4c8ba7e851d66b44f182f22d94671957186a7953dd4ee4303692141f4fd405db22a030f2b6bbab1c157ad0c2e673bdea18501b6e8bceab2baf403503
90069006
languageName: node
90079007
linkType: hard
90089008

@@ -9168,7 +9168,7 @@ __metadata:
91689168
"@sentry-internal/eslint-config-sdk": 8.55.0
91699169
"@sentry-internal/eslint-plugin-sdk": 8.55.0
91709170
"@sentry-internal/typescript": 8.55.0
9171-
"@sentry/babel-plugin-component-annotate": 3.6.1
9171+
"@sentry/babel-plugin-component-annotate": 4.0.0
91729172
"@sentry/browser": 8.55.0
91739173
"@sentry/cli": 2.50.0
91749174
"@sentry/core": 8.55.0
@@ -26707,7 +26707,7 @@ __metadata:
2670726707
dependencies:
2670826708
"@babel/core": ^7.26.0
2670926709
"@babel/preset-env": ^7.26.0
26710-
"@sentry/babel-plugin-component-annotate": 3.6.1
26710+
"@sentry/babel-plugin-component-annotate": 4.0.0
2671126711
"@sentry/react-native": 6.18.0
2671226712
"@types/node": 20.10.4
2671326713
"@types/react": ~19.0.10
@@ -26793,7 +26793,7 @@ __metadata:
2679326793
"@react-navigation/native": 7.1.8
2679426794
"@react-navigation/native-stack": 7.3.12
2679526795
"@react-navigation/stack": 7.3.1
26796-
"@sentry/babel-plugin-component-annotate": 3.6.1
26796+
"@sentry/babel-plugin-component-annotate": 4.0.0
2679726797
"@sentry/core": 8.55.0
2679826798
"@sentry/react-native": 6.18.0
2679926799
"@shopify/flash-list": 1.8.0

0 commit comments

Comments
 (0)