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)
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 (^4.8.3 → ^5.44.0) · Repo
Release Notes
5.44.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 27 commits:
5.44.0
Merge pull request #13757 from webpack/feature/module-runtime-chunk
add support for import chunk loading with runtime chunk
Merge pull request #13750 from webpack/ci/memory-problems
make test cases to complete within tests
cleanup more test suite context variables
log heap usage
Merge pull request #13729 from webpack/ci/memory-problems
Merge pull request #13745 from webpack/bugfix/node-commonjs
more memory again
fix #13744
avoid importing large package on top-level in test suite
Merge pull request #13739 from webpack/revert-13730-dependabot/npm_and_yarn/husky-7.0.1
Revert "chore(deps-dev): bump husky from 6.0.0 to 7.0.1"
add workaround for node.js memory leak
cleanup assigned globals
cleanup globals in config test cases
Merge pull request #13730 from webpack/dependabot/npm_and_yarn/husky-7.0.1
Merge pull request #13733 from webpack/dependabot/npm_and_yarn/types/estree-0.0.50
Merge pull request #13734 from webpack/dependabot/npm_and_yarn/types/eslint-scope-3.7.1
Merge pull request #13737 from webpack/dependabot/npm_and_yarn/types/jest-26.0.24
remove memory leak from test suite
chore(deps-dev): bump @types/jest from 26.0.23 to 26.0.24
chore(deps): bump @types/eslint-scope from 3.7.0 to 3.7.1
chore(deps): bump @types/estree from 0.0.49 to 0.0.50
improve CI stability
improve CI stability
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