Skip to content

Commit 6cd4035

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-bundler-plugins.sh to 4.6.0
1 parent d43b056 commit 6cd4035

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 v4.0.2 to v4.6.0 ([#7](https://github.com/realhidden/sentry-react-native/pull/7))
14+
- [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#460)
15+
- [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/4.0.2...4.6.0)
16+
917
## 6.19.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": "4.0.2",
68+
"@sentry/babel-plugin-component-annotate": "4.6.0",
6969
"@sentry/browser": "8.55.0",
7070
"@sentry/cli": "2.50.2",
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": "4.0.2",
46+
"@sentry/babel-plugin-component-annotate": "4.6.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": "4.0.2",
58+
"@sentry/babel-plugin-component-annotate": "4.6.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:4.0.2":
9003-
version: 4.0.2
9004-
resolution: "@sentry/babel-plugin-component-annotate@npm:4.0.2"
9005-
checksum: 21c04d14b641bbc2aa61f03ea81fd3de9bef36c279a28c4fe2562b35489d93503ab64c8d7a572dcc8a985ab81d3ca92522d95f9d41a0a1dbcdb55e574c1dfc76
9002+
"@sentry/babel-plugin-component-annotate@npm:4.6.0":
9003+
version: 4.6.0
9004+
resolution: "@sentry/babel-plugin-component-annotate@npm:4.6.0"
9005+
checksum: d95f3fe2539fcc39846754a938b6eba55874a9275d42755bfba7fa3b4d6d4f85bd3c82a37a0de377e20a4c16c7838b57852f4915356a28a2190acef2669d7562
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": 4.0.2
9171+
"@sentry/babel-plugin-component-annotate": 4.6.0
91729172
"@sentry/browser": 8.55.0
91739173
"@sentry/cli": 2.50.2
91749174
"@sentry/core": 8.55.0
@@ -26697,7 +26697,7 @@ __metadata:
2669726697
dependencies:
2669826698
"@babel/core": ^7.26.0
2669926699
"@babel/preset-env": ^7.26.0
26700-
"@sentry/babel-plugin-component-annotate": 4.0.2
26700+
"@sentry/babel-plugin-component-annotate": 4.6.0
2670126701
"@sentry/react-native": 6.19.0
2670226702
"@types/node": 20.10.4
2670326703
"@types/react": ~19.0.10
@@ -26783,7 +26783,7 @@ __metadata:
2678326783
"@react-navigation/native": 7.1.8
2678426784
"@react-navigation/native-stack": 7.3.12
2678526785
"@react-navigation/stack": 7.3.1
26786-
"@sentry/babel-plugin-component-annotate": 4.0.2
26786+
"@sentry/babel-plugin-component-annotate": 4.6.0
2678726787
"@sentry/core": 8.55.0
2678826788
"@sentry/react-native": 6.19.0
2678926789
"@shopify/flash-list": 1.8.0

0 commit comments

Comments
 (0)