refactor(nitro,nuxt,schema): use augments for nitro schema types#34039
refactor(nitro,nuxt,schema): use augments for nitro schema types#34039
Conversation
|
|
@nuxt/kit
@nuxt/nitro-server
nuxt
@nuxt/rspack-builder
@nuxt/schema
@nuxt/vite-builder
@nuxt/webpack-builder
commit: |
|
Caution Review failedThe pull request is closed. WalkthroughThis pull request refactors the Nuxt and Nitro integration architecture by moving Nitro-specific type augmentations and configurations from the main schema into a dedicated module augmentation layer within Possibly related PRs
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Repository UI Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (16)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Hi @danielroe, this change results in an error when trying to use Is it possible to still expose the This is related to this PR: getsentry/sentry-javascript#19249 |
|
sorry about that! yes, I'm aware, and this affects other modules like as a hotfix, you might also be able (I think) to install |
🔗 Linked issue
#33005
📚 Description
this prepares for #33005 by moving nitro-specific types out of nuxt/schema and into nitro builder.
the aim is to enable people to continue to use nuxt/kit and nuxt/schema v4 without requiring a major bump of these dependencies for nuxt v5.