`\n\nit doesn't work that way\n\nI really ask for help!",[2001,2004],{"name":2002,"color":2003},"question","d876e3",{"name":1988,"color":1989},3098,"Table filtered, sorting fetch","2025-01-14T11:05:37Z","https://github.com/nuxt/ui/issues/3098",0.69877166,{"description":2011,"labels":2012,"number":2013,"owner":1991,"repository":2014,"state":1993,"title":2015,"updated_at":2016,"url":2017,"score":2018},"It would be nice if you could alias and entire collection instead of just an icon.\n\nRight now I do it this way.\n```ts\nconst createIconAliases = (newPrefix: string, iconifyJson: IconifyJSON) => {\n const exisitngPrefix = iconifyJson.prefix;\n const icons = Object.keys(iconifyJson.icons);\n\n return icons.reduce(\n (object, value) => {\n object[`${newPrefix}:${value}`] = `${exisitngPrefix}:${value}`;\n return object;\n },\n {} as Record\u003Cstring, string>,\n );\n};\n```",[],362,"icon","[feature request] Allow aliasing entire collection","2025-02-21T20:10:51Z","https://github.com/nuxt/icon/issues/362",0.70315564,{"description":2020,"labels":2021,"number":2025,"owner":1991,"repository":2026,"state":2027,"title":2028,"updated_at":2029,"url":2030,"score":2031},"\n",[2022],{"name":2023,"color":2024},"enhancement","1ad6ff",601,"nuxt.com","closed","[Modules] Version select can go to the right of the title on mobile","2023-02-15T12:32:36Z","https://github.com/nuxt/nuxt.com/issues/601",0.4548418,{"description":2033,"labels":2034,"number":2041,"owner":1991,"repository":2042,"state":2027,"title":2043,"updated_at":2044,"url":2045,"score":2046},"With the pinia nuxt module you can set `autoImports` in the configuration. I have something like this in mine:\r\n\r\n```\r\npinia: {\r\n autoImports: [['defineStore', 'definePiniaStore']],\r\n},\r\n```\r\nThat allows me to auto import `definePiniaStore` which is a reference to `defineStore`. \r\n\r\nThe import is not found when I try to test the store using nuxt-vitest. Is there something nuxt-vitest could do to support them? Or is it something that pinia needs to fix with their module on their end?",[2035,2038],{"name":2036,"color":2037},"vitest-environment","b60205",{"name":2039,"color":2040},"needs reproduction","DE7793",592,"test-utils","Support pinia autoImports","2023-12-02T00:22:10Z","https://github.com/nuxt/test-utils/issues/592",0.6116831,{"description":2048,"labels":2049,"number":2053,"owner":1991,"repository":2026,"state":2027,"title":2054,"updated_at":2055,"url":2056,"score":2057},"https://volta.s3.fr-par.scw.cloud/Clean_Shot_2022_10_20_at_11_27_53_d9d9a13fb1.mp4\n",[2050],{"name":2051,"color":2052},"bug","ff281a",1004,"Responsive (mobile & tablet): back to top of nav ","2023-10-10T14:45:28Z","https://github.com/nuxt/nuxt.com/issues/1004",0.6839603,{"description":2059,"labels":2060,"number":2069,"owner":1991,"repository":1991,"state":2027,"title":2070,"updated_at":2071,"url":2072,"score":2073},"### Environment\n\nnode 18.18.0\r\nyarn 1.22.21\r\n\n\n### Reproduction\n\n\"devDependencies\": {\r\n \"@awesome-image/image\": \"^0.0.10\",\r\n \"@awesome-image/services\": \"^0.0.2\",\r\n \"@nuxt/kit\": \"^3.9.1\",\r\n \"@nuxtjs/i18n\": \"^8.3.0\",\r\n \"@nuxtjs/sitemap\": \"^5.1.4\",\r\n \"@tailwindcss/aspect-ratio\": \"^0.4.2\",\r\n \"@tailwindcss/forms\": \"^0.5.3\",\r\n \"@tailwindcss/line-clamp\": \"^0.4.2\",\r\n \"@tailwindcss/typography\": \"^0.5.7\",\r\n \"@types/aos\": \"^3.0.4\",\r\n \"@types/js-cookie\": \"^3.0.2\",\r\n \"@types/lodash\": \"^4.14.184\",\r\n \"@types/node\": \"^18.7.18\",\r\n \"@types/prettier\": \"^2.7.0\",\r\n \"axios\": \"^1.4.0\",\r\n \"cross-env\": \"^7.0.3\",\r\n \"nuxt\": \"^3.11.2\",\r\n \"prettier\": \"^2.7.1\",\r\n \"prettier-plugin-tailwindcss\": \"^0.1.13\",\r\n \"sass\": \"^1.54.8\",\r\n \"tailwindcss\": \"^3.2.1\",\r\n \"typescript\": \"*\",\r\n \"vite-plugin-svg-icons\": \"^2.0.1\"\r\n },\r\n \"dependencies\": {\r\n \"@nuxt/image\": \"^1.1.0\",\r\n \"aos\": \"^2.3.4\",\r\n \"crypto-js\": \"^4.1.1\",\r\n \"js-cookie\": \"^3.0.1\",\r\n \"lodash\": \"^4.17.21\",\r\n \"moment\": \"^2.29.4\",\r\n \"node-fetch-native\": \"^1.0.1\",\r\n \"swiper\": \"^8.3.2\"\r\n }\n\n### Describe the bug\n\nnode .output/server/index.mjs\r\nnode:internal/modules/cjs/loader:1098\r\n const err = new Error(`Cannot find module '${request}'`);\r\n ^\r\n\r\nError: Cannot find module '/Users/woohoo/code/adspower/temp/mix_www_fe/.output/server/node_modules/rollup/dist/rollup.js'\r\n at createEsmNotFoundErr (node:internal/modules/cjs/loader:1098:15)\r\n at finalizeEsmResolution (node:internal/modules/cjs/loader:1091:15)\r\n at resolveExports (node:internal/modules/cjs/loader:567:14)\r\n at Module._findPath (node:internal/modules/cjs/loader:636:31)\r\n at Module._resolveFilename (node:internal/modules/cjs/loader:1063:27)\r\n at Function.resolve (node:internal/modules/cjs/helpers:125:19)\r\n at resolveDependencyVersion (file:///Users/woohoo/code/adspower/temp/mix_www_fe/.output/server/node_modules/vite/dist/node/chunks/dep-DkOS1hkm.js:12213:47)\r\n at file:///Users/woohoo/code/adspower/temp/mix_www_fe/.output/server/node_modules/vite/dist/node/chunks/dep-DkOS1hkm.js:12216:23\r\n at ModuleJob.run (node:internal/modules/esm/module_job:194:25) {\r\n code: 'MODULE_NOT_FOUND',\r\n path: '/Users/woohoo/code/adspower/temp/mix_www_fe/.output/server/node_modules/rollup/package.json'\r\n}\r\n\r\nNode.js v18.18.0\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2061,2064,2067],{"name":2062,"color":2063},"3.x","29bc7f",{"name":2065,"color":2066},"pending triage","E99695",{"name":2039,"color":2068},"FBCA04",26954,"node .output/server/index.mjs error","2024-04-26T07:37:23Z","https://github.com/nuxt/nuxt/issues/26954",0.6901347,{"description":2075,"labels":2076,"number":2081,"owner":1991,"repository":1991,"state":2027,"title":2082,"updated_at":2083,"url":2084,"score":2085},"\u003C!-- 💚 Thanks for your time to make Nuxt better with your feedbacks 💚\r\n\r\n**IMPORTANT** Before reporting a bug:\r\n\r\n- Please make sure that you have read through Nuxt documentation: https://nuxtjs.org\r\n- If issue is related to a module please create the issue in corresponding repository\r\n- Ensure using latest version of nuxt dependencies using `yarn upgrade nuxt` or `npm upgrade nuxt`\r\n\r\n👍 A properly detailed bug report can save a LOT of time and help to fix issues as soon as possible.\r\n-->\r\n\r\n### Versions\r\n\r\n- nuxt: v2.15.0\r\n- node: v12.16.1\r\n\r\n### Reproduction\r\n\r\nimporting an esm inside your nuxt.config.js.\r\n\r\n```js\r\nimport Test from './assets/js/test.mjs';\r\nmodule.exports = {\r\n\r\n}\r\n```\r\nassets/js/test.mjs\r\n```js\r\nexport class Test {\r\n constructor() {}\r\n}\r\nexport default Test;\r\n\r\n```\r\n\r\n### Steps to reproduce\r\n\r\n1. set up your nuxt.config.js like above\r\n2. run ```nuxt build```\r\n\r\n\r\n### What is Expected?\r\n\r\nNot to fail \r\n\r\n### What is actually happening?\r\n\r\nSeems you removed \"jakejs\" and that change or maybe something else caused a bunch of problems regarding dependencies. Everything was working just fine in v2.14.6\r\n",[2077,2078],{"name":2065,"color":2066},{"name":2079,"color":2080},"2.x","d4c5f9",8857," Error [ERR_REQUIRE_ESM]: Must use import to load ES Module (v2.15.0) ","2023-01-22T15:38:48Z","https://github.com/nuxt/nuxt/issues/8857",0.69085664,{"description":2087,"labels":2088,"number":2095,"owner":1991,"repository":1992,"state":2027,"title":2096,"updated_at":2097,"url":2098,"score":2099},"### Environment\n\n- Operating System: Linux\n- Node Version: v22.4.0\n- Nuxt Version: 3.14.1592\n- CLI Version: 3.16.0\n- Nitro Version: 2.10.4\n- Package Manager: pnpm@9.15.0\n- Builder: -\n- User Config: default\n- Runtime Modules: @nuxt/ui@3.0.0-alpha.10, nuxt-auth-sanctum@0.5.2, @vueuse/nuxt@11.3.0, nuxt-file-storage@0.2.9\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\n3.0.0-alpha.10\n\n### Reproduction\n\n```vue\n\u003Cscript setup lang=\"ts\">\n const place = ref({\n day: 1\n })\n\n const days = ref([\n {\n value: 1,\n label: 'Day 1'\n },\n {\n value: 2,\n label: 'Day 2'\n }\n ])\n\u003C/script>\n\n\u003Ctemplate>\n Place:\n \u003Cpre>{{ place }}\u003C/pre>\n \u003CUSelect v-model=\"place.day\" :items=\"days\" class=\"w-32\" />\n\u003C/template>\n```\n\n### Description\n\nhttps://skr.sh/vT9fUh9cK0d\n\nAfter change `1` transforms to `\"1\"` and got error in console.",[2089,2091,2094],{"name":2051,"color":2090},"d73a4a",{"name":2092,"color":2093},"duplicate","cfd3d7",{"name":1988,"color":1989},2886,"USelect converts integer value to string","2025-01-09T14:22:11Z","https://github.com/nuxt/ui/issues/2886",0.69246465,{"description":2101,"labels":2102,"number":2105,"owner":1991,"repository":1992,"state":2027,"title":2106,"updated_at":2107,"url":2108,"score":2109},"### Environment\n\n- Operating System: Windows_NT\n- Node Version: v22.14.0\n- Nuxt Version: 3.16.0\n- CLI Version: 3.22.5\n- Nitro Version: 2.11.6\n- Package Manager: pnpm@10.6.1\n- Builder: -\n- User Config: compatibilityDate, devtools, typescript, ssr, app, modules, ui, colorMode, i18n, gtag, icon, robots, pwa, runtimeConfig\n- Runtime Modules: @nuxt/ui@2.21.1, @nuxtjs/i18n@9.3.1, nuxt-gtag@3.0.2, @pinia/nuxt@0.10.1, pinia-plugin-persistedstate/nuxt@4.2.0, @nuxt/icon@1.10.3, @nuxtjs/robots@5.2.6, @vite-pwa/nuxt@0.10.6, @formkit/auto-animate/nuxt@0.8.2\n- Build Modules:\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\n2.21.1\n\n### Reproduction\n\nhttps://codesandbox.io/p/sandbox/optimistic-http-yz8djj\n\n### Description\n\nThe hover effect doest work when you pass the color as variable. Doesn't work with some colors like indigo, pink, sky...\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2103,2104],{"name":2002,"color":2003},{"name":1988,"color":1989},3524,"Button hover effect","2025-03-14T11:52:31Z","https://github.com/nuxt/ui/issues/3524",0.6976083,["Reactive",2111],{},["Set"],["ShallowReactive",2114],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"DTY-GWzBlz0BkHo_P5owx0InYdkOTqYVly-a5WfPYVw":-1},"/nuxt/test-utils/601"]