Skip to content

Conversation

@depfu
Copy link
Contributor

@depfu depfu bot commented Nov 24, 2022

Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ webpack-cli (4.9.2 → 5.0.0) · Repo · Changelog

Release Notes

5.0.0 (from changelog)

Bug Fixes

  • improve description of the --disable-interpret option (#3364) (bdb7e20)
  • remove the redundant utils export (#3343) (a9ce5d0)
  • respect NODE_PATH env variable (#3411) (83d1f58)
  • show all CLI specific flags in the minimum help output (#3354) (35843e8)

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'

4.10.0 (from changelog)

Bug Fixes

Features

Does any of this look wrong? Please let us know.


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added dependencies Pull requests that update a dependency file depfu labels Nov 24, 2022
@coveralls
Copy link

Pull Request Test Coverage Report for Build 3537828725

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage decreased (-0.1%) to 89.534%

Files with Coverage Reduction New Missed Lines %
packages/runtime/interceptors/ip.ts 1 81.82%
Totals Coverage Status
Change from base Build 2470514335: -0.1%
Covered Lines: 563
Relevant Lines: 613

💛 - Coveralls

@codecov-commenter
Copy link

codecov-commenter commented Nov 24, 2022

Codecov Report

Base: 90.80% // Head: 90.68% // Decreases project coverage by -0.12% ⚠️

Coverage data is based on head (6d36ec5) compared to base (f03cdd6).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #253      +/-   ##
==========================================
- Coverage   90.80%   90.68%   -0.13%     
==========================================
  Files          74       74              
  Lines         816      816              
  Branches      182      181       -1     
==========================================
- Hits          741      740       -1     
- Misses         70       71       +1     
  Partials        5        5              
Impacted Files Coverage Δ
packages/runtime/interceptors/ip.ts 82.35% <0.00%> (-5.89%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@depfu
Copy link
Contributor Author

depfu bot commented Dec 12, 2022

Closed in favor of #258.

@depfu depfu bot closed this Dec 12, 2022
@depfu depfu bot deleted the depfu/update/yarn/webpack-cli-5.0.0 branch December 12, 2022 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file depfu

Development

Successfully merging this pull request may close these issues.

3 participants