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 (~5.64.0 → ~5.65.0) · Repo
Release Notes
5.65.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 32 commits:
5.65.0
Merge pull request #14912 from webpack/deps/watchpack
Merge pull request #14908 from webpack/dependabot/npm_and_yarn/prettier-2.5.1
upgrade watchpack for bugfix
chore(deps-dev): bump prettier from 2.5.0 to 2.5.1
Merge pull request #14884 from colacadstink/main
Added testing for new singleton logic (and caught a typo in the process!)
Merge pull request #14855 from webpack/rebase/12875
Merge pull request #14861 from webpack/fix-runtime-template
Merge pull request #14886 from webpack/dependabot/npm_and_yarn/simple-git-2.48.0
Merge pull request #14879 from webpack/dependabot/npm_and_yarn/date-fns-2.27.0
chore(deps-dev): bump simple-git from 2.47.0 to 2.48.0
Proposed fix to module federation to stop ignoring the singleton flag when requiredVersion is false
chore(deps-dev): bump date-fns from 2.26.0 to 2.27.0
Merge pull request #14860 from webpack/feature-future-hash-digest-length
fix RuntimeTemplate
set hashDigestLength=16 for futureDefaults
Adding types
Merge pull request #14844 from webpack/fix-14678
Merge pull request #14781 from tanhauhau/tanhauhau/add-validation-to-remotes
feat: throw error for invalid remotes
fix regexp in DefaultStatsPrinterPlugin
Merge pull request #14784 from webpack/improve-runtime-template
Merge pull request #14779 from webpack/dependabot/npm_and_yarn/date-fns-2.26.0
Merge pull request #14774 from tanhauhau/tanhauhau/reuse-name-variable-in-shared-scope
improve cost computation and add explanation
Merge branch 'main' into improve-runtime-template
Merge pull request #14806 from webpack/fix-12924
Merge pull request #14832 from webpack/dependabot/npm_and_yarn/prettier-2.5.0
Merge pull request #14835 from webpack/evaluate-undefined
evaluate undefined to type undefined
chore(deps-dev): bump prettier from 2.4.1 to 2.5.0
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