xjccc
2083ab9a30
fix(nuxt): render style component html ( #31337 )
2025-03-13 07:45:14 +00:00
Daniel Roe
8e33eca578
fix(nuxt): check resolved options for polyfills ( #31307 )
2025-03-09 22:02:24 +00:00
Daniel Roe
3e26b29b9f
fix(nuxt): use new mocked-exports
( #31295 )
2025-03-09 10:48:50 +00:00
Daniel Roe
ce800422dd
fix(nuxt): restore nuxt aliases to nitro compilerOptions.paths ( #31278 )
2025-03-08 07:37:30 +00:00
Daniel Roe
5b09d84d39
fix(nuxt): strip query in x-nitro-prerender
header
2025-03-07 12:29:07 +00:00
Daniel Roe
9e896162a9
fix(nuxt): fall back to wasm if oxc native bindings are missing ( #31190 )
2025-03-07 11:54:02 +00:00
Connor Pearson
25af6fc278
fix(nuxt): apply ignore rules to nitro devStorage
( #31233 )
2025-03-07 11:33:36 +00:00
John Tanzer
22f540f861
fix(nuxt): pass useFetch
function name on server for warning ( #31213 )
...
Co-authored-by: "solovev.an" <andrey.solovyov.ccs@gmail.com>
2025-03-07 11:12:26 +00:00
Connor Roberts
b27294e205
fix(nuxt): preserve query/hash when calling navigateTo
with replace ( #31244 )
2025-03-07 01:13:32 +00:00
Harlan Wilton
63fb02ce0a
fix(nuxt): ensure head components are reactive ( #31248 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-03-06 23:58:37 +00:00
Daniel Roe
3e0698b4a5
fix(nuxt): exempt nitro from import protections ( #31246 )
2025-03-06 22:39:31 +00:00
Daniel Roe
2735fc3add
fix(nuxt): ensure we strip all chars in payload url
2025-03-06 14:36:36 +00:00
Daniel Roe
854d3d066b
fix(nuxt): ensure externals are resolved first ( #31235 )
2025-03-06 10:14:35 +00:00
Daniel Roe
13780d739f
fix(nuxt): resolve shared externals to absolute paths ( #31227 )
2025-03-05 23:28:25 +00:00
Harlan Wilton
b512ce48c3
fix(nuxt): consolidate head component context ( #31209 )
2025-03-05 11:47:58 +00:00
Daniel Roe
0a708a649b
refactor(nuxt): use relative imports
2025-03-04 22:14:17 +00:00
Daniel Roe
36bb785612
fix(nuxt): skip deep merge in dev mode for prototype keys ( #31205 )
...
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-03-04 21:32:12 +00:00
Harlan Wilton
4edd782011
feat(nuxt): upgrade to unhead v2 ( #31169 )
2025-03-04 20:42:32 +00:00
Daniel Roe
e197cf0485
fix(nuxt): strip query before generating payload url
2025-03-04 14:57:26 +00:00
Daniel Roe
2c5e6d5aa5
refactor(nuxt): explicitly type internal request fetch
2025-03-04 13:10:09 +00:00
Daniel Roe
3ec1a1e5e9
fix(nuxt): import isEqual
from main ohash
export
2025-03-04 11:00:25 +00:00
Daniel Roe
ed22319cd0
fix(nuxt): provide default extensions in resolveTypePath
2025-03-02 22:23:11 +00:00
Daniel Roe
adfa1e699d
fix(nuxt): add back fallback nuxtlink type signature
2025-03-02 22:23:11 +00:00
Daniel Roe
dfc66beeff
feat(nuxt): use oxc-parser
instead of esbuild + acorn ( #30066 )
2025-03-02 08:36:54 +00:00
Daniel Roe
76e51626b4
fix(nuxt): add backwards-compatible serialisation for nuxt.options.pages
2025-03-02 08:32:36 +00:00
Daniel Roe
106e4fd55f
fix(nuxt): do not render payloads if disabled, and correct regexp ( #31167 )
2025-03-01 14:55:19 +00:00
renovate[bot]
c4fb9ced03
chore(deps): update dependency pkg-types to v2 (main) ( #31122 )
2025-03-01 14:46:54 +00:00
Daniel Roe
594286f258
feat(kit,nuxt): resolve template imports from originating module ( #31175 )
2025-03-01 12:37:06 +00:00
Daniel Roe
b0db03a406
feat(kit,nuxt): augment nitro types with addTypeTemplate
( #31079 )
2025-03-01 08:11:23 +00:00
Julien Huang
cc518382db
fix(nuxt): show error page on island page error ( #31081 )
2025-03-01 07:40:12 +00:00
xjccc
c398ce2817
feat(nuxt): show source file when warning about undefined useAsyncData ( #31144 )
2025-03-01 06:40:10 +00:00
Daniel Roe
0a69213358
fix(nuxt): align type of custom navigate
with vue-router
2025-03-01 00:40:14 +00:00
Michael Brevard
281a931a0a
feat(nuxt): delayed/lazy hydration support ( #26468 )
...
Co-authored-by: Daniel Roe <daniel@roe.dev>
2025-02-28 23:19:17 +00:00
Julien Huang
d337a78755
fix(nuxt): warn when definePageMeta
does not receive an object ( #31156 )
2025-02-27 22:19:04 +00:00
Julien Huang
1baf3ebad6
refactor(nuxt): re-organize internal runtime/nitro
files ( #31131 )
2025-02-27 21:24:54 +00:00
Maik Kowol
f4b5538474
feat(nuxt): add types for default NuxtLink
slot ( #31104 )
2025-02-27 09:55:36 +00:00
Daniel Roe
798f050bc7
perf(nuxt): migrate to use exsolve
for module resolution ( #31124 )
2025-02-26 17:02:04 +00:00
Alex Liu
4ed14d13b0
refactor(nuxt): update to noScripts
route rule ( #31083 )
2025-02-26 09:35:37 +00:00
Daniel Roe
88e624561d
refactor(nuxt): use isEqual
from ohash/utils
2025-02-25 09:35:46 +00:00
renovate[bot]
f2bef7c278
chore(deps): update dependency ohash to v2 (main) ( #31049 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2025-02-25 08:39:09 +00:00
Bobbie Goede
cb80715c1a
fix(nuxt): set nuxt.options.pages
to detected configuration ( #31101 )
2025-02-24 21:17:19 +00:00
Daniel Roe
74ffa8db80
feat(nuxt): allow specifying glob patterns for scanning pages/
( #31090 )
2025-02-24 10:44:55 +00:00
Julien Huang
35df23f41f
refactor(nuxt): early return island response ( #31094 )
2025-02-24 10:43:38 +00:00
Clayton Chew
d1733365f8
fix(nuxt,schema): resolve shared
dir from config ( #31091 )
2025-02-23 09:31:39 +00:00
Daniel Roe
ed3b9815cd
perf(nuxt): remove duplicated nitro alias resolution ( #31088 )
2025-02-22 22:17:50 +00:00
Daniel Roe
55e794dd80
fix(nuxt): use ohash
to calculate legacy async data key without hash ( #31087 )
2025-02-22 21:04:41 +00:00
Sébastien Chopin
bfe7d3f82e
fix(nuxt): use _
for NuxtIsland name on server pages ( #31072 )
2025-02-21 20:07:55 +00:00
Vahagn Zaqaryan
717417535d
fix(nuxt): decode URI components in cache driver methods ( #30973 )
2025-02-20 16:13:52 +00:00
Alex Liu
b65dfbc98e
fix(nuxt): ensure provide
/ inject
work in setup
of defineNuxtComponent
( #30982 )
2025-02-20 15:20:32 +00:00
Jonas Thelemann
6d9ddff209
fix(nuxt): deprioritise layer css imports ( #31020 )
2025-02-20 15:16:27 +00:00