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

outdated peer dependency in @nx/vite package.json #20580

Closed
4 tasks
vertic4l opened this issue Dec 5, 2023 · 2 comments · Fixed by #20747 or #20760
Closed
4 tasks

outdated peer dependency in @nx/vite package.json #20580

vertic4l opened this issue Dec 5, 2023 · 2 comments · Fixed by #20747 or #20760
Assignees
Labels
outdated scope: bundlers Issues related to webpack, rollup type: bug

Comments

@vertic4l
Copy link

vertic4l commented Dec 5, 2023

Current Behavior

Currently there is an outdated peer dependency in nx/vite which hinders us from using latest stable version of vitest with nx.

Expected Behavior

We can use the latest stable version of vitest.

GitHub Repo

No response

Steps to Reproduce

  1. try to install vitest@latest or [email protected]

Nx Report

-

Failure Logs

No response

Package Manager Version

No response

Operating System

  • macOS
  • Linux
  • Windows
  • Other (Please specify)

Additional Information

"peerDependencies": {
"vite": "^5.0.0",
"vitest": ">=0.34.6 <1.0.0"
},

this is outdated

@mandarini mandarini self-assigned this Dec 6, 2023
@mandarini mandarini added the scope: bundlers Issues related to webpack, rollup label Dec 6, 2023
@mandarini
Copy link
Member

related/same: #20722

Copy link

This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
outdated scope: bundlers Issues related to webpack, rollup type: bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants