Skip to content

Commit 46bd012

Browse files
chore: update scripts/update-bundler-plugins.sh to 4.2.0 (#5113)
Co-authored-by: GitHub <[email protected]>
1 parent 20d5eaa commit 46bd012

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
@@ -29,6 +29,9 @@ We apologize for any inconvenience caused!
2929
- Bump CLI from v2.51.1 to v2.52.0 ([#5075](https://github.com/getsentry/sentry-react-native/pull/5075))
3030
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2520)
3131
- [diff](https://github.com/getsentry/sentry-cli/compare/2.51.1...2.52.0)
32+
- Bump Bundler Plugins from v4.1.1 to v4.2.0 ([#5113](https://github.com/getsentry/sentry-react-native/pull/5113))
33+
- [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#420)
34+
- [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/4.1.1...4.2.0)
3235

3336
## Fixes
3437

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.1.1",
70+
"@sentry/babel-plugin-component-annotate": "4.2.0",
7171
"@sentry/browser": "8.55.0",
7272
"@sentry/cli": "2.52.0",
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.1.1",
46+
"@sentry/babel-plugin-component-annotate": "4.2.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.1.1",
58+
"@sentry/babel-plugin-component-annotate": "4.2.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
@@ -9247,10 +9247,10 @@ __metadata:
92479247
languageName: node
92489248
linkType: hard
92499249

9250-
"@sentry/babel-plugin-component-annotate@npm:4.1.1":
9251-
version: 4.1.1
9252-
resolution: "@sentry/babel-plugin-component-annotate@npm:4.1.1"
9253-
checksum: 37bd9a0a586169ca35abe0609f4d1132956380f382f2ac51b469b8c64d1e086171c42f7fe2a5b83a322b5da03d01bdd98db0e632ab8be46fe5879b1954a2283c
9250+
"@sentry/babel-plugin-component-annotate@npm:4.2.0":
9251+
version: 4.2.0
9252+
resolution: "@sentry/babel-plugin-component-annotate@npm:4.2.0"
9253+
checksum: 95e7091e78eb112cdb2a39c588af5b7f1d1f0443e4f3f1533a48eae5414ee553d97310547685c8decd9afebc69f7c05342b8c7ee2124cad78b478e6d7131c886
92549254
languageName: node
92559255
linkType: hard
92569256

@@ -9416,7 +9416,7 @@ __metadata:
94169416
"@sentry-internal/eslint-config-sdk": 8.55.0
94179417
"@sentry-internal/eslint-plugin-sdk": 8.55.0
94189418
"@sentry-internal/typescript": 8.55.0
9419-
"@sentry/babel-plugin-component-annotate": 4.1.1
9419+
"@sentry/babel-plugin-component-annotate": 4.2.0
94209420
"@sentry/browser": 8.55.0
94219421
"@sentry/cli": 2.52.0
94229422
"@sentry/core": 8.55.0
@@ -27351,7 +27351,7 @@ __metadata:
2735127351
dependencies:
2735227352
"@babel/core": ^7.26.0
2735327353
"@babel/preset-env": ^7.26.0
27354-
"@sentry/babel-plugin-component-annotate": 4.1.1
27354+
"@sentry/babel-plugin-component-annotate": 4.2.0
2735527355
"@sentry/react-native": 6.20.0
2735627356
"@types/node": 20.10.4
2735727357
"@types/react": ~19.0.10
@@ -27436,7 +27436,7 @@ __metadata:
2743627436
"@react-navigation/native": 7.1.8
2743727437
"@react-navigation/native-stack": 7.3.12
2743827438
"@react-navigation/stack": 7.3.1
27439-
"@sentry/babel-plugin-component-annotate": 4.1.1
27439+
"@sentry/babel-plugin-component-annotate": 4.2.0
2744027440
"@sentry/core": 8.55.0
2744127441
"@sentry/react-native": 6.20.0
2744227442
"@shopify/flash-list": 1.8.0

0 commit comments

Comments
 (0)