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

chore(dev-deps): update dependency webpack-cli to v5 #893

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 9, 2023

This PR contains the following updates:

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

Release Notes

webpack/webpack-cli (webpack-cli)

v5.1.4

Compare Source

Bug Fixes
  • multi compiler progress output (f659624)

v5.1.3

Compare Source

Bug Fixes

v5.1.2

Compare Source

Bug Fixes
  • improve check for custom webpack and webpack-dev-server package existance (0931ab6)
  • improve help for some flags (f468614)
  • improved support for .cts and .mts extensions (a77daf2)

v5.1.1

Compare Source

Bug Fixes

v5.1.0

Compare Source

Features
Performance Improvements

5.0.2 (2023-04-21)

Bug Fixes
  • error message for missing default export in configuration (#​3685) (e0a4a09)
  • perf: reduced startup time (3b79059)

5.0.1 (2022-12-05)

Bug Fixes

v5.0.2

Compare Source

Bug Fixes
  • error message for missing default export in configuration (#​3685) (e0a4a09)
  • perf: reduced startup time (3b79059)

v5.0.1

Compare Source

Bug Fixes

v5.0.0

Compare Source

Bug Fixes
Features
  • failOnWarnings option (#​3317) (c48c848)
  • update commander to v9 (#​3460) (6621c02)
  • added the --define-process-env-node-env option
  • update interpret to v3 and rechoir to v0.8
  • add an option for preventing interpret (#​3329) (c737383)
BREAKING CHANGES
  • the minimum supported webpack version is v5.0.0 (#​3342) (b1af0dc), closes #​3342
  • webpack-cli no longer supports webpack v4, the minimum supported version is webpack v5.0.0
  • webpack-cli no longer supports webpack-dev-server v3, the minimum supported version is webpack-dev-server v4.0.0
  • remove the migrate command (#​3291) (56b43e4), closes #​3291
  • remove the --prefetch option in favor the PrefetchPlugin plugin
  • remove the --node-env option in favor --define-process-env-node-env
  • remove the --hot option in favor of directly using the HotModuleReplacement plugin (only for build command, for serve it will work)
  • the behavior logic of the --entry option has been changed - previously it replaced your entries, now the option adds a specified entry, if you want to return the previous behavior please use webpack --entry-reset --entry './src/my-entry.js'

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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 renovate bot requested a review from a team as a code owner January 9, 2023 02:52
@renovate
Copy link
Contributor Author

renovate bot commented Jan 9, 2023

⚠ 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: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/webpack
npm ERR!   dev webpack@"4.47.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer webpack@"5.x.x" from [email protected]
npm ERR! node_modules/webpack-cli
npm ERR!   dev webpack-cli@"5.1.4" 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-22T03_49_20_936Z-debug-0.log

@commit-lint
Copy link

commit-lint bot commented Jan 9, 2023

Chore

  • dev-deps: update dependency webpack-cli to v5 (a2473f3)

Contributors

renovate[bot]

Commit-Lint commands

You can trigger Commit-Lint actions by commenting on this PR:

  • @Commit-Lint merge patch will merge dependabot PR on "patch" versions (X.X.Y - Y change)
  • @Commit-Lint merge minor will merge dependabot PR on "minor" versions (X.Y.Y - Y change)
  • @Commit-Lint merge major will merge dependabot PR on "major" versions (Y.Y.Y - Y change)
  • @Commit-Lint merge disable will desactivate merge dependabot PR
  • @Commit-Lint review will approve dependabot PR
  • @Commit-Lint stop review will stop approve dependabot PR

@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch 2 times, most recently from 5cbc44b to ce6d400 Compare February 2, 2023 19:55
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch 2 times, most recently from 1d05765 to 5e9705d Compare February 20, 2023 00:31
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch from 116c958 to 554ab2b Compare March 6, 2023 00:29
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch 2 times, most recently from f8c8851 to 92db9e5 Compare March 13, 2023 14:47
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch 2 times, most recently from e66983f to 7cc194a Compare March 27, 2023 02:34
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch from 7cc194a to 6813b8d Compare April 3, 2023 02:30
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch 2 times, most recently from e9ba5b7 to 8f9551f Compare April 24, 2023 00:46
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch from 8f9551f to e7ace9e Compare April 24, 2023 16:56
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch from e7ace9e to 62125c3 Compare May 10, 2023 03:30
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch 2 times, most recently from 13e53e4 to b213b67 Compare May 29, 2023 01:25
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch 3 times, most recently from da756c8 to 52dec20 Compare June 7, 2023 18:34
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch 2 times, most recently from 9bc20d1 to 10ba5a6 Compare June 19, 2023 01:32
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch from 10ba5a6 to c4a6335 Compare July 7, 2023 14:35
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch 2 times, most recently from 8b0f550 to 542d647 Compare December 16, 2023 22:19
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch 3 times, most recently from 7097d39 to fbafa4f Compare January 27, 2024 22:30
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch 4 times, most recently from 4ec925c to d620fde Compare March 4, 2024 06:15
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch from d620fde to 38cc74b Compare March 11, 2024 04:18
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch from 38cc74b to 85cb88e Compare March 18, 2024 04:46
@renovate renovate bot enabled auto-merge (rebase) March 20, 2024 14:03
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch 3 times, most recently from 0feb916 to cd3c39c Compare April 1, 2024 03:32
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch 3 times, most recently from 6adf4cf to 5cef89e Compare April 8, 2024 04:04
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch 2 times, most recently from 347296d to 8260ea4 Compare April 15, 2024 09:01
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch from 8260ea4 to d6818bb Compare April 22, 2024 03:49
Copy link
Contributor Author

renovate bot commented Sep 17, 2024

⚠️ 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: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/webpack
npm ERR!   dev webpack@"4.47.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer webpack@"5.x.x" from [email protected]
npm ERR! node_modules/webpack-cli
npm ERR!   dev webpack-cli@"5.1.4" 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-09-23T23_02_14_197Z-debug-0.log

@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch 5 times, most recently from 3d89524 to 4a2869a Compare September 23, 2024 22:59
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.

1 participant