Ahad Birang
ec534d05b9
fix(router): optional dynamic routing in children routes ( #7843 )
2020-08-04 11:49:12 +02:00
renovate[bot]
c16d199f0f
chore(deps): update dependency caniuse-lite to ^1.0.30001110 ( #7842 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-04 11:48:50 +02:00
renovate[bot]
adf0cb8fb5
chore(deps): lock file maintenance ( #7837 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-04 11:30:06 +02:00
Matthieu Sieben
128c9743c4
fix(vue-app): handle server-side routing errors ( #7801 )
2020-08-04 11:29:23 +02:00
Xin Du (Clark)
f130901ab1
fix(core, config): disabe esm cache ( #7839 )
2020-08-04 11:28:31 +02:00
Ahad Birang
e6eae8ff69
chore(stale): add missing quote ( #7844 )
2020-08-04 10:59:12 +02:00
renovate[bot]
3204f30186
chore(deps): update all non-major dependencies ( #7820 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-03 15:57:59 +02:00
Alexander Lichter
ab30bbcb04
chore(stale): ignore feature request issues ( #7828 )
2020-08-01 20:25:15 +02:00
renovate[bot]
73a87536b5
chore(deps): update all non-major dependencies ( #7811 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-30 19:47:08 +02:00
Pooya Parsa
5909de70ea
fix: enforce name for all groups to avoid regression ( #7808 )
2020-07-30 17:10:43 +02:00
Pooya Parsa
e0b52031e8
chore: update yarn.lock
2020-07-30 17:01:11 +02:00
ChangJoo Park(박창주)
0a3e0cff40
examples(tailwindcss-purgecss) : update tailwindcss 0.6 to 1.6. using purgecss inside tailwindcss ( #7800 )
2020-07-30 16:45:49 +02:00
Pooya Parsa
afb469fcd9
chore(deps): ignore defu3
2020-07-30 16:31:27 +02:00
Ahad Birang
19e68e770c
fix(crawler): skip external link with no schema ( #7806 )
2020-07-30 16:22:53 +02:00
pooya parsa
2e1025f2de
fix(webpack): avoid grouping with default name ( #7808 )
...
[release]
2020-07-30 16:22:03 +02:00
renovate[bot]
0a4aacc946
chore(deps): update dependency @types/serve-static to ^1.13.5 ( #7793 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-29 11:29:26 +02:00
lihbr
3d1526364a
fix(cli): generate still run cache when disabled ( #7802 )
...
Co-authored-by: lihbr <lihbr@users.noreply.github.com>
2020-07-29 11:19:46 +02:00
lihbr
4db7e432df
fix(cli): normalize win32 paths for nuxt generate
cache snapshots ( #7796 )
...
Co-authored-by: lihbr <lihbr@users.noreply.github.com>
2020-07-28 14:38:06 +02:00
Rafał Chłodnicki
e295ae7ffd
fix: add types for build.corejs
option and use number ( #7789 )
2020-07-28 14:33:15 +02:00
pooya parsa
60f68638cb
v2.14.0 [release]
2020-07-27 19:23:49 +02:00
pooya parsa
1c8cc4c8e6
fix: add missing create-require dependency for webpack
2020-07-27 18:20:37 +02:00
pooya parsa
b51a4a97e7
fix: use core-js package.json to read version
2020-07-27 18:20:05 +02:00
pooya parsa
a575a873b0
chore(with-vuetify): fix lint issue
2020-07-27 17:56:47 +02:00
Matthieu Sieben
aebf0ffefd
fix(webpack): ensure loaders are first searched from @nuxt/webpack
( #7787 )
...
[release]
Co-authored-by: pooya parsa <pyapar@gmail.com>
2020-07-27 17:19:47 +02:00
Yaroslav Vorobev
66b4aa2f62
fix(vue-app): nuxt-link
prefetch error on fallback page ( #7766 )
2020-07-27 15:44:10 +02:00
Ahad Birang
6a2576b6f6
feat(webpack): auto detect core-js version ( #7785 )
...
* feat: add build option to set corejs version
* fix tests
* refactor: improve error handling and warn for invalid corejs version
* fix: only pick major part
* simplify as we are already using try/catch
Co-authored-by: pooya parsa <pyapar@gmail.com>
2020-07-27 15:36:46 +02:00
renovate[bot]
5bbae3190d
chore(deps): update devdependency @nuxtjs/eslint-config to ^3.1.0 ( #7788 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-27 15:34:54 +02:00
pooya parsa
5f156d8741
chore(deps): ignore css-loader
update because of node compatibility
2020-07-27 13:05:54 +02:00
renovate[bot]
57773c93a8
chore(deps): lock file maintenance ( #7782 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-27 11:07:15 +02:00
renovate[bot]
c9a096f4d0
chore(deps): update dependency caniuse-lite to ^1.0.30001107 ( #7781 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-27 11:03:30 +02:00
Kevin Marrec
1977b06d1c
types: fix generate types ( #7780 )
2020-07-27 11:03:11 +02:00
Ahad Birang
298c3e3ef7
fix(generator): avoid duplicate slashes for routes ending with hash ( #7776 )
...
* fix: remove duplicate slashes from crawled routes
* fixture: use trailing slash for hash
* refactor: do trailing slash sanetization after hash removal
* test: enable trailing slash for full-static fixture
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2020-07-27 11:01:24 +02:00
Daniel Roe
5f7d675807
fix(cli): don't use absolute path of .cache/nuxt
as transpilation pattern ( #7775 )
2020-07-27 10:54:56 +02:00
Ahad Birang
c2c6923ee4
examples(vuetify): use@nuxtjs/vuetify
module ( #7767 )
2020-07-26 17:57:31 +02:00
renovate[bot]
775831eb30
chore(deps): update all non-major dependencies ( #7760 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-26 17:51:34 +02:00
Ahad Birang
4f27cdded8
fix(webpack): font-family hex issue ( #7763 )
2020-07-26 17:48:58 +02:00
Ahad Birang
6af76334c5
fix(utils): include routes with children for generation ( #7761 )
2020-07-26 17:47:56 +02:00
renovate[bot]
45f204c12c
chore(deps): update all non-major dependencies ( #7751 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-23 09:51:30 +02:00
Timothy R. Chavez
2dc11a71dc
fix(vue-renderer): read target
from class instead of serverContext
( #7752 )
2020-07-22 14:51:31 +02:00
Martin Novák
b469f931f8
feat(builder): support async extendRoutes
( #7754 )
...
Co-authored-by: Martin Novák <martin.novak@cleverlance.com>
2020-07-22 12:30:50 +02:00
renovate[bot]
7aa46f57f7
chore(deps): lock file maintenance ( #7739 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-21 10:52:50 +02:00
renovate[bot]
925220da9a
chore(deps): update all non-major dependencies ( #7728 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-21 10:10:29 +02:00
Sébastien Chopin
6ab65fbf4f
fix(vue-app): handle fallback on generated page ( #7718 )
...
* fix(vue-app): handle fallback on generated page
* chore: improvements and small refactor
* fix: lint
Co-authored-by: pooya parsa <pyapar@gmail.com>
* chore: add force-build option to nuxt generate
Co-authored-by: pooya parsa <pyapar@gmail.com>
[release]
2020-07-16 19:32:09 +02:00
renovate[bot]
361afcb747
chore(deps): update all non-major dependencies ( #7721 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-16 17:15:01 +02:00
pooya parsa
c5a4465572
feat: static target DX improvements ( #7712 )
...
[release]
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: pimlie <pimlie@hotmail.com>
2020-07-16 17:10:54 +02:00
Sébastien Chopin
f81c588bf6
fix(vue-app): don't fetch payload for store mutation for preview and spa fallback ( #7723 )
2020-07-16 17:10:06 +02:00
pooya parsa
e537e8c92a
chore(deps): update yarn.lock
2020-07-15 13:14:18 +02:00
renovate[bot]
d1221aab13
chore(deps): update all non-major dependencies ( #7693 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-15 13:13:14 +02:00
renovate[bot]
743abca45c
chore(deps): update devdependency @rollup/plugin-commonjs to v14 ( #7714 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-15 12:41:10 +02:00
renovate[bot]
f585e46829
chore(deps): lock file maintenance ( #7707 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-14 09:41:14 +02:00