Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/vue
SDK Version
9.0.1
Framework Version
Vue 3.5.13
Link to Sentry event
No response
Reproduction Example/SDK Setup
Now that Pinia v3 has been released, @sentry/vue
causes upgrading due to:
npm error While resolving: @sentry/[email protected]
npm error Found: [email protected]
npm error node_modules/pinia
npm error pinia@"3.0.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peerOptional pinia@"2.x" from @sentry/[email protected]
npm error node_modules/@sentry/vue
npm error @sentry/vue@"9.0.1" from the root project
npm error
npm error Conflicting peer dependency: [email protected]
npm error node_modules/pinia
npm error peerOptional pinia@"2.x" from @sentry/[email protected]
npm error node_modules/@sentry/vue
npm error @sentry/vue@"9.0.1" from the root project
Please can this be investigated and resolved?
Steps to Reproduce
- renovate generated a PR to upgrade Pinia to v3
- build failed due to peer dependency reliance on Pinia v2.x
Expected Result
Build should pass as there's no peer dependency reliance on Pinia v2.x
Actual Result
Build failed due to a peer dependency reliance on Pinia v2.x
Metadata
Metadata
Assignees
Type
Projects
Status
No status