renovate[bot]
|
c906312034
|
chore(deps): update all non-major dependencies (main) (#28321)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2024-08-05 16:33:27 +01:00 |
|
Daniel Roe
|
79193561b9
|
refactor(kit,nuxt,vite,webpack)!: remove legacy require utils (#28008)
|
2024-07-03 21:12:33 +01:00 |
|
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 |
|
Damian Głowala
|
e374474df3
|
feat(kit,schema): add .with for better module options types (#27520)
|
2024-06-21 09:33:42 +01:00 |
|
Daniel Roe
|
f5ab7eb494
|
refactor(kit,nuxt)!: drop nuxt 2 + ejs template compile support (#27706)
|
2024-06-19 13:56:54 +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
|
018b03588a
|
fix(kit,schema): revert changes to module options types (#26850)
This reverts commit c06a683e49 .
|
2024-06-10 21:25:42 +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 |
|
Inesh Bose
|
0d84300218
|
feat(kit): support typed module options in installModule (#26744)
|
2024-06-10 09:54:40 +01:00 |
|
Daniel Roe
|
7c5e25f81b
|
perf(kit,nuxt): remove handling for node 14 perf api (#27396)
|
2024-05-29 17:05:21 +01:00 |
|
Anthony Fu
|
f209158352
|
chore: cleanup eslint rules with latest @nuxt/eslint-config (#26653)
|
2024-04-05 19:08:32 +01:00 |
|
Daniel Roe
|
3782ac0a2c
|
fix(kit): handle errors resolving module path
|
2024-03-09 06:30:02 +00:00 |
|
Damian Głowala
|
2e8d47c269
|
fix(kit): resolve module node_modules for modulesDir (#25548)
|
2024-03-06 14:27:17 +00:00 |
|
Peter
|
d3ea8fed97
|
fix(kit): show correct error when module can't be loaded (#24957)
|
2024-01-01 09:14:28 +00:00 |
|
Bobbie Goede
|
8917e5f564
|
fix(kit): don't add local ~/modules dirs to modulesDir (#24457)
|
2023-12-20 14:42:42 +00:00 |
|
Michael Brevard
|
1711c33be4
|
perf(kit): avoid duplicate join operation (#24717)
|
2023-12-14 11:04:20 +00:00 |
|
Daniel Roe
|
7827f1843b
|
feat(kit): load /module or /nuxt module subpath if it exists (#24707)
|
2023-12-12 17:55:21 +00:00 |
|
Daniel Roe
|
803c4fe147
|
fix(kit): resolve module tsconfig paths relative to dirs (#23860)
|
2023-10-22 10:08:02 +02:00 |
|
Pooya Parsa
|
2bf9028f7e
|
refactor(kit,nuxt,schema): use consola and improve test dx (#23302)
|
2023-09-19 22:26:15 +01:00 |
|
Daniel Roe
|
b5c9a81d68
|
feat(nuxt): resolve unresolved paths within node_modules (#22478)
|
2023-08-07 23:05:29 +01:00 |
|
Harlan Wilton
|
694f13b18f
|
fix(kit): handle tuple-format modules in hasNuxtModule (#22316)
|
2023-07-25 21:04:16 +00:00 |
|
Harlan Wilton
|
6cabe69ce0
|
fix(kit): module compatibility not working with module names
|
2023-07-06 12:36:49 +10:00 |
|
Daniel Roe
|
a79d04780a
|
fix(kit): ignore telemetry startup time (as it has prompt) (#21959)
|
2023-07-05 16:04:37 +02:00 |
|
Inesh Bose
|
c73bed8c6d
|
feat(kit): allow direct function in defineNuxtModule (#20763)
|
2023-06-16 15:47:38 +01:00 |
|
Harlan Wilton
|
c0b3d26b00
|
feat(kit): module compatibility utils (#21246)
|
2023-06-06 23:36:35 +01:00 |
|
Daniel Roe
|
980728275a
|
fix(nuxt): use resolvePath to handle edge cases for modules (#20975)
|
2023-05-20 23:29:32 +01:00 |
|
Daniel Roe
|
26861e68ce
|
fix(kit): resolve relative module paths when installing (#20896)
|
2023-05-20 23:10:52 +01:00 |
|
Daniel Roe
|
3b820ad366
|
fix(kit): prefer esm resolution for modules to install (#20757)
|
2023-05-10 13:10:23 +01:00 |
|
Harlan Wilton
|
5febd46d23
|
fix(core,kit): ensure module transpilation paths are dirs (#20396)
|
2023-04-19 19:05:46 +01:00 |
|
Daniel Roe
|
f366ab4eb8
|
chore: remove @ts-ignore and fix some issues (#20273)
|
2023-04-14 13:53:21 +01:00 |
|
Daniel Roe
|
9878c5b6e4
|
style: enable sort-imports eslint rule (#20133)
|
2023-04-07 09:02:47 -07:00 |
|
Daniel Roe
|
b1826ee9f4
|
fix(kit): support calling Nuxt 2 modules with module container (#20023)
|
2023-04-03 05:04:56 -07:00 |
|
Daniel Roe
|
81da4cf5a2
|
fix(kit): handle node 14 performance behaviour (#19733)
|
2023-03-17 03:08:21 -07:00 |
|
Daniel Roe
|
886cca19ea
|
fix(kit): provide name to performance.mark() (#19687)
|
2023-03-15 04:26:01 -07:00 |
|
Daniel Roe
|
6d79b71588
|
refactor(kit,nuxi): resolve module paths using node algorithm (#19537)
|
2023-03-10 06:55:01 -08:00 |
|
pooya parsa
|
6bd9b9448e
|
feat(kit, schema): measure module setup timings (#18648)
|
2023-03-10 03:30:22 -08:00 |
|
pooya parsa
|
637b88304e
|
fix(kit): avoid adding already installed modules to internal _installedModules (#18647)
|
2023-01-31 17:44:19 +01:00 |
|
Tobias Diez
|
d83dc797af
|
fix(kit): don't use default export of defu (#18589)
|
2023-01-30 03:50:24 -08:00 |
|
pooya parsa
|
5ac9d85a49
|
refactor!: remove deprecated api (#9029)
|
2022-11-16 03:26:35 +01:00 |
|
Mehdi HosseinZade
|
f530cd7413
|
fix(kit): add external module to transpile (#8963)
|
2022-11-15 15:55:45 +01:00 |
|
Daniel Roe
|
74b81bbeaa
|
refactor(kit)!: remove support for module container (#9010)
|
2022-11-15 14:22:14 +01:00 |
|
pooya parsa
|
265db50515
|
refactor(nuxt)!: cleanup schema and split nuxt 2 types (#8487)
|
2022-10-27 12:36:37 +02:00 |
|
Andrew Mudrov
|
ddbfae1bec
|
fix(kit): log module id to the console when import fails (#8198)
|
2022-10-15 13:35:01 +02:00 |
|
pooya parsa
|
b933015850
|
feat(kit): useNitro() utility (#7557)
|
2022-09-15 18:10:50 +02:00 |
|
pooya parsa
|
ceb61ada2b
|
refactor(schema): upgrade to untyped 0.5 (#7452)
|
2022-09-12 20:22:41 +02:00 |
|
Anthony Fu
|
e1e39b7e79
|
refactor(nuxt, kit): improve type strictness (#6685)
|
2022-08-22 12:12:02 +02:00 |
|
renovate[bot]
|
6d64aff6f2
|
chore(deps): update dependency unctx to v2 (#6340)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
|
2022-08-04 13:00:01 +02:00 |
|
Daniel Roe
|
6f8b7a9043
|
feat(kit): add addLayout (#5537)
|
2022-06-27 13:47:54 +02:00 |
|