Skip to content
This repository has been archived by the owner on Mar 18, 2019. It is now read-only.

chore(deps): update dependency webpack-cli to v3 #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 2, 2018

This PR contains the following updates:

Package Type Update Change References
webpack-cli devDependencies major 2.1.4 -> 3.3.0 source

Release Notes

webpack/webpack-cli

v3.3.0

Compare Source

Full Changelog

New Features

  • use webpack.config as default name in dev scaffold (385a672)
  • only display once a week (b6199e5)
  • add util to run-and-get watch proc (1d2ccd5)
  • add test-util to append data to file (e9e1dcb)
  • log: clean single line logs (5d2284b)
  • log: add gitignore (7c830b5)
  • log: make log package (df7c224)
  • log: add clrscr function (11b3bff)
  • log: few changes (bc32727)
  • log: add newline for title (4047213)
  • log: remove unwanted commits (c088f3e)
  • log: task based custom loggers (2c43a41)

Chore

Docs

  • scaffolding: lowercase Webpack (d19c1f7)
  • scaffolding: fix typos (b94b0de)
  • scaffolding: improve grammar (6b79072)
  • add lerna badge in README (#​786)
  • contributing: refactor & formatting (1042cb2)
  • contributing: improve formatting (47fcd7f)
  • contributing: : at the end of paragraphs (48d65fd)
  • contributing: update instructions to run individual tests (b7cca58)
  • contributing: update instructions to run individual tests (bc0297a)
  • contributing: add yarn before running jest (126cf55)
  • contributing: commands to install jest globally (18b7c2e)
  • contributing: fixes typo (c458380)
  • contributing: improves formatting (abac823)
  • contributing: adds prebuild instructions (81cb46a)
  • readme: add downloads badge (dc2423c)
  • scaffold: add link option for local (f8424be)
  • scaffold: Add installation guide for packages/webpack-scaffold (#​727)
  • scaffolding: fix typo (98818a1)
  • scaffolding: improve description & formatting (0f657d0)
  • scaffolding: fix links (e11c524)
  • scaffolding: add yarn example (d47eea0)
  • scaffolding: fix typo (87ba169)
  • scaffolding: improved structure, formatting, typos (8949f82)
  • init documentaion (4b130bb)
  • rename Webpack to webpack (900c13e)
  • init documentaion (14d2b47)

Fix

  • bin: use compiler.close API correctly for stats (568161d)
  • bin: extension detection (#​724)
  • init: lint code (20aab48)
  • init: support global installation (1cb0166)
  • init: revert to local installation (48b3b23)
  • init: update prompt command (c1c0739)
  • init: update prompt command (1cab3cb)
  • readme: remove old dependency status link (4df0000)
  • readme: add fallback badge for dependency status (0e3753b)
  • tests: remove snapshot for static compilation (54a3ac4)
  • tests: remove snapshot for static compilation (3af0948)
  • tests: update jest (d195774)
  • close compiler, own sh script and output clearing (6ded275)
  • failing test (88888bb)
  • failing test (986472a)
  • test: fix travis ts build (22d3acc)

Tests

  • azure pipelines (c9c3fea)
  • bin: add webpack.config.ts related test (#​724)
  • bin: add webpack.config.babel.js related test (#​724)
  • module: use extractSummary (7bde073)
  • watch: use copyFile functionality (c61fe92)
  • add copyFile function in test-utils (1b21e81)
  • config-file: use extractSummary (7554fe7)
  • config-name: use extractSummary (3e30a57)
  • env: use extractSummary (aa0cf25)
  • fix: fix failing tests (5669311)
  • fix: fix failing tests (f1f7db1)
  • help: use extractSummary (0ba72c4)
  • watch: use switch pattern for verbosity off (c00386b)
  • watch: hash assertion for single-config-opt (55632d6)
  • watch: hash assertion for single-config (48f34d1)
  • watch: hash assertion for multi-config-watch-opt (6dd2327)
  • watch: hash assertion multi-config (6b4d339)
  • watch: hash assertion info-verbosity-verbose (42e5ee8)
  • watch: remove test.only for info-verbosity-off (675d5c0)
  • improve appendFile test-case (18bde78)
  • remove eslint comment for requireReturn (be7b259)
  • watch: test failure using done(error) (46d2e37)
  • watch: use native require first (20e8579)
  • watch: use better comments (b6efe2d)
  • add type to appendDataIfFileExists util (f853302)
  • make comment clear about fs.copyFileSync (d1d3d02)
  • use 10E6 instead of 10e6 (c9c5832)
  • bin: add .babelrc to webpack-babel-config test (#​724)
  • bin-cases: expose extractSummary as function (73714f5)
  • config-type: use extractSummary (ed36260)
  • entry: use extractSummary (745a369)
  • errors: use extractSummary (3c8628c)
  • fix: fix failing tests (7cb531b)
  • fix: fix failing tests (a967485)
  • mode: use extractSummary (3277d41)
  • output: use extractSummary (cb60b15)
  • plugins: use extractSummary (02e08dc)
  • silent: use extractSummary (ea89a82)
  • stats: use extractSummary (7f4e504)
  • watch: hash assertion for info-verbosity-off (e0a0d97)
  • watch: use extractSummary (8357dbc)

Misc

  • Correction of the webpack-merge configuration (2ed8c60)
  • replace opencollective with light vers (848bf4b)

v3.2.3

Compare Source

v3.2.2

Compare Source

Full Changelog

New Features

  • only display once a week (b6199e5)
  • add util to run-and-get watch proc (1d2ccd5)
  • add test-util to append data to file (e9e1dcb)
  • log: clean single line logs (5d2284b)
  • log: add gitignore (7c830b5)
  • log: make log package (df7c224)
  • log: add clrscr function (11b3bff)
  • log: few changes (bc32727)
  • log: add newline for title (4047213)
  • log: remove unwanted commits (c088f3e)
  • log: task based custom loggers (2c43a41)

Chore

Docs

  • init documentaion (14d2b47)
  • scaffold: Add installation guide for packages/webpack-scaffold (#​727)

Fix

  • close compiler, own sh script and output clearing (6ded275)
  • bin: extension detection (#​724)
  • readme: remove old dependency status link (4df0000)
  • readme: add fallback badge for dependency status (0e3753b)
  • failing test (88888bb)
  • test: fix travis ts build (22d3acc)

Tests

  • azure pipelines (c9c3fea)
  • bin: add webpack.config.ts related test (#​724)
  • module: use extractSummary (7bde073)
  • watch: use copyFile functionality (c61fe92)
  • add copyFile function in test-utils (1b21e81)
  • bin: add webpack.config.babel.js related test (#​724)
  • config-file: use extractSummary (7554fe7)
  • config-name: use extractSummary (3e30a57)
  • env: use extractSummary (aa0cf25)
  • fix: fix failing tests (5669311)
  • help: use extractSummary (0ba72c4)
  • watch: use switch pattern for verbosity off (c00386b)
  • watch: hash assertion for single-config-opt (55632d6)
  • watch: hash assertion for single-config (48f34d1)
  • watch: hash assertion for multi-config-watch-opt (6dd2327)
  • watch: hash assertion multi-config (6b4d339)
  • watch: hash assertion info-verbosity-verbose (42e5ee8)
  • watch: remove test.only for info-verbosity-off (675d5c0)
  • improve appendFile test-case (18bde78)
  • remove eslint comment for requireReturn (be7b259)
  • watch: test failure using done(error) (46d2e37)
  • watch: use native require first (20e8579)
  • watch: use better comments (b6efe2d)
  • add type to appendDataIfFileExists util (f853302)
  • make comment clear about fs.copyFileSync (d1d3d02)
  • use 10E6 instead of 10e6 (c9c5832)
  • bin: add .babelrc to webpack-babel-config test (#​724)
  • bin-cases: expose extractSummary as function (73714f5)
  • config-type: use extractSummary (ed36260)
  • entry: use extractSummary (745a369)
  • errors: use extractSummary (3c8628c)
  • fix: fix failing tests (7cb531b)
  • mode: use extractSummary (3277d41)
  • output: use extractSummary (cb60b15)
  • plugins: use extractSummary (02e08dc)
  • silent: use extractSummary (ea89a82)
  • stats: use extractSummary (7f4e504)
  • watch: hash assertion for info-verbosity-off (e0a0d97)
  • watch: use extractSummary (8357dbc)

Misc

  • Correction of the webpack-merge configuration (2ed8c60)
  • replace opencollective with light vers (848bf4b)

v3.2.1

Compare Source

v3.2.0

Compare Source

v3.1.2

Compare Source

Full Changelog

Chore

  • deps: upgrade husky (#​611)
  • docs: update readme (93ebcc2)
  • scripts: add commit script, cz-customizable (#​612)

Docs

  • init: update headers (dc4ded9)
  • init: update init documentation (2ccf9a9)
  • readme: update webpack-cli to webpack CLI (f3a225a)
  • readme: change addons to scaffolds (747aef9)
  • readme: update links (f8187f1)
  • readme: update README.md (#​614)
  • readme: update Readme based on feedback (da05c2f)

Fix

v3.1.1

Compare Source

Full Changelog

New Features

  • migrate: CommonChunksPlugin to SplitChunksPlugin (#​558)
  • types: types for packages (#​578)

Chore

  • ci: add commitlint when trying to commit (#​595)
  • ci: Set up CI with Azure Pipelines (89d3a19)
  • ci: fix commitlint (#​592)
  • ci: Add a status badge for the azure pipelines CI build (#​601)
  • deps: resync package-lock, upgrade major version (d892b4d)
  • deps: Bump lerna version (#​583)
  • deps: removing inquirer as default package (#​555)
  • fix: fix clean all script (6be0478)
  • Update schema-utils to the latest version 🚀 (#​565)
  • update pkg.lock (76c8277)
  • remove editorconfig from testfixtures (#​560)
  • lint: fix tslint warnings (cf0bf4a)
  • lint: turn off console log warning (db5f570)
  • lint: remove or replace console.log with console.error (e425642)
  • package: update lerna to version 3.0.0 (08c424d)
  • scripts: update ts watch (336ad3e)
  • tests: added first ts test for info package (#​584)

CLI

  • allow array value for --ouput-library (#​559)

Docs

Fix

  • generate-loader: include example template in npm package (d26ea82)
  • generate-plugin: include example template in npm package (77fa723)
  • package: update import-local to version 2.0.0 🚀 (#​576)
  • prettier: add parser, filePath (#​553)
  • schema: resolve references in schema (#​605)

Misc

  • Revert "cli: allow array value for --ouput-library (#​559)" (#​561)

v3.1.0

Compare Source

Full Changelog

New Features

  • generators: add typescript support (c1844f8)
  • init: add typescript support (222ccdc)
  • make: add typescript support (4b574d9)
  • remove: add typescript support (f1623ed)
  • scaffold: add typescript support (eaf6fdf)
  • scaffold: add typescript support (f611c27)
  • serve: add typescript support (d313421)
  • types: add webpack types schema (90909e4)
  • typescript: setup base infra (fe25465)
  • typescript: setup base infra (373a304)
  • update: add typescript support (53505b9)
  • utils: add typescript support (47702cb)

Ast

Chore

  • add-cmd: add typescript support (fb98933)
  • add-cmd: add typescript support (d730841)
  • build: fix eslint pattern (#​529)
  • build: fix ci (#​535)
  • ci: fix build (#​534)
  • ci: fix build (#​534)
  • ci: remove semantic release (#​516)
  • ci: update appveyor config, script (f220c9e)
  • ci: update travis script (00df5ba)
  • update pkg.lock (817f99c)
  • fix minor build infra (87dd419)
  • Update eslint to the latest version 🚀 (#​526)
  • update gitignore (fdc82b9)
  • add missing READMES to packages (#​545)
  • docs: Updated working link for webpack addon. (#​543)
  • generate-loader,plugin: add typescript support (971b31a)
  • info: add typescript support (ca133ab)
  • info: add typescript support (2c69df0)
  • migrate: add typescript support (82a7dec)
  • package: update eslint-plugin-node to version 7.0.0 (507a4a6)
  • package: update lockfile (a3d41fb)
  • release: whitelist/blacklist release files (#​514)
  • release: whitelist/blacklist release files (#​514)
  • release: whitelist/blacklist release files (#​514)
  • scripts: fix pretest (55efce6)
  • scripts: remove semantic-release (#​525)
  • template: tiny fix for bug template (51dc005)

Docs

Fix

  • default named import bug (ce956c0)
  • generators: named export (8adbe9e)

Tests

  • fix: bin test outputs (#​552)
  • migrate: fix transforms order issue (938e5f9)

Misc

  • Update yargs to the latest version 🚀 (#​533)

v3.0.8

Compare Source

v3.0.7

Compare Source

v3.0.6

Compare Source

v3.0.5

Compare Source

v3.0.4

Compare Source

v3.0.3

Compare Source

v3.0.2

Compare Source

Bug Fixes

v3.0.1

Compare Source

Bug Fixes

v3.0.0

Compare Source

This release has breaking changes and is not stable. You are advised to use webpack-cli v.3.0.2 and up.

v2.1.5

Compare Source

Bug Fixes
  • entry: fix a bug when --display-entrypoints=false does not hide entries (#​464) (c2398a2)

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@renovate renovate bot force-pushed the renovate/webpack-cli-3.x branch 3 times, most recently from eb08856 to c973be1 Compare June 6, 2018 23:51
@renovate renovate bot force-pushed the renovate/webpack-cli-3.x branch 5 times, most recently from c465e74 to a7a5f68 Compare June 16, 2018 14:37
@renovate renovate bot force-pushed the renovate/webpack-cli-3.x branch from a7a5f68 to 04714e0 Compare July 18, 2018 15:20
@renovate renovate bot force-pushed the renovate/webpack-cli-3.x branch 2 times, most recently from 6a9c398 to 06477db Compare September 29, 2018 17:34
@renovate renovate bot force-pushed the renovate/webpack-cli-3.x branch 2 times, most recently from 9ec8a09 to 841b389 Compare January 7, 2019 08:44
@renovate renovate bot force-pushed the renovate/webpack-cli-3.x branch 2 times, most recently from 29c9912 to 63cb2bd Compare February 5, 2019 03:17
@renovate renovate bot force-pushed the renovate/webpack-cli-3.x branch from 63cb2bd to b8484a0 Compare March 15, 2019 19:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant