Daniel Roe
|
fbd5c33ba2
|
test: add import protection test
|
2024-11-19 14:00:04 -05:00 |
|
Daniel Roe
|
cfdbbb4e48
|
fix(nuxt): do not disallow importing nitro dependencies (#29975)
|
2024-11-19 14:00:03 -05:00 |
|
Daniel Roe
|
cea11d5060
|
fix(nuxt): allow scanning metadata from 2+ files at same path (#29969)
|
2024-11-19 07:03:38 -05:00 |
|
renovate[bot]
|
003ceacbce
|
chore(deps): update all non-major dependencies (3.x) (#29951)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-11-19 11:26:27 +00:00 |
|
Daniel Roe
|
c4ede9bee3
|
refactor(nuxt): define layouts as async vue components (#29957)
|
2024-11-17 22:26:04 -05:00 |
|
Daniel Roe
|
c576d8b383
|
fix(nuxt): do not include <NuxtWelcome> when building (#29956)
Co-authored-by: Julien Huang <julien.huang@outlook.fr>
|
2024-11-17 22:26:04 -05:00 |
|
Daniel Roe
|
8e0f7314aa
|
fix(nuxt): recompile templates on change events (#29954)
|
2024-11-17 22:26:04 -05:00 |
|
Daniel Roe
|
7284241808
|
fix(kit): resolve module paths before appending subpaths (#29955)
|
2024-11-17 22:26:02 -05:00 |
|
Daniel Roe
|
302a66da9d
|
fix(nuxt): return null map for empty plugin metadata
|
2024-11-17 22:25:41 -05:00 |
|
Daniel Roe
|
6cd3352dec
|
fix(vite): use resolved nuxt template dst to invalidate modules
|
2024-11-17 22:25:41 -05:00 |
|
Daniel Roe
|
d44408e87b
|
fix(nuxt): handle empty plugin files
|
2024-11-17 22:25:40 -05:00 |
|
renovate[bot]
|
da7370dfda
|
chore(deps): update all non-major dependencies (3.x) (#29926)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2024-11-17 10:41:23 -05:00 |
|
Gustavo Aquino Torres Teixeira
|
86a7457766
|
fix(kit): use dst to deduplicate templates when adding them (#29895)
|
2024-11-17 06:14:20 -05:00 |
|
Adrien Foulon
|
05328d68e4
|
chore: remove unused imports and update eslint config (#29876)
|
2024-11-17 06:14:18 -05:00 |
|
Julien Huang
|
13109cf821
|
fix(nuxt): assign default name to component without setup (#29869)
|
2024-11-17 06:13:29 -05:00 |
|
renovate[bot]
|
748429afc6
|
chore(deps): update vitest to v2.1.5 (3.x) (#29908)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-11-14 11:47:15 +01:00 |
|
renovate[bot]
|
ac5da54e56
|
chore(deps): update all non-major dependencies (3.x) (#29897)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-11-14 10:09:56 +01:00 |
|
renovate[bot]
|
2e68bb8137
|
chore(deps): update all non-major dependencies (3.x) (#29888)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-11-12 17:17:10 +00:00 |
|
renovate[bot]
|
fe816ebf9f
|
chore(deps): update all non-major dependencies (3.x) (#29880)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-11-12 08:43:02 +00:00 |
|
renovate[bot]
|
c6ed9f934b
|
chore(deps): update all non-major dependencies (3.x) (#29874)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-11-11 13:06:33 +00:00 |
|
renovate[bot]
|
ad0edb88e4
|
chore(deps): update devdependency rollup to v4.25.0 (3.x) (#29864)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-11-10 08:53:24 +00:00 |
|
renovate[bot]
|
30c03d0172
|
chore(deps): update all non-major dependencies (3.x) (#29851)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-11-08 22:38:33 +00:00 |
|
renovate[bot]
|
0ee40c0b21
|
chore(deps): update all non-major dependencies (3.x) (#29836)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-11-07 09:56:38 +00:00 |
|
Horu
|
843dfe30ed
|
fix(rspack): update webpackbar with support for rspack (#29823)
|
2024-11-06 21:11:18 +00:00 |
|
github-actions[bot]
|
6256890770
|
v3.14.159
|
2024-11-06 11:34:39 +00:00 |
|
Daniel Roe
|
fb833ac64f
|
fix(kit): convert module path to file url before reading meta
|
2024-11-06 11:17:23 +00:00 |
|
xjccc
|
7936158019
|
chore(nuxt): remove redundant type (#29810)
|
2024-11-06 09:50:02 +00:00 |
|
Daniel Roe
|
4b08844535
|
fix(nuxt): remove null-byte prefix for virtual files (#29809)
|
2024-11-06 09:50:02 +00:00 |
|
Daniel Roe
|
a42132b68d
|
fix(webpack,rspack): add adapter for webpack-dev-middleware (#29806)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
|
2024-11-06 00:05:12 +00:00 |
|
renovate[bot]
|
bbb52e3d3c
|
chore(deps): update devdependency nitropack to v2.10.3 (3.x) (#29805)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2024-11-06 00:02:23 +00:00 |
|
Daniel Roe
|
a929a91d71
|
fix(kit): use mlly to resolve module paths to avoid cjs fallback (#29799)
|
2024-11-05 21:40:57 +00:00 |
|
Aurion SARL
|
220b0f146c
|
fix(kit): fall back to meta version if there's no module.json (#29793)
|
2024-11-05 21:40:26 +00:00 |
|
renovate[bot]
|
e368a9f7f0
|
chore(deps): update all non-major dependencies (3.x) (#29786)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-11-05 11:14:38 +00:00 |
|
Daniel Roe
|
ea5481eb70
|
fix(nuxt): update nitropack preset directory (#29780)
|
2024-11-05 10:14:55 +00:00 |
|
Lukas Bauer
|
38e40ce2bd
|
docs: fix rou3 link in nitro.js (#29775)
|
2024-11-05 10:14:55 +00:00 |
|
github-actions[bot]
|
42420521c7
|
v3.14.0
|
2024-11-04 15:46:00 +00:00 |
|
renovate[bot]
|
89d73db81e
|
chore(deps): update all non-major dependencies (3.x) (#29763)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2024-11-04 13:59:33 +00:00 |
|
Daniel Roe
|
54096875ee
|
fix(schema): hoist nitropack/types to ensure api routes are typed
|
2024-11-03 20:58:25 +00:00 |
|
Daniel Roe
|
1b53911825
|
build(ui-templates): switch to beasties
|
2024-11-03 20:57:50 +00:00 |
|
xjccc
|
738e2ee8eb
|
fix(nuxt): respect existing props value in definePageMeta (#29683)
|
2024-11-03 20:57:05 +00:00 |
|
Pooya Parsa
|
0767742af3
|
chore: update nitropack to 2.10.2 (#29766)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-11-03 14:57:21 +00:00 |
|
Daniel Roe
|
686be8168b
|
fix(vite): update signature for createIsExternal
|
2024-11-02 23:20:04 +00:00 |
|
Damian Głowala
|
59c28d5a5a
|
feat(nuxt): add useRuntimeHook composable (#29741)
|
2024-11-02 23:14:02 +00:00 |
|
Nils
|
b2accc6de7
|
feat(nuxt): allow chunk error or manifest update -> reload (#28160)
|
2024-11-02 23:14:01 +00:00 |
|
Estéban
|
18d547d5a5
|
feat(schema,nuxt): add shared/ folder and #shared alias (#28682)
|
2024-11-02 23:13:59 +00:00 |
|
Anthony Fu
|
3223117811
|
fix(nuxt): remove vue compiler hints from auto import (#29713)
|
2024-11-02 23:12:33 +00:00 |
|
renovate[bot]
|
85514f212c
|
chore(deps): update all non-major dependencies (3.x) (#29753)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2024-11-02 09:43:22 +00:00 |
|
renovate[bot]
|
0eeeda41ff
|
chore(deps): update all non-major dependencies (3.x) (#29726)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2024-11-01 12:39:16 +00:00 |
|
renovate[bot]
|
9f2e8e54f9
|
chore(deps): update vitest to v2.1.4 (3.x) (#29711)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-10-28 07:06:20 -07:00 |
|
renovate[bot]
|
03cf2d1c03
|
chore(deps): update all non-major dependencies (3.x) (#29707)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-10-28 06:37:37 -07:00 |
|
renovate[bot]
|
7a25658a51
|
chore(deps): update devdependency rollup to v4.24.2 (3.x) (#29705)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-10-27 20:28:45 -07:00 |
|
renovate[bot]
|
5aa896bc88
|
chore(deps): update all non-major dependencies (3.x) (#29694)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-10-27 06:41:37 -07:00 |
|
renovate[bot]
|
a0fc54f93e
|
chore(deps): update devdependency tinyglobby to v0.2.10 (3.x) (#29680)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-10-25 11:40:52 +01:00 |
|
renovate[bot]
|
4ed6545be5
|
chore(deps): update all non-major dependencies (3.x) (#29652)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2024-10-23 12:53:56 +01:00 |
|
renovate[bot]
|
f63991847e
|
chore(deps): update dependency nuxi to v3.15.0 (3.x) (#29645)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-10-23 12:53:53 +01:00 |
|
Daniel Roe
|
a248f24f50
|
test: update snapshot for https://github.com/nuxt/nuxt/pull/28441
|
2024-10-22 17:50:33 +01:00 |
|
Michael Brevard
|
9e23aceb6a
|
perf(kit,nuxt,vite,webpack): hoist regex patterns (#29620)
|
2024-10-22 15:38:26 +01:00 |
|
xjccc
|
56ceb1840e
|
feat(nuxt): allow enabling route props in definePageMeta (#29586)
|
2024-10-22 15:38:04 +01:00 |
|
Bobbie Goede
|
39951fd472
|
feat(nuxt,schema): pages:resolved hook + scan meta post extend (#28861)
|
2024-10-22 15:38:04 +01:00 |
|
Michael Brevard
|
da809b0a5b
|
perf(vite): avoid redundant postcss plugins overwrite (#29619)
|
2024-10-22 15:38:04 +01:00 |
|
renovate[bot]
|
b2596ea294
|
chore(deps): update all non-major dependencies (3.x) (#29633)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2024-10-22 13:16:49 +01:00 |
|
renovate[bot]
|
c8add679b2
|
chore(deps): update all non-major dependencies (3.x) (#29584)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2024-10-17 23:06:29 +01:00 |
|
renovate[bot]
|
883370c8fe
|
chore(deps): update vitest to v2.1.3 (3.x) (#29532)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-10-17 21:39:24 +01:00 |
|
Daniel Roe
|
7ece49f9b1
|
chore: use jiti.import
|
2024-10-17 21:37:59 +01:00 |
|
renovate[bot]
|
dadf50dbcd
|
chore(deps): update all non-major dependencies (3.x) (#29524)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2024-10-16 22:52:04 +01:00 |
|
Daniel Roe
|
3bbcd7d218
|
fix(schema): mark configFile as required in layer type
|
2024-10-16 11:52:23 +01:00 |
|
Julien Huang
|
088beaa90b
|
perf(nuxt): remove unneeded second call to useNuxtApp (#29514)
|
2024-10-16 11:52:13 +01:00 |
|
renovate[bot]
|
c3dc05c1a6
|
chore(deps): update dependency memfs to ^4.14.0 (3.x) (#29517)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-10-13 21:40:46 +01:00 |
|
renovate[bot]
|
494dd8ae72
|
chore(deps): update dependency @nuxt/devtools to ^1.6.0 (3.x) (#29400)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-10-12 20:29:53 +01:00 |
|
Alexander
|
50dcf5f64e
|
fix(vite): dim repeat count in logs (#29392)
|
2024-10-11 23:39:30 +01:00 |
|
Julien Huang
|
4bb023cd4b
|
fix(nuxt): allow islands to manipulate head client-side (#29186)
|
2024-10-11 23:39:30 +01:00 |
|
Ryoya
|
ff18ecffd3
|
fix(nuxt): fix nested page types in typedPages (#29352)
|
2024-10-11 23:39:30 +01:00 |
|
Alexander
|
2513c80816
|
fix(schema): use ConfigLayer type from c12 (#29370)
|
2024-10-11 23:39:27 +01:00 |
|
renovate[bot]
|
71e48ca1bb
|
chore(deps): update all non-major dependencies to v3.5.12 (3.x) (#29390)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2024-10-11 18:29:52 +02:00 |
|
renovate[bot]
|
13702c82fd
|
chore(deps): update all non-major dependencies (3.x) (#29384)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-10-11 12:04:07 +02:00 |
|
renovate[bot]
|
4ef4ec13d3
|
chore(deps): update all non-major dependencies (3.x) (#29375)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-10-11 10:47:19 +02:00 |
|
renovate[bot]
|
7c0e5853e5
|
chore(deps): update all non-major dependencies (3.x) (#29356)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-10-10 14:07:50 +02:00 |
|
Daniel Roe
|
71e0fb06f0
|
chore: revert unbuild update
|
2024-10-09 16:13:07 +02:00 |
|
Daniel Roe
|
e207f7e993
|
feat(rspack,webpack): add rspack builder (#29142)
Co-authored-by: "yangjian.fe" <yangjian.fe@bytedance.com>
Co-authored-by: underfin <likui6666666@gmail.com>
|
2024-10-09 15:59:32 +02:00 |
|
Daniel Roe
|
0f210e3170
|
refactor(nuxt,schema,vite,webpack): use unplugin for vfs (#29165)
|
2024-10-09 15:04:58 +02:00 |
|
Ryota Watanabe
|
ad7aae046e
|
fix(nuxt): avoid throwing 404 error before middleware finishes (#29054)
|
2024-10-09 15:04:49 +02:00 |
|
Daniel Roe
|
cb725f0146
|
fix(nuxt): prevent 404 when hitting component test endpoint
|
2024-10-09 15:04:10 +02:00 |
|
Jelmer
|
613340edcf
|
feat(nuxt): add useResponseHeader composable (#27131)
|
2024-10-09 15:04:09 +02:00 |
|
Daniel Roe
|
da0dfd3054
|
feat(kit,schema): add addServerTemplate utility (#29320)
|
2024-10-09 08:28:57 +02:00 |
|
Daniel Roe
|
90e413e428
|
fix(nuxt): error on build when required module is missing (#29287)
|
2024-10-09 08:28:27 +02:00 |
|
Daniel Roe
|
43f80f134b
|
fix(nuxt): pass absolute external link urls to link:prefetch (#29321)
|
2024-10-09 08:28:27 +02:00 |
|
renovate[bot]
|
400fecba58
|
chore(deps): update devdependency ofetch to v1.4.1 (3.x) (#29330)
|
2024-10-08 22:07:31 +02:00 |
|
renovate[bot]
|
ceb85f5bb7
|
chore(deps): update dependency chokidar to v4 (3.x) (#29325)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-10-08 16:15:20 +02:00 |
|
renovate[bot]
|
bcdcb9a6aa
|
chore(deps): update all non-major dependencies (3.x) (#29319)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-10-08 13:28:24 +02:00 |
|
renovate[bot]
|
6c8a75f7bb
|
chore(deps): update all non-major dependencies (3.x) (#29306)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-10-08 00:58:44 +02:00 |
|
renovate[bot]
|
d2d90e4dbe
|
chore(deps): update dependency mlly to ^1.7.2 (3.x) (#29295)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-10-07 06:36:15 +02:00 |
|
Daniel Roe
|
a28e00c0da
|
fix(nuxt): use routeRules to hint pages to prerender (#29172)
|
2024-10-07 06:28:13 +02:00 |
|
Daniel Roe
|
4a84ec89e6
|
refactor(nuxt): use addBuildPlugin internally (#29157)
|
2024-10-07 06:26:12 +02:00 |
|
renovate[bot]
|
248445f27b
|
chore(deps): update all non-major dependencies (3.x) (#29266)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2024-10-06 07:33:04 +01:00 |
|
Pooya Parsa
|
48f9617b8b
|
chore(deps): update jiti (#29281)
|
2024-10-05 19:42:01 +01:00 |
|
renovate[bot]
|
31a91c4322
|
chore(deps): update all non-major dependencies (3.x) (#29238)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2024-10-03 18:04:45 +01:00 |
|
renovate[bot]
|
a6cefe0659
|
chore(deps): update vitest to v2.1.2 (3.x) (#29256)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-10-02 23:18:05 +01:00 |
|
renovate[bot]
|
d702449b3c
|
chore(deps): update all non-major dependencies (3.x) (#29235)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-10-01 08:12:21 +01:00 |
|
renovate[bot]
|
c54216ca79
|
chore(deps): update all non-major dependencies (3.x) (#29231)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-09-30 16:58:22 +01:00 |
|
renovate[bot]
|
72c5204248
|
chore(deps): update all non-major dependencies (3.x) (#29216)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-09-29 19:48:16 +01:00 |
|
renovate[bot]
|
4e889d65f4
|
chore(deps): update devdependency c12 to v2 (3.x) (#29214)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-09-28 22:42:15 +01:00 |
|
renovate[bot]
|
e058209855
|
chore(deps): update all non-major dependencies (3.x) (#29209)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-09-28 14:09:29 +01:00 |
|
renovate[bot]
|
cef43f9e79
|
chore(deps): update all non-major dependencies (3.x) (#29201)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2024-09-27 21:37:46 +01:00 |
|
renovate[bot]
|
d884ad1fb5
|
chore(deps): update devdependency @nuxt/scripts to v0.9.4 (3.x) (#29193)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-09-27 10:14:37 +01:00 |
|
renovate[bot]
|
642beaddc2
|
chore(deps): update all non-major dependencies (3.x) (#29178)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-09-27 09:33:57 +01:00 |
|
renovate[bot]
|
961510b74e
|
chore(deps): update dependency unimport to ^3.13.0 (3.x) (#29175)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-09-26 11:30:54 +01:00 |
|
renovate[bot]
|
e74b512dc0
|
chore(deps): update all non-major dependencies (3.x) (#29169)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-09-26 07:40:52 +01:00 |
|
renovate[bot]
|
314497e1a9
|
chore(deps): update dependency nuxi to v3.14.0 (3.x) (#29168)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-09-25 23:29:29 +01:00 |
|
Julien Huang
|
2e69612206
|
feat(nuxt): normalise component names to match nuxt pattern (#28745)
|
2024-09-25 22:52:13 +01:00 |
|
Daniel Roe
|
a4534ae233
|
fix(nuxt): add crossorigin attribute for stylesheets (#29138)
|
2024-09-25 22:50:53 +01:00 |
|
renovate[bot]
|
d0ddc0d695
|
chore(deps): update dependency devalue to v5.1.1 (3.x) (#29166)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-09-25 21:44:17 +01:00 |
|
renovate[bot]
|
b74a9bdd47
|
chore(deps): update all non-major dependencies (3.x) (#29164)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2024-09-25 21:13:33 +01:00 |
|
renovate[bot]
|
17b3f72d6f
|
chore(deps): update dependency webpack to v5.95.0 (3.x) (#29160)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-09-25 19:41:23 +01:00 |
|
renovate[bot]
|
84ef815b61
|
chore(deps): update all non-major dependencies (3.x) (#29147)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-09-25 09:24:17 +01:00 |
|
renovate[bot]
|
23c73d3ba8
|
chore(deps): update dependency vue-bundle-renderer to v2.1.1 (3.x) (#29140)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-09-24 13:45:30 +01:00 |
|
renovate[bot]
|
378dfbdf7a
|
chore(deps): update dependency @rollup/plugin-replace to v6 (3.x) (#29130)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-09-24 00:10:51 +01:00 |
|
renovate[bot]
|
831824980d
|
chore(deps): update all non-major dependencies (3.x) (#29129)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-09-24 00:10:23 +01:00 |
|
renovate[bot]
|
ad9c9678bc
|
chore(deps): update all non-major dependencies (3.x) (#29127)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-09-23 20:24:36 +01:00 |
|
renovate[bot]
|
c7b6d759f6
|
chore(deps): update all non-major dependencies (3.x) (#29114)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-09-22 20:59:53 +01:00 |
|
Daniel Roe
|
5bd42c893e
|
fix(kit,vite,webpack): strip node_modules/ from parent urls
|
2024-09-21 22:04:59 +01:00 |
|
renovate[bot]
|
c1be4f5393
|
chore(deps): update all non-major dependencies (3.x) (#29097)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2024-09-21 13:19:39 +01:00 |
|
renovate[bot]
|
fa3efbf918
|
chore(deps): update all non-major dependencies (3.x) (#29092)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2024-09-20 18:52:06 +01:00 |
|
Daniel Roe
|
9d77fdc802
|
fix(kit,vite,webpack): resolve postcss paths from each modules dir (#29096)
|
2024-09-20 18:39:17 +01:00 |
|
Daniel Roe
|
70a622d433
|
fix(kit): try resolving module path from each node_modules dir
|
2024-09-20 13:29:57 +01:00 |
|
renovate[bot]
|
ace048ea2b
|
chore(deps): update devdependency rollup to v4.22.2 (3.x) (#29091)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-09-20 12:34:09 +01:00 |
|
Daniel Roe
|
c7fecd8a1e
|
fix(kit): handle passing 'bare' relative paths to modules
|
2024-09-19 17:21:12 +01:00 |
|
Daniel Roe
|
c5a8eaae36
|
feat(kit,nuxt,vite,webpack): reimplement cjs utils using jiti (#29073)
|
2024-09-19 16:35:02 +01:00 |
|
renovate[bot]
|
3dbcdd0036
|
chore(deps): update all non-major dependencies (3.x) (#29071)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-09-19 15:15:42 +01:00 |
|
Daniel Roe
|
10ce38055d
|
feat(deps): upgrade to latest version of jiti (#27995)
|
2024-09-19 14:39:19 +01:00 |
|
Daniel Roe
|
03342f8575
|
fix(nuxt): don't resolve relative import type paths for deps (#29069)
|
2024-09-19 13:26:27 +01:00 |
|
Daniel Roe
|
466a98b6e0
|
fix(nuxt): empty nitro buildDir in dev mode (#29068)
|
2024-09-19 13:26:27 +01:00 |
|
Indrek Ardel
|
111a3c25a3
|
fix(vite): don't force protocol if disabled devServer.https (#29049)
|
2024-09-19 13:26:26 +01:00 |
|
Daniel Roe
|
6a39c657f5
|
chore: add more checks around indexed access (#29060)
|
2024-09-19 13:26:25 +01:00 |
|
DarkVen0m
|
da019ba39a
|
fix(nuxt): pass DOMException as fetch abort exception (#29058)
|
2024-09-19 13:21:18 +01:00 |
|
Daniel Roe
|
04f1062af9
|
fix(nuxt): defer unsetting error handler until suspense resolves (#29037)
|
2024-09-19 13:21:18 +01:00 |
|
Daniel Roe
|
08891ab126
|
fix(nuxt): do not resolve non-absolute component paths (#29036)
|
2024-09-19 13:21:18 +01:00 |
|
renovate[bot]
|
06c71f6dac
|
chore(deps): update all non-major dependencies (3.x) (#29048)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2024-09-19 13:18:54 +01:00 |
|
renovate[bot]
|
c1655a292e
|
chore(deps): update devdependency ignore to v6.0.2 (3.x) (#29039)
|
2024-09-17 16:56:49 +02:00 |
|
renovate[bot]
|
0da854fa18
|
chore(deps): update all non-major dependencies (3.x) (#29019)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2024-09-17 16:02:33 +02:00 |
|
renovate[bot]
|
0593465390
|
chore(deps): update devdependency ignore to v6 (3.x) (#29035)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-09-17 15:05:04 +02:00 |
|
Daniel Roe
|
3e5b307e42
|
fix(nuxt): access server build from webpack memfs (#29027)
|
2024-09-17 14:01:48 +02:00 |
|
Ezra Ashenafi
|
0bf748597f
|
fix(nuxt): simplify plugin InjectionType template conditional (#29023)
|
2024-09-17 14:01:47 +02:00 |
|
Daniel Roe
|
d811961222
|
test: add basic assertions for unctx transform
|
2024-09-17 14:01:47 +02:00 |
|
github-actions[bot]
|
a50725300f
|
v3.13.2
|
2024-09-15 22:03:54 +01:00 |
|
Daniel Roe
|
7e431f0757
|
chore(deps): bump nuxi
|
2024-09-15 21:57:55 +01:00 |
|
Artem Maslov
|
870e4f6b4a
|
fix(nuxt): correct type for useError (#28996)
|
2024-09-15 21:44:48 +01:00 |
|
renovate[bot]
|
3a0d9d0155
|
chore(deps): update dependency ohash to ^1.1.4 (3.x) (#29015)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-09-15 21:37:40 +01:00 |
|
Julien Huang
|
aa7117b044
|
fix(nuxt): add missing isNuxtMajorVersion export (#29016)
|
2024-09-15 21:23:34 +01:00 |
|
renovate[bot]
|
a3233c6ceb
|
chore(deps): update all non-major dependencies (3.x) (#29013)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2024-09-15 21:11:18 +01:00 |
|
renovate[bot]
|
41ff93b259
|
chore(deps): update all non-major dependencies (3.x) (#29001)
|
2024-09-15 20:01:40 +01:00 |
|
renovate[bot]
|
b6ea82a86a
|
chore(deps): update vitest to v2.1.1 (3.x) (#28990)
|
2024-09-14 09:17:21 +01:00 |
|
renovate[bot]
|
466503057e
|
chore(deps): update all non-major dependencies (3.x) (#28989)
|
2024-09-14 08:19:29 +01:00 |
|
renovate[bot]
|
77ae653bbc
|
chore(deps): update vitest to v2.1.0 (3.x) (#28962)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-09-13 13:37:07 +01:00 |
|
renovate[bot]
|
d6701e4892
|
chore(deps): update dependency vite to v5.4.5 (main) (#28978)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2024-09-13 12:59:00 +01:00 |
|
Daniel Roe
|
ae51353638
|
test: switch inline snapshot to object comparison
|
2024-09-13 12:57:44 +01:00 |
|
Daniel Roe
|
8209086964
|
fix(nuxt): catch chunk errors directly in navigation
|
2024-09-13 12:57:44 +01:00 |
|
renovate[bot]
|
9d39556057
|
chore(deps): update devdependency vue-router to v4.4.5 (3.x) (#28974)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-09-13 10:55:49 +01:00 |
|
renovate[bot]
|
5674312870
|
chore(deps): update all non-major dependencies (3.x) (#28952)
|
2024-09-13 08:10:53 +01:00 |
|
Daniel Roe
|
043329f521
|
chore(ui-templates): use class-selector
|
2024-09-11 16:29:30 +01:00 |
|
Daniel Roe
|
4d81334c90
|
chore: pin dep + workflow by hash
|
2024-09-11 16:07:00 +01:00 |
|
Daniel Roe
|
6d990ceca6
|
chore: refresh lockfile, use htmlnano + pin workflow deps (#28946)
|
2024-09-11 16:06:29 +01:00 |
|
Daniel Roe
|
a878abc5e9
|
fix(nuxt): ensure component imports are injected last (#28944)
|
2024-09-11 14:12:48 +01:00 |
|
Daniel Roe
|
4fd24381c2
|
fix(nuxt): use case-insensitive regexp for <script> blocks
|
2024-09-11 11:48:59 +01:00 |
|
Daniel Roe
|
1b53df5bfb
|
refactor(nuxt): use vite:preloadError event (#28862)
|
2024-09-11 11:48:58 +01:00 |
|
Daniel Roe
|
66d0b8ccdc
|
fix(nuxt): set inheritAttrs: false for fragment components (#28939)
|
2024-09-11 11:48:58 +01:00 |
|
renovate[bot]
|
5ee0246e63
|
chore(deps): update all non-major dependencies (3.x) (#28938)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-09-11 10:26:50 +01:00 |
|
renovate[bot]
|
31b710015a
|
chore(deps): update dependency unplugin to ^1.14.1 (3.x) (#28932)
|
2024-09-11 08:52:37 +01:00 |
|
Julien Huang
|
32a66364cb
|
fix(nuxt): make runWithContext generic (#28926)
|
2024-09-10 23:08:37 +01:00 |
|
Daniel Roe
|
9edba0d7ea
|
fix(nuxt): fall back to original component filePath (#28925)
|
2024-09-10 22:39:00 +01:00 |
|
Daniel Roe
|
79773710c3
|
fix(nuxt,schema): accept any module in inline modules array (#28922)
|
2024-09-10 22:39:00 +01:00 |
|
renovate[bot]
|
7af9b107ee
|
chore(deps): update all non-major dependencies (3.x) (#28853)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2024-09-10 20:37:39 +01:00 |
|
Daniel Roe
|
ac7d010587
|
chore(deps): upgrade typescript
|
2024-09-10 19:51:51 +01:00 |
|
Daniel Roe
|
0e8f5ae59d
|
perf(nuxt): remove interop default for dynamic components (#28912)
|
2024-09-10 19:42:34 +01:00 |
|
Daniel Roe
|
73d833f0ce
|
chore: enable noUncheckedSideEffectImports (#28903)
|
2024-09-10 19:40:37 +01:00 |
|
Daniel Roe
|
667fe86956
|
fix(nuxt): do not accept attrs on <NuxtErrorBoundary> (#28901)
|
2024-09-09 20:41:46 +01:00 |
|
Daniel Roe
|
f94a2bf850
|
fix(nuxt): ensure we process files in buildDir for unimport (#28899)
|
2024-09-09 20:41:46 +01:00 |
|
Anthony Fu
|
08a0c90828
|
fix(nuxt): enable injectAtEnd to reduce circular auto-imports (#28822)
|
2024-09-09 20:41:46 +01:00 |
|
Daniel Roe
|
a9385d04b4
|
fix(nuxt): log more context of prerendering errors (#28895)
|
2024-09-09 14:41:39 +01:00 |
|
Daniel Roe
|
3f508d521f
|
chore(vite): use correct type import
|
2024-09-09 10:31:35 +01:00 |
|
Daniel Roe
|
02c08b03aa
|
fix(nuxt): improve accuracy of module resolution conditions (#28846)
|
2024-09-09 10:28:50 +01:00 |
|
Daniel Roe
|
addc7853bf
|
fix(nuxt): resolve full component paths (#28843)
|
2024-09-09 10:27:51 +01:00 |
|
Daniel Roe
|
126041b121
|
chore: use consola to log out compatibility info (#28854)
|
2024-09-09 10:27:51 +01:00 |
|
Daniel Roe
|
3c4979f2c7
|
fix(nuxt): render server errors with ssr: false (#28834)
|
2024-09-09 10:27:51 +01:00 |
|
Daniel Roe
|
468ab2dc0b
|
fix(nuxt): don't override vue instance with legacy asyncData (#28842)
|
2024-09-09 10:27:51 +01:00 |
|
Daniel Roe
|
74985a5251
|
fix(nuxt): ensure injected route has enumerable keys (#28841)
|
2024-09-09 10:27:50 +01:00 |
|
Daniel Roe
|
77bd30a0b8
|
fix(schema): enable propsDestructure by default (#28830)
|
2024-09-09 10:27:50 +01:00 |
|
Julien Huang
|
c5f3292d63
|
fix(nuxt): fix ssr log querySelector (#28864)
|
2024-09-06 08:53:57 +02:00 |
|
renovate[bot]
|
67f58395f8
|
chore(deps): update all non-major dependencies (3.x) (#28824)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2024-09-04 20:40:04 +01:00 |
|
github-actions[bot]
|
9983e83dae
|
v3.13.1
|
2024-09-04 10:39:46 +01:00 |
|
Gianluca Di Francesco
|
083946fe40
|
fix(nuxt): improve isNuxtError type inference (#28814)
|
2024-09-04 10:06:24 +01:00 |
|
renovate[bot]
|
9f64e8cb5d
|
chore(deps): update all non-major dependencies (3.x) (#28817)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-09-04 10:00:10 +01:00 |
|
renovate[bot]
|
cab61212b1
|
chore(deps): update all non-major dependencies (3.x) (#28811)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-09-03 22:44:08 +01:00 |
|
Daniel Roe
|
26ba7a3d88
|
refactor(nuxt): update to vue v3.5 + native useId (#28285)
|
2024-09-03 14:39:01 +01:00 |
|
Joaquín Sánchez
|
db90f7d12b
|
chore: ignore eslint warnings about console logging (#28795)
|
2024-09-03 14:36:26 +01:00 |
|
Daniel Roe
|
de48f2653a
|
chore: tidying workflows + add sherif workflow (#28793)
|
2024-09-03 14:36:24 +01:00 |
|
Daniel Roe
|
90f4447b37
|
perf(nuxt): use reducer array + handle modified proto (#28768)
|
2024-09-03 14:35:21 +01:00 |
|
Gianluca Di Francesco
|
3c4949acfb
|
fix(nuxt): allow updating appConfig with non-iterable objects (#28773)
|
2024-09-03 14:35:21 +01:00 |
|
Eckhardt (Kaizen) Dreyer
|
2d9e1442d8
|
fix(nuxt): handle deleted cookies from CookieStore events (#28760)
|
2024-09-03 14:35:21 +01:00 |
|
renovate[bot]
|
cefcdf3406
|
chore(deps): update all non-major dependencies (3.x) (#28800)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2024-09-03 12:46:20 +01:00 |
|
renovate[bot]
|
c70716ff20
|
chore(deps): update all non-major dependencies to ^1.10.2 (3.x) (#28791)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2024-09-02 21:23:07 +01:00 |
|