\n\n\u003Cimg width=\"422\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/10035094-1291-49d4-969a-c04e8a428e79\" />\n\nRequested Feature\nI would like the module to support recursive searching in customCollections directories, allowing it to find icons in all nested subdirectories like wor\n\nSteps to Reproduce\nhttps://stackblitz.com/edit/github-monhzc",[],374,"nuxt","icon","open","Feature Request: Recursive search in customCollections directories","2025-03-19T11:15:14Z","https://github.com/nuxt/icon/issues/374",0.75384504,{"description":2876,"labels":2877,"number":2881,"owner":2868,"repository":2869,"state":2870,"title":2882,"updated_at":2883,"url":2884,"score":2885},"Is it possible to make \u003CIcon /> work in Storybook? Thank you",[2878],{"name":2879,"color":2880},"question","d876e3",77,"How do we make nuxt-icon work in Storybook?","2025-01-17T10:54:58Z","https://github.com/nuxt/icon/issues/77",0.80947775,{"description":2887,"labels":2888,"number":2889,"owner":2868,"repository":2890,"state":2891,"title":2892,"updated_at":2893,"url":2894,"score":2895},"# Breaking Change\r\n\r\nUse [`got`](https://github.com/sindresorhus/got) instead of [`request`](https://github.com/request/request) what has been deprecated\r\n\r\n",[],373,"test-utils","closed","Use `got` instead of `request` [Breaking Change]","2023-12-02T00:13:09Z","https://github.com/nuxt/test-utils/issues/373",0.4570973,{"description":2897,"labels":2898,"number":2899,"owner":2868,"repository":2900,"state":2891,"title":2901,"updated_at":2902,"url":2903,"score":2904},"An action should be done when receiving a commit by a collaborator. ",[],372,"nuxt.com","[Live collab] Update tree and draft when collaborator commits","2023-02-15T12:31:25Z","https://github.com/nuxt/nuxt.com/issues/372",0.6364674,{"description":2906,"labels":2907,"number":2899,"owner":2868,"repository":2890,"state":2891,"title":2908,"updated_at":2893,"url":2909,"score":2904},"This way of overriding options (using spread operator):\r\nhttps://github.com/nuxt-community/module-test-utils/blob/2801ebd478d54e97d95310bbfbd69e642223f363/lib/setup.js#L13-L16\r\nis often very limiting because it makes it impossible to override particular property of an object that has other properties.\r\n\r\nFor example, if we try to override one property from object:\r\n```\r\n{\r\n i18n: {\r\n a: 1,\r\n b: 2,\r\n c: 3,\r\n }\r\n}\r\n```\r\nwith:\r\n```\r\nconst override = {\r\n i18n: {\r\n b: 4\r\n }\r\n}\r\n```\r\nthen that will override whole `i18n` object, leaving just property `b`.\r\n\r\nThis module should rather use something like this:\r\n```\r\nconst deepMerge = require('deepmerge')\r\nconst options = deepMerge.all([options, override])\r\n```\r\n(This would probably be a breaking change if one relied on previous behavior)",[],"Inflexible nuxt options override","https://github.com/nuxt/test-utils/issues/372",{"description":2911,"labels":2912,"number":2916,"owner":2868,"repository":2900,"state":2891,"title":2917,"updated_at":2918,"url":2919,"score":2920},"Should be sent on `create` and `delete` webhooks",[2913],{"name":2914,"color":2915},"enhancement","1ad6ff",386,"[Live collab] Socket for branches","2022-04-26T13:32:01Z","https://github.com/nuxt/nuxt.com/issues/386",0.71598417,{"description":2922,"labels":2923,"number":2916,"owner":2868,"repository":2927,"state":2891,"title":2928,"updated_at":2929,"url":2930,"score":2920},"### 🐛 The bug\n\nI'm facing an issue while integrating Google AdSense using `nuxt/script`. The script is being injected correctly, but AdSense throws warnings related to unsupported attributes in the `\u003Chead>` tag. \n\n### 🛠️ To reproduce\n\nhttps://stackblitz.com/edit/nuxt-starter-qoe9bjl4?file=pages%2Findex.vue\n\n### 🌈 Expected behavior\n\nThe AdSense script should load without warnings.\n\n### ℹ️ Additional context\n\nAdSense console logs the following errors:\n\n\n\nBut ads are load properly.",[2924],{"name":2925,"color":2926},"bug","d73a4a","scripts","Google AdSense Integration Issue – Unsupported Attributes in Head Tag","2025-02-22T03:40:13Z","https://github.com/nuxt/scripts/issues/386",{"description":2932,"labels":2933,"number":2867,"owner":2868,"repository":2900,"state":2891,"title":2934,"updated_at":2935,"url":2936,"score":2874},"- [x] Create file\n- [x] Delete file\n- [x] Revert file\n- [x] Rename file\n\n",[],"Update draft when collaborator updates it","2023-02-15T12:31:26Z","https://github.com/nuxt/nuxt.com/issues/374",{"description":2938,"labels":2939,"number":2944,"owner":2868,"repository":2945,"state":2891,"title":2946,"updated_at":2947,"url":2948,"score":2949},"### Description\n\nhey guys i have a very simple minimal project with nuxt/ui and i am getting this error when trying to start it what is the problem:\n```\n[nuxi 6:23:40 ከሰዓት] ERROR Cannot start nuxt: Cannot find package 'C:\\Users\\admin\\Desktop\\Full Typescript Projects\\cognito 1.0\\COSMO\\node_modules\\.pnpm\\vite-plugin-vue-inspector@5.3.1_vite@6.1.0_@types+node@22.13.1_jiti@2.4.2_lightningcss@1.29.1_terser@5.38.1_yaml@2.7.0_\\node_modules\\@babel\\plugin-transform-typescript\\lib\\index.js' imported from C:\\Users\\admin\\Desktop\\Full Typescript Projects\\cognito 1.0\\COSMO\\node_modules\\.pnpm\\vite-plugin-vue-inspector@5.3.1_vite@6.1.0_@types+node@22.13.1_jiti@2.4.2_lightningcss@1.29.1_terser@5.38.1_yaml@2.7.0_\\node_modules\\vite-plugin-vue-inspector\\dist\\index.mjs\nDid you mean to import \"@babel/plugin-transform-typescript/lib/index.js\"?\n```\nhere is my nuxt.config.ts\n```ts\n// https://nuxt.com/docs/api/configuration/nuxt-config\nexport default defineNuxtConfig({\n compatibilityDate: '2024-11-01',\n devtools: { enabled: true },\n modules: ['@nuxt/ui'],\n css: ['~/assets/css/main.css']\n})\n\n```\nand my package.json\n```json\n{\n \"name\": \"nuxt-app\",\n \"private\": true,\n \"type\": \"module\",\n \"scripts\": {\n \"build\": \"nuxt build\",\n \"dev\": \"nuxt dev\",\n \"generate\": \"nuxt generate\",\n \"preview\": \"nuxt preview\",\n \"postinstall\": \"nuxt prepare\"\n },\n \"dependencies\": {\n \"@nuxt/ui\": \"3.0.0-alpha.12\",\n \"nuxt\": \"^3.15.4\",\n \"vue\": \"latest\",\n \"vue-router\": \"latest\"\n },\n \"packageManager\": \"pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0\"\n}\n```\nit goes away when i remove nuxt-ui and you can easily try it out by cloning this repo :\nhttps://github.com/ketsebaoteth/COSMO\n\nwhat am i doing wrong or is this a known issue",[2940,2941],{"name":2879,"color":2880},{"name":2942,"color":2943},"v3","49DCB8",3272,"ui","Cannot start nuxt: cannot find package bable-plugin-jsx","2025-02-08T17:44:28Z","https://github.com/nuxt/ui/issues/3272",0.7764835,{"description":2951,"labels":2952,"number":2954,"owner":2868,"repository":2900,"state":2891,"title":2955,"updated_at":2956,"url":2957,"score":2958},"We have all data to perfom the merge action on frontside. \n\nFurthermore, if we call the api, files tree is not yet sync in the cache if github hook has not been triggered after commit/merge",[2953],{"name":2914,"color":2915},280,"Avoid to call `project/:id/files` when commiting or publishing branch","2023-02-15T12:31:21Z","https://github.com/nuxt/nuxt.com/issues/280",0.7861337,["Reactive",2960],{},["Set"],["ShallowReactive",2963],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fodjGAp0K_SfRf10htc-KKnYR9rkSUDu9qIhVIJpuYHk":-1},"/nuxt/nuxt.com/373"]