Upgrade webpack: 5.28.0 → 5.31.0 (minor) #151
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.28.0 → 5.31.0) · Repo
Release Notes
5.31.0
5.30.0
5.29.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 52 commits:
5.31.0
Merge pull request #13077 from webpack/bugfix/hmr-entrypoint-reexecute
Merge pull request #13074 from webpack/bugfix/concatenated-runtime-condition
ensure that entrypoints are always re-executed when updated
Merge pull request #12997 from webpack/dependabot/npm_and_yarn/babel/preset-react-7.13.13
fix subtraction of runtimes
Merge pull request #13072 from webpack/dependabot/npm_and_yarn/mini-css-extract-plugin-1.4.1
Merge pull request #12777 from webpack/dependabot/npm_and_yarn/eslint-config-prettier-8.1.0
chore(deps-dev): bump @babel/preset-react from 7.12.10 to 7.13.13
Merge pull request #13018 from webpack/dependabot/npm_and_yarn/babel/core-7.13.14
chore(deps-dev): bump mini-css-extract-plugin from 1.3.8 to 1.4.1
Merge pull request #12878 from webpack/dependabot/npm_and_yarn/es-module-lexer-0.4.1
Merge pull request #12850 from webpack/dependabot/npm_and_yarn/pug-3.0.2
Merge pull request #12728 from webpack/dependabot/npm_and_yarn/lodash-4.17.21
chore(deps-dev): bump @babel/core from 7.12.16 to 7.13.14
Merge pull request #13054 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-24.3.4
Merge pull request #13068 from webpack/bugfix/reexport-empty
prioritize static reexport over runtime reexport for target determination
Merge pull request #13051 from KENNYSOFT/infrastructurelogging-colors
fix: update cli test snapshot
fix: base config test in Defaults
Merge pull request #13065 from webpack/bugfix/resolve-build-deps-exports
tty detection uses provided stream
improvements
improve resolving of build dependencies when `exports` field is used
Merge pull request #13062 from webpack/bugfix/optional-build-deps
improve handling of optional build dependencies
chore(deps-dev): bump eslint-plugin-jest from 24.1.9 to 24.3.4
feat: add colors flag to infrastructureLogging
chore: fix typo collaped
5.30.0
Merge pull request #12990 from webpack/bugfix/memory-leak-in-ic
5.29.0
Merge pull request #12987 from barak007/export-missing-entities
Merge pull request #12963 from smelukov/add-missing-groupModulesByType
add GC to the memory cache and make it configurable
avoid leaking memory after the compiler has been closed
Merge pull request #13033 from webpack/bugfix/split-chunks-max-size
update cli snapshot
fix some edge cases in deterministicGrouping and add more tests
export base dependencies correctly
Merge pull request #13016 from 43081j/expose-assets
expose all Stats child types
Merge pull request #13015 from webpack/dependabot/npm_and_yarn/y18n-4.0.1
re-run type generation using yarn
Merge pull request #13006 from webpack/logging/improve-resolve-build-dependencies
expose StatsAsset type
chore(deps): [security] bump y18n from 4.0.0 to 4.0.1
improve logging for resolving build dependencies
avoid memory leak in v8 ICs after parsing and building modules
export AsyncDependenciesBlock and ModuleDependency
avoid memory leak in v8 ICs after (de)serializing
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