Haoqun Jiang
29bc557fea
test: fix windows path
2021-10-08 18:54:15 +08:00
Haoqun Jiang
57926ab3c1
test: turns out it's the codeframe test that doesn't close correctly
2021-09-30 17:23:09 +08:00
Haoqun Jiang
611b892928
refactor(webdriverio)!: don't include sync API support by default ( #6695 )
2021-09-30 16:41:02 +08:00
Haoqun Jiang
17081b7dc1
test: skip eslint v8 test for now
...
till we find a better way to test different versions of eslint
2021-09-30 15:21:28 +08:00
Haoqun Jiang
9b25d9113d
test: small refinements
2021-09-29 15:31:17 +08:00
Yosuke Ota
099ba93336
feat(cli-plugin-eslint): use ESLint class instead of CLIEngine ( #6714 )
2021-09-29 10:27:11 +08:00
Haoqun Jiang
5f860808bc
test: pass --stdin so that the dev server can be shut down correclty
2021-09-28 19:00:22 +08:00
Evan You
3f0b782bca
Revert "feat: define __VUE_SSR__ flag"
...
This reverts commit fcf7598ec1 .
2021-09-23 14:03:05 -04:00
Evan You
fcf7598ec1
feat: define __VUE_SSR__ flag
2021-09-23 13:02:46 -04:00
zj9495
7527271feb
fix(cli-service): skip minimization of public folder ( #6700 )
2021-09-22 11:16:03 +08:00
Haoqun Jiang
8b53487ac8
v5.0.0-beta.4
2021-09-15 19:07:40 +08:00
Haoqun Jiang
4b8e27fdc0
chore: pre release sync
2021-09-15 19:04:22 +08:00
Haoqun Jiang
846e143894
refactor: a safer way to tell vue version
2021-09-15 16:30:18 +08:00
Cédric Exbrayat
3d27f42349
feat!: update jest to v27 ( #6627 )
2021-09-15 16:12:55 +08:00
Haoqun Jiang
967f948e17
feat!: upgrade to webpack-dev-server v4 ( #6669 )
2021-09-15 16:11:19 +08:00
Haoqun Jiang
662153bc6a
feat: generate projects with transpileDependencies: true by default ( #6663 )
2021-09-03 14:44:46 +08:00
Haoqun Jiang
3ed0a14009
chore: bump copy-webpack-plugin
2021-09-01 20:36:52 +08:00
Haoqun Jiang
c30ebdc81a
fix: avoid copy-webpack plugin errors in modern mode ( #6665 )
2021-09-01 17:15:43 +08:00
Haoqun Jiang
95a9b8cd7c
feat!: update cypress to 8.3 and require it to be a peer dependency ( #6662 )
2021-09-01 17:15:12 +08:00
Haoqun Jiang
18c1e8ba4e
Revert "chore: bump fs-extra"
...
This reverts commit 34ae6f271a .
See https://github.com/jprichardson/node-fs-extra/issues/901
2021-08-31 17:13:29 +08:00
Haoqun Jiang
7f0f858d7e
chore: sass-loader version bump
...
`fiber` is also removed from dev deps as it won't be not used in
Node.js >= 16
2021-08-31 16:23:41 +08:00
Haoqun Jiang
daf9623d99
chore: bump vue versions in generator
2021-08-31 16:03:32 +08:00
Haoqun Jiang
34ae6f271a
chore: bump fs-extra
2021-08-31 15:58:42 +08:00
Haoqun Jiang
5d0ce17a5a
chore: bump lint-staged version
2021-08-31 15:54:54 +08:00
Haoqun Jiang
61d0e74a43
chore: jsdom version bump
2021-08-31 15:54:54 +08:00
David Kubeš
88313fd885
refactor: remove redundant Webpack version checks ( #6638 )
2021-08-31 15:43:18 +08:00
Haoqun Jiang
c8833d37c2
chore: update stylus-loader
...
No breaking changes other than minimum Node.js version requirement
2021-08-31 15:34:28 +08:00
Vinsea
0f094547e1
fix(cli-service): wrong property name (typo) ( #6645 )
2021-08-24 16:38:45 +08:00
Haoqun Jiang
ded81c6057
fix(ui): stop depending on the watch package ( #6635 )
2021-08-20 16:06:32 +08:00
Haoqun Jiang
c1bf3d8746
v5.0.0-beta.3
2021-08-10 15:05:41 +08:00
Haoqun Jiang
627f51b1dd
chore: pre release sync
2021-08-10 15:05:09 +08:00
Haoqun Jiang
1dd211e3d5
feat(unit-jest): add jest as a peer dependency ( #6625 )
...
Eventually we need to update to Jest 27 + vue2-jest / vue3-jest
So let's make it a peer dependency to ease the pain of breaking changes.
To not surprise existing beta users, jest 26 is still listed as a direct
dependency in the next release.
2021-08-09 16:24:57 +08:00
Haoqun Jiang
cf1022d4c4
chore: bump dependency versions
2021-08-02 15:39:01 +08:00
Haoqun Jiang
17a0c3708c
fix: mark sideEffects: true for styles in Vue components ( #6597 )
...
See discussions at https://github.com/vuejs/vue-loader/issues/1435
2021-07-30 14:04:21 +08:00
Haoqun Jiang
e41ef41540
chore!: drop webpack-4 support in v5 ( #6598 )
...
1. I don't think I'll ever have the capacity to keep maintaining this
compat plugin. It's better to drop it now than later.
2. The plugin is needed at the time of alpha.0 because many ecosystem
plugins does not support webpack 5. But now I don't think it will be a
major hurdle.
3. The implementation was too hacky.
2021-07-30 14:03:54 +08:00
martiliones
45e804ba50
fix: update command description, fix typo ( #6589 )
2021-07-21 15:24:38 +08:00
Juan
70afd90ca3
fix(mocha): do not ignore JavaScript tests when TypeScript plugin is installed ( #6560 )
2021-07-02 16:32:02 +08:00
Haoqun Jiang
882aaca1fc
feat: add support for avif
2021-06-23 15:32:36 +08:00
Muhammadamin
566c803a49
feat(cli-service): add support new image format avif ( #6530 )
2021-06-23 15:31:50 +08:00
Haoqun Jiang
ae7c5a57f0
v5.0.0-beta.2
2021-06-09 13:15:30 +08:00
Haoqun Jiang
4c753bc7e8
chore: pre release sync
2021-06-09 13:15:07 +08:00
Thomas Citharel
da2c715544
fix(pwa): Replace closeTag parameter with voidTag for HtmlWebpackPlugin ( #6518 )
...
HtmlWebpackPlugin has a voidTag parameter that needs to be set to true
so that both <link> and <meta> are treated as void elements (with no
contents). The closeTag parameter doesn't exist.
https://github.com/jantimon/html-webpack-plugin/blob/570f735c237d4a03a65622cfe64652431aca4132/typings.d.ts#L280
https://html.spec.whatwg.org/multipage/syntax.html#void-elements
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2021-06-09 11:04:18 +08:00
Haoqun Jiang
820b9b7826
chore: use scoped package names for aliases ( #6519 )
2021-06-09 08:37:05 +08:00
Binwei Fang
4be4bb39ad
feat: implement plugin execution order ( #6411 )
2021-06-07 16:49:44 +08:00
tomica
9f2aa63453
fix: don't append slash on publicPath: 'auto' ( #6506 )
2021-06-03 21:15:51 +08:00
Haoqun Jiang
3ddc19f1ac
fix(mocha): set mode to none to avoid DefinePlugin conflict ( #6478 )
2021-06-02 13:03:04 +08:00
Haoqun Jiang
c64798dce3
fix: remove "(requires webpack 4)" from mocha prompt [skip ci]
2021-05-14 16:45:11 +08:00
Haoqun Jiang
e6262a4fb5
v5.0.0-beta.1
2021-05-14 16:40:11 +08:00
Haoqun Jiang
5612398803
chore: pre release sync
2021-05-14 16:39:50 +08:00
Haoqun Jiang
cc6f74d038
fix: webpack-sources is an optinal peer dependency
...
It is only required when we are using webpack 4
2021-05-14 15:59:39 +08:00