Skip to content

Commit 7be1f99

Browse files
chore: update scripts/update-bundler-plugins.sh to 4.1.0 (#5062)
Co-authored-by: GitHub <[email protected]>
1 parent 1810637 commit 7be1f99

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
@@ -19,6 +19,9 @@
1919
- Bump CLI from v2.50.2 to v2.51.1 ([#5053](https://github.com/getsentry/sentry-react-native/pull/5053), [#5058](https://github.com/getsentry/sentry-react-native/pull/5058))
2020
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2511)
2121
- [diff](https://github.com/getsentry/sentry-cli/compare/2.50.2...2.51.1)
22+
- Bump Bundler Plugins from v4.0.2 to v4.1.0 ([#5062](https://github.com/getsentry/sentry-react-native/pull/5062))
23+
- [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#410)
24+
- [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/4.0.2...4.1.0)
2225

2326
## 6.19.0
2427

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"react-native": ">=0.65.0"
6868
},
6969
"dependencies": {
70-
"@sentry/babel-plugin-component-annotate": "4.0.2",
70+
"@sentry/babel-plugin-component-annotate": "4.1.0",
7171
"@sentry/browser": "8.55.0",
7272
"@sentry/cli": "2.51.1",
7373
"@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.1.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.1.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.1.0":
9003+
version: 4.1.0
9004+
resolution: "@sentry/babel-plugin-component-annotate@npm:4.1.0"
9005+
checksum: f4d68b235fb84d3a19f28adf8cae17f37c17bfb193a49e4682c181f52883aab87be12ec1f296685001ded32d3935712a69b7dc15117e702a710a008daeed8575
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.1.0
91729172
"@sentry/browser": 8.55.0
91739173
"@sentry/cli": 2.51.1
91749174
"@sentry/core": 8.55.0
@@ -26947,7 +26947,7 @@ __metadata:
2694726947
dependencies:
2694826948
"@babel/core": ^7.26.0
2694926949
"@babel/preset-env": ^7.26.0
26950-
"@sentry/babel-plugin-component-annotate": 4.0.2
26950+
"@sentry/babel-plugin-component-annotate": 4.1.0
2695126951
"@sentry/react-native": 6.19.0
2695226952
"@types/node": 20.10.4
2695326953
"@types/react": ~19.0.10
@@ -27033,7 +27033,7 @@ __metadata:
2703327033
"@react-navigation/native": 7.1.8
2703427034
"@react-navigation/native-stack": 7.3.12
2703527035
"@react-navigation/stack": 7.3.1
27036-
"@sentry/babel-plugin-component-annotate": 4.0.2
27036+
"@sentry/babel-plugin-component-annotate": 4.1.0
2703727037
"@sentry/core": 8.55.0
2703827038
"@sentry/react-native": 6.19.0
2703927039
"@shopify/flash-list": 1.8.0

0 commit comments

Comments
 (0)