Closed renovate[bot] closed 5 years ago
:exclamation: No coverage uploaded for pull request base (
develop@5f228c7
). Click here to learn what that means. The diff coverage isn/a
.
@@ Coverage Diff @@
## develop #89 +/- ##
==========================================
Coverage ? 99.13%
==========================================
Files ? 15
Lines ? 463
Branches ? 79
==========================================
Hits ? 459
Misses ? 4
Partials ? 0
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 5f228c7...9752bf0. Read the comment docs.
This PR contains the following updates:
3.0.x
->3.3.x
Release Notes
webpack/webpack-cli
### [`v3.3.9`](https://togithub.com/webpack/webpack-cli/releases/v3.3.9) [Compare Source](https://togithub.com/webpack/webpack-cli/compare/v3.3.8...v3.3.9) This patch contains a fix for a hanging exit condition. A full changelog found [here](https://togithub.com/webpack/webpack-cli/blob/master/CHANGELOG.md#339-2019-09-17) ### [`v3.3.8`](https://togithub.com/webpack/webpack-cli/releases/v3.3.8) [Compare Source](https://togithub.com/webpack/webpack-cli/compare/v3.3.7...v3.3.8) Webpack-CLI v3.3.8 comes with a validation bugfix to support webpack 5 and version 4. A full changelog is found [here](https://togithub.com/webpack/webpack-cli/blob/master/CHANGELOG.md#338-2019-09-05) ### [`v3.3.7`](https://togithub.com/webpack/webpack-cli/releases/v3.3.7) [Compare Source](https://togithub.com/webpack/webpack-cli/compare/v3.3.6...v3.3.7) Version 3.3.7 comes with vulnerability patches and a bugfix to using the CLI when there is no configuration file present. A full changelog found [here](https://togithub.com/webpack/webpack-cli/blob/master/CHANGELOG.md#337-2019-08-18) ### [`v3.3.6`](https://togithub.com/webpack/webpack-cli/releases/v3.3.6) [Compare Source](https://togithub.com/webpack/webpack-cli/compare/v3.3.5...v3.3.6) Webpack CLI v3.3.6 is a security patch that fixes vulnerabilities. Please upgrade if not done so already. A full changelog available [here](https://togithub.com/webpack/webpack-cli/blob/master/CHANGELOG.md#336-2019-07-14) Stay safe🙏🏽 ### [`v3.3.5`](https://togithub.com/webpack/webpack-cli/blob/master/CHANGELOG.md#335-2019-06-23) [Compare Source](https://togithub.com/webpack/webpack-cli/compare/v3.3.4...v3.3.5) [Full Changelog](https://togithub.com/webpack/webpack-cli/compare/v3.3.4...v3.3.5) #### Chore - remove donation section ([76b75ac](https://togithub.com/webpack/webpack-cli/commit/76b75ac)) - update pkg lock ([8913928](https://togithub.com/webpack/webpack-cli/commit/8913928)) - deps: update major versions ([#969](https://togithub.com/webpack/webpack-cli/pull/969)) - packages: lock dependencies versions ([#958](https://togithub.com/webpack/webpack-cli/pull/958)) - scripts: clean opencollective ([cd54ba5](https://togithub.com/webpack/webpack-cli/commit/cd54ba5)) - scripts: clean postinstall ([0c1f6b6](https://togithub.com/webpack/webpack-cli/commit/0c1f6b6)) - ts: enables source map in the ts ([#961](https://togithub.com/webpack/webpack-cli/pull/961)) - added await in order to resolve the pending promise ([#948](https://togithub.com/webpack/webpack-cli/pull/948)) #### CLI - remove donation prompt ([a37477d](https://togithub.com/webpack/webpack-cli/commit/a37477d)) #### Fix - deps: move prettier from dependencies to devDependencies ([#968](https://togithub.com/webpack/webpack-cli/pull/968)) - change "usr strict" to "use strict" ([670efc7](https://togithub.com/webpack/webpack-cli/commit/670efc7)) - update deps ([69f364e](https://togithub.com/webpack/webpack-cli/commit/69f364e)) ### [`v3.3.4`](https://togithub.com/webpack/webpack-cli/blob/master/CHANGELOG.md#334-2019-06-11) [Compare Source](https://togithub.com/webpack/webpack-cli/compare/3.3.3...v3.3.4) [Full Changelog](https://togithub.com/webpack/webpack-cli/compare/3.3.3...3.3.4) #### New Features - add workbox + offline support ([589253e](https://togithub.com/webpack/webpack-cli/commit/589253e)) - better defaults ([77bf564](https://togithub.com/webpack/webpack-cli/commit/77bf564)) #### Chore - fix prompt ([478340d](https://togithub.com/webpack/webpack-cli/commit/478340d)) - improved err msg ([23eddcb](https://togithub.com/webpack/webpack-cli/commit/23eddcb)) - removed the commented statement ([bf0efa5](https://togithub.com/webpack/webpack-cli/commit/bf0efa5)) - remove unused dep ([7dd8ff2](https://togithub.com/webpack/webpack-cli/commit/7dd8ff2)) - fix sec vuln ([545ef3a](https://togithub.com/webpack/webpack-cli/commit/545ef3a)) - fix sec vuln ([4760125](https://togithub.com/webpack/webpack-cli/commit/4760125)) - readd docs ([830eaf3](https://togithub.com/webpack/webpack-cli/commit/830eaf3)) - reset prompting for cmd ([a16f8dc](https://togithub.com/webpack/webpack-cli/commit/a16f8dc)) - remove unused file ([a0a06b3](https://togithub.com/webpack/webpack-cli/commit/a0a06b3)) #### Docs - added auto flag in docs for init command ([dede7d8](https://togithub.com/webpack/webpack-cli/commit/dede7d8)) #### Fix - module not found error ([a2062f2](https://togithub.com/webpack/webpack-cli/commit/a2062f2)) - remove unused pkgs and refactor init generator ([7608d4b](https://togithub.com/webpack/webpack-cli/commit/7608d4b)) #### Tests - fix failing ones ([d154d0e](https://togithub.com/webpack/webpack-cli/commit/d154d0e)) #### Misc - finetune 0cjs ([bd2cd86](https://togithub.com/webpack/webpack-cli/commit/bd2cd86)) - improve cjs ([60ecc02](https://togithub.com/webpack/webpack-cli/commit/60ecc02)) ### [`v3.3.3`](https://togithub.com/webpack/webpack-cli/blob/master/CHANGELOG.md#333-2019-06-07) [Compare Source](https://togithub.com/webpack/webpack-cli/compare/v3.3.2...3.3.3) [Full Changelog](https://togithub.com/webpack/webpack-cli/compare/v3.3.2...v3.3.3) #### New Features - chore: Added type definitions for the data returned by envinfo ([#921](https://togithub.com/webpack/webpack-cli/pull/921)) - add htmlWebpackPlugin in development ([88fcfa8](https://togithub.com/webpack/webpack-cli/commit/88fcfa8)) - add mergeHandler ([248b9cc](https://togithub.com/webpack/webpack-cli/commit/248b9cc)) - generators: add generated file templates ([6be9291](https://togithub.com/webpack/webpack-cli/commit/6be9291)) - init: generate README ([c090b17](https://togithub.com/webpack/webpack-cli/commit/c090b17)) - init: generate tsconfig ([25ab7e6](https://togithub.com/webpack/webpack-cli/commit/25ab7e6)) - init: support ts in configuration ([283e089](https://togithub.com/webpack/webpack-cli/commit/283e089)) - init: wip typescript support ([093a36d](https://togithub.com/webpack/webpack-cli/commit/093a36d)) - md: formats md before committing ([#851](https://togithub.com/webpack/webpack-cli/pull/851)) - webpack-scaffold: adds Input defaults, doc & tests ([0a648f7](https://togithub.com/webpack/webpack-cli/commit/0a648f7)) #### Chore - monorepo version update ([69f7683](https://togithub.com/webpack/webpack-cli/commit/69f7683)) - update jest snapshots ([efe8c2a](https://togithub.com/webpack/webpack-cli/commit/efe8c2a)) - monorepo version update ([12a38be](https://togithub.com/webpack/webpack-cli/commit/12a38be)) - lockfile updates ([2608179](https://togithub.com/webpack/webpack-cli/commit/2608179)) - v.3.2.2 until mnorepo versioning ([25c6e7b](https://togithub.com/webpack/webpack-cli/commit/25c6e7b)) - update utils version for init pkg ([67b3dc7](https://togithub.com/webpack/webpack-cli/commit/67b3dc7)) - monorepo version update ([ace0d4a](https://togithub.com/webpack/webpack-cli/commit/ace0d4a)) - lerna independent ([16079a1](https://togithub.com/webpack/webpack-cli/commit/16079a1)) - sec fixes ([b9711e8](https://togithub.com/webpack/webpack-cli/commit/b9711e8)) - sec patch monorepo ([9b78911](https://togithub.com/webpack/webpack-cli/commit/9b78911)) - v.3.3.3 ([d577b0c](https://togithub.com/webpack/webpack-cli/commit/d577b0c)) - ast-utils: undo return statements as per review ([418c72c](https://togithub.com/webpack/webpack-cli/commit/418c72c)) - dep: commit lock ([5a28a77](https://togithub.com/webpack/webpack-cli/commit/5a28a77)) - dep: add eslint-plugin-prettier as dev dep ([98ccd6f](https://togithub.com/webpack/webpack-cli/commit/98ccd6f)) - eslint: add eslint-prettier plugin ([671abd5](https://togithub.com/webpack/webpack-cli/commit/671abd5)) - interfaces: minor modifications based on reviews ([abb1a48](https://togithub.com/webpack/webpack-cli/commit/abb1a48)) - lint: rm unused lint disables ([ae4260a](https://togithub.com/webpack/webpack-cli/commit/ae4260a)) - group imports ([7fe04e9](https://togithub.com/webpack/webpack-cli/commit/7fe04e9)) - lint: fix code as per conflicting config ([5bf847c](https://togithub.com/webpack/webpack-cli/commit/5bf847c)) - reorder imports ([0e0ba8a](https://togithub.com/webpack/webpack-cli/commit/0e0ba8a)) - reorder imports ([8a66c21](https://togithub.com/webpack/webpack-cli/commit/8a66c21)) - reorder imports ([57b47c3](https://togithub.com/webpack/webpack-cli/commit/57b47c3)) - add some comments ([95275ac](https://togithub.com/webpack/webpack-cli/commit/95275ac)) - lint: extend prettier config ([5943f26](https://togithub.com/webpack/webpack-cli/commit/5943f26)) - lint: add eslint-config-prettier ([4019049](https://togithub.com/webpack/webpack-cli/commit/4019049)) - linting ([ba0116a](https://togithub.com/webpack/webpack-cli/commit/ba0116a)) - revise typo ([a4597dd](https://togithub.com/webpack/webpack-cli/commit/a4597dd)) - lint: format all files as per prettier plugin ([f6992e6](https://togithub.com/webpack/webpack-cli/commit/f6992e6)) - remove eslint disable comments ([d72ac08](https://togithub.com/webpack/webpack-cli/commit/d72ac08)) - use import instead of require ([5ee4169](https://togithub.com/webpack/webpack-cli/commit/5ee4169)) - update variable name ([8e3f4ae](https://togithub.com/webpack/webpack-cli/commit/8e3f4ae)) - update error message ([8609b2b](https://togithub.com/webpack/webpack-cli/commit/8609b2b)) - create questions.ts ([7481974](https://togithub.com/webpack/webpack-cli/commit/7481974)) - revise typo ([be88ca9](https://togithub.com/webpack/webpack-cli/commit/be88ca9)) - update lockfiles ([a0216fe](https://togithub.com/webpack/webpack-cli/commit/a0216fe)) - deps: update lock file ([ea55cd5](https://togithub.com/webpack/webpack-cli/commit/ea55cd5)) - format: fix formatting using prettier ([0b6437e](https://togithub.com/webpack/webpack-cli/commit/0b6437e)) - infra: fix typo ([98466d6](https://togithub.com/webpack/webpack-cli/commit/98466d6)) - infra: format all staged files on precommit ([2a2e9a1](https://togithub.com/webpack/webpack-cli/commit/2a2e9a1)) - infra: fix scripts to format files ([876471c](https://togithub.com/webpack/webpack-cli/commit/876471c)) - lint: fix lint warnings ([#926](https://togithub.com/webpack/webpack-cli/pull/926)) - refactored the add-generator ([80713fc](https://togithub.com/webpack/webpack-cli/commit/80713fc)) - migrate: replaces console with process stream ([1df301d](https://togithub.com/webpack/webpack-cli/commit/1df301d)) - refactor: use all utils from the root file in generators ([faabbfb](https://togithub.com/webpack/webpack-cli/commit/faabbfb)) - utils: add valueType ([43040fe](https://togithub.com/webpack/webpack-cli/commit/43040fe)) - utils: refactor util types ([e7c5170](https://togithub.com/webpack/webpack-cli/commit/e7c5170)) - fix azure ([19e039f](https://togithub.com/webpack/webpack-cli/commit/19e039f)) - utils: refactors modify config helper ([39be039](https://togithub.com/webpack/webpack-cli/commit/39be039)) - utils: refactors ast utils ([9f35073](https://togithub.com/webpack/webpack-cli/commit/9f35073)) - add types to import functions ([8b88980](https://togithub.com/webpack/webpack-cli/commit/8b88980)) - refactor serve command action handler ([d2c7ae4](https://togithub.com/webpack/webpack-cli/commit/d2c7ae4)) - keep lowercase ([c01a80b](https://togithub.com/webpack/webpack-cli/commit/c01a80b)) - formatting ([20ff530](https://togithub.com/webpack/webpack-cli/commit/20ff530)) - add errors for invalid params ([27c6198](https://togithub.com/webpack/webpack-cli/commit/27c6198)) - cli: fixes linting err ([9f1deb2](https://togithub.com/webpack/webpack-cli/commit/9f1deb2)) - utils: seperates interfaces from the core module ([d0a4177](https://togithub.com/webpack/webpack-cli/commit/d0a4177)) - remove trivial type ([5e23da2](https://togithub.com/webpack/webpack-cli/commit/5e23da2)) - create isImportPresent ([a89645a](https://togithub.com/webpack/webpack-cli/commit/a89645a)) - use replaceWith ([6a7e662](https://togithub.com/webpack/webpack-cli/commit/6a7e662)) - update prop name ([55d237b](https://togithub.com/webpack/webpack-cli/commit/55d237b)) - update parseMerge ([b6a438d](https://togithub.com/webpack/webpack-cli/commit/b6a438d)) - fix linting ([c7c1a83](https://togithub.com/webpack/webpack-cli/commit/c7c1a83)) - format and revise code w.r.t style ([e9d426d](https://togithub.com/webpack/webpack-cli/commit/e9d426d)) - make config const ([445ab31](https://togithub.com/webpack/webpack-cli/commit/445ab31)) - update parseMerge ([cf85535](https://togithub.com/webpack/webpack-cli/commit/cf85535)) - pluginarrlength for length of the plugin ([4872416](https://togithub.com/webpack/webpack-cli/commit/4872416)) - made condition strict ([88eec7c](https://togithub.com/webpack/webpack-cli/commit/88eec7c)) - update types of the config ([a2c49e2](https://togithub.com/webpack/webpack-cli/commit/a2c49e2)) - update variable name ([1323bbf](https://togithub.com/webpack/webpack-cli/commit/1323bbf)) - revise SECURITY.md ([2a9e304](https://togithub.com/webpack/webpack-cli/commit/2a9e304)) - revise SECURITY.md ([9cdc357](https://togithub.com/webpack/webpack-cli/commit/9cdc357)) - revise version support ([90f397c](https://togithub.com/webpack/webpack-cli/commit/90f397c)) - add JSDoc descriptions ([e023d23](https://togithub.com/webpack/webpack-cli/commit/e023d23)) - lint ([cb5a15f](https://togithub.com/webpack/webpack-cli/commit/cb5a15f)) - lint ([0782944](https://togithub.com/webpack/webpack-cli/commit/0782944)) - lint ([5778bdf](https://togithub.com/webpack/webpack-cli/commit/5778bdf)) - ci: add node 12 ([#872](https://togithub.com/webpack/webpack-cli/pull/872)) - cli: fixes code indentation ([ff263f9](https://togithub.com/webpack/webpack-cli/commit/ff263f9)) - cli: cleanup ([ed4095f](https://togithub.com/webpack/webpack-cli/commit/ed4095f)) - cli: remove findup-sync from package dir and move to utils ([fe9c289](https://togithub.com/webpack/webpack-cli/commit/fe9c289)) - cli: move constants to a separate file ([#798](https://togithub.com/webpack/webpack-cli/pull/798)) - plugins.ts: added if-stmt for native plugins ([fc9e259](https://togithub.com/webpack/webpack-cli/commit/fc9e259)) - refactor: move questions to utils ([915c4ab](https://togithub.com/webpack/webpack-cli/commit/915c4ab)) - refactor: add generator ([66bde9f](https://togithub.com/webpack/webpack-cli/commit/66bde9f)) - utils: fix deprecated babylon ([99304c4](https://togithub.com/webpack/webpack-cli/commit/99304c4)) - loop change ([818e43e](https://togithub.com/webpack/webpack-cli/commit/818e43e)) - add sec & versioning policy ([5e33f8a](https://togithub.com/webpack/webpack-cli/commit/5e33f8a)) - add-generator: changed the naming of the plugin in config file ([7fbc3a4](https://togithub.com/webpack/webpack-cli/commit/7fbc3a4)) - github: add sponsor button ([88f2408](https://togithub.com/webpack/webpack-cli/commit/88f2408)) - refactor: update package list ([e5c7f67](https://togithub.com/webpack/webpack-cli/commit/e5c7f67)) - style: fixed the indentation ([e583aab](https://togithub.com/webpack/webpack-cli/commit/e583aab)) - added a generatePluginName method in generators utils ([7d83453](https://togithub.com/webpack/webpack-cli/commit/7d83453)) - refactor: move schema to utils ([2299848](https://togithub.com/webpack/webpack-cli/commit/2299848)) - refactor: add generator ([d901d49](https://togithub.com/webpack/webpack-cli/commit/d901d49)) - util: use relative for now ([5a0952e](https://togithub.com/webpack/webpack-cli/commit/5a0952e)) - utils: use absolute path ([00a6348](https://togithub.com/webpack/webpack-cli/commit/00a6348)) #### CLI - fix watch options for array config ([#892](https://togithub.com/webpack/webpack-cli/pull/892)) #### Docs - contribute: adds section seperator ([cff0c55](https://togithub.com/webpack/webpack-cli/commit/cff0c55)) - contribute: combines seperate sections for npm and yarn ([aefa8eb](https://togithub.com/webpack/webpack-cli/commit/aefa8eb)) - contributing: updates the docs for the test ([7656637](https://togithub.com/webpack/webpack-cli/commit/7656637)) - fix link to webpack-scaffold ([de0b4a0](https://togithub.com/webpack/webpack-cli/commit/de0b4a0)) - init: improve description ([9856bab](https://togithub.com/webpack/webpack-cli/commit/9856bab)) - utils: update prettier ([8b6d47b](https://togithub.com/webpack/webpack-cli/commit/8b6d47b)) #### Fix - improve checking file permission ([de41351](https://togithub.com/webpack/webpack-cli/commit/de41351)) - chore: Minor fix ([6810182](https://togithub.com/webpack/webpack-cli/commit/6810182)) - use fork cause original repo is unmaintained ([383125a](https://togithub.com/webpack/webpack-cli/commit/383125a)) - add: apply suggestions ([ccf0dce](https://togithub.com/webpack/webpack-cli/commit/ccf0dce)) - add: add handling of merge option ([eb43443](https://togithub.com/webpack/webpack-cli/commit/eb43443)) - add: add handling of merge option ([ce51a0a](https://togithub.com/webpack/webpack-cli/commit/ce51a0a)) - ci: fixes linting error in ci ([cfc0117](https://togithub.com/webpack/webpack-cli/commit/cfc0117)) - cli: updates err message ([b5e1913](https://togithub.com/webpack/webpack-cli/commit/b5e1913)) - cli: removes the comment before err handling block ([ac5a53f](https://togithub.com/webpack/webpack-cli/commit/ac5a53f)) - cli: --config-register resolves relative to root ([23375bd](https://togithub.com/webpack/webpack-cli/commit/23375bd)) - cli: removes func return in catch instance ([7d31321](https://togithub.com/webpack/webpack-cli/commit/7d31321)) - cli: sets stack trace limit ([869024f](https://togithub.com/webpack/webpack-cli/commit/869024f)) - cli: err when no args passed, refactored nested conditional blocks ([a9bc0bd](https://togithub.com/webpack/webpack-cli/commit/a9bc0bd)) - cli: shows error message based on package manager ([a3ce273](https://togithub.com/webpack/webpack-cli/commit/a3ce273)) - cli: error when no webpack and args found ([2250af0](https://togithub.com/webpack/webpack-cli/commit/2250af0)) - generator: fixed the support of native plugins in add command ([123a150](https://togithub.com/webpack/webpack-cli/commit/123a150)) - infra: fixes npm run docs ([65c08e2](https://togithub.com/webpack/webpack-cli/commit/65c08e2)) - formatting files ([eb3909b](https://togithub.com/webpack/webpack-cli/commit/eb3909b)) - remove type from inherited type ([960e73a](https://togithub.com/webpack/webpack-cli/commit/960e73a)) - remove type from inherited type ([0552f76](https://togithub.com/webpack/webpack-cli/commit/0552f76)) - change parser options ([4e8bc76](https://togithub.com/webpack/webpack-cli/commit/4e8bc76)) - json module resolve ([61697b8](https://togithub.com/webpack/webpack-cli/commit/61697b8)) - cli: improves error handling with args ([cc64955](https://togithub.com/webpack/webpack-cli/commit/cc64955)) - generator: generate correct module.rule for babel & ts ([263b83c](https://togithub.com/webpack/webpack-cli/commit/263b83c)) - generator: using configFile in configPath to get the config file name ([#883](https://togithub.com/webpack/webpack-cli/pull/883)) - genrators/utils/style: typo & fix ([f46f4e5](https://togithub.com/webpack/webpack-cli/commit/f46f4e5)) #### Tests - inputvalidate: remove undefined ([fb25bd2](https://togithub.com/webpack/webpack-cli/commit/fb25bd2)) #### Misc - update internal docs ([7071b5c](https://togithub.com/webpack/webpack-cli/commit/7071b5c)) - add lerna publish cmnd ([5c8c6a1](https://togithub.com/webpack/webpack-cli/commit/5c8c6a1)) - generators: remove comment ([bd06a69](https://togithub.com/webpack/webpack-cli/commit/bd06a69)) - generators: refactor ([376dcbd](https://togithub.com/webpack/webpack-cli/commit/376dcbd)) - generators: small text improvements ([782f56c](https://togithub.com/webpack/webpack-cli/commit/782f56c)) - generators: improve prompts ([ac35a31](https://togithub.com/webpack/webpack-cli/commit/ac35a31)) - generators: refactor init-generator ([d574846](https://togithub.com/webpack/webpack-cli/commit/d574846)) - generators: refactor utils ([17e4511](https://togithub.com/webpack/webpack-cli/commit/17e4511)) - generators/utils/style: refactor ([392fcfe](https://togithub.com/webpack/webpack-cli/commit/392fcfe)) - init: refactor with async/await ([1b07d2b](https://togithub.com/webpack/webpack-cli/commit/1b07d2b)) - init: small refactor ([4627ea1](https://togithub.com/webpack/webpack-cli/commit/4627ea1)) - init-generator: improve readme ([f971632](https://togithub.com/webpack/webpack-cli/commit/f971632)) - init-generator: small refactor ([dcf44c1](https://togithub.com/webpack/webpack-cli/commit/dcf44c1)) - init-generator: use webpackOption types, improve test rules ([a650e0e](https://togithub.com/webpack/webpack-cli/commit/a650e0e)) - init-generator: improve types & defaults ([fb23aa4](https://togithub.com/webpack/webpack-cli/commit/fb23aa4)) - packages: complete rebase ([488b06c](https://togithub.com/webpack/webpack-cli/commit/488b06c)) - types: correct types ([85ef3e7](https://togithub.com/webpack/webpack-cli/commit/85ef3e7)) ### [`v3.3.2`](https://togithub.com/webpack/webpack-cli/blob/master/CHANGELOG.md#332-2019-05-04) [Compare Source](https://togithub.com/webpack/webpack-cli/compare/d3f8e2098130493299206acdd5d8887419d66bcc...v3.3.2) [Full Changelog](https://togithub.com/webpack/webpack-cli/compare/v0.1.5...v3.3.2) #### New Features - opencollective prompt: add option to disable it + doc ([d4643ae](https://togithub.com/webpack/webpack-cli/commit/d4643ae)) - terser: clean old files ([89e6b74](https://togithub.com/webpack/webpack-cli/commit/89e6b74)) - terser: remove leftover files ([27d5b4d](https://togithub.com/webpack/webpack-cli/commit/27d5b4d)) - terser: replace after merging master ([c404655](https://togithub.com/webpack/webpack-cli/commit/c404655)) - replace Uglify with Terser in generators ([2b8651b](https://togithub.com/webpack/webpack-cli/commit/2b8651b)) - use terserPlugin in loaderOptionsPlugin ([14f5337](https://togithub.com/webpack/webpack-cli/commit/14f5337)) - use terserJsPlugin for transformations during migrate ([33c6185](https://togithub.com/webpack/webpack-cli/commit/33c6185)) - replace uglifyJsPlugin with terserPlugin in migrate ([d467f3b](https://togithub.com/webpack/webpack-cli/commit/d467f3b)) - opencollective prompt: work on windows setting atime by code ([3af73a8](https://togithub.com/webpack/webpack-cli/commit/3af73a8)) - opencollective prompt: fix typo ([c2351b1](https://togithub.com/webpack/webpack-cli/commit/c2351b1)) - opencollective prompt: remove .lastocprint file from fs ([b96ad56](https://togithub.com/webpack/webpack-cli/commit/b96ad56)) - opencollective prompt: extract weekday to variable ([790d27a](https://togithub.com/webpack/webpack-cli/commit/790d27a)) - opencollective prompt: set terminal cols to 80 ([badc32d](https://togithub.com/webpack/webpack-cli/commit/badc32d)) - opencollective prompt: fix azure ci ([ea0039a](https://togithub.com/webpack/webpack-cli/commit/ea0039a)) - opencollective prompt: lint ([ea906d8](https://togithub.com/webpack/webpack-cli/commit/ea906d8)) - opencollective prompt: clear package.json modifications ([f080733](https://togithub.com/webpack/webpack-cli/commit/f080733)) - opencollective prompt: add prompt in postinstall script ([dd9d528](https://togithub.com/webpack/webpack-cli/commit/dd9d528)) #### Ast - change tooltip property from uglify to terser ([ea9e4b8](https://togithub.com/webpack/webpack-cli/commit/ea9e4b8)) - replace requires and inits for uglify with terser ([3011a6c](https://togithub.com/webpack/webpack-cli/commit/3011a6c)) - replace UglifyJsPlugin with TerserPlugin ([21da35f](https://togithub.com/webpack/webpack-cli/commit/21da35f)) #### Chore - cli: move constants to a separate file ([#798](https://togithub.com/webpack/webpack-cli/pull/798)) - deps: fix security vulnerabilities ([#857](https://togithub.com/webpack/webpack-cli/pull/857)) - deps: upgrade lerna to fix vulnerabilities & update webpack-dev-server ([#823](https://togithub.com/webpack/webpack-cli/pull/823)) - docs: minor fixes in the docs ([#874](https://togithub.com/webpack/webpack-cli/pull/874)) - docs: removes scaffolding docs from the root ([8c1db03](https://togithub.com/webpack/webpack-cli/commit/8c1db03)) - junit: reverting the junit.xml ([80fd4fa](https://togithub.com/webpack/webpack-cli/commit/80fd4fa)) - travis: removed stable ([#871](https://togithub.com/webpack/webpack-cli/pull/871)) - types: move to [@types/yeoman-generator](https://togithub.com/types/yeoman-generator) ([#869](https://togithub.com/webpack/webpack-cli/pull/869)) - addon generator to async/await ([#849](https://togithub.com/webpack/webpack-cli/pull/849)) - v.3.1.1 ([d3f8e20](https://togithub.com/webpack/webpack-cli/commit/d3f8e20)) - tests: updated test regex, some helper scripts ([#809](https://togithub.com/webpack/webpack-cli/pull/809)) - types: add type information ([#791](https://togithub.com/webpack/webpack-cli/pull/791)) - replace instances of uglify with terser ([f9cb8ce](https://togithub.com/webpack/webpack-cli/commit/f9cb8ce)) - use actual package name in comment about removing uglify ([b1cf4cc](https://togithub.com/webpack/webpack-cli/commit/b1cf4cc)) - align file in the same way as other terserPlugin test fixtures ([b6c6484](https://togithub.com/webpack/webpack-cli/commit/b6c6484)) - remove gitHash from package.json ([2af08be](https://togithub.com/webpack/webpack-cli/commit/2af08be)) #### Docs - code of conduct ([#873](https://togithub.com/webpack/webpack-cli/pull/873)) - contribute: adds table of contents and info about dependencies. ([#842](https://togithub.com/webpack/webpack-cli/pull/842)) - contributing: fixes dead link ([#835](https://togithub.com/webpack/webpack-cli/pull/835)) - opencollective prompt: improve code clarity ([55992a4](https://togithub.com/webpack/webpack-cli/commit/55992a4)) - packages: adds downloads/month shield ([6a0375a](https://togithub.com/webpack/webpack-cli/commit/6a0375a)) - readme: fix typos, add summary of all commands ([#845](https://togithub.com/webpack/webpack-cli/pull/845)) - readme: adds contributors shield ([958d064](https://togithub.com/webpack/webpack-cli/commit/958d064)) - README: phrase change ([3a11a16](https://togithub.com/webpack/webpack-cli/commit/3a11a16)) - README: add link to webpack-scaffold-starter ([e35a194](https://togithub.com/webpack/webpack-cli/commit/e35a194)) - README: update scaffolding links ([74179b5](https://togithub.com/webpack/webpack-cli/commit/74179b5)) - serve: link to webpack-dev-server ([cb68b1b](https://togithub.com/webpack/webpack-cli/commit/cb68b1b)) - serve: update docs to use webpack-dev-server ([f7451d4](https://togithub.com/webpack/webpack-cli/commit/f7451d4)) - replace tooltip link to terser plugin ([4254730](https://togithub.com/webpack/webpack-cli/commit/4254730)) - replace Uglify with Terser in comments ([799577d](https://togithub.com/webpack/webpack-cli/commit/799577d)) - replace UglifyJsPlugin with TerserPlugin in migrate docs ([326f783](https://togithub.com/webpack/webpack-cli/commit/326f783)) #### Enh - webpack-scaffold: improve prompt and doc ([#794](https://togithub.com/webpack/webpack-cli/pull/794)) #### Fix - add: add types ([d4ce6f2](https://togithub.com/webpack/webpack-cli/commit/d4ce6f2)) - add: fix runTransform ([dbc3e9e](https://togithub.com/webpack/webpack-cli/commit/dbc3e9e)) - add: lint code ([163b309](https://togithub.com/webpack/webpack-cli/commit/163b309)) - add: add handling for topScope ([1162cf5](https://togithub.com/webpack/webpack-cli/commit/1162cf5)) - bin, serve: force default package export, add serve default ([#815](https://togithub.com/webpack/webpack-cli/pull/815)) - init: refactored the init.ts success message ([#810](https://togithub.com/webpack/webpack-cli/pull/810)) - opencollective prompt: fix grammar ([246db42](https://togithub.com/webpack/webpack-cli/commit/246db42)) - opencollective-prompt: check write permissions ([5284b7e](https://togithub.com/webpack/webpack-cli/commit/5284b7e)) - scaffold: config file is always generated at the project root ([#801](https://togithub.com/webpack/webpack-cli/pull/801)) - utils: refactors utils ([7fe3543](https://togithub.com/webpack/webpack-cli/commit/7fe3543)) - clear up comment about default function purpose ([e48507d](https://togithub.com/webpack/webpack-cli/commit/e48507d)) - remove unused files ([ec242ab](https://togithub.com/webpack/webpack-cli/commit/ec242ab)) - reset files ([9863445](https://togithub.com/webpack/webpack-cli/commit/9863445)) - replace lookups for TerserPlugin in webpack.optimise ([ef23fec](https://togithub.com/webpack/webpack-cli/commit/ef23fec)) #### Tests - update snapshots ([ce9fbc8](https://togithub.com/webpack/webpack-cli/commit/ce9fbc8)) - replace uglify with terser in ast-utils tests ([73f493f](https://togithub.com/webpack/webpack-cli/commit/73f493f)) - migration: typescript ([#613](https://togithub.com/webpack/webpack-cli/pull/613)) #### Misc - chore(docs): Refactors links for badges ([#859](https://togithub.com/webpack/webpack-cli/pull/859)) - opencollective-prompt: improve grammar ([e17a26d](https://togithub.com/webpack/webpack-cli/commit/e17a26d)) - Remove tslint in favour of eslint ([#834](https://togithub.com/webpack/webpack-cli/pull/834)) - cli: refactor functions into utils and config dirs, merge yargs options ([#781](https://togithub.com/webpack/webpack-cli/pull/781)) - utils: refactors scaffold ([0b28fb3](https://togithub.com/webpack/webpack-cli/commit/0b28fb3)) ### [`v3.3.1`](https://togithub.com/webpack/webpack-cli/blob/master/CHANGELOG.md#331-2019-04-21) [Compare Source](https://togithub.com/webpack/webpack-cli/compare/89555063eea94001876341c2f3712d6199f2e899...d3f8e2098130493299206acdd5d8887419d66bcc) [Full Changelog](https://togithub.com/webpack/webpack-cli/compare/v0.1.5...v3.3.1) #### New Features - terser: clean old files ([89e6b74](https://togithub.com/webpack/webpack-cli/commit/89e6b74)) - terser: remove leftover files ([27d5b4d](https://togithub.com/webpack/webpack-cli/commit/27d5b4d)) - terser: replace after merging master ([c404655](https://togithub.com/webpack/webpack-cli/commit/c404655)) - replace Uglify with Terser in generators ([2b8651b](https://togithub.com/webpack/webpack-cli/commit/2b8651b)) - use terserPlugin in loaderOptionsPlugin ([14f5337](https://togithub.com/webpack/webpack-cli/commit/14f5337)) - use terserJsPlugin for transformations during migrate ([33c6185](https://togithub.com/webpack/webpack-cli/commit/33c6185)) - replace uglifyJsPlugin with terserPlugin in migrate ([d467f3b](https://togithub.com/webpack/webpack-cli/commit/d467f3b)) - opencollective prompt: work on windows setting atime by code ([3af73a8](https://togithub.com/webpack/webpack-cli/commit/3af73a8)) - opencollective prompt: fix typo ([c2351b1](https://togithub.com/webpack/webpack-cli/commit/c2351b1)) - opencollective prompt: remove .lastocprint file from fs ([b96ad56](https://togithub.com/webpack/webpack-cli/commit/b96ad56)) - opencollective prompt: extract weekday to variable ([790d27a](https://togithub.com/webpack/webpack-cli/commit/790d27a)) - opencollective prompt: set terminal cols to 80 ([badc32d](https://togithub.com/webpack/webpack-cli/commit/badc32d)) - opencollective prompt: fix azure ci ([ea0039a](https://togithub.com/webpack/webpack-cli/commit/ea0039a)) - opencollective prompt: lint ([ea906d8](https://togithub.com/webpack/webpack-cli/commit/ea906d8)) - opencollective prompt: clear package.json modifications ([f080733](https://togithub.com/webpack/webpack-cli/commit/f080733)) - opencollective prompt: add prompt in postinstall script ([dd9d528](https://togithub.com/webpack/webpack-cli/commit/dd9d528)) #### Ast - change tooltip property from uglify to terser ([ea9e4b8](https://togithub.com/webpack/webpack-cli/commit/ea9e4b8)) - replace requires and inits for uglify with terser ([3011a6c](https://togithub.com/webpack/webpack-cli/commit/3011a6c)) - replace UglifyJsPlugin with TerserPlugin ([21da35f](https://togithub.com/webpack/webpack-cli/commit/21da35f)) #### Chore - cli: move constants to a separate file ([#798](https://togithub.com/webpack/webpack-cli/pull/798)) - deps: upgrade lerna to fix vulnerabilities & update webpack-dev-server ([#823](https://togithub.com/webpack/webpack-cli/pull/823)) - docs: removes scaffolding docs from the root ([8c1db03](https://togithub.com/webpack/webpack-cli/commit/8c1db03)) - junit: reverting the junit.xml ([80fd4fa](https://togithub.com/webpack/webpack-cli/commit/80fd4fa)) - tests: updated test regex, some helper scripts ([#809](https://togithub.com/webpack/webpack-cli/pull/809)) - types: add type information ([#791](https://togithub.com/webpack/webpack-cli/pull/791)) - replace instances of uglify with terser ([f9cb8ce](https://togithub.com/webpack/webpack-cli/commit/f9cb8ce)) - use actual package name in comment about removing uglify ([b1cf4cc](https://togithub.com/webpack/webpack-cli/commit/b1cf4cc)) - align file in the same way as other terserPlugin test fixtures ([b6c6484](https://togithub.com/webpack/webpack-cli/commit/b6c6484)) - remove gitHash from package.json ([2af08be](https://togithub.com/webpack/webpack-cli/commit/2af08be)) #### Docs - contributing: fixes dead link ([#835](https://togithub.com/webpack/webpack-cli/pull/835)) - opencollective prompt: improve code clarity ([55992a4](https://togithub.com/webpack/webpack-cli/commit/55992a4)) - packages: adds downloads/month shield ([6a0375a](https://togithub.com/webpack/webpack-cli/commit/6a0375a)) - readme: adds contributors shield ([958d064](https://togithub.com/webpack/webpack-cli/commit/958d064)) - README: phrase change ([3a11a16](https://togithub.com/webpack/webpack-cli/commit/3a11a16)) - README: add link to webpack-scaffold-starter ([e35a194](https://togithub.com/webpack/webpack-cli/commit/e35a194)) - README: update scaffolding links ([74179b5](https://togithub.com/webpack/webpack-cli/commit/74179b5)) - serve: link to webpack-dev-server ([cb68b1b](https://togithub.com/webpack/webpack-cli/commit/cb68b1b)) - serve: update docs to use webpack-dev-server ([f7451d4](https://togithub.com/webpack/webpack-cli/commit/f7451d4)) - replace tooltip link to terser plugin ([4254730](https://togithub.com/webpack/webpack-cli/commit/4254730)) - replace Uglify with Terser in comments ([799577d](https://togithub.com/webpack/webpack-cli/commit/799577d)) - replace UglifyJsPlugin with TerserPlugin in migrate docs ([326f783](https://togithub.com/webpack/webpack-cli/commit/326f783)) #### Enh - webpack-scaffold: improve prompt and doc ([#794](https://togithub.com/webpack/webpack-cli/pull/794)) #### Fix - add: add types ([d4ce6f2](https://togithub.com/webpack/webpack-cli/commit/d4ce6f2)) - add: fix runTransform ([dbc3e9e](https://togithub.com/webpack/webpack-cli/commit/dbc3e9e)) - add: lint code ([163b309](https://togithub.com/webpack/webpack-cli/commit/163b309)) - add: add handling for topScope ([1162cf5](https://togithub.com/webpack/webpack-cli/commit/1162cf5)) - bin, serve: force default package export, add serve default ([#815](https://togithub.com/webpack/webpack-cli/pull/815)) - init: refactored the init.ts success message ([#810](https://togithub.com/webpack/webpack-cli/pull/810)) - scaffold: config file is always generated at the project root ([#801](https://togithub.com/webpack/webpack-cli/pull/801)) - utils: refactors utils ([7fe3543](https://togithub.com/webpack/webpack-cli/commit/7fe3543)) - clear up comment about default function purpose ([e48507d](https://togithub.com/webpack/webpack-cli/commit/e48507d)) - remove unused files ([ec242ab](https://togithub.com/webpack/webpack-cli/commit/ec242ab)) - reset files ([9863445](https://togithub.com/webpack/webpack-cli/commit/9863445)) - replace lookups for TerserPlugin in webpack.optimise ([ef23fec](https://togithub.com/webpack/webpack-cli/commit/ef23fec)) #### Tests - update snapshots ([ce9fbc8](https://togithub.com/webpack/webpack-cli/commit/ce9fbc8)) - replace uglify with terser in ast-utils tests ([73f493f](https://togithub.com/webpack/webpack-cli/commit/73f493f)) - migration: typescript ([#613](https://togithub.com/webpack/webpack-cli/pull/613)) #### Misc - Remove tslint in favour of eslint ([#834](https://togithub.com/webpack/webpack-cli/pull/834)) - cli: refactor functions into utils and config dirs, merge yargs options ([#781](https://togithub.com/webpack/webpack-cli/pull/781)) - utils: refactors scaffold ([0b28fb3](https://togithub.com/webpack/webpack-cli/commit/0b28fb3)) ### [`v3.3.0`](https://togithub.com/webpack/webpack-cli/blob/master/CHANGELOG.md#330-2019-03-15) [Compare Source](https://togithub.com/webpack/webpack-cli/compare/16c9c8d0107b80904a228e817bc22ea89e901fa3...89555063eea94001876341c2f3712d6199f2e899) [Full Changelog](https://togithub.com/webpack/webpack-cli/compare/v0.1.3...v3.3.0) #### New Features - use webpack.config as default name in dev scaffold ([385a672](https://togithub.com/webpack/webpack-cli/commit/385a672)) - only display once a week ([b6199e5](https://togithub.com/webpack/webpack-cli/commit/b6199e5)) - add util to run-and-get watch proc ([1d2ccd5](https://togithub.com/webpack/webpack-cli/commit/1d2ccd5)) - add test-util to append data to file ([e9e1dcb](https://togithub.com/webpack/webpack-cli/commit/e9e1dcb)) - log: clean single line logs ([5d2284b](https://togithub.com/webpack/webpack-cli/commit/5d2284b)) - log: add gitignore ([7c830b5](https://togithub.com/webpack/webpack-cli/commit/7c830b5)) - log: make log package ([df7c224](https://togithub.com/webpack/webpack-cli/commit/df7c224)) - log: add clrscr function ([11b3bff](https://togithub.com/webpack/webpack-cli/commit/11b3bff)) - log: few changes ([bc32727](https://togithub.com/webpack/webpack-cli/commit/bc32727)) - log: add newline for title ([4047213](https://togithub.com/webpack/webpack-cli/commit/4047213)) - log: remove unwanted commits ([c088f3e](https://togithub.com/webpack/webpack-cli/commit/c088f3e)) - log: task based custom loggers ([2c43a41](https://togithub.com/webpack/webpack-cli/commit/2c43a41)) #### Chore - revise typo ([a14908e](https://togithub.com/webpack/webpack-cli/commit/a14908e)) - deps: [@std/esm](https://togithub.com/std/esm) -> esm ([a8b46bf](https://togithub.com/webpack/webpack-cli/commit/a8b46bf)) - remove commit lint from travis ([ccec130](https://togithub.com/webpack/webpack-cli/commit/ccec130)) - revise contributing location ([13a3a87](https://togithub.com/webpack/webpack-cli/commit/13a3a87)) - deps: fix vulnerabilities ([c632d1a](https://togithub.com/webpack/webpack-cli/commit/c632d1a)) - tests: skipping broken test ([f7b6b3a](https://togithub.com/webpack/webpack-cli/commit/f7b6b3a)) - rewrite changelog ([62ab32d](https://togithub.com/webpack/webpack-cli/commit/62ab32d)) - v.3.2.3 ([70138b7](https://togithub.com/webpack/webpack-cli/commit/70138b7)) - v.3.2.2 ([24b6387](https://togithub.com/webpack/webpack-cli/commit/24b6387)) - update tests ([70bfbd9](https://togithub.com/webpack/webpack-cli/commit/70bfbd9)) - one liner ([0f55d5a](https://togithub.com/webpack/webpack-cli/commit/0f55d5a)) - one liner after log ([6d8fb67](https://togithub.com/webpack/webpack-cli/commit/6d8fb67)) - watch: remove console log ([0952317](https://togithub.com/webpack/webpack-cli/commit/0952317)) - v.3.2.1 ([54805ae](https://togithub.com/webpack/webpack-cli/commit/54805ae)) - dependency: add `node-ts` as devDependency ([#724](https://togithub.com/webpack/webpack-cli/pull/724)) #### Docs - scaffolding: lowercase Webpack ([d19c1f7](https://togithub.com/webpack/webpack-cli/commit/d19c1f7)) - scaffolding: fix typos ([b94b0de](https://togithub.com/webpack/webpack-cli/commit/b94b0de)) - scaffolding: improve grammar ([6b79072](https://togithub.com/webpack/webpack-cli/commit/6b79072)) - add lerna badge in README ([#786](https://togithub.com/webpack/webpack-cli/pull/786)) - contributing: refactor & formatting ([1042cb2](https://togithub.com/webpack/webpack-cli/commit/1042cb2)) - contributing: improve formatting ([47fcd7f](https://togithub.com/webpack/webpack-cli/commit/47fcd7f)) - contributing: : at the end of paragraphs ([48d65fd](https://togithub.com/webpack/webpack-cli/commit/48d65fd)) - contributing: update instructions to run individual tests ([b7cca58](https://togithub.com/webpack/webpack-cli/commit/b7cca58)) - contributing: update instructions to run individual tests ([bc0297a](https://togithub.com/webpack/webpack-cli/commit/bc0297a)) - contributing: add yarn before running jest ([126cf55](https://togithub.com/webpack/webpack-cli/commit/126cf55)) - contributing: commands to install jest globally ([18b7c2e](https://togithub.com/webpack/webpack-cli/commit/18b7c2e)) - contributing: fixes typo ([c458380](https://togithub.com/webpack/webpack-cli/commit/c458380)) - contributing: improves formatting ([abac823](https://togithub.com/webpack/webpack-cli/commit/abac823)) - contributing: adds prebuild instructions ([81cb46a](https://togithub.com/webpack/webpack-cli/commit/81cb46a)) - readme: add downloads badge ([dc2423c](https://togithub.com/webpack/webpack-cli/commit/dc2423c)) - scaffold: add link option for local ([f8424be](https://togithub.com/webpack/webpack-cli/commit/f8424be)) - scaffold: Add installation guide for packages/webpack-scaffold ([#727](https://togithub.com/webpack/webpack-cli/pull/727)) - scaffolding: fix typo ([98818a1](https://togithub.com/webpack/webpack-cli/commit/98818a1)) - scaffolding: improve description & formatting ([0f657d0](https://togithub.com/webpack/webpack-cli/commit/0f657d0)) - scaffolding: fix links ([e11c524](https://togithub.com/webpack/webpack-cli/commit/e11c524)) - scaffolding: add yarn example ([d47eea0](https://togithub.com/webpack/webpack-cli/commit/d47eea0)) - scaffolding: fix typo ([87ba169](https://togithub.com/webpack/webpack-cli/commit/87ba169)) - scaffolding: improved structure, formatting, typos ([8949f82](https://togithub.com/webpack/webpack-cli/commit/8949f82)) - init documentaion ([4b130bb](https://togithub.com/webpack/webpack-cli/commit/4b130bb)) - rename Webpack to webpack ([900c13e](https://togithub.com/webpack/webpack-cli/commit/900c13e)) - init documentaion ([14d2b47](https://togithub.com/webpack/webpack-cli/commit/14d2b47)) #### Fix - bin: use compiler.close API correctly for stats ([568161d](https://togithub.com/webpack/webpack-cli/commit/568161d)) - bin: extension detection ([#724](https://togithub.com/webpack/webpack-cli/pull/724)) - init: lint code ([20aab48](https://togithub.com/webpack/webpack-cli/commit/20aab48)) - init: support global installation ([1cb0166](https://togithub.com/webpack/webpack-cli/commit/1cb0166)) - init: revert to local installation ([48b3b23](https://togithub.com/webpack/webpack-cli/commit/48b3b23)) - init: update prompt command ([c1c0739](https://togithub.com/webpack/webpack-cli/commit/c1c0739)) - init: update prompt command ([1cab3cb](https://togithub.com/webpack/webpack-cli/commit/1cab3cb)) - readme: remove old dependency status link ([4df0000](https://togithub.com/webpack/webpack-cli/commit/4df0000)) - readme: add fallback badge for dependency status ([0e3753b](https://togithub.com/webpack/webpack-cli/commit/0e3753b)) - tests: remove snapshot for static compilation ([54a3ac4](https://togithub.com/webpack/webpack-cli/commit/54a3ac4)) - tests: remove snapshot for static compilation ([3af0948](https://togithub.com/webpack/webpack-cli/commit/3af0948)) - tests: update jest ([d195774](https://togithub.com/webpack/webpack-cli/commit/d195774)) - close compiler, own sh script and output clearing ([6ded275](https://togithub.com/webpack/webpack-cli/commit/6ded275)) - failing test ([88888bb](https://togithub.com/webpack/webpack-cli/commit/88888bb)) - failing test ([986472a](https://togithub.com/webpack/webpack-cli/commit/986472a)) - test: fix travis ts build ([22d3acc](https://togithub.com/webpack/webpack-cli/commit/22d3acc)) #### Tests - azure pipelines ([c9c3fea](https://togithub.com/webpack/webpack-cli/commit/c9c3fea)) - bin: add `webpack.config.ts` related test ([#724](https://togithub.com/webpack/webpack-cli/pull/724)) - bin: add `webpack.config.babel.js` related test ([#724](https://togithub.com/webpack/webpack-cli/pull/724)) - module: use extractSummary ([7bde073](https://togithub.com/webpack/webpack-cli/commit/7bde073)) - watch: use copyFile functionality ([c61fe92](https://togithub.com/webpack/webpack-cli/commit/c61fe92)) - add copyFile function in test-utils ([1b21e81](https://togithub.com/webpack/webpack-cli/commit/1b21e81)) - config-file: use extractSummary ([7554fe7](https://togithub.com/webpack/webpack-cli/commit/7554fe7)) - config-name: use extractSummary ([3e30a57](https://togithub.com/webpack/webpack-cli/commit/3e30a57)) - env: use extractSummary ([aa0cf25](https://togithub.com/webpack/webpack-cli/commit/aa0cf25)) - fix: fix failing tests ([5669311](https://togithub.com/webpack/webpack-cli/commit/5669311)) - fix: fix failing tests ([f1f7db1](https://togithub.com/webpack/webpack-cli/commit/f1f7db1)) - help: use extractSummary ([0ba72c4](https://togithub.com/webpack/webpack-cli/commit/0ba72c4)) - watch: use switch pattern for verbosity off ([c00386b](https://togithub.com/webpack/webpack-cli/commit/c00386b)) - watch: hash assertion for single-config-opt ([55632d6](https://togithub.com/webpack/webpack-cli/commit/55632d6)) - watch: hash assertion for single-config ([48f34d1](https://togithub.com/webpack/webpack-cli/commit/48f34d1)) - watch: hash assertion for multi-config-watch-opt ([6dd2327](https://togithub.com/webpack/webpack-cli/commit/6dd2327)) - watch: hash assertion multi-config ([6b4d339](https://togithub.com/webpack/webpack-cli/commit/6b4d339)) - watch: hash assertion info-verbosity-verbose ([42e5ee8](https://togithub.com/webpack/webpack-cli/commit/42e5ee8)) - watch: remove test.only for info-verbosity-off ([675d5c0](https://togithub.com/webpack/webpack-cli/commit/675d5c0)) - improve appendFile test-case ([18bde78](https://togithub.com/webpack/webpack-cli/commit/18bde78)) - remove eslint comment for requireReturn ([be7b259](https://togithub.com/webpack/webpack-cli/commit/be7b259)) - watch: test failure using done(error) ([46d2e37](https://togithub.com/webpack/webpack-cli/commit/46d2e37)) - watch: use native require first ([20e8579](https://togithub.com/webpack/webpack-cli/commit/20e8579)) - watch: use better comments ([b6efe2d](https://togithub.com/webpack/webpack-cli/commit/b6efe2d)) - add type to appendDataIfFileExists util ([f853302](https://togithub.com/webpack/webpack-cli/commit/f853302)) - make comment clear about fs.copyFileSync ([d1d3d02](https://togithub.com/webpack/webpack-cli/commit/d1d3d02)) - use 10E6 instead of 10e6 ([c9c5832](https://togithub.com/webpack/webpack-cli/commit/c9c5832)) - bin: add `.babelrc` to webpack-babel-config test ([#724](https://togithub.com/webpack/webpack-cli/pull/724)) - bin-cases: expose extractSummary as function ([73714f5](https://togithub.com/webpack/webpack-cli/commit/73714f5)) - config-type: use extractSummary ([ed36260](https://togithub.com/webpack/webpack-cli/commit/ed36260)) - entry: use extractSummary ([745a369](https://togithub.com/webpack/webpack-cli/commit/745a369)) - errors: use extractSummary ([3c8628c](https://togithub.com/webpack/webpack-cli/commit/3c8628c)) - fix: fix failing tests ([7cb531b](https://togithub.com/webpack/webpack-cli/commit/7cb531b)) - fix: fix failing tests ([a967485](https://togithub.com/webpack/webpack-cli/commit/a967485)) - mode: use extractSummary ([3277d41](https://togithub.com/webpack/webpack-cli/commit/3277d41)) - output: use extractSummary ([cb60b15](https://togithub.com/webpack/webpack-cli/commit/cb60b15)) - plugins: use extractSummary ([02e08dc](https://togithub.com/webpack/webpack-cli/commit/02e08dc)) - silent: use extractSummary ([ea89a82](https://togithub.com/webpack/webpack-cli/commit/ea89a82)) - stats: use extractSummary ([7f4e504](https://togithub.com/webpack/webpack-cli/commit/7f4e504)) - watch: hash assertion for info-verbosity-off ([e0a0d97](https://togithub.com/webpack/webpack-cli/commit/e0a0d97)) - watch: use extractSummary ([8357dbc](https://togithub.com/webpack/webpack-cli/commit/8357dbc)) #### Misc - Correction of the webpack-merge configuration ([2ed8c60](https://togithub.com/webpack/webpack-cli/commit/2ed8c60)) - replace opencollective with light vers ([848bf4b](https://togithub.com/webpack/webpack-cli/commit/848bf4b)) ### [`v3.2.3`](https://togithub.com/webpack/webpack-cli/compare/v3.2.2...16c9c8d0107b80904a228e817bc22ea89e901fa3) [Compare Source](https://togithub.com/webpack/webpack-cli/compare/v3.2.2...16c9c8d0107b80904a228e817bc22ea89e901fa3) ### [`v3.2.2`](https://togithub.com/webpack/webpack-cli/blob/master/CHANGELOG.md#322-2019-02-05) [Compare Source](https://togithub.com/webpack/webpack-cli/compare/54805ae1ca6f27d9bf6e93f55641ab5d6c88d8c2...v3.2.2) [Full Changelog](https://togithub.com/webpack/webpack-cli/compare/v0.1.3...v3.2.2) #### New Features - only display once a week ([b6199e5](https://togithub.com/webpack/webpack-cli/commit/b6199e5)) - add util to run-and-get watch proc ([1d2ccd5](https://togithub.com/webpack/webpack-cli/commit/1d2ccd5)) - add test-util to append data to file ([e9e1dcb](https://togithub.com/webpack/webpack-cli/commit/e9e1dcb)) - log: clean single line logs ([5d2284b](https://togithub.com/webpack/webpack-cli/commit/5d2284b)) - log: add gitignore ([7c830b5](https://togithub.com/webpack/webpack-cli/commit/7c830b5)) - log: make log package ([df7c224](https://togithub.com/webpack/webpack-cli/commit/df7c224)) - log: add clrscr function ([11b3bff](https://togithub.com/webpack/webpack-cli/commit/11b3bff)) - log: few changes ([bc32727](https://togithub.com/webpack/webpack-cli/commit/bc32727)) - log: add newline for title ([4047213](https://togithub.com/webpack/webpack-cli/commit/4047213)) - log: remove unwanted commits ([c088f3e](https://togithub.com/webpack/webpack-cli/commit/c088f3e)) - log: task based custom loggers ([2c43a41](https://togithub.com/webpack/webpack-cli/commit/2c43a41)) #### Chore - v.3.2.3 ([70138b7](https://togithub.com/webpack/webpack-cli/commit/70138b7)) - v.3.2.2 ([24b6387](https://togithub.com/webpack/webpack-cli/commit/24b6387)) - update tests ([70bfbd9](https://togithub.com/webpack/webpack-cli/commit/70bfbd9)) - one liner ([0f55d5a](https://togithub.com/webpack/webpack-cli/commit/0f55d5a)) - one liner after log ([6d8fb67](https://togithub.com/webpack/webpack-cli/commit/6d8fb67)) - watch: remove console log ([0952317](https://togithub.com/webpack/webpack-cli/commit/0952317)) - v.3.2.1 ([54805ae](https://togithub.com/webpack/webpack-cli/commit/54805ae)) - dependency: add `node-ts` as devDependency ([#724](https://togithub.com/webpack/webpack-cli/pull/724)) #### Docs - init documentaion ([14d2b47](https://togithub.com/webpack/webpack-cli/commit/14d2b47)) - scaffold: Add installation guide for packages/webpack-scaffold ([#727](https://togithub.com/webpack/webpack-cli/pull/727)) #### Fix - close compiler, own sh script and output clearing ([6ded275](https://togithub.com/webpack/webpack-cli/commit/6ded275)) - bin: extension detection ([#724](https://togithub.com/webpack/webpack-cli/pull/724)) - readme: remove old dependency status link ([4df0000](https://togithub.com/webpack/webpack-cli/commit/4df0000)) - readme: add fallback badge for dependency status ([0e3753b](https://togithub.com/webpack/webpack-cli/commit/0e3753b)) - failing test ([88888bb](https://togithub.com/webpack/webpack-cli/commit/88888bb)) - test: fix travis ts build ([22d3acc](https://togithub.com/webpack/webpack-cli/commit/22d3acc)) #### Tests - azure pipelines ([c9c3fea](https://togithub.com/webpack/webpack-cli/commit/c9c3fea)) - bin: add `webpack.config.ts` related test ([#724](https://togithub.com/webpack/webpack-cli/pull/724)) - module: use extractSummary ([7bde073](https://togithub.com/webpack/webpack-cli/commit/7bde073)) - watch: use copyFile functionality ([c61fe92](https://togithub.com/webpack/webpack-cli/commit/c61fe92)) - add copyFile function in test-utils ([1b21e81](https://togithub.com/webpack/webpack-cli/commit/1b21e81)) - bin: add `webpack.config.babel.js` related test ([#724](https://togithub.com/webpack/webpack-cli/pull/724)) - config-file: use extractSummary ([7554fe7](https://togithub.com/webpack/webpack-cli/commit/7554fe7)) - config-name: use extractSummary ([3e30a57](https://togithub.com/webpack/webpack-cli/commit/3e30a57)) - env: use extractSummary ([aa0cf25](https://togithub.com/webpack/webpack-cli/commit/aa0cf25)) - fix: fix failing tests ([5669311](https://togithub.com/webpack/webpack-cli/commit/5669311)) - help: use extractSummary ([0ba72c4](https://togithub.com/webpack/webpack-cli/commit/0ba72c4)) - watch: use switch pattern for verbosity off ([c00386b](https://togithub.com/webpack/webpack-cli/commit/c00386b)) - watch: hash assertion for single-config-opt ([55632d6](https://togithub.com/webpack/webpack-cli/commit/55632d6)) - watch: hash assertion for single-config ([48f34d1](https://togithub.com/webpack/webpack-cli/commit/48f34d1)) - watch: hash assertion for multi-config-watch-opt ([6dd2327](https://togithub.com/webpack/webpack-cli/commit/6dd2327)) - watch: hash assertion multi-config ([6b4d339](https://togithub.com/webpack/webpack-cli/commit/6b4d339)) - watch: hash assertion info-verbosity-verbose ([42e5ee8](https://togithub.com/webpack/webpack-cli/commit/42e5ee8)) - watch: remove test.only for info-verbosity-off ([675d5c0](https://togithub.com/webpack/webpack-cli/commit/675d5c0)) - improve appendFile test-case ([18bde78](https://togithub.com/webpack/webpack-cli/commit/18bde78)) - remove eslint comment for requireReturn ([be7b259](https://togithub.com/webpack/webpack-cli/commit/be7b259)) - watch: test failure using done(error) ([46d2e37](https://togithub.com/webpack/webpack-cli/commit/46d2e37)) - watch: use native require first ([20e8579](https://togithub.com/webpack/webpack-cli/commit/20e8579)) - watch: use better comments ([b6efe2d](https://togithub.com/webpack/webpack-cli/commit/b6efe2d)) - add type to appendDataIfFileExists util ([f853302](https://togithub.com/webpack/webpack-cli/commit/f853302)) - make comment clear about fs.copyFileSync ([d1d3d02](https://togithub.com/webpack/webpack-cli/commit/d1d3d02)) - use 10E6 instead of 10e6 ([c9c5832](https://togithub.com/webpack/webpack-cli/commit/c9c5832)) - bin: add `.babelrc` to webpack-babel-config test ([#724](https://togithub.com/webpack/webpack-cli/pull/724)) - bin-cases: expose extractSummary as function ([73714f5](https://togithub.com/webpack/webpack-cli/commit/73714f5)) - config-type: use extractSummary ([ed36260](https://togithub.com/webpack/webpack-cli/commit/ed36260)) - entry: use extractSummary ([745a369](https://togithub.com/webpack/webpack-cli/commit/745a369)) - errors: use extractSummary ([3c8628c](https://togithub.com/webpack/webpack-cli/commit/3c8628c)) - fix: fix failing tests ([7cb531b](https://togithub.com/webpack/webpack-cli/commit/7cb531b)) - mode: use extractSummary ([3277d41](https://togithub.com/webpack/webpack-cli/commit/3277d41)) - output: use extractSummary ([cb60b15](https://togithub.com/webpack/webpack-cli/commit/cb60b15)) - plugins: use extractSummary ([02e08dc](https://togithub.com/webpack/webpack-cli/commit/02e08dc)) - silent: use extractSummary ([ea89a82](https://togithub.com/webpack/webpack-cli/commit/ea89a82)) - stats: use extractSummary ([7f4e504](https://togithub.com/webpack/webpack-cli/commit/7f4e504)) - watch: hash assertion for info-verbosity-off ([e0a0d97](https://togithub.com/webpack/webpack-cli/commit/e0a0d97)) - watch: use extractSummary ([8357dbc](https://togithub.com/webpack/webpack-cli/commit/8357dbc)) #### Misc - Correction of the webpack-merge configuration ([2ed8c60](https://togithub.com/webpack/webpack-cli/commit/2ed8c60)) - replace opencollective with light vers ([848bf4b](https://togithub.com/webpack/webpack-cli/commit/848bf4b)) ### [`v3.2.1`](https://togithub.com/webpack/webpack-cli/compare/6253a73e1cb13661d5451fe5d297a1bee7b1aa4e...54805ae1ca6f27d9bf6e93f55641ab5d6c88d8c2) [Compare Source](https://togithub.com/webpack/webpack-cli/compare/6253a73e1cb13661d5451fe5d297a1bee7b1aa4e...54805ae1ca6f27d9bf6e93f55641ab5d6c88d8c2) ### [`v3.2.0`](https://togithub.com/webpack/webpack-cli/compare/v3.1.2...6253a73e1cb13661d5451fe5d297a1bee7b1aa4e) [Compare Source](https://togithub.com/webpack/webpack-cli/compare/v3.1.2...6253a73e1cb13661d5451fe5d297a1bee7b1aa4e) ### [`v3.1.2`](https://togithub.com/webpack/webpack-cli/blob/master/CHANGELOG.md#312-2018-09-29) [Compare Source](https://togithub.com/webpack/webpack-cli/compare/v3.1.1...v3.1.2) [Full Changelog](https://togithub.com/webpack/webpack-cli/compare/v3.1.1...v3.1.2) #### Chore - deps: upgrade husky ([#611](https://togithub.com/webpack/webpack-cli/pull/611)) - docs: update readme ([93ebcc2](https://togithub.com/webpack/webpack-cli/commit/93ebcc2)) - scripts: add commit script, cz-customizable ([#612](https://togithub.com/webpack/webpack-cli/pull/612)) #### Docs - init: update headers ([dc4ded9](https://togithub.com/webpack/webpack-cli/commit/dc4ded9)) - init: update init documentation ([2ccf9a9](https://togithub.com/webpack/webpack-cli/commit/2ccf9a9)) - readme: update webpack-cli to webpack CLI ([f3a225a](https://togithub.com/webpack/webpack-cli/commit/f3a225a)) - readme: change addons to scaffolds ([747aef9](https://togithub.com/webpack/webpack-cli/commit/747aef9)) - readme: update links ([f8187f1](https://togithub.com/webpack/webpack-cli/commit/f8187f1)) - readme: update README.md ([#614](https://togithub.com/webpack/webpack-cli/pull/614)) - readme: update Readme based on feedbackRenovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!
".:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.