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

Using @linaria/rollup without Vite in Yarn warns about unmet peer dependency #1322

Open
smoogly opened this issue Aug 11, 2023 · 1 comment
Labels
bug report 🦗 Issue is probably a bug, but it needs to be checked bundler: rollup 🗞️ Issue is related to rollup bundler needs: complete repro 🖥️ Issue need to have complete repro provided

Comments

@smoogly
Copy link

smoogly commented Aug 11, 2023

Environment

  • @linaria/rollup version: 4.5.4
  • Node.js: v16.18.0
  • Yarn: v1.22.10
  • OS: MacOS Ventura

Description

Installing @linaria/rollup using Yarn to use with Rollup directly in an environment where vite is not used warns about

"@linaria/rollup > @linaria/vite@4.5.4" has unmet peer dependency "vite@>=3.1.0".

Reproducible Demo

yarn add rollup@3.28.0 @linaria/rollup@4.5.4 | fgrep "unmet peer dependency"
@smoogly smoogly added bug report 🦗 Issue is probably a bug, but it needs to be checked needs: complete repro 🖥️ Issue need to have complete repro provided needs: triage 🏷 Issue needs to be checked and prioritized labels Aug 11, 2023
@github-actions github-actions bot added bundler: rollup 🗞️ Issue is related to rollup bundler and removed needs: triage 🏷 Issue needs to be checked and prioritized labels Aug 11, 2023
@alex-kinokon
Copy link

alex-kinokon commented Oct 19, 2023

Culprit: #1358.

You should probably change the title. @linaria/rollup is currently unusable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report 🦗 Issue is probably a bug, but it needs to be checked bundler: rollup 🗞️ Issue is related to rollup bundler needs: complete repro 🖥️ Issue need to have complete repro provided
Projects
None yet
Development

No branches or pull requests

2 participants