Skip to content

Commit 083f560

Browse files
chore: update scripts/update-bundler-plugins.sh to 4.5.0 (#5283)
Co-authored-by: GitHub <noreply@github.com>
1 parent 8490686 commit 083f560

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.4.0 to v4.5.0 ([#5283](https://github.com/getsentry/sentry-react-native/pull/5283))
14+
- [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#450)
15+
- [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/4.4.0...4.5.0)
16+
917
## 7.4.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.4.0",
71+
"@sentry/babel-plugin-component-annotate": "4.5.0",
7272
"@sentry/browser": "10.20.0",
7373
"@sentry/cli": "2.56.1",
7474
"@sentry/core": "10.20.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.4.0",
46+
"@sentry/babel-plugin-component-annotate": "4.5.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.4.0",
61+
"@sentry/babel-plugin-component-annotate": "4.5.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.4.0":
9578-
version: 4.4.0
9579-
resolution: "@sentry/babel-plugin-component-annotate@npm:4.4.0"
9580-
checksum: 28e7ce36eaf12cd1d8c39a6db952b62606130b704ea4ea081b79d15d51e4156335bec9009b35187f8ccde245cabc03c98a300f9116a90b94632aae1b5ae420a5
9577+
"@sentry/babel-plugin-component-annotate@npm:4.5.0":
9578+
version: 4.5.0
9579+
resolution: "@sentry/babel-plugin-component-annotate@npm:4.5.0"
9580+
checksum: bf09d09dc7702dd1ea53694fd27b9b2707cefb68aca29a7edd67dc5755aadb1650292a25aa2dc65a038e8b6ee849e793c9883d0991ae558f4a105a016615505e
95819581
languageName: node
95829582
linkType: hard
95839583

@@ -9743,7 +9743,7 @@ __metadata:
97439743
"@sentry-internal/eslint-config-sdk": 10.20.0
97449744
"@sentry-internal/eslint-plugin-sdk": 10.20.0
97459745
"@sentry-internal/typescript": 10.20.0
9746-
"@sentry/babel-plugin-component-annotate": 4.4.0
9746+
"@sentry/babel-plugin-component-annotate": 4.5.0
97479747
"@sentry/browser": 10.20.0
97489748
"@sentry/cli": 2.56.1
97499749
"@sentry/core": 10.20.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.4.0
28176+
"@sentry/babel-plugin-component-annotate": 4.5.0
2817728177
"@sentry/react-native": 7.4.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.4.0
28264+
"@sentry/babel-plugin-component-annotate": 4.5.0
2826528265
"@sentry/core": 10.20.0
2826628266
"@sentry/react": 10.20.0
2826728267
"@sentry/react-native": 7.4.0

0 commit comments

Comments
 (0)