Clark Du
c8e17a7739
Merge remote-tracking branch 'upstream/2.x' into dev
2019-02-18 20:05:52 +00:00
Xin Du (Clark)
71a70fe56c
fix: bundle resources other than js(x)/json in node_modules ( #4913 )
2019-02-18 20:05:07 +00:00
Xin Du (Clark)
9860eb6a7c
refactor: unify context in webpack module ( #5054 )
2019-02-18 17:00:51 +00:00
renovate[bot]
3ed9f3e6a6
chore(deps): update all non-major dependencies ( #5044 )
2019-02-18 12:25:43 +00:00
Clark Du
b9391d7ea0
chore: fix eslint warning
2019-02-18 10:44:03 +00:00
Clark Du
4a44496481
chore: fix audit error
2019-02-18 09:23:10 +00:00
renovate[bot]
b51d7ec2fd
chore(deps): update all non-major dependencies ( #5038 )
2019-02-15 14:56:10 +00:00
Clark Du
5f9b1044ff
Merge remote-tracking branch 'origin/2.x' into dev
2019-02-15 13:18:09 +00:00
Clark Du
d3f18c3e3d
chore(deps): update request-promise-native
2019-02-15 13:13:00 +00:00
Xin Du (Clark)
3516580701
fix(hotfix): preload modern resource in spa modern mode ( #5043 )
2019-02-15 13:08:27 +00:00
Clark Du
200bce149e
chore(deps): update all non-major dependencies
2019-02-15 13:01:44 +00:00
renovate[bot]
9f3c175b8f
chore(deps): update dependency eslint-plugin-vue to ^5.2.1 ( #5035 )
...
[release]
2019-02-14 16:11:34 +00:00
Pooya Parsa
2015140d12
feat(vue-app): universal fetch ( #5028 )
...
* pkg(nuxt-start): add node-fetch, unfetch
* pkg(vue-app): add node-fetch, unfetch
* add yarn.lock
* feat(config): _app.fetch options
* feat(builder): add fetch to templateVars
* feat(vue-app): polyfill global with fetch
* feat(fixtures/basic): /api/test
* add fetch example to fixtures
* remove unfetch from nuxt-start
* update template snapshot
* revert extra new line in server.js
* single line if
2019-02-14 16:56:58 +01:00
Clark Du
d9a0b5f61b
fix: not send Server-Timing header if no timing info
2019-02-14 15:23:25 +00:00
Clark Du
c6d8e8ff66
refactor: isModernBrowser return boolean for avoiding duplicate call
2019-02-14 14:01:30 +00:00
Clark Du
2b4d79c199
refactor: not detect modern browser if modern mode is disabled
2019-02-14 13:21:11 +00:00
Clark Du
636e7e1001
chore: change browserstack image
2019-02-14 10:07:08 +00:00
Alexander Lichter
0826d7e5fd
perf: await routeData promises in parallel ( #5027 )
2019-02-13 14:37:12 +00:00
Clark Du
176641f6cb
refactor: fallback to babel-preset-env defualt targets when buildTarget is not specified
2019-02-13 11:26:05 +00:00
Clark Du
aad46ed674
fix: disable parallel build when extractCSS is enabled
2019-02-13 10:32:13 +00:00
Andrey Shertsinger
bcd672f931
fix: generate failure ( #5007 )
2019-02-13 09:18:41 +00:00
Pim
ad6a8cda9a
test: mock enquirer in typescript tests ( #5025 )
2019-02-13 09:16:51 +00:00
renovate[bot]
9be8861b81
chore(deps): update all non-major dependencies ( #5019 )
2019-02-13 12:16:06 +03:30
renovate[bot]
21e7936ecf
chore(deps): update dependency vue-jest to ^4.0.0-beta.1 ( #5016 )
2019-02-12 16:42:39 +00:00
Pim
06f4762e47
chore(examples): fix links to vue-meta repo ( #5018 )
2019-02-12 16:31:27 +00:00
Xin Du (Clark)
90ba0cd6b7
feat: upgrade to jest 24 ( #4868 )
2019-02-12 13:05:37 +00:00
renovate[bot]
8678d0d6ab
chore(deps): update dependency webpack-bundle-analyzer to ^3.0.4 ( #5015 )
2019-02-12 14:03:55 +03:30
renovate[bot]
6d90ec2a50
chore(deps): update dependency consola to ^2.4.1 ( #5012 )
2019-02-12 11:44:29 +03:30
renovate[bot]
960f8cab5c
chore(deps): update all non-major dependencies ( #5009 )
2019-02-12 10:48:11 +03:30
Pim
75a74543f4
test: improve nuxt-loading component tests ( #5005 )
2019-02-12 00:32:30 +03:30
Alexander Lichter
3997d5049d
perf(webpack): use futureEmitAssets
( #5003 )
2019-02-11 14:12:37 +03:30
renovate[bot]
8106523311
chore(deps): update all non-major dependencies ( #5000 )
2019-02-11 12:10:42 +03:30
Andrew Cravenho
dfc8dd579b
example(jest-puppeteer): fix package .json ( #4997 )
2019-02-10 23:29:26 +03:30
renovate[bot]
e083c38f8f
chore(deps): update all non-major dependencies ( #4992 )
2019-02-09 13:32:50 +03:30
renovate[bot]
2c082131e0
chore(deps): update dependency vue-jest to ^3.0.3 ( #4988 )
2019-02-08 22:55:10 +03:30
Pooya Parsa
408680046c
fix(vue-app): fix asyncData
memory leak on client-side ( #4966 )
...
Co-authored-by: Sébastien Chopin <seb@chopin.io>
2019-02-08 20:03:45 +03:30
Alexander Lichter
69dfd848d7
refactor: some small stuff ( #4979 )
...
* refactor: flatten ifs
* refactor: unnecessary curly brackets
* refactor: unnecessary else
* refactor: promise.all instead of for-await
* refactor: apply changes suggested by @clarkdo
* chore: fix typo
* refactor: early return
* refactor: add removal TODOs
* refactor: more descriptive variable name
* refactor: prefer template string
* refactor: one-line
* refactor: early returns
* refactor: early return
* refactor: parallel promises
* refactor: early return and no else
* refactor: spread operator
* refactor: spread operator and early return
* fix: remove error and throw string instead
* fix: always return true
* refactor: clear multiline ternary
* refactor: err stack assignment
* refactor: early return and async/await
* refactor: one line
* refactor: early return
* refactor: early return
* refactor: promise.all
* refactor: args spread
2019-02-08 17:25:11 +01:00
pooya parsa
50b1592998
update yarn.lock
2019-02-08 19:53:34 +03:30
HG
c0311bc22f
doc: create/update README.mds for examples ( #4980 )
...
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Create README.md
* Update Readme.md
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Create README.md
* Create README.md
* Update README.md
* Create README.md
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update examples/with-vuikit/README.md
Co-Authored-By: husayt <husayt@gmail.com>
* Update examples/auth-routes/README.md
Co-Authored-By: husayt <husayt@gmail.com>
* Update examples/middleware/README.md
Co-Authored-By: husayt <husayt@gmail.com>
* Update examples/vuex-store-modules/README.md
Co-Authored-By: husayt <husayt@gmail.com>
* Update examples/with-feathers/README.md
Co-Authored-By: husayt <husayt@gmail.com>
* Update examples/with-element-ui/README.md
Co-Authored-By: husayt <husayt@gmail.com>
* Update examples/with-cookies/README.md
Co-Authored-By: husayt <husayt@gmail.com>
* Update examples/vuex-store/README.md
Co-Authored-By: husayt <husayt@gmail.com>
* Update examples/vuex-persistedstate/README.md
Co-Authored-By: husayt <husayt@gmail.com>
* Update examples/with-firebase/README.md
Co-Authored-By: husayt <husayt@gmail.com>
2019-02-08 15:48:30 +01:00
Xin Du (Clark)
855705bd73
test: add chrome detector ( #4984 )
2019-02-08 16:46:17 +03:30
Clark Du
3c79b4c0d7
Merge branch '2.x' into dev
2019-02-08 12:35:44 +00:00
Pim
3e9eee2549
fix: dont force exit when it was explicitly disabled ( #4973 )
...
* fix: remove slash from warning text
* fix: dont force-exit when explicitly disabled
chore: add tests for force-exit behaviour
* feat: default option value can be fn
2019-02-08 13:36:47 +03:30
renovate[bot]
f791d786e0
chore(deps): update all non-major dependencies ( #4981 )
2019-02-08 13:35:47 +03:30
Pooya Parsa
29297160a1
feat(vue-renderer): improvements ( #4722 )
2019-02-08 13:35:01 +03:30
Clark Du
eac6d022f5
refactor: remove unnecessary onEmit in old webpack
2019-02-07 17:26:43 +00:00
Pooya Parsa
2c763df176
test: fix macos e2e tests
2019-02-07 20:18:47 +03:30
Kevin Marrec
17cc12f005
improvement(ts): transpileOnly when using nuxt-ts start
( #4906 )
2019-02-07 18:36:30 +03:30
Alexander Lichter
574a2eb293
fix: disable "analyze" for nuxt generate ( #4975 )
2019-02-07 18:30:41 +03:30
Alexander Lichter
31cb18737b
refactor: use spread syntax for plugin push ( #4976 )
2019-02-07 18:30:04 +03:30
Cristian Pallarés
dbf70999e4
fix(vue-app): fix getNuxtChildComponents
method ( #4969 )
2019-02-07 10:14:38 +00:00