We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sentry Saas (sentry.io)
@sentry/vue
9.0.1
Vue 3.5.13
No response
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?
Build should pass as there's no peer dependency reliance on Pinia v2.x
Build failed due to a peer dependency reliance on Pinia v2.x
The text was updated successfully, but these errors were encountered:
Hello and thanks for raising this. Support for Pinia v3 will come with the next minor version of v8 and v9.
Sorry, something went wrong.
e21bcc2
This issue was referenced by PR #15383, which was included in the 9.1.0 release.
s1gr1d
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
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:Please can this be investigated and resolved?
Steps to Reproduce
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
The text was updated successfully, but these errors were encountered: