",[],33206,"Upgrade nuxt3 to 4, 404 after page migration","2025-09-11T08:59:05Z","https://github.com/nuxt/nuxt/issues/33206",0.7343725,{"description":3168,"labels":3169,"number":3175,"owner":3152,"repository":3152,"state":3154,"title":3176,"updated_at":3177,"url":3178,"score":3179},"### Describe the feature\n\nNuxt 3.9 introduced new utility called callOnce. https://nuxt.com/docs/api/utils/call-once\r\n\r\nHowever, if you are reading that page you have no idea that Nuxt 3.9 is required in order to use that utility. Maybe it would be possible to mark minimal nuxt version for a feature to work? It can be implemented as a badge or label. \r\n\r\nThis information can be:\r\n- \"global\" for whole docs page, providing ```minimalVersion``` inside frontmatter\r\n- \"local\" for newly introduced feature extending functionality like getCachedData for useFetch (Nuxt 3.8 if I remember correctly?) https://nuxt.com/docs/api/composables/use-fetch#params\r\n\r\nI believe that simple ```:badge[v3.9]``` from Docus is more than enough\n\n### Additional information\n\n- [ ] Would you be willing to help implement this feature?\n- [ ] Could this feature be implemented as a module?\n\n### Final checks\n\n- [X] Read the [contribution guide](https://nuxt.com/docs/community/contribution).\n- [X] Check existing [discussions](https://github.com/nuxt/nuxt/discussions) and [issues](https://github.com/nuxt/nuxt/issues).",[3170,3172],{"name":3146,"color":3171},"5319e7",{"name":3173,"color":3174},"good first issue","fbca04",24950,"[Docs] Add minimal nuxt version to feature/utility - may be a label or a badge","2024-06-30T11:06:28Z","https://github.com/nuxt/nuxt/issues/24950",0.74309886,{"description":3181,"labels":3182,"number":3183,"owner":3152,"repository":3184,"state":3185,"title":3186,"updated_at":3187,"url":3188,"score":3189},"",[],274,"nuxt.com","closed","Migrate content components from `nuxt3-docs`","2023-09-05T08:18:54Z","https://github.com/nuxt/nuxt.com/issues/274",0.6693585,{"description":3191,"labels":3192,"number":3183,"owner":3152,"repository":3153,"state":3185,"title":3193,"updated_at":3194,"url":3195,"score":3189},"```js\r\ndescribe('module', () => {\r\n const { nuxt } = setupTest({\r\n __dirname,\r\n fixture: 'example'\r\n })\r\n\r\n test('render',() => {\r\n // nuxt undefined\r\n })\r\n})\r\n```",[],"[v2] rewrite proxy for `setupTest`","2023-12-02T00:28:10Z","https://github.com/nuxt/test-utils/issues/274",{"description":3197,"labels":3198,"number":3202,"owner":3152,"repository":3184,"state":3185,"title":3203,"updated_at":3204,"url":3205,"score":3206},"- [ ] Remove landing\n- [ ] Branch deployment on domain\n- [ ] Update logo\n- [ ] Upgrade docus\n- [ ] Link to go back to nuxt.com\n",[3199],{"name":3200,"color":3201},"roadmap","ff7a1a",535,"`v3.nuxt.com`","2022-11-17T11:41:11Z","https://github.com/nuxt/nuxt.com/issues/535",0.69952965,{"description":3208,"labels":3209,"number":3202,"owner":3152,"repository":3153,"state":3185,"title":3214,"updated_at":3215,"url":3216,"score":3206},"Hey,\r\n\r\nI just upgraded to the latest vitest 0.32.0 with nuxt-vitest 0.8.5 and have a error with the module import regarding:\r\nhttps://vitest.dev/guide/common-errors.html\r\n\r\n```shell\r\nError: Cannot find module 'virtual:nuxt:/project/.nuxt/nuxt.config.mjs'.\r\n\r\n- If you rely on tsconfig.json to resolve modules, please install \"vite-tsconfig-paths\" plugin to handle module resolution.\r\n - Make sure you don't have relative aliases in your Vitest config. Use absolute paths instead. Read more: https://vitest.dev/guide/common-errors\r\n ❯ node_modules/nuxt/dist/app/composables/payload.js:6:31\r\n 4| import { getCurrentInstance } from \"vue\";\r\n 5| import { useNuxtApp, useRuntimeConfig } from \"../nuxt.js\";\r\n 6| import { renderJsonPayloads } from \"#build/nuxt.config.mjs\";\r\n | ^\r\n 7| export function loadPayload(url, opts = {}) {\r\n 8| if (process.server) {\r\n ❯ node_modules/nuxt/dist/app/composables/index.js:49:206\r\n\r\n⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯\r\nSerialized Error: {\r\n \"code\": \"ERR_MODULE_NOT_FOUND\",\r\n}\r\n```\r\n\r\nExample of my minimum setup\r\n```js\r\nimport { defineVitestConfig } from 'nuxt-vitest/config';\r\nimport tsconfigPaths from \"vite-tsconfig-paths\";\r\n\r\nexport default defineVitestConfig({\r\n plugins: [tsconfigPaths()], // this is added regarding the link of vitest\r\n test: {\r\n globals: true,\r\n clearMocks: true,\r\n restoreMocks: true,\r\n threads: false,\r\n testTimeout: 300000,\r\n setupFiles: [\r\n new URL('tests/unit.i18n.setup.ts', import.meta.url).pathname,\r\n new URL('tests/unit.vuetify.setup.ts', import.meta.url).pathname,\r\n new URL('tests/unit.router.setup.ts', import.meta.url).pathname\r\n ],\r\n deps: {\r\n inline: ['element-plus', /@nuxt\\/test-utils/],\r\n },\r\n ssr: {\r\n noExternal: [/vue-i18n/, 'vuetify'],\r\n },\r\n },\r\n});\r\n```\r\n\r\nI can clarify that this config works with vitest 0.31.4 without any errors. Previously imports like `#build/nuxt.config.mjs` where no issue inside the `.nuxt` folder.\r\n\r\nHelp would be appreciated!",[3210,3213],{"name":3211,"color":3212},"bug","d73a4a",{"name":3149,"color":3150},"defineVitestConfig with vitest 0.32.0 Cannot find module paths","2023-12-02T23:07:42Z","https://github.com/nuxt/test-utils/issues/535",{"description":3181,"labels":3218,"number":3222,"owner":3152,"repository":3184,"state":3185,"title":3223,"updated_at":3224,"url":3225,"score":3226},[3219],{"name":3220,"color":3221},"enhancement","1ad6ff",637,"[Docs] Remove `Community` / `Bridge` / `Migration` links from `3.x`","2022-06-23T16:16:56Z","https://github.com/nuxt/nuxt.com/issues/637",0.7170716,{"description":3181,"labels":3228,"number":1351,"owner":3152,"repository":3229,"state":3185,"title":3230,"updated_at":3231,"url":3232,"score":3233},[],"icon","Move to nuxt-modules org","2022-09-06T18:09:20Z","https://github.com/nuxt/icon/issues/4",0.7267886,{"description":3181,"labels":3235,"number":1351,"owner":3152,"repository":3184,"state":3185,"title":3236,"updated_at":3237,"url":3238,"score":3233},[],"Create new team page `/teams/new`","2023-02-15T12:31:34Z","https://github.com/nuxt/nuxt.com/issues/4",["Reactive",3240],{},["Set"],["ShallowReactive",3243],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fHtWrPx99WC4a00ksnrPh-W9VNzCq5BNe8dq6HU4KOn4":-1},"/nuxt/nuxt.com/510"]