Daniel Roe
|
ceec08dbca
|
chore: remove unused variable
|
2024-07-02 13:21:03 +01:00 |
|
Daniel Roe
|
2d53229ca9
|
refactor(kit,nuxt): use performance.now to measure time
|
2024-07-02 12:12:56 +01:00 |
|
Daniel Roe
|
6bb24c14cc
|
fix(kit,nuxt): ensure webworker types are available
|
2024-07-01 21:06:40 +01:00 |
|
Daniel Roe
|
1beddba6a0
|
fix(kit)!: drop support for building nuxt 2 projects
|
2024-07-01 21:06:40 +01:00 |
|
renovate[bot]
|
d30a64e016
|
chore(deps): update dependency pkg-types to ^1.1.2 (main) (#27947)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-07-01 15:04:15 +01:00 |
|
Daniel Roe
|
53aa3f093d
|
chore(deps): bump nitro-nightly version (#27939)
|
2024-07-01 10:02:31 +01:00 |
|
renovate[bot]
|
e1110493e2
|
chore(deps): update all non-major dependencies (main) (#27926)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-07-01 09:06:43 +01:00 |
|
renovate[bot]
|
82595fe77a
|
chore(deps): update all non-major dependencies (main) (#27917)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2024-06-30 00:40:33 +01:00 |
|
Daniel Roe
|
53df20ef2b
|
chore: improve type safety with indexed access (#27626)
|
2024-06-27 16:27:08 +02:00 |
|
Daniel Roe
|
8f95cac34c
|
feat(kit,nuxt,schema,vite,webpack): nitropack v3 nightly (#27702)
|
2024-06-26 15:18:05 +02:00 |
|
Daniel Roe
|
07ad89cd7f
|
fix(kit)!: support loading nuxt 4 and drop support for <=2 (#27837)
|
2024-06-26 11:31:45 +02:00 |
|
Damian Głowala
|
e374474df3
|
feat(kit,schema): add .with for better module options types (#27520)
|
2024-06-21 09:33:42 +01:00 |
|
Lucie
|
2475ee81cc
|
feat(kit): add new isNuxtMajorVersion compatibility util (#27579)
|
2024-06-20 23:20:49 +01:00 |
|
renovate[bot]
|
95ea3f2aee
|
chore(deps): update all non-major dependencies (main) (#27721)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-06-19 21:51:38 +01:00 |
|
Daniel Roe
|
f5ab7eb494
|
refactor(kit,nuxt)!: drop nuxt 2 + ejs template compile support (#27706)
|
2024-06-19 13:56:54 +01:00 |
|
github-actions[bot]
|
8578e2bd62
|
v3.12.2
|
2024-06-16 08:36:40 +01:00 |
|
Daniel Roe
|
2de885bab5
|
fix(nuxt): reduce usage of cjs utilities (#27642)
|
2024-06-16 00:03:24 +01:00 |
|
renovate[bot]
|
d6e723885d
|
chore(deps): update all non-major dependencies (main) (#27611)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2024-06-14 22:12:47 +01:00 |
|
Daniel Roe
|
7dfc85623b
|
perf(kit): various performance improvements (#27600)
Co-authored-by: Michael Brevard <yonshi29@gmail.com>
|
2024-06-13 22:52:57 +01:00 |
|
Daniel Roe
|
e4bfea6428
|
fix(nuxt,schema): add types for _installedModules
|
2024-06-13 21:00:11 +01:00 |
|
renovate[bot]
|
452d43ab23
|
chore(deps): update dependency vite to v5.3.0 (main) (#27586)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-06-13 15:19:05 +01:00 |
|
Daniel Roe
|
d195930aae
|
perf(kit): deduplicate layers before resolving config (#27582)
|
2024-06-13 12:51:00 +01:00 |
|
renovate[bot]
|
d443a24cff
|
chore(deps): update all non-major dependencies (main) (#27568)
|
2024-06-12 20:55:40 +01:00 |
|
renovate[bot]
|
6bbc85ade9
|
chore(deps): update dependency webpack to v5.92.0 (main) (#27539)
|
2024-06-11 19:45:51 +01:00 |
|
github-actions[bot]
|
41fc45da25
|
v3.12.1
|
2024-06-11 11:50:45 +01:00 |
|
github-actions[bot]
|
9f06842fa1
|
v3.12.0
|
2024-06-11 09:44:43 +01:00 |
|
Daniel Roe
|
018b03588a
|
fix(kit,schema): revert changes to module options types (#26850)
This reverts commit c06a683e49 .
|
2024-06-10 21:25:42 +01:00 |
|
Daniel Roe
|
7bb02735e7
|
fix(kit): revert back to esnext target
|
2024-06-10 21:11:31 +01:00 |
|
Daniel Roe
|
7d48d98f62
|
chore: upgrade jiti (#27479)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
|
2024-06-10 18:30:09 +01:00 |
|
Pooya Parsa
|
da28077be3
|
fix(kit): avoid fallback to normalized path in module loading (#27507)
|
2024-06-10 17:18:00 +01:00 |
|
Damian Głowala
|
c06a683e49
|
feat(kit,schema): add .with for better module options types (#26850)
|
2024-06-10 11:16:13 +01:00 |
|
Daniel Roe
|
b08dfc98be
|
fix(kit): do not use module: preserve unelss ts v5.4 is installed
|
2024-06-10 10:48:49 +01:00 |
|
Inesh Bose
|
0d84300218
|
feat(kit): support typed module options in installModule (#26744)
|
2024-06-10 09:54:40 +01:00 |
|
Daniel Roe
|
af65d59678
|
fix(kit): improve defaults in generated tsconfig.json (#27485)
|
2024-06-07 21:08:57 +01:00 |
|
renovate[bot]
|
9f24bc6386
|
chore(deps): update all non-major dependencies (main) (#27474)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-06-07 20:28:28 +01:00 |
|
renovate[bot]
|
e60a912f33
|
chore(deps): update all non-major dependencies (main) (#27404)
|
2024-06-07 07:37:13 +01:00 |
|
Daniel Roe
|
7c5e25f81b
|
perf(kit,nuxt): remove handling for node 14 perf api (#27396)
|
2024-05-29 17:05:21 +01:00 |
|
renovate[bot]
|
c2702ef98d
|
chore(deps): update all non-major dependencies (main) (#27386)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-05-28 19:51:04 +01:00 |
|
renovate[bot]
|
440f92e832
|
chore(deps): update all non-major dependencies (main) (#27353)
|
2024-05-25 15:42:30 +01:00 |
|
Daniel Roe
|
cf736e2745
|
chore: move @internal comment
|
2024-05-16 16:14:39 -05:00 |
|
Daniel Roe
|
06be4cc025
|
feat(nuxt): auto-register layers in layers/ directory (#27221)
|
2024-05-15 05:51:14 -05:00 |
|
Anthony Fu
|
b96b62ecd2
|
refactor: improve regexp performance (#27207)
|
2024-05-14 12:54:37 -05:00 |
|
Daniel Roe
|
89baee0493
|
fix(nuxt): scan folder indices for middleware (#27187)
|
2024-05-13 21:23:15 +01:00 |
|
renovate[bot]
|
65a2ec4592
|
chore(deps): update all non-major dependencies (main) (#27135)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-05-09 20:06:46 +01:00 |
|
Daniel Roe
|
cebc89186e
|
feat(kit): add useRuntimeConfig and updateRuntimeConfig utils (#27117)
|
2024-05-09 18:49:35 +01:00 |
|
Horu
|
d66d68cd7d
|
feat(nuxt): allow specifying builder compatibility in modules (#27022)
|
2024-05-09 09:28:33 +01:00 |
|
renovate[bot]
|
6273f5d3b6
|
chore(deps): update all non-major dependencies (main) (#27094)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-05-08 13:33:06 +01:00 |
|
renovate[bot]
|
b330a296b8
|
chore(deps): update vitest to v1.6.0 (main) (#27055)
|
2024-05-04 16:09:25 +01:00 |
|
Daniel Roe
|
2c39b3ce61
|
feat(nuxt,schema): support new Nuxt folder structure (#27029)
|
2024-05-02 14:24:31 +01:00 |
|
Daniel Roe
|
061fbd4bd6
|
chore: upgrade dev dependencies
|
2024-05-02 11:50:58 +01:00 |
|