Skip to content

Commit 7e13cbd

Browse files
chore: update scripts/update-bundler-plugins.sh to 4.3.0 (#5131)
Co-authored-by: GitHub <[email protected]>
1 parent c8b49de commit 7e13cbd

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.2.0 to v4.3.0 ([#5131](https://github.com/getsentry/sentry-react-native/pull/5131))
14+
- [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#430)
15+
- [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/4.2.0...4.3.0)
16+
917
## 7.0.0
1018

1119
### Upgrading from 6.x to 7.0

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.2.0",
70+
"@sentry/babel-plugin-component-annotate": "4.3.0",
7171
"@sentry/browser": "10.8.0",
7272
"@sentry/cli": "2.53.0",
7373
"@sentry/core": "10.8.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.2.0",
46+
"@sentry/babel-plugin-component-annotate": "4.3.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.2.0",
58+
"@sentry/babel-plugin-component-annotate": "4.3.0",
5959
"@testing-library/react-native": "^13.2.2",
6060
"@types/jest": "^29.5.14",
6161
"@types/node": "^22.13.1",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9246,10 +9246,10 @@ __metadata:
92469246
languageName: node
92479247
linkType: hard
92489248

9249-
"@sentry/babel-plugin-component-annotate@npm:4.2.0":
9250-
version: 4.2.0
9251-
resolution: "@sentry/babel-plugin-component-annotate@npm:4.2.0"
9252-
checksum: 95e7091e78eb112cdb2a39c588af5b7f1d1f0443e4f3f1533a48eae5414ee553d97310547685c8decd9afebc69f7c05342b8c7ee2124cad78b478e6d7131c886
9249+
"@sentry/babel-plugin-component-annotate@npm:4.3.0":
9250+
version: 4.3.0
9251+
resolution: "@sentry/babel-plugin-component-annotate@npm:4.3.0"
9252+
checksum: c42f49e44140929b45ede8a5a06bdf8d5f4ceb6f989ebfc16d3085db4a444bce7ffee9829791baccc89c1a74d394128d7b6d0b476e48aad969a3147759378afb
92539253
languageName: node
92549254
linkType: hard
92559255

@@ -9415,7 +9415,7 @@ __metadata:
94159415
"@sentry-internal/eslint-config-sdk": 10.8.0
94169416
"@sentry-internal/eslint-plugin-sdk": 10.8.0
94179417
"@sentry-internal/typescript": 10.8.0
9418-
"@sentry/babel-plugin-component-annotate": 4.2.0
9418+
"@sentry/babel-plugin-component-annotate": 4.3.0
94199419
"@sentry/browser": 10.8.0
94209420
"@sentry/cli": 2.53.0
94219421
"@sentry/core": 10.8.0
@@ -27349,7 +27349,7 @@ __metadata:
2734927349
dependencies:
2735027350
"@babel/core": ^7.26.0
2735127351
"@babel/preset-env": ^7.26.0
27352-
"@sentry/babel-plugin-component-annotate": 4.2.0
27352+
"@sentry/babel-plugin-component-annotate": 4.3.0
2735327353
"@sentry/react-native": 7.0.0
2735427354
"@types/node": 20.10.4
2735527355
"@types/react": ~19.0.10
@@ -27434,7 +27434,7 @@ __metadata:
2743427434
"@react-navigation/native": 7.1.8
2743527435
"@react-navigation/native-stack": 7.3.12
2743627436
"@react-navigation/stack": 7.3.1
27437-
"@sentry/babel-plugin-component-annotate": 4.2.0
27437+
"@sentry/babel-plugin-component-annotate": 4.3.0
2743827438
"@sentry/core": 10.8.0
2743927439
"@sentry/react-native": 7.0.0
2744027440
"@shopify/flash-list": 1.8.0

0 commit comments

Comments
 (0)