jantimon / next-yak

a streamlined CSS-in-JS solution tailor-made for Next.js, seamlessly combining the expressive power of styled-components syntax with efficient build-time extraction and minimal runtime footprint, ensuring optimal performance and easy integration with existing atomic CSS frameworks like Tailwind CSS
https://yak.js.org
108 stars 2 forks source link

upgrade vitest #126

Closed jantimon closed 1 month ago

jantimon commented 1 month ago

Allmost all our security warnings are caused of vitetest.

I don't see any risk for our users as it is only a dev dependency but we should probably take a look into upgrading it anyway:

dependabot

Mad-Kat commented 1 month ago

Could also come from the docs & playground as they also have vite

jantimon commented 1 month ago

good point (totally forgot about that)