Commit Graph

5489 Commits

Author SHA1 Message Date
renovate[bot] c0732e2fe4
chore(deps): update dependency @types/webpack-dev-middleware to v4 (#8624) 2021-01-12 09:51:19 +00:00
renovate[bot] 60c3bc6b9e
chore(deps): update all non-major dependencies (#8623) 2021-01-12 09:47:50 +00:00
Xin Du (Clark) 2b3eefc3a1
refactor(vue-app): simplify scrollToTop checking (#8621) 2021-01-12 09:47:29 +00:00
Daniel Roe 3265e94979
fix(vue-app): check for Page.options before looking within (#8612)
closes #8234
2021-01-11 17:04:33 +00:00
renovate[bot] 51653a8fc5
chore(deps): lock file maintenance (#8616) 2021-01-11 17:02:32 +00:00
renovate[bot] db5cea1d17
chore(deps): update all non-major dependencies (#8595) 2021-01-11 16:54:27 +00:00
Daniel Roe 71a3df8443
fix(vue-app): don't remove req/res/query unless in full static mode (#8611)
closes #7965
2021-01-11 11:11:00 +01:00
Daniel Roe 3bba4c6a7f
fix(vue-app): check that `link.__prefetch` exists before calling it (#8608)
closes #8173
2021-01-08 19:23:55 +01:00
Ahad Birang 746b14319a
fix(vue-app): add id attribute to `noopApp` (#8596) 2021-01-05 14:14:39 +01:00
Pooya Parsa c15078fa64 _fix(cjs): always use native require for jest environemnt
[release]
2021-01-04 13:58:05 +01:00
Pooya Parsa cd7b9ca5d8 _fix(config): always use jiti to load config
closes #8576 [release]
2021-01-04 13:40:41 +01:00
renovate[bot] e184f7f6ba
chore(deps): update devdependency sort-package-json to ^1.48.1 (#8590)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-04 13:39:26 +01:00
renovate[bot] ab5a130e42
chore(deps): lock file maintenance (#8587)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-04 13:36:51 +01:00
renovate[bot] c59868e1a6
chore(deps): update all non-major dependencies (#8575)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-04 13:32:46 +01:00
renovate[bot] 8edafbeb44
chore(deps): update dependency jiti to ^0.1.19 (#8573)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-12-30 15:07:36 +01:00
renovate[bot] 1f23f12fa3
chore(deps): update all non-major dependencies (#8572)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-12-30 11:04:13 +00:00
Xin Du (Clark) fd0352cc8f
feat(postcss): support postcss v8 with explict postcss installation (#8546)
* feat(postcss): support postcss v8 with explict postcss installation

* fix options name

* use postcss.vendor to check postcss 8
2020-12-29 13:16:01 +01:00
Xin Du (Clark) 6b4d451b66
fix(dev): resolve module required by create-require in jiti (#8556)
* fix(dev): resolve module required by create-require in jiti

* fix test

* add useJITI to create require

* refactor default options.createRequire
2020-12-29 13:15:12 +01:00
renovate[bot] d4380bc0f7
chore(deps): lock file maintenance (#8560)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-12-29 12:22:14 +01:00
renovate[bot] 80605294b2
chore(deps): update dependency caniuse-lite to ^1.0.30001171 (#8565)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-12-29 12:17:10 +01:00
renovate[bot] ef25695579
chore(deps): update dependency boxen to v5 (#8567)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-12-29 12:16:51 +01:00
Xin Du (Clark) b2e38f5c92
fix(webpack): can't resolve absolute url in css (#8555) 2020-12-27 23:53:05 +00:00
Beorn Facchini ac762299a1
fix(vue-app): scroll to top on route changes only (#8557) 2020-12-26 20:19:33 +01:00
renovate[bot] e9650c744f
chore(deps): update all non-major dependencies (#8540)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-12-26 12:57:09 +00:00
Xin Du (Clark) 0bc9d249c3
fix(babel): enable polyfilling of proposal supported by core-js (#8545) 2020-12-23 15:16:02 +01:00
Pooya Parsa b4663d2bfb _fix(webpack): resolve from rootDir with higher periority
[release]
2020-12-23 11:47:56 +01:00
Pooya Parsa d3ef163004 _fix(pnp): resolve module dependencies 2020-12-23 11:43:55 +01:00
Pooya Parsa 5bd4fe08c6 chore: fix pnp issues [release] 2020-12-23 01:37:44 +01:00
Pooya Parsa 57c6f23a52 _fix: use pwd as last option for resolveModule
[release]
2020-12-23 00:36:15 +01:00
Pooya Parsa a31a878db5 fix(babel-preset-app): add implicit dependencies compact-data and core-js-compat 2020-12-23 00:34:20 +01:00
Pooya Parsa d4461a56e4 refactor: consistent behavior for resolveModule
- always prefer explicit paths config
- avoid implicitly depending on pwd
2020-12-23 00:29:50 +01:00
Pooya Parsa 4295c6ca26 _fix(webpack): resolve postcss plugins including package 2020-12-23 00:10:20 +01:00
Pooya Parsa 7b59b21511 refactor: rename requirePath to path
more constency with require.resolve(id, { paths })
2020-12-23 00:07:58 +01:00
Pooya Parsa ed6e8cd307 chore(builder): remove validateTemplate check
by introducing pnp support, there is no stable way to resolve same as webpack
2020-12-23 00:06:08 +01:00
Pooya Parsa e66744ef3f chore: ignore distro deps
[release]
2020-12-22 23:06:08 +01:00
Pooya Parsa e249518366 chore: fix pnp issues
[release]
2020-12-22 23:03:35 +01:00
Pooya Parsa 49ceba698c chore: fix issues with pnp [release] 2020-12-22 21:05:25 +01:00
Pooya Parsa 0e1d9cf869 chore: fix edge build [release] 2020-12-22 18:46:36 +01:00
Pooya Parsa 108cd8216a chore: reorder deps 2020-12-22 18:40:31 +01:00
renovate[bot] 21954ba1a3
chore(deps): update all non-major dependencies (#8537)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-12-22 18:23:04 +01:00
Pooya Parsa 750ac517f5 chore: update yarn.lock
[release]
2020-12-22 18:20:53 +01:00
Pooya Parsa 7529d65d75 chore: migrate from @nuxt/ufo to ufo 2020-12-22 18:20:41 +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
pooya parsa dec8f99fc3
feat: support plug-and-play, typescript runtime and native modules (#8389)
Co-authored-by: Clark Du <clark.duxin@gmail.com>
2020-12-22 18:07:50 +01:00
renovate[bot] 03384d3fbc
chore(deps): update all non-major dependencies (#8525)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: pooya parsa <pyapar@gmail.com>
2020-12-22 14:45:42 +01:00
Flo Edelmann df87597098
fix(types): add missing `redirect` overload to `Context` interface (#8530) 2020-12-22 12:32:23 +01:00
renovate[bot] b64ee2c8ef
chore(deps): update all non-major dependencies (#8518)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: pooya parsa <pyapar@gmail.com>
2020-12-20 12:21:46 +01:00
Daniel Roe 8c8793073f
fix(vue-app): set `push` on router instance rather than prototype (#8523)
resolves #7479
resolves #8522
2020-12-20 12:21:20 +01:00
pooya parsa b06df71753
fix: `trailingSlash` and child routes not working (#8423) 2020-12-17 14:34:53 +01:00
Pooya Parsa 5318172554 chore(ci): checkout for edge release step [release] 2020-12-17 13:00:09 +01:00