Daniel Roe

Results 534 issues of Daniel Roe

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

resolves https://github.com/nuxt/module-builder/issues/400 Might be worth more discussion about whether this is desired, or a breaking change. (Nevertheless it should be possible to override by using an array pattern syntax to...

In line with https://github.com/vuejs/router/pull/2295 and https://github.com/nuxt/nuxt/pull/28542, this moves to augment `vue` rather than `@vue/runtime` core. This is now officially recommended [in the docs](https://vuejs.org/api/utility-types.html#componentcustomproperties) and it _must_ be done by all...

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

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

would you be up for PRs: - migrating from `jest` to `vitest` - removing/reducing the use of `axios` in favour of the Fetch API additionally, would you consider a PR...

### 🔗 Linked issue resolves https://github.com/nuxt/nuxt/issues/29790 closes https://github.com/nuxt/nuxt/pull/30025 ### 📚 Description this moves from `acorn` + `esbuild` to using `oxc-parser` directly to parse code in our plugins. The main benefits...

enhancement
3.x
performance

With the release of unbuild v3, the EOL status of Nuxt 2, and looking forward to Nuxt 4, we're going to take the opportunity to release v1 of `@nuxt/module-builder`, with...

enhancement

`useRuntimeConfig(event)` should be called within an event handler function, as this is required for CF support, and also can trigger rollup bundling issues if called outside it (see https://github.com/nuxt/nuxt/issues/30511)

this renders a golden bar at the top of the timeline (no layout shift when it loads) and it then auto-loads new items when at the top/observed

c: ui