sapphi-red / vite-plugin-static-copy

rollup-plugin-copy with dev server support.
MIT License
299 stars 32 forks source link

[dependency] Vite 6 by default? #140

Closed unit-404 closed 4 days ago

unit-404 commented 4 days ago

When install with --force flag, getting warning, when without flag, getting error sort.

And I hope you get a dependency bot someday.

npm warn using --force Recommended protections disabled.
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: vite-plugin-static-copy@2.1.0
npm warn Found: vite@6.0.0
npm warn node_modules/vite
npm warn   peer vite@"^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0" from vite-plugin-solid@2.11.0
npm warn   node_modules/vite-plugin-solid
npm warn     dev vite-plugin-solid@"^2.11.0" from the root project
npm warn   2 more (vitefu, the root project)
npm warn
npm warn Could not resolve dependency:
npm warn peer vite@"^5.0.0" from vite-plugin-static-copy@2.1.0
npm warn node_modules/vite-plugin-static-copy
npm warn   vite-plugin-static-copy@"2.1.0" from the root project
npm warn
npm warn Conflicting peer dependency: vite@5.4.11
npm warn node_modules/vite
npm warn   peer vite@"^5.0.0" from vite-plugin-static-copy@2.1.0
npm warn   node_modules/vite-plugin-static-copy
npm warn     vite-plugin-static-copy@"2.1.0" from the root project

(Not related: also same issue with solidjs plugin)

nikcani commented 4 days ago

vite 6 support would be great but i know that this is very early to ask for :)