Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency webpack-cli to v3.3.12 #25

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 21, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webpack-cli (source) 3.3.0 -> 3.3.12 age adoption passing confidence

Release Notes

webpack/webpack-cli

v3.3.12

Compare Source

Full Changelog

v3.3.11

Compare Source

Full Changelog

v3.3.10

Compare Source

Full Changelog

New Features

  • add new flag and patch sec dep (#​1102)

v3.3.9

Compare Source

Full Changelog

Fix

  • use process.exitCode instead of process.exit in compilerCallback (ee001bd)

v3.3.8

Compare Source

Full Changelog

Fix

  • support both webpack versions (d28f9f5)

Tests

v3.3.7

Compare Source

Full Changelog

Fix

  • resolve opts when no-config (fb31cc4)

v3.3.6

Compare Source

Full Changelog

Docs

  • remove deprecated packages description (#​979)

Fix

v3.3.5

Compare Source

Full Changelog

CLI

Fix

  • deps: move prettier from dependencies to devDependencies (#​968)
  • change "usr strict" to "use strict" (670efc7)
  • update deps (69f364e)

v3.3.4

Compare Source

Full Changelog

New Features

Docs

  • added auto flag in docs for init command (dede7d8)

Fix

  • module not found error (a2062f2)
  • remove unused pkgs and refactor init generator (7608d4b)

Tests

Misc

v3.3.3

Compare Source

Full Changelog

New Features

  • chore: Added type definitions for the data returned by envinfo (#​921)
  • add htmlWebpackPlugin in development (88fcfa8)
  • add mergeHandler (248b9cc)
  • generators: add generated file templates (6be9291)
  • init: generate README (c090b17)
  • init: generate tsconfig (25ab7e6)
  • init: support ts in configuration (283e089)
  • init: wip typescript support (093a36d)
  • md: formats md before committing (#​851)
  • webpack-scaffold: adds Input defaults, doc & tests (0a648f7)

CLI

  • fix watch options for array config (#​892)

Docs

  • contribute: adds section seperator (cff0c55)
  • contribute: combines seperate sections for npm and yarn (aefa8eb)
  • contributing: updates the docs for the test (7656637)
  • fix link to webpack-scaffold (de0b4a0)
  • init: improve description (9856bab)
  • utils: update prettier (8b6d47b)

Fix

  • improve checking file permission (de41351)
  • chore: Minor fix (6810182)
  • use fork cause original repo is unmaintained (383125a)
  • add: apply suggestions (ccf0dce)
  • add: add handling of merge option (eb43443)
  • add: add handling of merge option (ce51a0a)
  • ci: fixes linting error in ci (cfc0117)
  • cli: updates err message (b5e1913)
  • cli: removes the comment before err handling block (ac5a53f)
  • cli: --config-register resolves relative to root (23375bd)
  • cli: removes func return in catch instance (7d31321)
  • cli: sets stack trace limit (869024f)
  • cli: err when no args passed, refactored nested conditional blocks (a9bc0bd)
  • cli: shows error message based on package manager (a3ce273)
  • cli: error when no webpack and args found (2250af0)
  • generator: fixed the support of native plugins in add command (123a150)
  • infra: fixes npm run docs (65c08e2)
  • formatting files (eb3909b)
  • remove type from inherited type (960e73a)
  • remove type from inherited type (0552f76)
  • change parser options (4e8bc76)
  • json module resolve (61697b8)
  • cli: improves error handling with args (cc64955)
  • generator: generate correct module.rule for babel & ts (263b83c)
  • generator: using configFile in configPath to get the config file name (#​883)
  • genrators/utils/style: typo & fix (f46f4e5)

Misc

  • update internal docs (7071b5c)
  • add lerna publish cmnd (5c8c6a1)
  • generators: remove comment (bd06a69)
  • generators: refactor (376dcbd)
  • generators: small text improvements (782f56c)
  • generators: improve prompts (ac35a31)
  • generators: refactor init-generator (d574846)
  • generators: refactor utils (17e4511)
  • generators/utils/style: refactor (392fcfe)
  • init: refactor with async/await (1b07d2b)
  • init: small refactor (4627ea1)
  • init-generator: improve readme (f971632)
  • init-generator: small refactor (dcf44c1)
  • init-generator: use webpackOption types, improve test rules (a650e0e)
  • init-generator: improve types & defaults (fb23aa4)
  • packages: complete rebase (488b06c)
  • types: correct types (85ef3e7)

v3.3.2

Compare Source

Full Changelog

New Features

  • opencollective prompt: add option to disable it + doc (d4643ae)
  • terser: clean old files (89e6b74)
  • terser: remove leftover files (27d5b4d)
  • terser: replace after merging master (c404655)
  • replace Uglify with Terser in generators (2b8651b)
  • use terserPlugin in loaderOptionsPlugin (14f5337)
  • use terserJsPlugin for transformations during migrate (33c6185)
  • replace uglifyJsPlugin with terserPlugin in migrate (d467f3b)
  • opencollective prompt: work on windows setting atime by code (3af73a8)
  • opencollective prompt: fix typo (c2351b1)
  • opencollective prompt: remove .lastocprint file from fs (b96ad56)
  • opencollective prompt: extract weekday to variable (790d27a)
  • opencollective prompt: set terminal cols to 80 (badc32d)
  • opencollective prompt: fix azure ci (ea0039a)
  • opencollective prompt: lint (ea906d8)
  • opencollective prompt: clear package.json modifications (f080733)
  • opencollective prompt: add prompt in postinstall script (dd9d528)

Ast

  • change tooltip property from uglify to terser (ea9e4b8)
  • replace requires and inits for uglify with terser (3011a6c)
  • replace UglifyJsPlugin with TerserPlugin (21da35f)

Docs

  • code of conduct (#​873)
  • contribute: adds table of contents and info about dependencies. (#​842)
  • contributing: fixes dead link (#​835)
  • opencollective prompt: improve code clarity (55992a4)
  • packages: adds downloads/month shield (6a0375a)
  • readme: fix typos, add summary of all commands (#​845)
  • readme: adds contributors shield (958d064)
  • README: phrase change (3a11a16)
  • README: add link to webpack-scaffold-starter (e35a194)
  • README: update scaffolding links (74179b5)
  • serve: link to webpack-dev-server (cb68b1b)
  • serve: update docs to use webpack-dev-server (f7451d4)
  • replace tooltip link to terser plugin (4254730)
  • replace Uglify with Terser in comments (799577d)
  • replace UglifyJsPlugin with TerserPlugin in migrate docs (326f783)

Enh

  • webpack-scaffold: improve prompt and doc (#​794)

Fix

  • add: add types (d4ce6f2)
  • add: fix runTransform (dbc3e9e)
  • add: lint code (163b309)
  • add: add handling for topScope (1162cf5)
  • bin, serve: force default package export, add serve default (#​815)
  • init: refactored the init.ts success message (#​810)
  • opencollective prompt: fix grammar (246db42)
  • opencollective-prompt: check write permissions (5284b7e)
  • scaffold: config file is always generated at the project root (#​801)
  • utils: refactors utils (7fe3543)
  • clear up comment about default function purpose (e48507d)
  • remove unused files (ec242ab)
  • reset files (9863445)
  • replace lookups for TerserPlugin in webpack.optimise (ef23fec)

Misc

  • chore(docs): Refactors links for badges (#​859)
  • opencollective-prompt: improve grammar (e17a26d)
  • Remove tslint in favour of eslint (#​834)
  • cli: refactor functions into utils and config dirs, merge yargs options (#​781)
  • utils: refactors scaffold (0b28fb3)

v3.3.1

Compare Source

Full Changelog


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 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 Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/webpack-cli-3.x branch from a2eb719 to fe06862 Compare May 4, 2019 20:23
@renovate renovate bot changed the title Update dependency webpack-cli to v3.3.1 Update dependency webpack-cli to v3.3.2 May 4, 2019
@renovate renovate bot force-pushed the renovate/webpack-cli-3.x branch from fe06862 to f0f1b7f Compare June 7, 2019 12:11
@renovate renovate bot changed the title Update dependency webpack-cli to v3.3.2 Update dependency webpack-cli to v3.3.3 Jun 7, 2019
@renovate renovate bot force-pushed the renovate/webpack-cli-3.x branch from f0f1b7f to e1ffcbb Compare June 11, 2019 09:08
@renovate renovate bot changed the title Update dependency webpack-cli to v3.3.3 Update dependency webpack-cli to v3.3.4 Jun 11, 2019
@renovate renovate bot force-pushed the renovate/webpack-cli-3.x branch from e1ffcbb to dbe6eb1 Compare July 13, 2019 12:56
@renovate renovate bot changed the title Update dependency webpack-cli to v3.3.4 Update dependency webpack-cli to v3.3.5 Jul 13, 2019
@renovate renovate bot force-pushed the renovate/webpack-cli-3.x branch from dbe6eb1 to 495676c Compare August 10, 2019 07:54
@renovate renovate bot changed the title Update dependency webpack-cli to v3.3.5 Update dependency webpack-cli to v3.3.6 Aug 10, 2019
@renovate renovate bot force-pushed the renovate/webpack-cli-3.x branch from 495676c to 1cefc06 Compare August 23, 2019 07:55
@renovate renovate bot changed the title Update dependency webpack-cli to v3.3.6 Update dependency webpack-cli to v3.3.7 Aug 23, 2019
@renovate renovate bot changed the title Update dependency webpack-cli to v3.3.7 Update dependency webpack-cli to v3.3.8 Sep 7, 2019
@renovate renovate bot force-pushed the renovate/webpack-cli-3.x branch from bde571c to 58f2a72 Compare October 4, 2019 14:00
@renovate renovate bot changed the title Update dependency webpack-cli to v3.3.8 Update dependency webpack-cli to v3.3.9 Oct 4, 2019
@renovate renovate bot changed the title Update dependency webpack-cli to v3.3.9 Update dependency webpack-cli to v3.3.10 Nov 11, 2019
@renovate renovate bot changed the title Update dependency webpack-cli to v3.3.10 Update dependency webpack-cli to v3.3.11 Feb 16, 2020
@renovate renovate bot force-pushed the renovate/webpack-cli-3.x branch from c7df8fc to 7fc71f0 Compare June 30, 2020 23:59
@renovate renovate bot changed the title Update dependency webpack-cli to v3.3.11 Update dependency webpack-cli to v3.3.12 Jun 30, 2020
@renovate
Copy link
Author

renovate bot commented Mar 25, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant