|
1 | 1 |
|
| 2 | +## 5.0.0-alpha.0 (2020-12-14) |
| 3 | + |
| 4 | +#### :rocket: New Features |
| 5 | +* `@vue/cli-plugin-unit-mocha`, `@vue/cli-plugin-webpack-4`, `@vue/cli-shared-utils` |
| 6 | + * [#6144](https://github.com/vuejs/vue-cli/pull/6144) feat: add a @vue/cli-plugin-webpack-4 package for future use ([@sodatea](https://github.com/sodatea)) |
| 7 | +* `@vue/cli-plugin-babel`, `@vue/cli-plugin-e2e-cypress`, `@vue/cli-plugin-e2e-nightwatch`, `@vue/cli-plugin-eslint`, `@vue/cli-plugin-pwa`, `@vue/cli-plugin-router`, `@vue/cli-plugin-typescript`, `@vue/cli-plugin-unit-jest`, `@vue/cli-plugin-unit-mocha`, `@vue/cli-plugin-vuex` |
| 8 | + * [#6132](https://github.com/vuejs/vue-cli/pull/6132) chore!: prepare for v5 peer dependencies, drop v4 prereleases ([@sodatea](https://github.com/sodatea)) |
| 9 | +* `@vue/cli-plugin-eslint`, `@vue/cli-service`, `@vue/cli-ui` |
| 10 | + * [#6136](https://github.com/vuejs/vue-cli/pull/6136) feat: bump lint-staged to v10 ([@sodatea](https://github.com/sodatea)) |
| 11 | +* `@vue/cli-service` |
| 12 | + * [#6130](https://github.com/vuejs/vue-cli/pull/6130) chore!: bump stylus-loader from v3 to v4 ([@jeneser](https://github.com/jeneser)) |
| 13 | +* `@vue/cli-plugin-eslint`, `@vue/cli-ui-addon-webpack`, `@vue/cli-ui-addon-widgets`, `@vue/cli-ui` |
| 14 | + * [#6123](https://github.com/vuejs/vue-cli/pull/6123) feat: update eslint-related packages ([@sodatea](https://github.com/sodatea)) |
| 15 | +* `@vue/cli-plugin-typescript`, `@vue/cli-plugin-unit-jest`, `@vue/cli-ui` |
| 16 | + * [#6129](https://github.com/vuejs/vue-cli/pull/6129) chore!: update typescript-related dependencies ([@sodatea](https://github.com/sodatea)) |
| 17 | +* `@vue/cli-plugin-e2e-webdriverio`, `@vue/cli-plugin-typescript`, `@vue/cli-plugin-unit-mocha` |
| 18 | + * [#6121](https://github.com/vuejs/vue-cli/pull/6121) feat!: update mocha to v8 ([@sodatea](https://github.com/sodatea)) |
| 19 | +* `@vue/cli-plugin-e2e-cypress` |
| 20 | + * [#6120](https://github.com/vuejs/vue-cli/pull/6120) feat: update cypress to v6 ([@sodatea](https://github.com/sodatea)) |
| 21 | + * [#6062](https://github.com/vuejs/vue-cli/pull/6062) fix(cypress): allow users to update cypress ([@elevatebart](https://github.com/elevatebart)) |
| 22 | +* `@vue/cli-service`, `@vue/cli-ui` |
| 23 | + * [#6108](https://github.com/vuejs/vue-cli/pull/6108) feat!: upgrade postcss-loader, using postcss 8 by default ([@sodatea](https://github.com/sodatea)) |
| 24 | +* `@vue/cli-service-global`, `@vue/cli` |
| 25 | + * [#6115](https://github.com/vuejs/vue-cli/pull/6115) feat!: make `vue serve/build` aliases to `npm run serve/build` ([@sodatea](https://github.com/sodatea)) |
| 26 | +* `@vue/cli-plugin-typescript`, `@vue/cli-plugin-unit-jest` |
| 27 | + * [#6116](https://github.com/vuejs/vue-cli/pull/6116) feat!: update jest to v26 ([@sodatea](https://github.com/sodatea)) |
| 28 | +* `@vue/cli-plugin-e2e-nightwatch`, `@vue/cli-plugin-eslint`, `@vue/cli-service-global` |
| 29 | + * [#6094](https://github.com/vuejs/vue-cli/pull/6094) feat: replace eslint-loader by eslint-webpack-plugin ([@fangbinwei](https://github.com/fangbinwei)) |
| 30 | +* `@vue/cli-plugin-babel`, `@vue/cli-plugin-e2e-webdriverio`, `@vue/cli-plugin-eslint`, `@vue/cli-plugin-pwa`, `@vue/cli-plugin-typescript`, `@vue/cli-plugin-unit-mocha`, `@vue/cli-service`, `@vue/cli-test-utils`, `@vue/cli-ui` |
| 31 | + * [#6060](https://github.com/vuejs/vue-cli/pull/6060) feat!: support and use webpack 5 as default ([@sodatea](https://github.com/sodatea)) |
| 32 | +* `@vue/cli-plugin-eslint`, `@vue/cli-test-utils`, `@vue/cli-ui`, `@vue/cli` |
| 33 | + * [#6059](https://github.com/vuejs/vue-cli/pull/6059) feat(eslint): support eslint7 and @babel/eslint-parser ([@fangbinwei](https://github.com/fangbinwei)) |
| 34 | +* `@vue/cli-plugin-eslint` |
| 35 | + * [#4850](https://github.com/vuejs/vue-cli/pull/4850) feat(lint): add output file option (Closes [#4849](https://github.com/vuejs/vue-cli/issues/4849)) ([@ataylorme](https://github.com/ataylorme)) |
| 36 | + |
| 37 | +#### :boom: Breaking Changes |
| 38 | +* `@vue/cli-service`, `@vue/cli-ui` |
| 39 | + * [#6140](https://github.com/vuejs/vue-cli/pull/6140) refactor!: replace optimize-cssnano-plugin with css-minimizer-webpack-plugin ([@sodatea](https://github.com/sodatea)) |
| 40 | + * [#6108](https://github.com/vuejs/vue-cli/pull/6108) feat!: upgrade postcss-loader, using postcss 8 by default ([@sodatea](https://github.com/sodatea)) |
| 41 | +* `@vue/cli-plugin-babel`, `@vue/cli-plugin-e2e-cypress`, `@vue/cli-plugin-e2e-nightwatch`, `@vue/cli-plugin-eslint`, `@vue/cli-plugin-pwa`, `@vue/cli-plugin-router`, `@vue/cli-plugin-typescript`, `@vue/cli-plugin-unit-jest`, `@vue/cli-plugin-unit-mocha`, `@vue/cli-plugin-vuex` |
| 42 | + * [#6132](https://github.com/vuejs/vue-cli/pull/6132) chore!: prepare for v5 peer dependencies, drop v4 prereleases ([@sodatea](https://github.com/sodatea)) |
| 43 | +* `@vue/cli` |
| 44 | + * [#6133](https://github.com/vuejs/vue-cli/pull/6133) chore!: bump ejs to v3 ([@sodatea](https://github.com/sodatea)) |
| 45 | +* `@vue/cli-service` |
| 46 | + * [#6130](https://github.com/vuejs/vue-cli/pull/6130) chore!: bump stylus-loader from v3 to v4 ([@jeneser](https://github.com/jeneser)) |
| 47 | + * [#5951](https://github.com/vuejs/vue-cli/pull/5951) chore!: some trivial dependency major version updates ([@sodatea](https://github.com/sodatea)) |
| 48 | +* `@vue/cli-plugin-typescript`, `@vue/cli-plugin-unit-jest`, `@vue/cli-ui` |
| 49 | + * [#6129](https://github.com/vuejs/vue-cli/pull/6129) chore!: update typescript-related dependencies ([@sodatea](https://github.com/sodatea)) |
| 50 | +* `@vue/cli-plugin-e2e-webdriverio`, `@vue/cli-plugin-typescript`, `@vue/cli-plugin-unit-mocha` |
| 51 | + * [#6121](https://github.com/vuejs/vue-cli/pull/6121) feat!: update mocha to v8 ([@sodatea](https://github.com/sodatea)) |
| 52 | +* `@vue/cli-service-global`, `@vue/cli` |
| 53 | + * [#6115](https://github.com/vuejs/vue-cli/pull/6115) feat!: make `vue serve/build` aliases to `npm run serve/build` ([@sodatea](https://github.com/sodatea)) |
| 54 | +* `@vue/cli-plugin-typescript`, `@vue/cli-plugin-unit-jest` |
| 55 | + * [#6116](https://github.com/vuejs/vue-cli/pull/6116) feat!: update jest to v26 ([@sodatea](https://github.com/sodatea)) |
| 56 | +* `@vue/cli-plugin-e2e-nightwatch`, `@vue/cli-plugin-eslint`, `@vue/cli-service-global` |
| 57 | + * [#6094](https://github.com/vuejs/vue-cli/pull/6094) feat: replace eslint-loader by eslint-webpack-plugin ([@fangbinwei](https://github.com/fangbinwei)) |
| 58 | +* `@vue/cli-plugin-babel`, `@vue/cli-plugin-e2e-webdriverio`, `@vue/cli-plugin-eslint`, `@vue/cli-plugin-pwa`, `@vue/cli-plugin-typescript`, `@vue/cli-plugin-unit-mocha`, `@vue/cli-service`, `@vue/cli-test-utils`, `@vue/cli-ui` |
| 59 | + * [#6060](https://github.com/vuejs/vue-cli/pull/6060) feat!: support and use webpack 5 as default ([@sodatea](https://github.com/sodatea)) |
| 60 | +* `@vue/cli-service`, `@vue/cli` |
| 61 | + * [#6090](https://github.com/vuejs/vue-cli/pull/6090) chore: remove deprecated node-sass ([@andreiTn](https://github.com/andreiTn)) |
| 62 | + * [#6051](https://github.com/vuejs/vue-cli/pull/6051) chore!: drop support of NPM 5 ([@sodatea](https://github.com/sodatea)) |
| 63 | +* `@vue/cli-service`, `@vue/cli-shared-utils`, `@vue/cli-ui`, `@vue/cli` |
| 64 | + * [#5973](https://github.com/vuejs/vue-cli/pull/5973) chore!: bump joi to v17 ([@sodatea](https://github.com/sodatea)) |
| 65 | +* `@vue/cli-service`, `@vue/cli-ui`, `@vue/cli` |
| 66 | + * [#6052](https://github.com/vuejs/vue-cli/pull/6052) chore!: drop support of end-of-life node releases (8, 11, 13) ([@sodatea](https://github.com/sodatea)) |
| 67 | +* `@vue/cli-service`, `@vue/cli-shared-utils`, `@vue/cli` |
| 68 | + * [#6009](https://github.com/vuejs/vue-cli/pull/6009) refactor!: replace request with node-fetch ([@jeneser](https://github.com/jeneser)) |
| 69 | +* `@vue/cli-plugin-babel`, `@vue/cli-plugin-typescript`, `@vue/cli-service` |
| 70 | + * [#5951](https://github.com/vuejs/vue-cli/pull/5951) chore!: some trivial dependency major version updates ([@sodatea](https://github.com/sodatea)) |
| 71 | +* `@vue/cli-plugin-typescript` |
| 72 | + * [#5941](https://github.com/vuejs/vue-cli/pull/5941) feat!: bump fork-ts-checker-webpack-plugin version to v5 ([@sodatea](https://github.com/sodatea)) |
| 73 | +* `@vue/cli-plugin-typescript`, `@vue/cli-plugin-unit-mocha` |
| 74 | + * [#5907](https://github.com/vuejs/vue-cli/pull/5907) chore!: bump unit-mocha dependency versions ([@sodatea](https://github.com/sodatea)) |
| 75 | +* `@vue/cli-plugin-unit-mocha` |
| 76 | + * [#5907](https://github.com/vuejs/vue-cli/pull/5907) chore!: bump unit-mocha dependency versions ([@sodatea](https://github.com/sodatea)) |
| 77 | +* `@vue/cli-plugin-eslint`, `@vue/cli-service-global` |
| 78 | + * [#5870](https://github.com/vuejs/vue-cli/pull/5870) chore!: update eslint-loader, minimum supported ESLint version is 6 ([@sodatea](https://github.com/sodatea)) |
| 79 | +* `@vue/cli-plugin-e2e-cypress`, `@vue/cli-plugin-e2e-webdriverio`, `@vue/cli-plugin-typescript`, `@vue/cli` |
| 80 | + * [#5065](https://github.com/vuejs/vue-cli/pull/5065) Remove linter option TSLint ([@Shinigami92](https://github.com/Shinigami92)) |
| 81 | + |
| 82 | +#### :bug: Bug Fix |
| 83 | +* `@vue/cli` |
| 84 | + * [#6145](https://github.com/vuejs/vue-cli/pull/6145) fix: fix cypress mirror url for cypress version > 3 ([@sodatea](https://github.com/sodatea)) |
| 85 | + * [#6137](https://github.com/vuejs/vue-cli/pull/6137) fix: fix usage of cmd-shim ([@fangbinwei](https://github.com/fangbinwei)) |
| 86 | + * [#5921](https://github.com/vuejs/vue-cli/pull/5921) fix(cli): only process template file contents, bump yaml-front-matter… ([@ferm10n](https://github.com/ferm10n)) |
| 87 | + * [#5961](https://github.com/vuejs/vue-cli/pull/5961) fix: npm 7 compat by turning on `legacy-peer-deps` flag ([@sodatea](https://github.com/sodatea)) |
| 88 | +* `@vue/cli-service` |
| 89 | + * [#6101](https://github.com/vuejs/vue-cli/pull/6101) fix(cli-service): don't write entry-wc to node[3m_modules ([@merceyz](https://github.com/merceyz))[23m |
| 90 | +[3m * [#6066](https://github.com/vuejs/vue-cli/pull/6066) fix(cli-service): pass --public host to devserver ([@jonaskuske](https://github.com/jonaskuske))[23m |
| 91 | +[3m* `@vue/cli-plugin-unit-mocha`, `@vue/cli-service`[23m |
| 92 | +[3m * [#6097](https://github.com/vuejs/vue-cli/pull/6097) fix(mocha): disable SSR optimization for Vue 3 testing ([@sodatea](https://github.com/sodatea))[23m |
| 93 | +[3m* `@vue/cli-plugin-eslint`[23m |
| 94 | +[3m * [#6020](https://github.com/vuejs/vue-cli/pull/6020) fix(generator): upgrade to prettier v2 ([@jeneser](https://github.com/jeneser))[23m |
| 95 | +[3m* `@vue/cli-ui`[23m |
| 96 | +[3m * [#6000](https://github.com/vuejs/vue-cli/pull/6000) fix: prevent snoretoast shortcut, set notif title (#2720) ([@tony19](https://github.com/tony19))[23m |
| 97 | +[3m* `@vue/cli-service-global`, `@vue/cli-service`[23m |
| 98 | +[3m * [#5992](https://github.com/vuejs/vue-cli/pull/5992) fix: using `lang` attribute with empty string in html template ([@fangbinwei](https://github.com/fangbinwei))[23m |
| 99 | +[3m* `@vue/cli-plugin-typescript`[23m |
| 100 | +[3m * [#5975](https://github.com/vuejs/vue-cli/pull/5975) fix: update vue-shims for Vue v3.0.1 ([@cexbrayat](https://github.com/cexbrayat))[23m |
| 101 | +[3m[23m |
| 102 | +[3m#### :house: Internal[23m |
| 103 | +[3m* `@vue/cli-plugin-babel`, `@vue/cli-service`[23m |
| 104 | +[3m * [#6142](https://github.com/vuejs/vue-cli/pull/6142) refactor: replace cache-loader with babel-loader's built-in cache ([@sodatea](https://github.com/sodatea))[23m |
| 105 | +[3m* `@vue/cli-service`, `@vue/cli-ui`[23m |
| 106 | +[3m * [#6140](https://github.com/vuejs/vue-cli/pull/6140) refactor!: replace optimize-cssnano-plugin with css-minimizer-webpack-plugin ([@sodatea](https://github.com/sodatea))[23m |
| 107 | +[3m* `@vue/cli`[23m |
| 108 | +[3m * [#6127](https://github.com/vuejs/vue-cli/pull/6127) chore: update cmd-shim and move it to devDependencies ([@sodatea](https://github.com/sodatea))[23m |
| 109 | +[3m * [#6102](https://github.com/vuejs/vue-cli/pull/6102) perf(packages/@vue/cli/bin/vue.js): deleting the EOL_[23mNODE[3m_MAJORS chec… ([@ChanningHan](https://github.com/ChanningHan))[23m |
| 110 | +[3m* `@vue/cli-service-global`, `@vue/cli-ui-addon-webpack`, `@vue/cli-ui-addon-widgets`, `@vue/cli-ui`[23m |
| 111 | +[3m * [#6078](https://github.com/vuejs/vue-cli/pull/6078) refactor: sub-package eslint maintance ([@fangbinwei](https://github.com/fangbinwei))[23m |
| 112 | +[3m* `@vue/cli-service`, `@vue/cli-shared-utils`, `@vue/cli-ui`, `@vue/cli`[23m |
| 113 | +[3m * [#5973](https://github.com/vuejs/vue-cli/pull/5973) chore!: bump joi to v17 ([@sodatea](https://github.com/sodatea))[23m |
| 114 | +[3m* `@vue/cli-plugin-typescript`[23m |
| 115 | +[3m * [#6053](https://github.com/vuejs/vue-cli/pull/6053) fix(cli-plugin-typescript): remove getPrompts function in prompts.js ([@jeneser](https://github.com/jeneser))[23m |
| 116 | +[3m* `@vue/cli-service`, `@vue/cli-shared-utils`, `@vue/cli`[23m |
| 117 | +[3m * [#6009](https://github.com/vuejs/vue-cli/pull/6009) refactor!: replace request with node-fetch ([@jeneser](https://github.com/jeneser))[23m |
| 118 | +[3m[23m |
| 119 | +[3m#### :hammer: Underlying Tools[23m |
| 120 | +[3m* `@vue/cli`[23m |
| 121 | +[3m * [#6133](https://github.com/vuejs/vue-cli/pull/6133) chore!: bump ejs to v3 ([@sodatea](https://github.com/sodatea))[23m |
| 122 | +[3m* `@vue/cli-service`[23m |
| 123 | +[3m * [#6092](https://github.com/vuejs/vue-cli/pull/6092) chore: webpack-bundle-analyzer to ^4.1.0 ([@genie-youn](https://github.com/genie-youn))[23m |
| 124 | +[3m* `@vue/cli-plugin-typescript`, `@vue/cli-plugin-unit-mocha`[23m |
| 125 | +[3m * [#5907](https://github.com/vuejs/vue-cli/pull/5907) chore!: bump unit-mocha dependency versions ([@sodatea](https://github.com/sodatea))[23m |
| 126 | +[3m* `@vue/cli-plugin-unit-mocha`[23m |
| 127 | +[3m * [#5907](https://github.com/vuejs/vue-cli/pull/5907) chore!: bump unit-mocha dependency versions ([@sodatea](https://github.com/sodatea))[23m |
| 128 | +[3m[23m |
| 129 | +[3m#### Committers: 19[23m |
| 130 | +[3m- Andrei ([@andreiTn](https://github.com/andreiTn))[23m |
| 131 | +[3m- Andrew Taylor ([@ataylorme](https://github.com/ataylorme))[23m |
| 132 | +[3m- Barthélémy Ledoux ([@elevatebart](https://github.com/elevatebart))[23m |
| 133 | +[3m- Binwei Fang ([@fangbinwei](https://github.com/fangbinwei))[23m |
| 134 | +[3m- Channing ([@ChanningHan](https://github.com/ChanningHan))[23m |
| 135 | +[3m- Cédric Exbrayat ([@cexbrayat](https://github.com/cexbrayat))[23m |
| 136 | +[3m- Githoniel ([@githoniel](https://github.com/githoniel))[23m |
| 137 | +[3m- Haoqun Jiang ([@sodatea](https://github.com/sodatea))[23m |
| 138 | +[3m- James George ([@jamesgeorge007](https://github.com/jamesgeorge007))[23m |
| 139 | +[3m- JayZhong ([@zzzJH](https://github.com/zzzJH))[23m |
| 140 | +[3m- Jisoo Youn ([@genie-youn](https://github.com/genie-youn))[23m |
| 141 | +[3m- John Sanders ([@ferm10n](https://github.com/ferm10n))[23m |
| 142 | +[3m- Jonas ([@jonaskuske](https://github.com/jonaskuske))[23m |
| 143 | +[3m- Kristoffer K. ([@merceyz](https://github.com/merceyz))[23m |
| 144 | +[3m- Max Coplan ([@vegerot](https://github.com/vegerot))[23m |
| 145 | +[3m- Parker Mauney ([@ParkerM](https://github.com/ParkerM))[23m |
| 146 | +[3m- Shinigami ([@Shinigami92](https://github.com/Shinigami92))[23m |
| 147 | +[3m- Tony Trinh ([@tony19](https://github.com/tony19))[23m |
| 148 | +[3m- Yazhe Wang ([@jeneser](https://github.com/jeneser))[23m |
| 149 | + |
| 150 | + |
| 151 | + |
2 | 152 | ## 4.5.8 (2020-10-19)
|
3 | 153 |
|
4 | 154 | #### :bug: Bug Fix
|
|
0 commit comments