Commit Graph

562 Commits

Author SHA1 Message Date
Haoqun Jiang 31d9615cc3 feat(generator)!: bump eslint-plugin-vue to v8 (#6795) 2021-11-03 14:33:56 +08:00
Haoqun Jiang 6014ed7f99 feat!: bump css-loader and mini-css-extract-plugin versions (#6790) 2021-10-29 14:21:58 +08:00
Haoqun Jiang 26586005f8 feat: replace@vue/eslint-config-prettier with eslint-config-prettier (#6791) 2021-10-29 14:20:34 +08:00
Haoqun Jiang 9eef87799e feat!: remove url-loader and file-loader in favor of asset modules (#6771) 2021-10-23 09:54:46 +08:00
Cédric Exbrayat 87d3cc841e feat: switch to stylish formatter for eslint (#6748) 2021-10-13 19:44:25 +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 cee5d24b2d docs: remove webpack 4 instructions 2021-09-01 17:19:03 +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 61d0e74a43 chore: jsdom version bump 2021-08-31 15:54:54 +08:00
Haoqun Jiang 2f1667703f docs: recommend SFC playground and StackBlitz for instant prototyping (#6653) 2021-08-31 15:41:17 +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
Haoqun Jiang 55bc7d4b1a docs: update migration guide [skip ci] 2021-06-09 13:07:28 +08:00
Ashik Paul f263a7dcb4 docs: fixed some minor typos (#6493) 2021-06-03 21:24:48 +08:00
Andy Do 82075ce7a4 docs(zh): update deployment.md (#6487) 2021-06-03 21:17:44 +08:00
Haoqun Jiang 502f4a0c52 docs: add modern mode changes to the migration guide (#6438) 2021-04-25 16:43:58 +08:00
Haoqun Jiang 4473ca2e13 chore: some dependency version bumps (#6430)
Default Cypress version is now v7
2021-04-24 20:25:34 +08:00
Haoqun Jiang 0aa8a55189 feat!: always inject safari-nomodule-fix as an external script; drop --no-unsafe-inline flag (#6422) 2021-04-16 19:23:21 +08:00
Haoqun Jiang 89af6c50c2 v5.0.0-alpha.8 2021-03-24 20:51:52 +08:00
Haoqun Jiang d64e7d3158 feat: when transpileDependencies is set to true, transpile all dependencies in node_modules (#6354) 2021-03-24 14:04:43 +08:00
Haoqun Jiang 54d5f78c34 feat: a defineConfig API from @vue/cli-service for better typing support in vue.config.js (#6355) 2021-03-24 13:56:32 +08:00
Haoqun Jiang df62363e36 chore!: bump copy-webpack-plugin to v8 (#6348) 2021-03-16 15:19:07 +08:00
Haoqun Jiang 45eb46205f refactor!: move vue-jest and ts-jest to peer dependencies (#6347)
vue-jest now requires several different peer deps for vue 2 and vue 3;
ts-jest now requires typescript as peer dep, which should be optional
for unit-jest plugin users because they might choose not to use
typescript.

Both are causing annoying peer dep warnings.

So it only makes sense to move them to the project level, to keep things
clean.
2021-03-16 15:18:31 +08:00
Haoqun Jiang f4fb99de97 feat!: upgrade to css-loader 5; remove css.requireModuleExtension & css.modules options (#6332) 2021-03-10 00:05:02 +08:00
Haoqun Jiang a01b347007 docs: mention dropping support of Node.js 10 in the migration guide 2021-02-23 23:30:17 +08:00
Haoqun Jiang f9169d865b feat!: use the latest versions of css preprocessor loaders by default (#6301) 2021-02-21 22:32:15 +08:00
Haoqun Jiang 3f367b2bfe feat!: update WebDriverIO to v7 (#6295) 2021-02-21 22:31:47 +08:00
Haoqun Jiang 0dccc4af38 feat!: update copy & terser plugin, move more legacy code to webpack-4 plugin (#6279) 2021-02-18 14:37:45 +08:00
Haoqun Jiang 4ce7edd375 feat: use html-webpack-plugin v5 by default (#6269) 2021-02-10 11:17:49 +08:00
Binwei Fang b9e2f70f07 fix(cli-service): avoiding recreating dist directory (#6221) 2021-01-25 16:20:17 +08:00
Haoqun Jiang 5f4656e7e5 chore: merge branch 'master' into dev 2021-01-22 16:30:34 +08:00
Haoqun Jiang 3d80810a55 v5.0.0-alpha.3 2021-01-22 16:20:35 +08:00
Haoqun Jiang 28ce4f6bda docs: mention the removal of node-sass in the migration guide [skip ci] 2021-01-22 16:10:37 +08:00
Andy Chen e026771641 docs: fix minor typo (#6223) 2021-01-20 23:24:39 +08:00
Robin Hellemans 8f1324ceee docs: update description of ESlint default linted files (#6199) 2021-01-13 16:39:14 +08:00
Haoqun Jiang c711516125 feat!: bump default sass-loader version to v10, drop sass-loader v7 support (#6187) 2021-01-10 19:04:39 +08:00
Haoqun Jiang 89774a2b39 chore: Merge branch 'master' into dev 2021-01-06 15:18:11 +08:00
前端小武 597b236f77 docs(zh): fix publicPath hash (#6185) [skip ci] 2021-01-05 18:44:28 +08:00
Dahunsi Fehintoluwa 3eaef4d388 docs: fixed some typos on deployment.md (#6176)
Corrected 'fo' to 'of' and 'wit' to 'with' on line 180
2020-12-31 10:50:19 +08:00
Mark Szymanski 0435313e4c docs: update skip plugins section of cli-service (#5927)
Simplify language, omit unnecessary use case example to better align with tone of other feature descriptions
2020-12-20 20:05:09 +08:00
Maurici Abad Gutierrez fe0fa6718e docs: easier Netlify setup for history mode (#6093)
Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com>
2020-12-18 17:21:04 +08:00
Haoqun Jiang 41eb4e9fb9 chore: Merge branch 'master' into dev 2020-12-17 16:16:03 +08:00
JiZhi 9e32481d4c docs: mode-and-env doc need be updated (#6050) 2020-12-17 16:15:31 +08:00
Hollow Man 0716512cf6 docs: fix grammar Mistake in Docs (#6074) [skip ci]
files -> file
Signed-off-by: Hollow Man hollowman@hollowman.ml
2020-12-17 16:15:27 +08:00
汪磊 2e28324600 docs(zh): correction of some format problems (#6036) [skip ci] 2020-12-17 16:15:22 +08:00
JiZhi 6f3fc16431 docs: mode-and-env doc need be updated (#6050) 2020-12-17 16:11:24 +08:00
RJW ced2c34998 docs(zh): fix SyntaxError + = => += (#6147)[skip ci]
lines[renderIndex] + = `\n router,` => lines[renderIndex] += `\n router,`
2020-12-15 12:15:50 +08:00
Haoqun Jiang 4573897226 docs: update webpack-4 migrate instructions [skip ci] 2020-12-15 08:46:34 +08:00
Haoqun Jiang 2814c428fa chore: Merge branch 'master' into dev 2020-12-14 23:01:48 +08:00
Haoqun Jiang 7139e4093a v5.0.0-alpha.0 2020-12-14 19:48:08 +08:00