Daniel Roe

Results 534 issues of Daniel Roe

## Summary This PR proposes using `.cjs` and `.mjs` instead of the current `.common.js` and `.esm.js` extensions. That allows usage of this library in a native Node module context. ##...

We are going to be removing support for [compiling templates from disk using `lodash.template`](https://github.com/nuxt/nuxt/issues/25332) in Nuxt v4. This is a PR to move lodash usage directly into the module to...

This updates the documentation to use the [`nuxi module add` command](https://github.com/nuxt/cli/pull/197) which should simplify docs a bit and also improve user experience as there's no need to add to `nuxt.config`...

This is a 'canary' pull request. It aims to ensure that the ecosystem is ready for a shift in the default Nuxt TypeScript module resolution from 'Legacy' to 'Bundler': https://github.com/nuxt/nuxt/pull/24837....

We added a `prepare` command for nuxt-module-build which allows creating type stubs directly from the module without needing to apply to the playground as well. (https://github.com/nuxt/module-builder/pull/124) It's the default for...

with v4 of the codecov action, we need to supply a codecov token (pointed out by @ricardogobbosouza). I've added the token in GH variables...

Obviously, feel free to change the rules, but I thought it might help to provide a PR to get started.

This updates the documentation to use the [`nuxi module add` command](https://github.com/nuxt/cli/pull/197) which should simplify docs a bit and also improve user experience as there's no need to add to `nuxt.config`...

Using Nuxt, in my final CSS I have an additional copy of all global styles for every component added to the ``. For example, the following CSS could easily be...

when installing modules it can be common for them to have another dependency that needs to be installed. rather than requiring this to be installed separately, it would be nice...

enhancement