\n\nBrowser: `Google Chrome Version 134.0.6998.89 (Official Build) (arm64)`\n\nAlso reproduced on `Safari Version 18.3.1 (20620.2.4.11.6)`\n\n### Description\n\nUser may want to copy the text in the query input of a `select-menu` component by moving cursor around text, now it's unable to do it without a keyboard (`Shift + left/right arrow` or `Cmd/Ctrl + A` to select all).\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2932,2933],{"name":2921,"color":2922},{"name":2885,"color":2886},3583,"Accessibility: unable to select text in the query input of a select-menu","2025-03-17T00:34:07Z","https://github.com/nuxt/ui/issues/3583",0.7079005,{"description":2940,"labels":2941,"number":2943,"owner":2868,"repository":2904,"state":2870,"title":2944,"updated_at":2945,"url":2946,"score":2947},"### Describe the feature\n\nAllow the option to only provide server functionality for faster testing in situations where the API is priority for coverage\r\n\r\n```ts\r\nsetup({\r\n serverOnly: true\r\n})\r\n```\r\n\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).",[2942],{"name":2879,"color":2880},921,"Ability to `setup()` a server-only environment for testing ","2024-12-05T07:52:32Z","https://github.com/nuxt/test-utils/issues/921",0.71749884,{"description":2949,"labels":2950,"number":2961,"owner":2868,"repository":2868,"state":2962,"title":2963,"updated_at":2964,"url":2965,"score":2966},"### Environment\r\n\r\n- Operating System: `Linux`\r\n- Node Version: `v14.19.3`\r\n- Nuxt Version: `3.0.0-rc.11`\r\n- Nitro Version: `0.5.4`\r\n- Package Manager: `yarn@1.22.19`\r\n- Builder: `vite`\r\n- User Config: `-`\r\n- Runtime Modules: `-`\r\n- Build Modules: `-`\r\n\r\n### Reproduction\r\n\r\nhttps://codesandbox.io/s/teapot-lfnl4w?file=/pages/%F0%9F%AB%96/index.vue\r\n\r\n### Describe the bug\r\n\r\nHaving a non-ascii character in a page path, e.g. `ä` or `😆`, makes the build fail, **but only with `\u003Cscript lang=\"ts\">`** and not with `\u003Cscript>`.\r\n\r\nRun a `yarn build` in the linked codesandbox. Took me hours to find, I'm a teapot 🫖.\r\n\r\n### Additional context\r\n\r\nThis must be an upstream issue, but I need pointers to the correct one to issue a ticket on. I'm pretty sure it is neither vite nor rollup directly as the `lang` makes the difference.\r\n\r\n### Logs\r\n\r\n```shell\r\nERROR [vite:vue] Could not load /sandbox/pages//u{1FAD6}/index.vue?macro=true&vue&type=script&lang.ts (imported by pages/🫖/index.vue?macro=true): ENOENT: no such file or directory, open '/sandbox/pages//u{1FAD6}/index.vue'\r\n\r\n\r\n ERROR Could not load /sandbox/pages//u{1FAD6}/index.vue?macro=true&vue&type=script&lang.ts (imported by pages/🫖/index.vue?macro=true): ENOENT: no such file or directory, open '/sandbox/pages//u{1FAD6}/index.vue'\r\n\r\n at Object.openSync (fs.js:498:3)\r\n at Object.readFileSync (fs.js:394:35)\r\n at getDescriptor (node_modules/@vitejs/plugin-vue/dist/index.mjs:84:10)\r\n at Object.load (node_modules/@vitejs/plugin-vue/dist/index.mjs:2611:28)\r\n at node_modules/vite/node_modules/rollup/dist/es/shared/rollup.js:22710:40\r\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\r\n```\r\n",[2951,2954,2955,2958],{"name":2952,"color":2953},"3.x","29bc7f",{"name":2921,"color":2922},{"name":2956,"color":2957},"vite","3574D1",{"name":2959,"color":2960},"🔨 p3-minor","FBCA04",15113,"closed","non-ascii character in page path fails build, but only for scripts with `lang=\"ts\"`","2023-09-14T06:06:09Z","https://github.com/nuxt/nuxt/issues/15113",0.69582164,{"description":2968,"labels":2969,"number":2976,"owner":2868,"repository":2868,"state":2962,"title":2977,"updated_at":2978,"url":2979,"score":2980},"### Environment\r\n\r\n- Operating System: `Windows_NT`\r\n- Node Version: `v16.11.0`\r\n- Nuxt Version: `3.0.0-rc.11`\r\n- Nitro Version: `0.5.4`\r\n- Package Manager: `yarn@1.22.19`\r\n- Builder: `vite`\r\n- User Config: `target`, `ssr`, `css`, `buildModules`, `modules`, `vite`, `runtimeConfig`\r\n- Runtime Modules: `@pinia/nuxt@0.4.3`, `@nuxtjs/i18n@8.0.0-beta.1`, `nuxt-icons@2.0.2`\r\n- Build Modules: `unplugin-vue-setup-extend/nuxt`\r\n\r\n### Reproduction\r\n\r\nI can't create this reproduction error. If it is necessary, I will try to join during the weekend.\r\n\r\n### Describe the bug\r\n\r\nToday I migrated from RC8 to RC11 and after running `yarn build` I get this error:\r\n```\r\n ERROR [vite:esbuild] Transform failed with 1 error: 16:35:03 \r\nC:/....vue?vue&type=script&lang.ts:1:8: ERROR: Expected \">\" but found \"lang\"\r\nfile: C:/.....vue?vue&type=script&lang.ts:1:8\r\n\r\nExpected \">\" but found \"lang\"\r\n1 | \u003Cscript lang=\"ts\"> export default {name: 'PageCalendarWeekly'}\u003C/script>\u003Cscript setup lang=\"ts\" name=\"PageCalendarWeekly\">\r\n | ^\r\n2 | \u003C/script>\r\n3 |\r\n```\r\nI'm not sure if it's a Nuxt bug or a Vite bug, but given that it did design before, I assume it's Nuxt. I am using the unplugin-vue-setup-extend package which gives me the appropriate name field for the components. After removing it from the configuration file, the construction proceeds successfully.\r\n\r\n### Additional context\r\nTo cause this error, delete the `.nuxt` folder\r\n\r\n### Logs\r\n\r\n_No response_",[2970,2971,2974],{"name":2952,"color":2953},{"name":2972,"color":2973},"pending triage","E99695",{"name":2975,"color":2960},"needs reproduction",15245,"[RC11] Expected \">\" but found \"lang\"","2023-01-19T17:46:42Z","https://github.com/nuxt/nuxt/issues/15245",0.7025128,{"description":2982,"labels":2983,"number":2986,"owner":2868,"repository":2987,"state":2962,"title":2988,"updated_at":2989,"url":2990,"score":2991},"https://volta.s3.fr-par.scw.cloud/Clean_Shot_2022_10_20_at_11_27_53_d9d9a13fb1.mp4\n",[2984],{"name":2921,"color":2985},"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.7081557,["Reactive",2993],{},["Set"],["ShallowReactive",2996],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fLCGQrBCWZ4OQBSCIq0DBVItBQBVar4rrG8Lu0XhS46U":-1},"/nuxt/fonts/424"]