Sourced from webpack's releases.
v5.81.0
New Features
- [CSS] - Increased CSS import support and new hooks included for CSS module creation by
@alexander-akait
in webpack/webpack#17057- Logging now added to DefinePlugin by
@alexander-akait
in webpack/webpack#17048- New
ignoreBrowserWarnings
option to ignore browser console warnings in ModuleFederation by@indeediansbrett
in webpack/webpack#16388Bug Fixes
- [CSS] - Fix issue where vendor prefixed keyframes and animation was not supported in CSS modules by
@alexander-akait
in webpack/webpack#16975- Fix bug where AST was not properly handled by
@quanru
in webpack/webpack#17032- Fix automatic publicPath detection logic by
@alexander-akait
in webpack/webpack#17047Tests & Contributor Experience
- Rename
provide
togetOrInsert
in MapHelpers and document it better by@TheLarkInn
in webpack/webpack#17060- Increase test reliability for DefinePlugin
@alexander-akait
in webpack/webpack#17062- Add additional CI Pipeline to test main branches of first-party webpack dependencies by
@alexander-akait
in webpack/webpack#17020- Refactor tests to no longer use deprecated or legacy dependencies and APIs by
@alexander-akait
in webpack/webpack#17033Developer Experience
- Increase type coverage/documentation for ModuleFilenameHelpers by
@TheLarkInn
in webpack/webpack#17045- Increase type coverage/documentation for CommonJsExportsParserPlugin by
@TheLarkInn
in webpack/webpack#17046- Increase type coverage/documentation for binarySearchBounds.js by
@TheLarkInn
in webpack/webpack#17058- Export MemoryCacheOptions types by
@romulof
in webpack/webpack#17055Dependencies & Maintenance
- Add NodeJS v20 to CI Matrix by
@alexander-akait
in webpack/webpack#17019- Update Typescript to v5 by
@alexander-akait
in webpack/webpack#16957- Bump
@types/estree
from 1.0.0 to 1.0.1 by@dependabot
in webpack/webpack#17026- Bump
@types/node
from 18.15.11 to 18.15.13 by@dependabot
in webpack/webpack#17038- Bump assemblyscript from 0.27.2 to 0.27.3 by
@dependabot
in webpack/webpack#17051- Bump memfs from 3.5.0 to 3.5.1 by
@dependabot
in webpack/webpack#17039- Bump prettier from 2.8.7 to 2.8.8 by
@dependabot
in webpack/webpack#17050- Bump simple-git from 3.17.0 to 3.18.0 by
@dependabot
in webpack/webpack#17066New Contributors
@quanru
made their first contribution in webpack/webpack#17032@romulof
made their first contribution in webpack/webpack#17055@indeediansbrett
made their first contribution in webpack/webpack#16388Full Changelog: https://github.com/webpack/webpack/compare/v5.80.0...v5.81.0
5c016a8
5.81.05b20c9a
Merge pull request #17057 from webpack/import-supportf429ac7
Merge pull request #17066 from webpack/dependabot/npm_and_yarn/simple-git-3.18.02c6dc77
Merge pull request #16388 from indeediansbrett/feat/issue-163747398dbd
Merge pull request #17033 from webpack/chore-deps-avoud-using-legacy-loader-u...9234620
Merge pull request #17020 from webpack/ci-deps-main2552028
Merge pull request #17062 from webpack/test-stabilization-for-definea7551fa
chore(deps-dev): bump simple-git from 3.17.0 to 3.18.0ed0738d
test: stability for definef3cf014
test: stability