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(deps): update dependency webpack-cli to v5 - autoclosed #491

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2022

Mend Renovate

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 - "on the first day of the month" (UTC), 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, check this box

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

📦 Published PR as canary version: Canary Versions

✨ Test out this PR locally via:

npm install @cockroachlabs/[email protected]
# or 
yarn add @cockroachlabs/[email protected]

@renovate renovate bot requested a review from a team as a code owner December 1, 2022 00:58
@renovate renovate bot force-pushed the renovate/major-webpack-packages branch from 244a681 to 2ac8c8e Compare December 5, 2022 21:16
@renovate renovate bot changed the title chore(deps): update dependency webpack-cli to v5 Update dependency webpack-cli to v5 Dec 17, 2022
@renovate renovate bot changed the title Update dependency webpack-cli to v5 chore(deps): update dependency webpack-cli to v5 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/major-webpack-packages branch 2 times, most recently from 35c7b4c to 74ddf86 Compare January 9, 2023 18:16
@renovate renovate bot force-pushed the renovate/major-webpack-packages branch 2 times, most recently from 512b9cd to d60f4eb Compare February 16, 2023 15:29
@renovate renovate bot force-pushed the renovate/major-webpack-packages branch 7 times, most recently from 1a0c4ac to 2f02266 Compare March 6, 2023 22:00
@renovate renovate bot force-pushed the renovate/major-webpack-packages branch 2 times, most recently from 8818495 to f42bc1e Compare March 16, 2023 17:29
@renovate renovate bot force-pushed the renovate/major-webpack-packages branch 3 times, most recently from ffaba50 to 83110a4 Compare March 24, 2023 22:09
@renovate renovate bot force-pushed the renovate/major-webpack-packages branch from 83110a4 to 72729e9 Compare April 21, 2023 18:33
@renovate renovate bot force-pushed the renovate/major-webpack-packages branch 2 times, most recently from 57b3dce to 7c2624a Compare May 9, 2023 06:59
@renovate renovate bot force-pushed the renovate/major-webpack-packages branch 4 times, most recently from 8c31344 to e405205 Compare May 30, 2023 21:48
@renovate renovate bot force-pushed the renovate/major-webpack-packages branch 3 times, most recently from 4435fea to 12e4d7e Compare June 7, 2023 18:44
@renovate renovate bot force-pushed the renovate/major-webpack-packages branch 4 times, most recently from 4a7dbd6 to 4508aea Compare June 14, 2023 20:05
@renovate renovate bot force-pushed the renovate/major-webpack-packages branch 8 times, most recently from 61489dd to 3327489 Compare June 28, 2023 16:32
@renovate renovate bot force-pushed the renovate/major-webpack-packages branch from 3327489 to 594f387 Compare July 14, 2023 17:46
@renovate renovate bot force-pushed the renovate/major-webpack-packages branch 2 times, most recently from 82dd137 to 128c3f9 Compare September 13, 2023 02:17
@renovate renovate bot force-pushed the renovate/major-webpack-packages branch from 128c3f9 to ea74c92 Compare September 20, 2023 20:09
@renovate renovate bot force-pushed the renovate/major-webpack-packages branch from ea74c92 to 9bf3b94 Compare September 20, 2023 21:22
@renovate renovate bot changed the title chore(deps): update dependency webpack-cli to v5 chore(deps): update dependency webpack-cli to v5 - autoclosed Sep 21, 2023
@renovate renovate bot closed this Sep 21, 2023
@renovate renovate bot deleted the renovate/major-webpack-packages branch September 21, 2023 16:35
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