Skip to content

Commit 3920c9e

Browse files
chore: update scripts/update-bundler-plugins.sh to 4.7.0 (#5554)
Co-authored-by: GitHub <noreply@github.com>
1 parent 6c6100d commit 3920c9e

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.6.2 to v4.7.0 ([#5554](https://github.com/getsentry/sentry-react-native/pull/5554))
14+
- [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#470)
15+
- [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/4.6.2...4.7.0)
16+
917
## 7.9.0
1018

1119
### Features

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.6.2",
71+
"@sentry/babel-plugin-component-annotate": "4.7.0",
7272
"@sentry/browser": "10.34.0",
7373
"@sentry/cli": "2.58.4",
7474
"@sentry/core": "10.34.0",

samples/expo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@babel/core": "^7.26.0",
4848
"@babel/preset-env": "^7.26.0",
4949
"@react-native/eslint-config": "0.79.1",
50-
"@sentry/babel-plugin-component-annotate": "4.6.2",
50+
"@sentry/babel-plugin-component-annotate": "4.7.0",
5151
"@types/node": "20.10.4",
5252
"@typescript-eslint/eslint-plugin": "^8.50.0",
5353
"@typescript-eslint/parser": "^8.50.0",

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.6.2",
61+
"@sentry/babel-plugin-component-annotate": "4.7.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
@@ -10063,10 +10063,10 @@ __metadata:
1006310063
languageName: node
1006410064
linkType: hard
1006510065

10066-
"@sentry/babel-plugin-component-annotate@npm:4.6.2":
10067-
version: 4.6.2
10068-
resolution: "@sentry/babel-plugin-component-annotate@npm:4.6.2"
10069-
checksum: 1353032a382fd5ee42daced68c745e5bd1ad596540101008b39db5d7f8de6161b690a475b60a8d8c0c2bbf4de13257e94c9cd90319ff033ffa6225f2e0c53d96
10066+
"@sentry/babel-plugin-component-annotate@npm:4.7.0":
10067+
version: 4.7.0
10068+
resolution: "@sentry/babel-plugin-component-annotate@npm:4.7.0"
10069+
checksum: 05131bcba25cdd4e030fbb3d4fa68762ee848f0ae6192ded01a897c97f66c3e2a27491d3d8e80eb4d4e6631e21cfa3cacc3346cbab7d7b8ca3da240dce9e4bd6
1007010070
languageName: node
1007110071
linkType: hard
1007210072

@@ -10282,7 +10282,7 @@ __metadata:
1028210282
"@sentry-internal/eslint-config-sdk": 10.34.0
1028310283
"@sentry-internal/eslint-plugin-sdk": 10.34.0
1028410284
"@sentry-internal/typescript": 10.34.0
10285-
"@sentry/babel-plugin-component-annotate": 4.6.2
10285+
"@sentry/babel-plugin-component-annotate": 4.7.0
1028610286
"@sentry/browser": 10.34.0
1028710287
"@sentry/cli": 2.58.4
1028810288
"@sentry/core": 10.34.0
@@ -28800,7 +28800,7 @@ __metadata:
2880028800
"@babel/core": ^7.26.0
2880128801
"@babel/preset-env": ^7.26.0
2880228802
"@react-native/eslint-config": 0.79.1
28803-
"@sentry/babel-plugin-component-annotate": 4.6.2
28803+
"@sentry/babel-plugin-component-annotate": 4.7.0
2880428804
"@sentry/core": 10.34.0
2880528805
"@sentry/react-native": 7.9.0
2880628806
"@types/node": 20.10.4
@@ -28897,7 +28897,7 @@ __metadata:
2889728897
"@react-navigation/native-stack": ^7.3.24
2889828898
"@react-navigation/stack": ^7.4.5
2889928899
"@reduxjs/toolkit": ^2.8.2
28900-
"@sentry/babel-plugin-component-annotate": 4.6.2
28900+
"@sentry/babel-plugin-component-annotate": 4.7.0
2890128901
"@sentry/core": 10.34.0
2890228902
"@sentry/react": 10.34.0
2890328903
"@sentry/react-native": 7.9.0

0 commit comments

Comments
 (0)