Commit Graph

2401 Commits

Author SHA1 Message Date
renovate[bot]
8278fa5825
chore(deps): update all non-major dependencies (#5475)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-16 12:26:34 +02:00
Anders Søgaard
d7e5777460
docs: fix link to nuxt/image issue (#5490) 2022-06-16 11:19:50 +01:00
Daniel Roe
cf255259ca
fix(vite): add typecheck to vite plugins (#5464) 2022-06-15 17:18:45 +02:00
Damian
11aa8bf739
docs: align value for defaulting the page's title with type declaration (#5447) 2022-06-15 14:03:58 +02:00
Daniel Roe
d7d97cd7d1
fix(nuxt): prefer nuxt app context over getCurrentInstance (#5456) 2022-06-15 14:00:34 +02:00
renovate[bot]
2fa0248cab
chore(deps): update all non-major dependencies (#5473)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-15 13:59:47 +02:00
Julien Huang
ccec0a3738
feat(kit): allow addServerHandler to use method suffix of the file path (#5465) 2022-06-15 13:53:31 +02:00
Daniel Roe
e10517d4d7
fix(nuxt): normalize string transpile paths for windows (#5461)
* fix(nuxt): normalize string transpile paths for windows

* Update packages/nuxt/src/core/nuxt.ts

Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-06-15 13:52:46 +02:00
Daniel Roe
411eee3b77
fix(schema): add types for vite: hooks (#5472) 2022-06-15 13:51:58 +02:00
renovate[bot]
bea6cecb6e
chore(deps): update all non-major dependencies (#5448)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-15 13:28:17 +02:00
Thomas Jowsey
cd338f4537
docs: rewrite note wording (#5462)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-06-15 10:54:12 +01:00
pooya parsa
92c5a94d03
docs: update roadmap (#5443)
* docs: update roadmap

* docs: small language tweaks

Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-06-13 17:03:15 +02:00
renovate[bot]
be0e502a05
chore(deps): update all non-major dependencies (#5444)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-13 16:27:00 +02:00
pooya parsa
c9d4b2ebc8
v3.0.0-rc.4 (#5393) 2022-06-13 16:19:31 +02:00
Pooya Parsa
bce0cf257a chore: update lockfile 2022-06-13 16:03:59 +02:00
renovate[bot]
c0a7d5ab93
chore(deps): update all non-major dependencies (#5442)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-13 15:03:52 +02:00
Daniel Roe
4fdea30cbb
fix(webpack): enable extractCSS by default (#4388) 2022-06-13 14:52:27 +02:00
renovate[bot]
99aff28d06
chore(deps): update all non-major dependencies (#5431)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-13 00:41:53 +02:00
Ennio Visconti
9d28c0adbb
refactor(nuxi): improve env update message (#5430) 2022-06-13 00:13:59 +02:00
Jaemin Choi
95b38e241d
fix(nuxt): don't add macro query to the end of id (#5413)
* fix(nuxt): don't add macro query to the end of id

* Update packages/nuxt/src/pages/macros.ts

Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-06-12 23:46:31 +02:00
Daniel Roe
a9c061cd2e
fix(nuxi): always override NODE_ENV (#5417) 2022-06-12 23:26:36 +02:00
Daniel Roe
0f4fa5643f
fix(nuxt): ignore whitespace and commas within resolveComponent (#5428) 2022-06-12 23:22:15 +02:00
Daniel Roe
59da4c6dd4
fix(nuxt): exclude non-cwd auto-imports and don't process all files (#5421) 2022-06-12 22:12:43 +02:00
renovate[bot]
67d804400b
chore(deps): update all non-major dependencies (#5412)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-12 21:39:36 +02:00
Maxim
75db90487f
docs: fix mdn links for 301 and 302 http status (#5416) 2022-06-11 14:09:48 +01:00
Daniel Roe
8831e4a4b9
fix(vite): don't terminate with escaped delimiters (#5409) 2022-06-10 17:17:11 +02:00
Daniel Roe
fbcbac01d6
fix(nuxt): don't debounce watcher and include layers (#5002) 2022-06-10 16:50:47 +02:00
Daniel Roe
11a7340883
feat(nuxt): experimental flag to use external vue dependencies (#5083) 2022-06-10 16:31:36 +02:00
Zalexios
ba4f2f0d4f
docs: update plugin provide example (#5386) 2022-06-10 16:28:17 +02:00
Ash Go
1449e70541
docs: update cookie example with defineEventHandler (#5405) 2022-06-10 15:58:10 +02:00
renovate[bot]
63b0457a69
chore(deps): update all non-major dependencies (#5404)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-10 15:49:47 +02:00
Anthony Fu
b64ef70c1c
chore: force single version of vite (#5400)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2022-06-10 15:37:26 +02:00
Daniel Roe
f6bf4f7559
fix(nuxt): throw an error when using unknown route middleware (#5323) 2022-06-10 15:35:58 +02:00
Daniel Roe
846be5cee2
fix(nuxt): transform extends layers within node_modules (#5042) 2022-06-10 15:33:16 +02:00
Daniel Roe
5d4586a322
fix(webpack): respect build.transpile (#5043) 2022-06-10 15:18:31 +02:00
Daniel Roe
970758e050
revert(nuxt): revert router hotfix #4983 (#5394) 2022-06-10 15:15:53 +02:00
Daniel Roe
93f6a1e4ca
fix(vite, kit, nuxt): generate safe variable names using knitwork (#4906) 2022-06-10 15:12:21 +02:00
Daniel Roe
6947d30f01
fix(kit): pass resolved path to isIgnored (#5375) 2022-06-10 14:28:48 +02:00
Anthony Fu
fadffbe80c
chore: clean up jsdoc (#5397) 2022-06-10 14:14:03 +02:00
renovate[bot]
3fb473dcc0
chore(deps): update dependency vue-bundle-renderer to ^0.3.9 (#5401)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-10 14:13:42 +02:00
renovate[bot]
b01d6b9dcb
chore(deps): update all non-major dependencies (#5391)
* chore(deps): update all non-major dependencies

* update lockfile

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2022-06-10 14:09:43 +02:00
renovate[bot]
6e80027c77
chore(deps): update all non-major dependencies (#5383)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-10 10:28:59 +02:00
Krutie Patel
eedd30ed84
docs(api): add docs for useRouter composable (#4949)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-06-09 16:10:17 +02:00
Daniel Roe
27a0084b6c
fix(nuxt): keep route param optionality when sibling is an index (#5300) 2022-06-09 15:03:08 +02:00
Daniel Roe
b31186b658
fix(nuxt): sort routes with dynamic params at the end (#4983) 2022-06-09 14:09:34 +02:00
Daniel Roe
775a904c77
docs(api): add useRequestEvent (#5326) 2022-06-09 13:07:28 +02:00
Daniel Roe
00844405ab
docs: update keepalive key name (#5366) 2022-06-09 12:56:01 +02:00
Anthony Fu
a802b87ac7
feat(nuxt): support auto imports within <template> (#4904) 2022-06-08 22:09:31 +02:00
Daniel Roe
4e2dc037aa
docs: add warning against layout as root element (#5345) 2022-06-08 21:53:39 +02:00
Daniel Roe
247deacc2b
fix(nuxt): relax server import protections (#5355)
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-06-08 21:51:38 +02:00