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 v4 #64

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 10, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webpack-cli 3.3.12 -> 4.10.0 age adoption passing confidence

Release Notes

webpack/webpack-cli

v4.10.0

Compare Source

Bug Fixes
Features

4.9.2 (2022-01-24)

Bug Fixes

4.9.1 (2021-10-18)

Bug Fixes

v4.9.2

Compare Source

Bug Fixes

v4.9.1

Compare Source

Bug Fixes

v4.9.0

Compare Source

Bug Fixes
Features
  • allow to run commands without webpack installation where it is unnecessary (#​2907) (603041d)

v4.8.0

Compare Source

Bug Fixes
Features
  • show possible values for option in help output (#​2819) (828e5c9)
  • init-generator: add ability to specify a package manager of choice (#​2769) (e53f164)

4.7.2 (2021-06-07)

Note: Version bump only for package webpack-cli (due @webpack-cli/serve)

4.7.1 (2021-06-07)

Bug Fixes

v4.7.2

Compare Source

Note: Version bump only for package webpack-cli (due @webpack-cli/serve)

v4.7.1

Compare Source

Bug Fixes

v4.7.0

Compare Source

Bug Fixes
Features

v4.6.0

Compare Source

Bug Fixes
Features

v4.5.0

Compare Source

Notes
  • now you can use webpack.config.mjs and webpack.config.js with { "type": "module" } in package.json
  • you can avoid using the cross-env package:

Before:

{
  "scripts": {
    "build": "cross-env NODE_ENV=production webpack --config build/webpack.config.js"
  }
}

Now (you can remove the cross-env if you don't use it somewhere else):

{
  "scripts": {
    "build": "webpack --node-env=production --config build/webpack.config.js"
  }
}
  • the mode option respect the --node-env option if you don't set the mode option explicit using CLI options or in configuration(s), i.e. --node-env production set process.env.NODE_ENV and mode to production
Bug Fixes
Features

v4.4.0

Compare Source

Bug Fixes
Features

4.3.1 (2020-12-31)

Bug Fixes

v4.3.1

Compare Source

Bug Fixes

v4.3.0

Compare Source

Bug Fixes
  • fix problems with --mode and config resolution, there are situations when we resolve an invalid config file, the --mode option does not affect on config resolution, if you faced with an error after updating, please use the --config option
  • correct usage of cli-flags (#​2205) (c8fc7d1)
  • defer setting default mode to core (#​2095) (3eb410e)
  • respect the --watch-options-stdin option (2d1e001)
  • respect --color/--no-color option (#​2042) (09bd812)
  • stringify stats using streaming approach (#​2190) (9bf4e92)
  • use logger for error with proper exit code (#​2076) (2c9069f)
  • reduce spammy logs (#​2206) (9b3cc28)
  • respect the infrastructureLogging.level option (logger uses stderr) (#​2144) (7daccc7)
  • respect all options from command line for the server command
  • help and version output
  • respect stats from the config (webpack@4) (#​2098) (2d6e5c6)
  • fixed colors work with multi compiler mode (webpack@4)
Features
  • add bundle command (alias for webpack [options])
  • add pnpm support for package installation (#​2040) (46cba36)

v4.2.0

Compare Source

Bug Fixes
Features

v4.1.0

Compare Source

Bug Fixes
Features

v4.0.0

Compare Source

Bug Fixes
Features
  • assign config paths in build dependencies in cache config (#​1900) (7e90f11)

Configuration

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

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

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, click this checkbox.

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

@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from 11b961f to 5c99a23 Compare October 19, 2020 13:35
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from 5c99a23 to b961885 Compare November 4, 2020 19:48
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from b961885 to b7b7a13 Compare January 5, 2021 16:57
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from b7b7a13 to c8b7370 Compare January 24, 2021 13:05
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from c8b7370 to 90501bf Compare February 9, 2021 13:03
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from 90501bf to 92e1031 Compare April 3, 2021 11:20
@renovate
Copy link
Contributor Author

renovate bot commented Apr 3, 2021

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻️ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
warning package.json: "dependencies" has dependency "copy-webpack-plugin" with range "^5.0.5" that collides with a dependency in "devDependencies" of the same name with version "5.1.1"
warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.
warning [email protected]: "dependencies" has dependency "copy-webpack-plugin" with range "^5.0.5" that collides with a dependency in "devDependencies" of the same name with version "5.1.1"
error Can't add "ion-sdk-js": invalid package version undefined.

@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from 92e1031 to 32b9d40 Compare May 6, 2021 13:45
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch 2 times, most recently from 6c53a51 to faf4568 Compare June 7, 2021 18:01
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from faf4568 to fdfcc94 Compare July 17, 2021 09:55
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from fdfcc94 to 0c2b259 Compare August 15, 2021 21:41
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from 0c2b259 to 3f7a2c4 Compare October 6, 2021 21:11
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from 3f7a2c4 to e2fdea2 Compare October 20, 2021 05:42
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from e2fdea2 to bac1eff Compare November 19, 2021 12:20
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch 4 times, most recently from c24ca37 to 9f6b3c4 Compare December 8, 2021 05:37
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from 9f6b3c4 to fbb5e0f Compare January 24, 2022 17:08
@renovate renovate bot force-pushed the renovate/webpack-cli-4.x branch from fbb5e0f to fa3c504 Compare June 18, 2022 12:51
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.

0 participants