Skip to content

Commit cdf7e97

Browse files
chore: update scripts/update-bundler-plugins.sh to 4.8.0 (#5581)
Co-authored-by: GitHub <noreply@github.com>
1 parent a23a0ef commit cdf7e97

File tree

5 files changed

+16
-10
lines changed

5 files changed

+16
-10
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
2323
</Pressable>
2424
```
2525

26+
### Dependencies
27+
28+
- Bump Bundler Plugins from v4.7.0 to v4.8.0 ([#5581](https://github.com/getsentry/sentry-react-native/pull/5581))
29+
- [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#480)
30+
- [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/4.7.0...4.8.0)
31+
2632
## 7.10.0
2733

2834
### Fixes

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.7.0",
71+
"@sentry/babel-plugin-component-annotate": "4.8.0",
7272
"@sentry/browser": "10.36.0",
7373
"@sentry/cli": "2.58.4",
7474
"@sentry/core": "10.36.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.7.0",
50+
"@sentry/babel-plugin-component-annotate": "4.8.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.7.0",
61+
"@sentry/babel-plugin-component-annotate": "4.8.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.7.0":
10067-
version: 4.7.0
10068-
resolution: "@sentry/babel-plugin-component-annotate@npm:4.7.0"
10069-
checksum: 05131bcba25cdd4e030fbb3d4fa68762ee848f0ae6192ded01a897c97f66c3e2a27491d3d8e80eb4d4e6631e21cfa3cacc3346cbab7d7b8ca3da240dce9e4bd6
10066+
"@sentry/babel-plugin-component-annotate@npm:4.8.0":
10067+
version: 4.8.0
10068+
resolution: "@sentry/babel-plugin-component-annotate@npm:4.8.0"
10069+
checksum: 50ba4710c0d53d61ec688fdca1895bf6820724e3f86efbfc4acbded8f7ba5da85ae73b6072ce17ec67dd08e16b47d4e5d3d957dc1ae0b9fdaf65109b1ad0b656
1007010070
languageName: node
1007110071
linkType: hard
1007210072

@@ -10282,7 +10282,7 @@ __metadata:
1028210282
"@sentry-internal/eslint-config-sdk": 10.36.0
1028310283
"@sentry-internal/eslint-plugin-sdk": 10.36.0
1028410284
"@sentry-internal/typescript": 10.36.0
10285-
"@sentry/babel-plugin-component-annotate": 4.7.0
10285+
"@sentry/babel-plugin-component-annotate": 4.8.0
1028610286
"@sentry/browser": 10.36.0
1028710287
"@sentry/cli": 2.58.4
1028810288
"@sentry/core": 10.36.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.7.0
28803+
"@sentry/babel-plugin-component-annotate": 4.8.0
2880428804
"@sentry/core": 10.36.0
2880528805
"@sentry/react-native": 7.10.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.7.0
28900+
"@sentry/babel-plugin-component-annotate": 4.8.0
2890128901
"@sentry/core": 10.36.0
2890228902
"@sentry/react": 10.36.0
2890328903
"@sentry/react-native": 7.10.0

0 commit comments

Comments
 (0)