Daniel Roe

Results 497 issues of Daniel Roe

### Vue version 3.2.45 ### Link to minimal reproduction https://sfc.vuejs.org/#eNp9jstqw0AMRX9l0DqegT427sSkP9HVbFxbpG4zDyTZpQT/e+WahjwgG4HOlXR0hNdS7DQi1OAFYzm0go3vh6nxbq0nGpLnjoYi5tCm/TaAcADDKGPRrMuJxcSft5bM1gTwbh1uArzo5n9nYANDLJmkim2xn5yTqo8hGd1ZA71amz+yMP1t6QN8iBSunRtT+drbLke308zRmGSIWPU57h7tg3161r9ZzrlFjtU75W9GUmOAzdlxp3BCqghTj4R0V3Y1eyG8ym6ki3MOaYb5FyirgIQ= ### Steps to reproduce Include `` within a string in the script block ### What is expected? The template should...

has workaround
🔩 p2-edge-case

Previous versions of `@nuxt/module-builder` produced incorrect types for files in the `runtime/` directory. Specifically, a `.d.ts` declaration paired with a `.mjs` file. This isn't correct - it should be either...

## Summary This PR proposes using `.cjs` and `.mjs` instead of the current `.js` extensions. That will allow usage of the `@vue` packages in a native Node module context. ###...

Previous versions of `@nuxt/module-builder` produced incorrect types for files in the `runtime/` directory. Specifically, a `.d.ts` declaration paired with a `.mjs` file. This isn't correct - it should be either...

With Nuxt 4 on the horizon, this updates the module compatibility definition to allow it to be installed on Nuxt v4. (Otherwise Nuxt will indicate the module might not be...

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....

Layers are fully resolved before Nuxt modules run, but it would be useful for modules to be able to add components, pages, plugins, middleware, etc. using the simplicity of a...

enhancement
kit
layers

### 🔗 Linked issue https://github.com/unjs/automd/issues/77 ### 📚 Description thanks to a suggestion from @pi0 we can improve links to github source code that is a bit more resilient to changes...

documentation
3.x

### 🔗 Linked issue ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking change that...