Skip to content

Commit d4b7100

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-bundler-plugins.sh to 4.4.0
1 parent c94a927 commit d4b7100

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
@@ -13,6 +13,9 @@
1313
- Bump JavaScript SDK from v10.18.0 to v10.19.0 ([#5254](https://github.com/getsentry/sentry-react-native/pull/5254))
1414
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#10190)
1515
- [diff](https://github.com/getsentry/sentry-javascript/compare/10.18.0...10.19.0)
16+
- Bump Bundler Plugins from v4.3.0 to v4.4.0 ([#5256](https://github.com/getsentry/sentry-react-native/pull/5256))
17+
- [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#440)
18+
- [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/4.3.0...4.4.0)
1619

1720
## 7.3.0
1821

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"react-native": ">=0.65.0"
6969
},
7070
"dependencies": {
71-
"@sentry/babel-plugin-component-annotate": "4.3.0",
71+
"@sentry/babel-plugin-component-annotate": "4.4.0",
7272
"@sentry/browser": "10.19.0",
7373
"@sentry/cli": "2.56.0",
7474
"@sentry/core": "10.19.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.3.0",
46+
"@sentry/babel-plugin-component-annotate": "4.4.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
@@ -58,7 +58,7 @@
5858
"@react-native/eslint-config": "0.80.2",
5959
"@react-native/metro-config": "0.80.2",
6060
"@react-native/typescript-config": "0.80.2",
61-
"@sentry/babel-plugin-component-annotate": "4.3.0",
61+
"@sentry/babel-plugin-component-annotate": "4.4.0",
6262
"@testing-library/react-native": "^13.2.2",
6363
"@types/jest": "^29.5.14",
6464
"@types/node": "^22.13.1",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9574,10 +9574,10 @@ __metadata:
95749574
languageName: node
95759575
linkType: hard
95769576

9577-
"@sentry/babel-plugin-component-annotate@npm:4.3.0":
9578-
version: 4.3.0
9579-
resolution: "@sentry/babel-plugin-component-annotate@npm:4.3.0"
9580-
checksum: c42f49e44140929b45ede8a5a06bdf8d5f4ceb6f989ebfc16d3085db4a444bce7ffee9829791baccc89c1a74d394128d7b6d0b476e48aad969a3147759378afb
9577+
"@sentry/babel-plugin-component-annotate@npm:4.4.0":
9578+
version: 4.4.0
9579+
resolution: "@sentry/babel-plugin-component-annotate@npm:4.4.0"
9580+
checksum: 28e7ce36eaf12cd1d8c39a6db952b62606130b704ea4ea081b79d15d51e4156335bec9009b35187f8ccde245cabc03c98a300f9116a90b94632aae1b5ae420a5
95819581
languageName: node
95829582
linkType: hard
95839583

@@ -9743,7 +9743,7 @@ __metadata:
97439743
"@sentry-internal/eslint-config-sdk": 10.19.0
97449744
"@sentry-internal/eslint-plugin-sdk": 10.19.0
97459745
"@sentry-internal/typescript": 10.19.0
9746-
"@sentry/babel-plugin-component-annotate": 4.3.0
9746+
"@sentry/babel-plugin-component-annotate": 4.4.0
97479747
"@sentry/browser": 10.19.0
97489748
"@sentry/cli": 2.56.0
97499749
"@sentry/core": 10.19.0
@@ -28173,7 +28173,7 @@ __metadata:
2817328173
dependencies:
2817428174
"@babel/core": ^7.26.0
2817528175
"@babel/preset-env": ^7.26.0
28176-
"@sentry/babel-plugin-component-annotate": 4.3.0
28176+
"@sentry/babel-plugin-component-annotate": 4.4.0
2817728177
"@sentry/react-native": 7.3.0
2817828178
"@types/node": 20.10.4
2817928179
"@types/react": ~19.0.10
@@ -28261,7 +28261,7 @@ __metadata:
2826128261
"@react-navigation/native-stack": ^7.3.24
2826228262
"@react-navigation/stack": ^7.4.5
2826328263
"@reduxjs/toolkit": ^2.8.2
28264-
"@sentry/babel-plugin-component-annotate": 4.3.0
28264+
"@sentry/babel-plugin-component-annotate": 4.4.0
2826528265
"@sentry/core": 10.19.0
2826628266
"@sentry/react": 10.19.0
2826728267
"@sentry/react-native": 7.3.0

0 commit comments

Comments
 (0)