Skip to content

Update dependency webpack-cli to v4.10.0#506

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/webpack-cli-4.x
Open

Update dependency webpack-cli to v4.10.0#506
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/webpack-cli-4.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Oct 6, 2021

This PR contains the following updates:

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

Release Notes

webpack/webpack-cli (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
Features

4.9.2 (2022-01-24)

Bug Fixes

4.9.1 (2021-10-18)

Bug Fixes

v4.9.1

Compare Source

Bug Fixes
Features

4.9.2 (2022-01-24)

Bug Fixes

4.9.1 (2021-10-18)

Bug Fixes

v4.9.0

Compare Source

Bug Fixes
Features

4.9.2 (2022-01-24)

Bug Fixes

4.9.1 (2021-10-18)

Bug Fixes

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

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.1

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.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.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
Features

4.3.1 (2020-12-31)

Bug Fixes

v4.3.0

Compare Source

Bug Fixes
Features

4.3.1 (2020-12-31)

Bug Fixes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Oct 6, 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 click 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: search-parts/package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: pnp-modern-search@3.14.2
npm ERR! Found: @types/react@17.0.18
npm ERR! node_modules/@types/react
npm ERR!   dev @types/react@"17.0.18" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @types/react@">=16.8.0 <17.0.0" from @uifabric/file-type-icons@7.6.30
npm ERR! node_modules/@uifabric/file-type-icons
npm ERR!   @uifabric/file-type-icons@"7.6.30" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-04-30T05_19_52_168Z-debug-0.log

@renovate renovate Bot force-pushed the renovate/webpack-cli-4.x branch 10 times, most recently from 55ac8df to f7a9eda Compare October 18, 2021 17:09
@renovate renovate Bot changed the title Update dependency webpack-cli to v4.9.0 Update dependency webpack-cli to v4.9.1 Oct 18, 2021
@renovate renovate Bot force-pushed the renovate/webpack-cli-4.x branch 4 times, most recently from 9563b1f to 5ef6225 Compare October 26, 2021 04:11
@renovate renovate Bot force-pushed the renovate/webpack-cli-4.x branch 3 times, most recently from 4f50138 to 293f9b8 Compare November 8, 2021 22:25
@renovate renovate Bot force-pushed the renovate/webpack-cli-4.x branch 2 times, most recently from 325e668 to 0b1d75c Compare November 15, 2021 20:43
@renovate renovate Bot force-pushed the renovate/webpack-cli-4.x branch from 36dae57 to b1f5d36 Compare November 18, 2021 23:42
@renovate renovate Bot force-pushed the renovate/webpack-cli-4.x branch 5 times, most recently from d64d50a to ec4b677 Compare December 5, 2021 12:54
@renovate renovate Bot force-pushed the renovate/webpack-cli-4.x branch 3 times, most recently from 68a8cb1 to 43a0564 Compare December 10, 2021 11:30
@renovate renovate Bot force-pushed the renovate/webpack-cli-4.x branch 6 times, most recently from 500d74b to db2d860 Compare February 3, 2022 13:02
@renovate renovate Bot force-pushed the renovate/webpack-cli-4.x branch 3 times, most recently from 0214b20 to 1731271 Compare February 8, 2022 13:14
@renovate renovate Bot force-pushed the renovate/webpack-cli-4.x branch 4 times, most recently from d2323e2 to c229ec4 Compare March 1, 2022 22:19
@renovate renovate Bot force-pushed the renovate/webpack-cli-4.x branch 2 times, most recently from ebf423d to 74c617a Compare March 12, 2022 03:03
@renovate renovate Bot force-pushed the renovate/webpack-cli-4.x branch from 74c617a to 67e478e Compare March 15, 2022 01:17
@renovate renovate Bot force-pushed the renovate/webpack-cli-4.x branch from 67e478e to 6aec156 Compare April 25, 2022 19:27
@renovate renovate Bot force-pushed the renovate/webpack-cli-4.x branch from 6aec156 to 3030dc9 Compare June 13, 2022 04:17
@renovate renovate Bot changed the title Update dependency webpack-cli to v4.9.2 Update dependency webpack-cli to v4.10.0 Jun 13, 2022
@renovate renovate Bot force-pushed the renovate/webpack-cli-4.x branch from 3030dc9 to 7a9f3fc Compare September 25, 2022 19:23
Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Scan Summary

Tool Critical High Medium Low Status
Dependency Scan (nodejs) 12 39 33 5
Security Audit for Infrastructure 0 0 0 0
Secrets Audit 0 1 0 0

Recommendation

Please review the findings from Code scanning alerts before approving this pull request. You can also configure the build rules or add suppressions to customize this bot 👍

@renovate renovate Bot force-pushed the renovate/webpack-cli-4.x branch from 7a9f3fc to 317b629 Compare November 20, 2022 20:58
Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Scan Summary

Tool Critical High Medium Low Status
Dependency Scan (nodejs) 15 41 33 5
Secrets Audit 0 1 0 0
Security Audit for Infrastructure 0 0 0 0

Recommendation

Please review the findings from Code scanning alerts before approving this pull request. You can also configure the build rules or add suppressions to customize this bot 👍

@renovate renovate Bot force-pushed the renovate/webpack-cli-4.x branch from 317b629 to 13492aa Compare April 30, 2024 05:20
Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Scan Summary

Tool Critical High Medium Low Status
Dependency Scan (universal) 15 33 28 1
Secrets Audit 0 1 0 0

Recommendation

Please review the findings from Code scanning alerts before approving this pull request. You can also configure the build rules or add suppressions to customize this bot 👍

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Oct 10, 2025

⚠️ 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 click 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: search-parts/package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: pnp-modern-search@3.14.2
npm ERR! Found: @types/react@17.0.18
npm ERR! node_modules/@types/react
npm ERR!   dev @types/react@"17.0.18" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @types/react@">=16.8.0 <17.0.0" from @uifabric/file-type-icons@7.6.30
npm ERR! node_modules/@uifabric/file-type-icons
npm ERR!   @uifabric/file-type-icons@"7.6.30" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /runner/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /runner/cache/others/npm/_logs/2026-04-29T14_14_27_028Z-debug-0.log

@renovate renovate Bot force-pushed the renovate/webpack-cli-4.x branch from 13492aa to 7acd580 Compare November 9, 2025 01:07
Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Scan Summary

Tool Critical High Medium Low Status
Dependency Scan (universal) 1 0 0 0
Secrets Audit 0 1 0 0

Recommendation

Please review the findings from Code scanning alerts before approving this pull request. You can also configure the build rules or add suppressions to customize this bot 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants