Daniel Roe
|
14b32258e8
|
fix: ensure debounced/async handlers run in order (#3656)
|
2022-03-15 11:56:16 +01:00 |
|
Daniel Roe
|
a7ce6d53b7
|
fix(nuxi): use new builder option for vite/webpack info (#3658)
|
2022-03-15 11:39:49 +01:00 |
|
Daniel Roe
|
5d58ef48af
|
feat(nitro, nuxt3): allow handling otherwise unhandled runtime errors (#3464)
Co-authored-by: pooya parsa <pyapar@gmail.com>
|
2022-03-11 09:22:16 +01:00 |
|
Daniel Roe
|
7b6252a444
|
feat(nuxi): add jsx option to generated tsconfig (#3449)
|
2022-03-01 19:25:23 +01:00 |
|
Daniel Roe
|
754ff0c9e7
|
feat: .nuxtignore support and isIgnored kit utility (#3424)
|
2022-02-28 17:11:46 +01:00 |
|
Daniel Roe
|
271289c4d6
|
fix(nuxi): don't clear screen on nuxi dev --help (#3372)
|
2022-02-24 17:18:13 +00:00 |
|
Xin Du (Clark)
|
48cc6086e4
|
fix(config): add analyze plugin options in bridge mode (#3292)
|
2022-02-21 12:25:31 +01:00 |
|
pooya parsa
|
12a95ad86c
|
test: rework tests using @nuxt/test-utils (#3308)
|
2022-02-18 19:14:57 +01:00 |
|
Anthony Fu
|
467ab693b9
|
feat: shared logger and silent test logs (#3259)
Co-authored-by: pooya parsa <pyapar@gmail.com>
|
2022-02-16 22:34:32 +01:00 |
|
renovate[bot]
|
cc9d525650
|
chore(deps): update all non-major dependencies (#3204)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-02-15 10:53:20 +01:00 |
|
renovate[bot]
|
7701c125ea
|
chore(deps): update all non-major dependencies (#3176)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-02-11 10:19:53 +01:00 |
|
renovate[bot]
|
a1b2d09438
|
chore(deps): update all non-major dependencies (#3097)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-02-07 21:50:53 +01:00 |
|
Daniel Roe
|
c1148d4d77
|
refactor: write declarations to <buildDir>/types (#3067)
* refactor: write declarations to `<buildDir>/types`
* fix: update relative imports
|
2022-02-07 11:20:01 +01:00 |
|
Keith Bremner
|
a3579b7a1c
|
docs: fix typo in nuxi analyze output (#3022)
|
2022-02-01 15:34:06 +00:00 |
|
renovate[bot]
|
a43757b082
|
chore(deps): update all non-major dependencies (#2970)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-01-31 11:55:56 +01:00 |
|
nandi95
|
88da7197ba
|
fix(nuxi): updated rmdir to rm and checked paths exists (#2968)
|
2022-01-28 12:32:09 +01:00 |
|
Daniel Roe
|
6e06d2b4c9
|
feat(nuxi): clear cache on upgrade (#2936)
|
2022-01-26 18:25:11 +01:00 |
|
renovate[bot]
|
4b1ea5741e
|
chore(deps): update dependency jiti to ^1.12.14 (#2929)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-01-26 13:03:01 +01:00 |
|
renovate[bot]
|
0affa39b62
|
chore(deps): update all non-major dependencies (#2912)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
|
2022-01-26 12:57:33 +01:00 |
|
renovate[bot]
|
b0a56ad807
|
chore(deps): update all non-major dependencies (#2902)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-01-25 15:51:19 +01:00 |
|
Daniel Roe
|
03cc1913a3
|
fix(nuxi,nuxt3,bridge): generate all templates with nuxi prepare (#2409)
|
2022-01-24 14:28:47 +01:00 |
|
Daniel Roe
|
7f62ed1e32
|
fix(nuxi): respect custom pages directory (#2813)
|
2022-01-19 19:07:25 +01:00 |
|
renovate[bot]
|
c80870ad8c
|
chore(deps): update all non-major dependencies (#2767)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-01-18 17:59:31 +01:00 |
|
Harlan Wilton
|
4bd7adae4a
|
feat(nuxi): call nuxt listen hook for dev (#2772)
|
2022-01-18 17:36:01 +01:00 |
|
Pooya Parsa
|
21b664cc74
|
feat(nuxi): use nuxt/starter by default for templates
|
2022-01-17 22:29:32 +01:00 |
|
renovate[bot]
|
0e984fe496
|
chore(deps): update all non-major dependencies (#2756)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-01-17 18:25:38 +01:00 |
|
renovate[bot]
|
91032cdd64
|
chore(deps): update all non-major dependencies (#2717)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-01-17 11:56:28 +01:00 |
|
renovate[bot]
|
303b5bd220
|
chore(deps): update all non-major dependencies (#2707)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-01-13 18:21:05 +01:00 |
|
renovate[bot]
|
47cac4c597
|
chore(deps): update all non-major dependencies (#2637)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-01-11 18:45:11 +01:00 |
|
Daniel Roe
|
b5618e976b
|
feat(nuxi): add nuxi preview command for local testing (#2162)
Co-authored-by: pooya parsa <pyapar@gmail.com>
|
2021-12-21 12:46:42 +01:00 |
|
renovate[bot]
|
85f0547ca4
|
chore(deps): update all non-major dependencies (#2379)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
|
2021-12-20 12:33:18 +01:00 |
|
renovate[bot]
|
23397e603c
|
feat(deps): update all non-major dependencies (#2252)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
|
2021-12-14 16:46:05 +01:00 |
|
Pooya Parsa
|
1ef6e3f525
|
fix(nuxi): ensure buildDir exists before write
|
2021-12-01 21:40:40 +01:00 |
|
renovate[bot]
|
ceec9fdba8
|
chore(deps): update all non-major dependencies (#2214)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-12-01 12:58:38 +01:00 |
|
Daniel Roe
|
f3082ca601
|
fix(nuxi): add nuxt3 to dev deps in upgrade command (#2143)
|
2021-11-24 21:13:12 +01:00 |
|
Daniel Roe
|
f5307f9d13
|
feat(nuxi): add typecheck command using vue-tsc (#2132)
* feat(nuxi): add `typecheck` command using `vue-tsc`
* perf: use local install with execa + set rootDir as cwd
|
2021-11-24 17:02:57 +01:00 |
|
Daniel Roe
|
2a29c6aa1a
|
fix(cli): enable usage command (#2079)
|
2021-11-22 18:19:34 +01:00 |
|
pooya parsa
|
d68318f9d5
|
refactor: split schema to @nuxt/schema and simplify kit (#2059)
|
2021-11-21 17:14:46 +01:00 |
|
renovate[bot]
|
ca8b97d69b
|
chore(deps): update devdependency execa to v6 (#1986)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
|
2021-11-18 19:12:19 +01:00 |
|
Anthony Fu
|
1e0e8818da
|
fix(bridge): exclude bridge alias types to support Volar (#2013)
|
2021-11-18 19:11:43 +01:00 |
|
Xin Du (Clark)
|
a08b435f51
|
refactor: remove unnecessary optional chaining (#1991)
|
2021-11-17 15:37:34 +01:00 |
|
Daniel Roe
|
496ea09777
|
fix(nuxi): ignore static check with prepare command (#1971)
|
2021-11-16 17:10:28 +01:00 |
|
Daniel Roe
|
f3a1ac5c59
|
fix(nuxi): handle missing typescript options in build (#1972)
|
2021-11-16 16:20:27 +01:00 |
|
pooya parsa
|
b16cfea689
|
feat: typescript options (#1940)
|
2021-11-16 13:32:21 +01:00 |
|
Daniel Roe
|
36f3691bf8
|
fix(nuxi): create buildDir before writing types (#1930)
|
2021-11-15 16:55:32 +01:00 |
|
Anthony Fu
|
202617bdd1
|
fix(bridge): plugin default detection (#1847)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
|
2021-11-11 14:58:43 +01:00 |
|
renovate[bot]
|
02f3fd1451
|
chore(deps): update all non-major dependencies (#1828)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-11-10 21:15:39 +01:00 |
|
Daniel Roe
|
89aa7aa303
|
fix(nuxi): set allowSyntheticDefaultImports (#1827)
|
2021-11-10 17:39:19 +01:00 |
|
Daniel Roe
|
f2d4c65edb
|
fix(nuxi): default to skipping lib check (#1824)
|
2021-11-10 14:18:25 +01:00 |
|
Daniel Roe
|
13a8e2b163
|
fix(nitro, nuxi): add runtimeConfig types (for #config and useRuntimeConfig() ) (#1783)
Co-authored-by: Tobias Diez <code@tobiasdiez.com>
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
|
2021-11-10 13:40:02 +01:00 |
|