\n\nMissing autocomplete:\n\u003Cimg width=\"487\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/8a851f0a-5894-41ae-8cdf-3f2f51d2ab52\" />\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2898,2899,2900],{"name":2868,"color":2869},{"name":2871,"color":2872},{"name":2874,"color":2875},4029,"closed","Where are all the types? v3.0.2 -> v3.1.0 upgrade","2025-04-30T12:20:42Z","https://github.com/nuxt/ui/issues/4029",0.6430534,{"description":2908,"labels":2909,"number":2916,"owner":2877,"repository":2877,"state":2902,"title":2917,"updated_at":2918,"url":2919,"score":2920},"### Environment\n\n------------------------------\r\n- Operating System: `Linux`\r\n- Node Version: `v18.12.1`\r\n- Nuxt Version: `3.0.0`\r\n- Nitro Version: `1.0.0`\r\n- Package Manager: `pnpm@7.18.2`\r\n- Builder: `vite`\r\n- User Config: `srcDir`, `imports`, `modules`, `css`, `build`, `pinceau`, `i18n`, `typescript`, `colorMode`, `ignore`, `vite`, `tailwindcss`, `plausible`\r\n- Runtime Modules: `@pinia/nuxt@0.4.6`, `@vueuse/nuxt@9.7.0`, `@nuxtjs/tailwindcss@6.1.3`, `@pinia/nuxt@0.4.6`, `@nuxtjs/i18n@8.0.0-beta.7`, `@nuxtjs/color-mode@3.2.0`, `@huntersofbook/plausible-nuxt@0.5.2`, `@nuxtjs/partytown@1.3.0`, `nuxt-icon@0.1.8`, `pinceau/nuxt`, `@nuxtjs/fontaine@0.2.3`, `nuxt-headlessui@1.0.4`\r\n- Build Modules: `-`\r\n------------------------------\n\n### Reproduction\n\nhttps://github.com/productdevbook/oku-nuxt3-template/tree/bug-nuxt-config\r\n\r\nbrach: bug-nuxt-config\n\n### Describe the bug\n\n\r\nhttps://user-images.githubusercontent.com/38668796/208305787-be4c7c65-820b-4eb5-baaf-9d6295232c31.mp4\r\n\r\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2910,2913],{"name":2911,"color":2912},"3.x","29bc7f",{"name":2914,"color":2915},"pending triage","E99695",15671,"nuxt config TS errors","2023-01-19T18:29:58Z","https://github.com/nuxt/nuxt/issues/15671",0.6441174,{"description":2922,"labels":2923,"number":2925,"owner":2877,"repository":2877,"state":2902,"title":2926,"updated_at":2927,"url":2928,"score":2929},"### Environment\n\n- Operating System: Windows_NT\n- Node Version: v20.10.0\n- Nuxt Version: 3.15.4\n- CLI Version: 3.21.1\n- Nitro Version: 2.10.4\n- Package Manager: npm@10.2.3\n- Builder: -\n- User Config: modules, compatibilityDate, devtools\n- Runtime Modules: @nuxt/ui@3.0.0-alpha.10\n- Build Modules: -\n\n\n### Reproduction\n\nhttps://github.com/prof-schnitzel/nuxt-sample-app\n\n### Describe the bug\n\nMy expectation would be that nuxt only shows me typescript issues in my own application, but instead I get typescript errors in some dependencies in the node_modules folder. Obviously I cannot fix them, because it is not my code. In this particular case I get this typescript error coming from nuxt ui when I run `nuxi typecheck`:\n```\nnode_modules/@nuxt/ui/dist/runtime/components/Progress.vue:163:47 - error TS2774: This condition will always return true since this function is always defined. Did you mean to call it instead?\n\n163 \u003Cdiv v-if=\"!isIndeterminate && (status || $slots.status)\" :class=\"ui.status({ class: props.ui?.status })\" :style=\"statusStyle\">\n```\nIs there some way to make nuxt stop checking node_modules folder for typescript errors?\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2924],{"name":2914,"color":2915},30964,"Typescript issues in 3rd party module","2025-02-22T20:02:31Z","https://github.com/nuxt/nuxt/issues/30964",0.6485686,{"description":2931,"labels":2932,"number":2935,"owner":2877,"repository":2878,"state":2902,"title":2936,"updated_at":2937,"url":2938,"score":2939},"\u003Cdetails>\n \u003Csummary>Environment\u003C/summary>\n\n------------------------------\n- Operating System: Linux\n- Node Version: v22.16.0\n- Nuxt Version: 3.17.4\n- CLI Version: 3.25.1\n- Nitro Version: 2.11.12\n- Package Manager: npm@11.4.1\n- Builder: -\n- User Config: modules, ssr, devtools, app, css, ui, runtimeConfig, alias, build, devServer, watch, future, experimental, compatibilityDate, nitro, vite, eslint, heyApi, i18n, icon, svgIconSprite\n- Runtime Modules: @nuxt/ui@3.1.2, @nuxt/test-utils/module@3.19.0, @nuxt/eslint@1.4.1, @pinia/nuxt@0.11.0, @vueuse/nuxt@13.2.0, @hey-api/nuxt@0.1.6, @nuxtjs/i18n@9.5.4, nuxt-svg-icon-sprite@2.0.0\n- Build Modules: -\n------------------------------\n\u003C/details>\n\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.1.2\n\n### Reproduction\n\nhttps://www.npmjs.com/package/@nuxt/ui?activeTab=code - `interface ModalSlots`\n\n### Description\n\nGreetings, thank you very much for the work you have done!\n\nUsing the example of the `UModal` component, you can see that props in scoped slots, such as `#footer=“{ close }”`, is untyped \n\u003Cdetails>\n \u003Csummary>Example\u003C/summary>\n\n \n\u003C/details>\n\nin the bundle package it can be seen that there are indeed no valid types of props in `ModalSlots` - https://www.npmjs.com/package/@nuxt/ui?activeTab=code `interface ModalSlots`, although they are present in the source files - https://github.com/nuxt/ui/blob/v3/src/runtime/components/Modal.vue#L70\n\n\nAs I understand it, it is not only `UModal`, but all components with scoped slots.",[2933,2934],{"name":2868,"color":2869},{"name":2871,"color":2872},4260,"Scoped slots are not typed","2025-06-02T09:08:41Z","https://github.com/nuxt/ui/issues/4260",0.6538856,{"description":2941,"labels":2942,"number":2949,"owner":2877,"repository":2877,"state":2902,"title":2950,"updated_at":2951,"url":2952,"score":2953},"### Environment\n\n- Operating System: Linux\n- Node Version: v22.12.0\n- Nuxt Version: 3.15.4\n- CLI Version: 3.22.2\n- Nitro Version: 2.10.4\n- Package Manager: npm@10.9.0\n- Builder: -\n- User Config: compatibilityDate, devtools\n- Runtime Modules: -\n- Build Modules: -\n\n### Reproduction\n\nNuxtLink: slot typing missing \n\n\n\n\n\n### Describe the bug\n\n-\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2943,2946],{"name":2944,"color":2945},"good first issue","fbca04",{"name":2947,"color":2948},"types","2875C3",31053,"NuxtLink: slot typing missing","2025-02-27T09:55:38Z","https://github.com/nuxt/nuxt/issues/31053",0.6552694,{"description":2955,"labels":2956,"number":2960,"owner":2877,"repository":2878,"state":2902,"title":2961,"updated_at":2962,"url":2963,"score":2964},"### Environment\n\n```\n- Operating System: Darwin\n- Node Version: v22.14.0\n- Nuxt Version: 3.16.2\n- CLI Version: 3.24.1\n- Nitro Version: 2.11.9\n- Package Manager: bun@1.2.9\n- Builder: -\n- User Config: ssr, imports, devtools, experimental, future, compatibilityDate, alias, runtimeConfig, devServer, app, css, modules, build, hooks, dayjs, ui, typescript\n- Runtime Modules: @nuxt/eslint@1.3.0, @vueuse/nuxt@13.1.0, @nuxt/test-utils/module@3.17.2, dayjs-nuxt@2.1.11, nuxt-svgo@4.0.17, @nuxt/ui-pro@3.1.0, @pinia/nuxt@0.11.0, @pinia/colada-nuxt@0.1.1, @nuxt/image@1.10.0\n- Build Modules: -\n```\n\n\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\n3.1.0\n\n### Reproduction\n\nhttps://codesandbox.io/p/devbox/empty-fast-5xtcmy?workspaceId=ws_SD2P6X4ufyWkm2P3aqoQA6\n\n### Description\n\nbetween version 3.0.2 and 3.1.0 the content container for the menu items is no longer filling the width.\n\n### Additional context\n\n__no response__\n\n### Logs\n\n```shell-script\n\n```",[2957,2958,2959],{"name":2868,"color":2869},{"name":2871,"color":2872},{"name":2874,"color":2875},3987,"[NavigationMenu] Regression - Update","2025-05-02T09:52:45Z","https://github.com/nuxt/ui/issues/3987",0.65906835,{"labels":2966,"number":2972,"owner":2877,"repository":2877,"state":2902,"title":2973,"updated_at":2974,"url":2975,"score":2976},[2967,2968,2969],{"name":2911,"color":2912},{"name":2868,"color":2869},{"name":2970,"color":2971},"🔨 p3-minor","FBCA04",14563,"Usage of slots in client-only components throwing errors in production","2023-01-19T17:37:13Z","https://github.com/nuxt/nuxt/issues/14563",0.6593147,{"labels":2978,"number":2986,"owner":2877,"repository":2877,"state":2902,"title":2987,"updated_at":2988,"url":2989,"score":2990},[2979,2980,2981,2983],{"name":2911,"color":2912},{"name":2914,"color":2915},{"name":2982,"color":2971},"needs reproduction",{"name":2984,"color":2985},"layers","006B75",25230,"Wrong tsconfig when operating in monorepo","2024-05-24T14:00:23Z","https://github.com/nuxt/nuxt/issues/25230",0.6634198,["Reactive",2992],{},["Set"],["ShallowReactive",2995],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fXXI1FZ8KMhRzP7QEpjTbhZlXl0yG-Tldveng8f1NcPE":-1},"/nuxt/ui/4005"]