Daniel Roe

Results 2595 comments of Daniel Roe

Good idea - and thank you. I think it makes sense to align with Nuxt 3 here.

As Nuxt 2 is currently in maintenance-mode until June 30, 2024, we are not aiming to merge any more features and so, regretfully, I am closing this PR. My apologies...

We show the monthly download count, not downloads across all time. ![image.png](https://volta.s3.fr-par.scw.cloud/image_c5c9a3c613.png) The maintainer count is coming from the data in this repository - so you should feel free to...

I think it might nice to be something like `x installs this month` in the 'fuller' detail page version, keeping the minimal approach on the card. wdyt?

This isn't Nuxt specific here, but to import `@nuxt/test-utils` in your vitest config, you either need to have to have `type: "module"` specified in your `package.json` or name it `vitest.config.m{ts,js}`....

do you not have `type: module` in your package.json? https://github.com/nuxt/starter/blob/v3/package.json#L4

@ricardogobbosouza The normal jest environments are `node` and `jsdom` which provide appropriate globals for those environments. I am proposing a `nuxt` environment (possibly more than one).

I can still reproduce the issue with the latest version of Nuxt. As a workaround, you can instead make this augmentation: ```ts declare module '@nuxt/schema' { interface PublicRuntimeConfig { test:...