Commit Graph

4198 Commits

Author SHA1 Message Date
renovate[bot] 126c8c14ce chore(deps): update dependency babel-loader to ^8.0.6 (#5706) 2019-05-12 12:38:14 +04:30
Kohei Ota 852cca9218 fix(examples): fix Dockerfile casing (#5705) 2019-05-12 11:03:35 +04:30
pooya parsa 0099e9d571 [release] 2019-05-11 21:23:13 +04:30
Kevin Marrec 0c7e500699 fix: prevent `ts-node` to register twice (#5699) 2019-05-11 21:21:19 +04:30
Kevin Marrec 732be3288e fix(ts): fix `context.app` type (#5701) 2019-05-11 21:20:36 +04:30
Kevin Marrec 501c58608c fix(ts): fix `extendRoutes` method type (#5700)
Co-authored-by: René Stalder <renestalder@protonmail.com>
2019-05-11 21:20:14 +04:30
renovate[bot] 8019c9c7db chore(deps): update dependency fs-extra to v8 (#5702) 2019-05-11 21:12:55 +04:30
Pooya Parsa 67750245ab
fix(builder): corretly detect mode of hashed plugins (#5695) 2019-05-11 13:53:37 +04:30
renovate[bot] 28d9d46fa4 chore(deps): update all non-major dependencies (#5697) 2019-05-11 13:53:16 +04:30
pooya parsa 545afa8dee [release] 2019-05-10 21:34:48 +04:30
Sébastien Chopin 03eb049677
fix(builder): watch store dir and `serverMiddleware` paths (#5681)
* fix(builder): Watch store dir to restart Nuxt app when options.store=false

* hotfix: Linting issues

* hotfix: Use path.resolve instead of path.join

* test: Update test for watcher

* hotfix: revert to path.join and fix tests

* hotfix: Fix coverage for hard to test condition

* hotfix: Fix test for Windows

* Update builder.js

* fix lint error

* fix: Cache serverMiddlewarePaths
2019-05-10 15:03:07 +02:00
Xin Du (Clark) f2bd2f56de feat(ts): upgrade ts-loader to v6 (#5691) 2019-05-10 15:26:44 +04:30
Yama-Tomo 1e4708e90f feat(webpack): suppress not found typescript warnings (#5635) 2019-05-10 14:48:44 +04:30
renovate[bot] cc00469409 chore(deps): update dependency finalhandler to ^1.1.2 (#5684) 2019-05-10 14:47:04 +04:30
Rafał Chłodnicki 8588ca9a7e fix(vue-app): Followup for fix for handle prefetch error (#5687) (#5690) 2019-05-10 10:56:28 +01:00
Rafał Chłodnicki be18b31525 fix(vue-app): properly catch component loading error (#5687) (#5688) 2019-05-10 13:20:50 +04:30
Hyunje Jun 2a66d1952e fix(vue-app): consider `watchQuery` option in `routerViewKey` (#5516) 2019-05-09 16:23:59 +04:30
renovate[bot] d3256331f6 Update all non-major dependencies (#5679) 2019-05-09 12:49:49 +04:30
pooya parsa d171923b80 fix changelog message parsing with additional : 2019-05-09 11:50:00 +04:30
pooya parsa c1435df125 fix merge typo 2019-05-09 11:44:55 +04:30
pooya parsa 80f0a25e67 update loading-screen to 0.5.2 2019-05-09 11:44:34 +04:30
pooya parsa 0548df636c Merge branch '2.x' into dev 2019-05-09 11:42:19 +04:30
Sébastien Chopin 4b11dcc9ad feat(vue-renderer/vue-app): report SSR console logs to the browser with consola (#5673) 2019-05-09 11:36:17 +04:30
renovate[bot] 3c1196de74 chore(deps): update dependency codecov to ^3.4.0 (#5677) 2019-05-09 11:34:07 +04:30
renovate[bot] 2f5646bae4 chore(deps): update dependency vuex to ^3.1.1 (#5675) 2019-05-09 01:10:27 +02:00
renovate[bot] 2fd05e0fe3 chore(deps): update dependency consola to ^2.6.1 (#5674) 2019-05-08 21:36:11 +04:30
renovate[bot] 97ebf24cb1 chore(deps): update all non-major dependencies (#5663) 2019-05-08 21:03:35 +04:30
Xin Du (Clark) 9346df7f03
feat(typescript): add babel config types (#5666) 2019-05-07 11:39:59 +01:00
renovate[bot] 5a051454e8 chore(deps): roll back dependency ts-loader to ^5.4.5 (#5660) 2019-05-07 10:47:01 +01:00
renovate[bot] a88e8b60c7 chore(deps): update all non-major dependencies (#5647) 2019-05-06 18:45:16 +04:30
Xin Du (Clark) adb381275b feat(webpack): extendable `babel.presets` and babel `envName` (#5637) 2019-05-06 18:30:07 +04:30
Pooya Parsa 8576b4fcfd
feat: configurable aliases (#5655) 2019-05-06 18:29:37 +04:30
Pooya Parsa ffadb3177f
fix(webpack): set log level to warn for HardSourcePlugin (#5653) 2019-05-06 15:17:37 +04:30
Pooya Parsa 5ebf1cc78c
fix: avoid using aliases in templates (#5656) 2019-05-06 15:16:04 +04:30
Christian Lehr 86c7fe8841 examples: fix typo (#5651) 2019-05-03 20:55:50 +04:30
renovate[bot] 821679a884 chore(deps): update all non-major dependencies (#5646) 2019-05-03 13:41:51 +04:30
renovate[bot] 5631a83eb4 chore(deps): update all non-major dependencies (#5640) 2019-05-03 13:38:50 +04:30
renovate[bot] 463d3422a5 chore(deps): update dependency eslint-plugin-node to v9 (#5645) 2019-05-03 13:38:40 +04:30
renovate[bot] 8327023fc7 chore(deps): update dependency chokidar to v3 (#5631) 2019-05-02 09:23:00 +01:00
Xin Du (Clark) 9d50bbb465
chore: add core-js@3 example in readme (#5633) 2019-05-02 09:22:44 +01:00
renovate[bot] 989add8fb2 chore(deps): update all non-major dependencies (#5628) 2019-05-01 17:17:38 +01:00
Xin Du (Clark) 9fb720d518 fix(builder): call `watch:restart` after `watch:fileChanged` hook (#5620) 2019-04-29 22:50:38 +04:30
Xin Du (Clark) f831126e27 chore: remove await from sync exec method in publish script (#5624) 2019-04-29 19:36:55 +04:30
Xin Du (Clark) 56d5c0c548 fix(vue-renderer): await on `spa:templateParams` hook (#5619)
fixes #5601
2019-04-29 13:05:33 +04:30
renovate[bot] 83e378ad5e chore(deps): lock file maintenance (#5618) 2019-04-29 12:04:44 +04:30
renovate[bot] 905de666f2 chore(deps): update all non-major dependencies (#5591) 2019-04-29 12:03:21 +04:30
Xin Du (Clark) a21555c8cd fix(utils): node v8 not support dotAll in regex (#5608) 2019-04-26 23:47:51 +04:30
Xin Du (Clark) b7284e1b4a refactor(vue-renderer): remove chalk in renderer (#5609) 2019-04-26 16:24:37 +04:30
pooya parsa 3539c64b35 fix last tag detection 2019-04-25 14:16:38 +04:30
pooya parsa a5cf705ed8 v2.6.3 2019-04-25 13:13:50 +04:30