Skip to content
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

chore(deps): update Bundler Plugins to v3.2.0 #4565

Merged
merged 1 commit into from
Feb 19, 2025
Merged
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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
- Bump CLI from v2.41.1 to v2.42.1 ([#4563](https://github.com/getsentry/sentry-react-native/pull/4563))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2421)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.41.1...2.42.1)
- Bump Bundler Plugins from v3.1.2 to v3.2.0 ([#4565](https://github.com/getsentry/sentry-react-native/pull/4565))
- [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#320)
- [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/3.1.2...3.2.0)

## 6.7.0

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.1.2",
"@sentry/babel-plugin-component-annotate": "3.2.0",
"@sentry/browser": "8.54.0",
"@sentry/cli": "2.42.1",
"@sentry/core": "8.54.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 @@ -36,7 +36,7 @@
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@sentry/babel-plugin-component-annotate": "^3.1.2",
"@sentry/babel-plugin-component-annotate": "3.2.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 @@ -50,7 +50,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.1.2",
"@sentry/babel-plugin-component-annotate": "3.2.0",
"@types/react": "^18.2.65",
"@types/react-native-vector-icons": "^6.4.18",
"@types/react-test-renderer": "^18.0.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7946,10 +7946,10 @@ __metadata:
languageName: node
linkType: hard

"@sentry/babel-plugin-component-annotate@npm:3.1.2, @sentry/babel-plugin-component-annotate@npm:^3.1.2":
version: 3.1.2
resolution: "@sentry/babel-plugin-component-annotate@npm:3.1.2"
checksum: 4e957d44dde3eacc60d6d33d28523fa16775e3c05603defc9268ad7209ce06da9dba50243e637f64cb12d7bb302b46584dd815754805210517a3b4da91af2c91
"@sentry/babel-plugin-component-annotate@npm:3.2.0":
version: 3.2.0
resolution: "@sentry/babel-plugin-component-annotate@npm:3.2.0"
checksum: 5b1a368a3e38486fde0a89d1604fe0881b2af1008354ba9337640325522e23059e7322cb3cef406a69237b9f4678afce1142f7cb320e5f14cb4ca919f423e78d
languageName: node
linkType: hard

Expand Down Expand Up @@ -8121,7 +8121,7 @@ __metadata:
"@sentry-internal/eslint-config-sdk": 8.54.0
"@sentry-internal/eslint-plugin-sdk": 8.54.0
"@sentry-internal/typescript": 8.54.0
"@sentry/babel-plugin-component-annotate": 3.1.2
"@sentry/babel-plugin-component-annotate": 3.2.0
"@sentry/browser": 8.54.0
"@sentry/cli": 2.42.1
"@sentry/core": 8.54.0
Expand Down Expand Up @@ -24572,7 +24572,7 @@ __metadata:
dependencies:
"@babel/core": ^7.26.0
"@babel/preset-env": ^7.26.0
"@sentry/babel-plugin-component-annotate": ^3.1.2
"@sentry/babel-plugin-component-annotate": 3.2.0
"@sentry/react-native": 6.7.0
"@types/node": 20.10.4
"@types/react": ~18.3.12
Expand Down Expand Up @@ -24655,7 +24655,7 @@ __metadata:
"@react-navigation/native": ^7.0.14
"@react-navigation/native-stack": ^7.2.0
"@react-navigation/stack": ^7.1.1
"@sentry/babel-plugin-component-annotate": ^3.1.2
"@sentry/babel-plugin-component-annotate": 3.2.0
"@sentry/react-native": 6.7.0
"@types/react": ^18.2.65
"@types/react-native-vector-icons": ^6.4.18
Expand Down
Loading