Commit Graph

5330 Commits

Author SHA1 Message Date
Xin Du (Clark) f35bcc61ce
chore(deps): ignore html-webpack-plugin which requires webpack 5 2021-02-03 13:40:27 +00:00
renovate[bot] be79532715
chore(deps): update all non-major dependencies (#8751)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-03 13:26:37 +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
renovate[bot] f917297a70
chore(deps): update all non-major dependencies (#8742)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-02 12:17:06 +00:00
renovate[bot] eaaada1b08
chore(deps): update devdependency puppeteer-core to v6 (#8747)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-02 12:05:30 +00:00
renovate[bot] 3b02beb07f
chore(deps): update all non-major dependencies to ^4.14.2 (#8740) 2021-02-01 20:08:17 +00:00
renovate[bot] a0d5ceafbe
chore(deps): update dependency @nuxt/components to ^1.2.6 (#8739)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-01 18:00:32 +00:00
renovate[bot] 8cbdedba5b
chore(deps): lock file maintenance (#8732)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-01 17:44:49 +00:00
renovate[bot] 7931d1b619
chore(deps): update all non-major dependencies (#8734)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-01 17:28:54 +00:00
renovate[bot] 7e3a78fb25
chore(deps): update devdependency rollup to v2.38.2 (#8729)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-31 12:59:52 +00:00
renovate[bot] 89cf24bf31
chore(deps): update devdependency eslint to ^7.19.0 (#8727)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-31 07:43:23 +00:00
renovate[bot] 0fd5f7dfce
chore(deps): update all non-major dependencies (#8721) 2021-01-29 20:41:23 +00:00
renovate[bot] 853642a2cb
chore(deps): update devdependency rollup to v2.38.1 (#8717)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-28 16:47:31 +00:00
Daniel Roe 8be2ed46f0
chore: fix build script (#8709) 2021-01-27 21:07:38 +01:00
renovate[bot] ae87226bcc
chore(deps): update dependency caniuse-lite to ^1.0.30001180 (#8703)
[release]
2021-01-27 11:27:25 +01:00
pooya parsa febd7ee43c
fix(vue-app): static payload fetching bugfixes (#8701) 2021-01-27 11:26:34 +01:00
Xin Du (Clark) dc551f9709
fix(dev): clearnup vue installed plugins from server in dev mode (#8697) 2021-01-27 11:26:08 +01:00
Daniel Roe 0bcbaacfa6
fix(cli): disable parallel build behaviour when generating (#8683)
closes #7390
2021-01-26 23:10:32 +01:00
renovate[bot] db29fcdbc3
chore(deps): update all non-major dependencies (#8698)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-26 23:07:49 +01:00
renovate[bot] 845d7c069f
chore(deps): lock file maintenance (#8689)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-26 09:36:14 +00:00
renovate[bot] 592342fe72
chore(deps): update all non-major dependencies (#8694)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-26 09:32:27 +00:00
renovate[bot] 067f8ebedf
chore(deps): update all non-major dependencies (#8668) 2021-01-23 21:48:14 +00:00
GeopJr 083505603f
chore(cli): fix typo (#8674) 2021-01-22 12:04:46 +01:00
Jonas Thelemann 61ed873125
chore(deps): upgrade webpack-bundle-analyzer to ^4.4.0 (#8678) 2021-01-22 12:03:32 +01:00
renovate[bot] 498f85532d
chore(deps): update all non-major dependencies (#8663)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-20 12:31:29 +00:00
renovate[bot] 1f1db80651
chore(deps): update dependency @types/serve-static to ^1.13.9 (#8659)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-18 17:09:36 +00:00
renovate[bot] eae3acb732
chore(deps): update all non-major dependencies (#8650)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-17 12:07:51 +01:00
Xin Du (Clark) b0e6277615
fix(webpack): disable stats output from webpack-dev-middleware (#8651) 2021-01-17 12:05:20 +01:00
Alexander Lichter 80af61c09e
types: add `enablePreview` to context (#8638)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2021-01-17 11:59:56 +01:00
renovate[bot] 3b644b0621
chore(deps): update all non-major dependencies (#8627)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-15 10:42:03 +00:00
gekkedev 78ba994550
types: add missing `loadingScreen` type definition (#8648) 2021-01-14 19:31:06 +01:00
Xin Du (Clark) 14f741d492
chore: update webpack-dev-middleware to ^4.0.4 [release] (#8640)
* chore: update webpack-dev-middleware to ^4.0.4

* fix(build): disable webpack-dev-middle stats printing

* use stats options

* use stats none

Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-01-14 09:57:48 +01:00
Xin Du (Clark) 9ec5d5b8e8
chore(ci): fetch full history and tags for releasing nuxt-edge
[release]
2021-01-13 13:52:45 +01:00
Sébastien Chopin 63d3b21f10
chore: update sponsoring 2021-01-13 12:24:30 +01:00
Pooya Parsa f0d1efeb79 chore: renovateignore webpack-dev-middleware 2021-01-13 12:24:03 +01:00
Alexander Lichter cff123cc9d
chore(types): lint types (#8630) 2021-01-13 12:22:49 +01:00
Pooya Parsa 2de9a6d3bc chore(ci): update lerna version command to be in sync with nighly [release] 2021-01-13 12:10:53 +01:00
Pooya Parsa 1d13284660 chore(deps): pin webpack-dev-middleware to 4.0.2 [release]
to be fixed by https://github.com/webpack/webpack-dev-middleware/pull/813
2021-01-13 11:52:14 +01:00
renovate[bot] 3ee2b440a8
chore(deps): update dependency jiti to v1 (#8628)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-12 21:40:24 +01:00
Xin Du (Clark) e2e604ea3b
_fix(webpack): remove absolute wanrning messge in css-loader (#8629) 2021-01-12 21:25:37 +01:00
LKHO 1405968d89
fix(server): fix HMR issue with serverMiddleware when `router.base` is set (#8593) 2021-01-12 13:17:20 +01:00
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