Skip to content

chore(deps): update Bundler Plugins to v4.0.0 #5000

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
});
```

### Dependencies

- Bump Bundler Plugins from v3.6.1 to v4.0.0 ([#5000](https://github.com/getsentry/sentry-react-native/pull/5000))
- [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#400)
- [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/3.6.1...4.0.0)

## 6.18.0

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"react-native": ">=0.65.0"
},
"dependencies": {
"@sentry/babel-plugin-component-annotate": "3.6.1",
"@sentry/babel-plugin-component-annotate": "4.0.0",
"@sentry/browser": "8.55.0",
"@sentry/cli": "2.50.0",
"@sentry/core": "8.55.0",
Expand Down
2 changes: 1 addition & 1 deletion samples/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@sentry/babel-plugin-component-annotate": "3.6.1",
"@sentry/babel-plugin-component-annotate": "4.0.0",
"@types/node": "20.10.4",
"sentry-react-native-samples-utils": "workspace:^"
},
Expand Down
2 changes: 1 addition & 1 deletion samples/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@react-native/eslint-config": "0.77.1",
"@react-native/metro-config": "0.77.1",
"@react-native/typescript-config": "0.77.1",
"@sentry/babel-plugin-component-annotate": "3.6.1",
"@sentry/babel-plugin-component-annotate": "4.0.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.13.1",
"@types/react": "^19.0.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8999,10 +8999,10 @@ __metadata:
languageName: node
linkType: hard

"@sentry/babel-plugin-component-annotate@npm:3.6.1":
version: 3.6.1
resolution: "@sentry/babel-plugin-component-annotate@npm:3.6.1"
checksum: 5a8d4f5b5ce68a57bbab753b1b8c244c831c3e1efbe1fc91488f553a33bd554822bcd53eb70731f11924143736d28935f282f3eef30a19b844b3f810017ff421
"@sentry/babel-plugin-component-annotate@npm:4.0.0":
version: 4.0.0
resolution: "@sentry/babel-plugin-component-annotate@npm:4.0.0"
checksum: 8e4d47eb4c8ba7e851d66b44f182f22d94671957186a7953dd4ee4303692141f4fd405db22a030f2b6bbab1c157ad0c2e673bdea18501b6e8bceab2baf403503
languageName: node
linkType: hard

Expand Down Expand Up @@ -9168,7 +9168,7 @@ __metadata:
"@sentry-internal/eslint-config-sdk": 8.55.0
"@sentry-internal/eslint-plugin-sdk": 8.55.0
"@sentry-internal/typescript": 8.55.0
"@sentry/babel-plugin-component-annotate": 3.6.1
"@sentry/babel-plugin-component-annotate": 4.0.0
"@sentry/browser": 8.55.0
"@sentry/cli": 2.50.0
"@sentry/core": 8.55.0
Expand Down Expand Up @@ -26707,7 +26707,7 @@ __metadata:
dependencies:
"@babel/core": ^7.26.0
"@babel/preset-env": ^7.26.0
"@sentry/babel-plugin-component-annotate": 3.6.1
"@sentry/babel-plugin-component-annotate": 4.0.0
"@sentry/react-native": 6.18.0
"@types/node": 20.10.4
"@types/react": ~19.0.10
Expand Down Expand Up @@ -26793,7 +26793,7 @@ __metadata:
"@react-navigation/native": 7.1.8
"@react-navigation/native-stack": 7.3.12
"@react-navigation/stack": 7.3.1
"@sentry/babel-plugin-component-annotate": 3.6.1
"@sentry/babel-plugin-component-annotate": 4.0.0
"@sentry/core": 8.55.0
"@sentry/react-native": 6.18.0
"@shopify/flash-list": 1.8.0
Expand Down
Loading