`\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},"As I am currently using the [Provide / Inject](https://vuejs.org/guide/components/provide-inject.html#app-level-provide) feature, I am wondering how to go about mocking the injected object, example in my code I have:\r\n\r\n```ts\r\n// in dashboard.vue\r\n\r\nconst { error, data } = await settingsStore.refreshRemoteSettings(); // we refresh the user settings state\r\nprovide(REMOTE_SETTINGS, data);\r\n\r\n// in my composable\r\nconst settings = inject(REMOTE_SETTINGS);\r\n```\r\n\r\nis there a way to achieve this currently with Viteest? and can we have a helper like `mockInject` or `mockProvide` ?",[2022],{"name":2023,"color":2024},"vitest-environment","b60205",601,"test-utils","closed","Mock an Injected object","2023-12-02T23:27:08Z","https://github.com/nuxt/test-utils/issues/601",0.4548418,{"description":2033,"labels":2034,"number":2039,"owner":1991,"repository":2026,"state":2027,"title":2040,"updated_at":2041,"url":2042,"score":2043},"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,2036],{"name":2023,"color":2024},{"name":2037,"color":2038},"needs reproduction","DE7793",592,"Support pinia autoImports","2023-12-02T00:22:10Z","https://github.com/nuxt/test-utils/issues/592",0.6116831,{"description":2045,"labels":2046,"number":2050,"owner":1991,"repository":2051,"state":2027,"title":2052,"updated_at":2053,"url":2054,"score":2055},"https://volta.s3.fr-par.scw.cloud/Clean_Shot_2022_10_20_at_11_27_53_d9d9a13fb1.mp4\n",[2047],{"name":2048,"color":2049},"bug","ff281a",1004,"nuxt.com","Responsive (mobile & tablet): back to top of nav ","2023-10-10T14:45:28Z","https://github.com/nuxt/nuxt.com/issues/1004",0.6839603,{"description":2057,"labels":2058,"number":2067,"owner":1991,"repository":1991,"state":2027,"title":2068,"updated_at":2069,"url":2070,"score":2071},"### 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_",[2059,2062,2065],{"name":2060,"color":2061},"3.x","29bc7f",{"name":2063,"color":2064},"pending triage","E99695",{"name":2037,"color":2066},"FBCA04",26954,"node .output/server/index.mjs error","2024-04-26T07:37:23Z","https://github.com/nuxt/nuxt/issues/26954",0.6901347,{"description":2073,"labels":2074,"number":2079,"owner":1991,"repository":1991,"state":2027,"title":2080,"updated_at":2081,"url":2082,"score":2083},"\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",[2075,2076],{"name":2063,"color":2064},{"name":2077,"color":2078},"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":2085,"labels":2086,"number":2093,"owner":1991,"repository":1992,"state":2027,"title":2094,"updated_at":2095,"url":2096,"score":2097},"### 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.",[2087,2089,2092],{"name":2048,"color":2088},"d73a4a",{"name":2090,"color":2091},"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":2099,"labels":2100,"number":2103,"owner":1991,"repository":1992,"state":2027,"title":2104,"updated_at":2105,"url":2106,"score":2107},"### 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```",[2101,2102],{"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",2109],{},["Set"],["ShallowReactive",2112],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"nAj0Ys7-oJEOl-rwp9Ih_GfUd7i4QJpJHjJGeuZZ19g":-1},"/nuxt/nuxt.com/601"]