Commit Graph

854 Commits

Author SHA1 Message Date
Dmitriy db15c3ab61
fix(vue-app): prevent error page mounting twice (#27484) 2024-06-14 13:57:40 +01:00
Dmitriy 1f663e7f27
fix(vue-app): prevent double page mount (#10874) 2024-06-14 13:08:41 +01:00
Daniel Roe f3da112c18
chore: refresh yarn lockfile (#27612) 2024-06-14 12:37:32 +01:00
Daniel Roe f3c916f4a6
test: don't register promise in external nav (#27468) 2024-06-06 19:04:57 +01:00
Daniel Roe e747156061
test: wait for navigation in redirect test 2024-06-06 18:02:10 +01:00
Daniel Roe 1700aa131a
test: properly close `page` in e2e tests 2024-06-06 14:17:10 +01:00
Daniel Roe 90ffd81704
test: skip lib check with vue-tsc test 2023-11-23 14:07:45 +00:00
Daniel Roe c1bbc5fcd4
ci: use node 18 for ci jobs (#23701) 2023-10-16 22:23:38 +01:00
Rafał Chłodnicki 6a8d4ed88a
fix(types): prevent overwriting vue types in template (#22802) 2023-09-04 09:14:10 +01:00
renovate[bot] e3d072c527
chore(deps): update all non-major dependencies (2.x) (#22364)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-08-11 10:34:15 +01:00
Olga Bulat 3e4284e8f6
feat(webpack): support passing function as `postcssOptions` (#19495) 2023-06-09 14:47:03 +01:00
Xin Du (Clark) 89204f057b
feat(csp): support generating nonce for scripts and links in ssr (#9621) 2023-06-07 20:10:41 +01:00
Rafał Chłodnicki db0e1554ba
fix(vue-app): skip page render early on error or navigation (#20719) 2023-05-23 00:10:38 +01:00
Marcelo Botega Fontana 5e9942b007
fix(utils): respect patterns within paths when sorting routes (#20669) 2023-05-22 17:15:44 +01:00
Olga Bulat e86850a7a4
fix(config): move `preset` to inner `postcssOptions` (#19518) 2023-03-16 09:05:03 -07:00
Harlan Wilton 6cbe45085c
fix(vue-renderer): insert `charset` before `title` (#18998) 2023-02-13 15:43:30 -08:00
Daniel Roe 6896e10599
fix(config): let webpack merge postcss plugins (#18839) 2023-02-06 14:59:12 -08:00
renovate[bot] 5ab8ea9ded
chore(deps): update dependency glob to v8 (2.x-dev) (#18370)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-02-02 07:13:55 -08:00
Xin Du (Clark) 454a9af242
feat(webpack)!: update postcss to v8 (#9671)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-02-02 07:13:28 -08:00
Daniel Roe 3293ce75f0
chore: upgrade unjs dependencies (#18670) 2023-02-01 07:49:10 -08:00
Daniel Roe 54f0638551
chore: bump test/dev dependencies (#18672) 2023-02-01 07:48:53 -08:00
Pooya Parsa 4f11d3c1a5 test: update size limit tests 2022-09-03 15:17:44 +02:00
Pooya Parsa 773d292b5a chore: update repo 2022-09-03 14:46:48 +02:00
Pooya Parsa 23e2018a1a test: update async size test 2022-07-01 12:42:24 +02:00
Michiel Doesburg 123206cb80
fix(vue-app): preview mode fetch (#10489) 2022-06-24 01:08:54 +02:00
pooya parsa e5efc25940
chore: update dependencies (#10510)
[release]
2022-06-24 00:58:52 +02:00
renovate[bot] c7ea13ea9f
feat: update `std-env` to v3 (#10012) [release]
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-11-03 18:46:49 +01:00
Daniel Roe 293dc11ae6
feat: default to `core-js` version 3 (#9987) 2021-10-27 13:40:51 +02:00
Xin Du (Clark) 816007b994
chore(test): fix external redirect link (#9816)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-09-17 16:51:20 +01:00
renovate[bot] 85615360b4
chore(deps): update all non-major dependencies (#9400)
[release] 

Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-08-11 16:15:56 +02:00
David Ovčačík 9f02e5dae7
feat(vue-app): `context.beforeSerialize` method (#9332)
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: pooya parsa <pyapar@gmail.com>
2021-06-04 16:21:16 +02:00
Pooya Parsa d4e5998f93 chore: update error tests 2021-06-02 16:58:25 +02:00
William L'Archeveque b116d0ded4
feat(generator): add ignoreEnv generate option during ensureBuild(cmd) (#8955)
[release]
2021-05-26 09:05:11 +02:00
Thomas Beduneau 04d33829f9
fix(vue-app): use `app.context.route` for resolving components (#9050) 2021-04-01 12:00:51 +02:00
Daniel Roe ca020cf9cb
refactor: move internal app runtime config to `_app` namespace (#9075) 2021-03-30 18:38:51 +02:00
Daniel Roe 69b5264ef3
fix: allow relative public paths (#8935) 2021-03-10 12:48:41 +01:00
Xin Du (Clark) 908d2522ae chore(lint): remove usage of this in template 2021-03-06 19:55:28 +00:00
Hannes Küttner 07e97f168a
fix(vue-renderer): respect injectScripts for target:static (#8912) 2021-03-01 20:29:51 +00:00
Xin Du (Clark) 4a60a1934c chore(lint): fix vue/html-self-closing 2021-02-20 16:58:20 +00:00
pooya parsa 1b9a9d6449
fix(renderer): deep merge runtimeConfig for server (#8856) 2021-02-19 17:33:00 +01:00
Daniel Roe e277bb284b
fix(vue-app): align client fetch key with server (#8809) 2021-02-12 12:55:27 +01:00
Pooya Parsa 89cc911a89 test: update basic.dev test
components module is not using loader for dev mode anymore
2021-02-10 14:58:10 +01:00
Daniel Roe 9d33456e69
fix(vue-app): add leading slash for payload hydration (#8802) 2021-02-10 13:18:27 +01:00
Pooya Parsa fec6e7a607 test: update test name
(seems was wrongly copy-pasted)
2021-02-07 21:54:07 +01:00
Daniel Roe 1196c17a2a
fix(vue-app): enable dynamic publicPath on server-side (#8759) 2021-02-04 21:56:18 +01:00
Daniel Roe 07dd2cce9b
fix(server, vue-app): address encoding issues with query params (#8748)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-02-04 18:52:13 +00:00
Xin Du (Clark) 7d43e1fa38
test: use chrome-launcher for detecting chrome installation (#8758) 2021-02-03 17:38:30 +00:00
Daniel Roe 6a8339e4c4
fix: encoding issues with payload paths (#8738)
- fix(generator): decode full static filesystem paths
- fix(vue-app): check decoded path against manifest
- fix(vue-app): prevent double encoding for urls

Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-02-02 13:38:54 +01:00
Ahad Birang 746b14319a
fix(vue-app): add id attribute to `noopApp` (#8596) 2021-01-05 14:14:39 +01:00
Daniel Roe 9681a8937d
feat(config, vue-app, vue-renderer): support dynamic `base` and `publicPath` (#8520)
Co-authored-by: pooya parsa <pyapar@gmail.com>
2020-12-22 18:15:59 +01:00