1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-25 18:37:33 +00:00
Commit Graph

2775 Commits

Author SHA1 Message Date
renovate[bot]
8e00026d4a
chore(deps): update dependency esbuild to ^0.17.16 (main) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-04-10 05:28:51 -07:00
Daniel Roe
e99f923aa5
feat(nuxt): add experimental View Transitions API support () 2023-04-10 04:33:14 -07:00
renovate[bot]
40e6933fa5
chore(deps): update all non-major dependencies (main) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-10 07:54:38 +01:00
Daniel Roe
ea4b5220a4
feat: upgrade to consola v3.x prerelease () 2023-04-08 03:16:06 -07:00
Daniel Roe
9878c5b6e4
style: enable sort-imports eslint rule () 2023-04-07 09:02:47 -07:00
Anthony Fu
11a9780c80
feat(nuxt): prompt to install devtools when it's enabled () 2023-04-07 08:34:11 -07:00
xjccc
9fd398216c
fix(nuxi): preview nitro build with custom dir config () 2023-04-07 06:19:53 -07:00
Harlan Wilton
0c9823eb87
perf(head): disable @vueuse/head polyfill by default () 2023-04-07 06:10:35 -07:00
Daniel Roe
c65c5a8e79
fix(nuxt): deprecate old (pre-rc) runtimeConfig () 2023-04-07 04:36:45 -07:00
Daniel Roe
6ddea42f96
refactor(nuxt): remove #head alias () 2023-04-07 03:36:41 -07:00
pooya parsa
9e503be0f2
feat(nuxt): experimental option for rich json payloads ()
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-04-07 03:34:35 -07:00
Daniel Roe
d4f718d8cd
refactor(schema): clean up experimental options () 2023-04-07 03:05:09 -07:00
cany748
4f0b3c7223
fix(nuxt): add undefined type for useCookie return value 2023-04-07 01:45:44 -07:00
Julien Huang
b068f79fee
fix(nuxt): add key to .client component placeholders () 2023-04-07 01:31:04 -07:00
renovate[bot]
a02f69943f
chore(deps): update dependency memfs to ^3.5.0 (main) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-06 15:03:08 -07:00
Daniel Roe
41bfd55230
fix(nuxt): test all custom app config keys for any () 2023-04-06 05:33:54 -07:00
Daniel Roe
4d75540655
fix(nuxt): add @types/node as a peerDependency () 2023-04-06 05:33:07 -07:00
Anthony Fu
72ba53efbc
feat(test-utils): allow mounting single component for testing () 2023-04-06 05:07:22 -07:00
Julien Huang
3fc9a75070
feat(nuxt): support vue runtime compiler () 2023-04-06 04:51:32 -07:00
renovate[bot]
7b5c755b38
chore(deps): update all non-major dependencies (main) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-06 02:40:06 -07:00
Aleksandar Trpkovski
1ae30ba474
fix(nuxt): throw error on protocol relative path in useFetch () 2023-04-04 15:04:38 -07:00
renovate[bot]
ab9f33a648
chore(deps): update all non-major dependencies (main) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-04 07:26:11 -07:00
Daniel Roe
b811742f89
fix(nuxt): add types for globally injected $config object () 2023-04-04 06:34:39 -07:00
Daniel Roe
bc9c7dcac8
feat(nuxt): respect custom dir.pages in page placeholder () 2023-04-04 06:18:29 -07:00
renovate[bot]
d83ea1e877
chore(deps): update all non-major dependencies (main) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-04 03:23:16 -07:00
Daniel Roe
f40b3e2492
feat(nuxt): support ~/~~/@/@@ aliases within layers () 2023-04-03 06:18:24 -07:00
Daniel Roe
ee8d3f6ea6
feat(nuxt): support disabling watch with useFetch () 2023-04-03 05:36:14 -07:00
Daniel Roe
b1826ee9f4
fix(kit): support calling Nuxt 2 modules with module container () 2023-04-03 05:04:56 -07:00
Daniel Roe
c660b39447
fix(nuxt): disable x-nuxt-no-ssr header by default () 2023-04-03 03:39:01 -07:00
Daniel Roe
61699f864e
feat(nuxt): warn in dev when useRoute is used in middleware () 2023-04-03 03:36:17 -07:00
Daniel Roe
79ad5ac9bc chore: loosen nitro version constraint 2023-04-03 11:34:06 +01:00
Daniel Roe
d190f743dc
fix(nuxt): end route param tokens manually () 2023-04-03 02:56:44 -07:00
Daniel Roe
8e9d7157a8
v3.3.3 () 2023-04-02 07:14:21 -07:00
Daniel Roe
1fd491f1a5 fix(schema): add export condition for nuxt2 support 2023-04-02 14:53:39 +01:00
renovate[bot]
0634d49fc8
chore(deps): update dependency esbuild to ^0.17.15 (main) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-02 06:53:22 -07:00
Daniel Roe
2f8e991b94 chore: fix typo in code comment 2023-04-01 12:12:34 +01:00
Daniel Roe
822202239c
fix(nuxt): sync setResponseStatus signature with h3 () 2023-03-31 07:02:26 -07:00
Daniel Roe
575f950cfc
fix(vite): remove separate rollup dependency () 2023-03-31 06:57:14 -07:00
renovate[bot]
c4f30bffd5
chore(deps): update all non-major dependencies (main) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-31 06:56:48 -07:00
Daniel Roe
fe04bf0f7b
refactor(vite): use rollup types re-exported from vite () 2023-03-31 02:56:10 -07:00
Daniel Roe
4ed5d2f872
fix(nuxt): suppress handled errors () 2023-03-31 02:17:10 -07:00
Daniel Roe
99ac1d5976
fix(webpack): transpile rest of nuxt runtime directories () 2023-03-30 09:24:18 -07:00
renovate[bot]
eef031a97f
chore(deps): update all non-major dependencies (main) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-03-30 07:37:21 -07:00
David Mignot
b31fd4ad34
fix(nuxt): store payloads in cache without trailing slash () 2023-03-30 05:32:00 -07:00
renovate[bot]
826c054154
chore(deps): update all non-major dependencies (main) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-29 09:53:04 -07:00
Daniel Roe
ae82d70895
fix(vite): allow extending vue config per-environment () 2023-03-29 03:59:57 -07:00
Daniel Roe
cb154c9f95
chore: use pnpm workspace protocol internally () 2023-03-28 08:53:00 -07:00
renovate[bot]
dbc6ed9499
chore(deps): update all non-major dependencies (main) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-28 06:35:29 -07:00
Daniel Roe
e60cb26983 chore: remove unneeded types packages 2023-03-28 14:20:07 +01:00
renovate[bot]
24739b6a8c
chore(deps): update all non-major dependencies (main) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-03-28 06:17:30 -07:00