Commit Graph

4169 Commits

Author SHA1 Message Date
renovate[bot] 57a673d95f chore(deps): update dependency eslint-plugin-promise to ^4.1.1 (#5437) 2019-04-01 23:55:32 +04:30
renovate[bot] d9a2a7e519 chore(deps): update dependency html-minifier to v4 (#5438) 2019-04-01 23:55:08 +04:30
Pooya Parsa 516aea3d7f
feat(cli): add internal _generate and _build options (#5434) 2019-04-01 20:18:24 +04:30
Clark Du 583e32a3ef test: fix macos chrome detection 2019-04-01 09:36:13 +01:00
renovate[bot] 7770a833c6 chore(deps): lock file maintenance (#5432) 2019-04-01 09:41:03 +04:30
Utkarsh Gupta 3eec1152f4 examples: add docker example (#5430) 2019-04-01 02:36:28 +04:30
Damian Stasik abf7db1fd3 refactor(webpack): add ability to get webpack config class (#5378) 2019-03-31 22:15:46 +01:00
Xin Du (Clark) a5a165749a fix: disable `node-externals` for dev mode (#5414) 2019-04-01 01:05:06 +04:30
Xin Du (Clark) 159123feea feat(babel-preset-app): support specifying core-js version (#5411) 2019-03-30 23:53:17 +04:30
Alexander Lichter 1bd4fb14ab chore(postcss): deprecate config support (#5419) 2019-03-30 23:42:12 +04:30
Pooya Parsa 8b9969599d
fix(renderer): retry render if renderer is in loading or created state (#5417) 2019-03-30 23:35:15 +04:30
Pooya Parsa 001ba775fa
revert(core): call ready to prevent breaking changes (#5413) 2019-03-30 23:23:56 +04:30
renovate[bot] 66b956a1ba chore(deps): update all non-major dependencies (#5420) 2019-03-30 22:59:18 +04:30
Pooya Parsa 832bd12091
refactor(typescript): use an object for _typescript (#5418) 2019-03-30 00:39:20 +04:30
Pooya Parsa 6ffc5c5792
feat(typescript): detect typescript based on `tsconfig.json` (#5412) 2019-03-29 23:49:30 +04:30
renovate[bot] 82bde15622 chore(deps): update dependency consola to ^2.5.8 (#5416) 2019-03-29 23:01:21 +04:30
renovate[bot] 286653292d chore(deps): update dependency typescript to ^3.4.1 (#5415) 2019-03-29 22:56:19 +04:30
Sam Bowler 97db6a4b41 fix(vue-renderer): add the csp hash if `unsafe-inline` hasn't been specified (#5387) 2019-03-29 20:39:53 +04:30
Franck Abgrall 91f4eb0468 feat(cli): add `--quiet` option to nuxt generate command (#5357) 2019-03-29 18:38:08 +04:30
noe132 2d73e8aeba fix(vue-app): prevent mounting page twice on redirect (#5361) 2019-03-29 18:36:35 +04:30
renovate[bot] 7ce30935fa chore(deps): update all non-major dependencies (#5402) 2019-03-29 18:36:03 +04:30
Kevin Marrec 9a3fc8a44e refactor(ts): only generate tsconfig.json if missing (#5356) (#5367)
Co-authored-by: SAWADA Takayoshi <sawadasuiren@gmail.com>
2019-03-29 18:30:49 +04:30
ryota yamamoto 3b85dd97fc fix: SyntaxError Unexpected token export in importing babel runtime helper (#5401)
Co-authored-by: Xin Du (Clark) <clark.duxin@gmail.com>
[release]
2019-03-28 11:56:18 +00:00
Xin Du (Clark) 04ddcac4f9
fix: memory leak in dev mode (#5399) 2019-03-27 14:34:16 +00:00
renovate[bot] c009a202b8 chore(deps): update all non-major dependencies (#5374) 2019-03-27 16:58:16 +04:30
renovate[bot] 87e0ac4637 chore(deps): update dependency semver to v6 (#5393) 2019-03-27 14:52:53 +04:30
Irvin Lin f8d3626c7b chore(README): fix grammar (#5395) 2019-03-27 14:51:21 +04:30
renovate[bot] f0905051d3 chore(deps): lock file maintenance (#5368) 2019-03-26 08:24:49 +00:00
pooya parsa e5369db2d5 fix lint error 2019-03-25 00:45:28 +04:30
pooya parsa 920dcac7f0 [release] 2019-03-24 22:24:43 +04:30
renovate[bot] 849b84b5c1 chore(deps): update dependency rollup to ^1.7.2 (#5364) 2019-03-24 22:15:02 +04:30
Xin Du (Clark) 64fa4244d0 fix(build): disable loading `babel.config.js` by default (#5365) 2019-03-24 22:14:22 +04:30
pooya parsa eb5cb4017f update examples/vue-apollo 2019-03-24 16:33:02 +04:30
pooya parsa 2678dc73b0 update yarn.lock
[release]
2019-03-24 16:05:20 +04:30
pooya parsa 03a76274da add core-js to ignoreDeps 2019-03-24 16:00:22 +04:30
Pooya Parsa 83bc55d1b1
chore(readme): add nuxt.ready() for middleware (#5363) 2019-03-24 15:54:50 +04:30
Thomas Reichling 87b53674e4
Added .catch(console.error) to nuxt.ready() 2019-03-24 12:21:51 +01:00
Pooya Parsa 565c0d1c48
fix(types): add type definition for typescript.typeCheck (#5326) 2019-03-24 15:32:57 +04:30
Thomas Reichling be72f15c6b
Removed await because of top-level code 2019-03-24 11:36:15 +01:00
Thomas Reichling 45f1edd4cd
chore(readme): Add await nuxt.ready() 2019-03-24 11:25:15 +01:00
Daniel Roe 847f2f1268
Merge branch 'dev' into dev 2019-03-23 17:44:34 +00:00
Pooya Parsa b2a92ac4e3
Update build.d.ts 2019-03-23 20:41:31 +04:30
Kevin Marrec 69d8001d0f
remove old plugin options key
Co-Authored-By: danielroe <daniel@concision.co.uk>
2019-03-23 14:08:36 +00:00
Kevin Marrec 55dd4cb4df
greater flexibility for typeCheck options
Co-Authored-By: danielroe <daniel@concision.co.uk>
2019-03-23 14:06:49 +00:00
Johan Roxendal 77dcfe6ee8 fix(vue-app): decode uri in `getlocation` (#5337) 2019-03-23 13:10:38 +04:30
renovate[bot] 71054e5f61 chore(deps): update dependency @nuxt/loading-screen to ^0.2.0 (#5353) 2019-03-23 12:25:40 +04:30
Pooya Parsa 535327c4f1
refactor(vue-renderer): improve ready status error (#5339) 2019-03-23 11:33:08 +04:30
Pooya Parsa caf5198430
fix(builder): await for renderer to load resources (#5341) 2019-03-23 11:32:55 +04:30
Dmitry Molotkov 95f2a125cf examples(vue-apollo): update to @nuxtjs/apollo 4.x (#5345) 2019-03-23 11:25:22 +04:30
renovate[bot] a6ee8bfea0 chore(deps): update all non-major dependencies (#5346) 2019-03-23 11:22:12 +04:30