fix(deps): update dependency webpack to v5.79.0
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
webpack | 5.76.2 -> 5.79.0 |
||||
@types/webpack (source) | 5.28.0 -> 5.28.1 |
Release Notes
webpack/webpack
v5.79.0
New Features
- webpack will now support simple destructuring scenarios for treeshaking namespaced imports and
DefinePlugin
by @vankop in https://github.com/webpack/webpack/pull/16941
Bugfixes
- Truncate extremely long module names in
DefaultStatsPrinter
by @snitin315 in https://github.com/webpack/webpack/pull/16882 - Add
[contenthash]
template support inDllPlugin
'sname
option by @snitin315 in https://github.com/webpack/webpack/pull/16935 - Fixed a bug where
readRecords
compiler hook was causing hangs in conjunction with theReadRecordsPlugin
by @snitin315 & @zookatron in https://github.com/webpack/webpack/pull/16944 - webpack can now consume ESM bundles generated by webpack's esm output support by @vankop in https://github.com/webpack/webpack/pull/15608
- [CSS] - webpack now respects CSS's case-insensitivity with atTags like
@MEDIA
by @alexander-akait in https://github.com/webpack/webpack/pull/16915 - [CSS] - Fixes a bug where crossOriginLoading anonymous would not work when loading styles by @chenjiahan in https://github.com/webpack/webpack/pull/16925
Developer Experience
- Fix broken links and typos found in examples by @snitin315 in https://github.com/webpack/webpack/pull/16937
- Export more
Externals
Option types by @snitin315 in https://github.com/webpack/webpack/pull/12774
Contributor Experience
- Add new test case for ModuleFederationPlugin usage with
shareScope
option by @snitin315 in https://github.com/webpack/webpack/pull/16943 - Bump core-js from 3.20.3 to 3.30.0 by @dependabot in https://github.com/webpack/webpack/pull/16905
- Update all applicable local dependencies and devDependencies by @alexander-akait in https://github.com/webpack/webpack/pull/16919, https://github.com/webpack/webpack/pull/16924, https://github.com/webpack/webpack/pull/16936, https://github.com/webpack/webpack/pull/16968
- Update to Jest 29 by @alexander-akait in https://github.com/webpack/webpack/pull/16947
New Contributors
- @chenjiahan made their first contribution in https://github.com/webpack/webpack/pull/16925
- @karlhorky made their first contribution in https://github.com/webpack/webpack/pull/16419
- @zookatron made their first contribution in https://github.com/webpack/webpack/pull/16301
Full Changelog: https://github.com/webpack/webpack/compare/v5.78.0...v5.79.0
v5.78.0
Features
- Implement
amdContainer
support for AMD libraries (Fixes #16561) by @long76 in https://github.com/webpack/webpack/pull/16562
Bugfixes
- [CSS] - Nested atRule's
@media
or@supports
now properly are replaced with unique identifiers by @noreiller in https://github.com/webpack/webpack/pull/15812 - [CSS] - Fix bug where closing parenthesis in CSS were not properly parsed and compiled by @janlent1 in https://github.com/webpack/webpack/pull/16864
- Fix an issue where
oneOf
rule has been picked multiple times by @xiaoxiaojx in https://github.com/webpack/webpack/pull/16477 - Add
createRequire
support fornode:module
prefix by @alexander-akait in https://github.com/webpack/webpack/pull/16904 - Fix bug where self-referencing a package in a shared module failed by @weareoutman in https://github.com/webpack/webpack/pull/16685
Performance
- Make
ErrorHelpers
named functions; Add types by @TheLarkInn in https://github.com/webpack/webpack/pull/16893 - Introduce
ModuleTypeConstants
for plugins by @TheLarkInn in https://github.com/webpack/webpack/pull/16896 - Refactor memory footprint in string usages for multiple plugins by @TheLarkInn in https://github.com/webpack/webpack/pull/16894
- Add more module type constants, use them across codebase by @TheLarkInn in https://github.com/webpack/webpack/pull/16898
Contributor Experience
- Implement default MR Template to use GitHub Copilot for MR's integration and fix template name usage by @geromegrignon in https://github.com/webpack/webpack/pull/16890
- ci: update actions/cache to v3 by @armujahid in https://github.com/webpack/webpack/pull/16462
- webpack org Collaborators and Members now have funded GitHub Codespaces!
New Contributors
- @geromegrignon made their first contribution in https://github.com/webpack/webpack/pull/16890
- @armujahid made their first contribution in https://github.com/webpack/webpack/pull/16462
- @long76 made their first contribution in https://github.com/webpack/webpack/pull/16562
- @weareoutman made their first contribution in https://github.com/webpack/webpack/pull/16685
Full Changelog: https://github.com/webpack/webpack/compare/v5.77.0...v5.78.0
v5.77.0
New Features
- Add a new output option,
output.workerPublicPath
by @thomastay in https://github.com/webpack/webpack/pull/16671
Developer Experience
- Improve
resolve.extensions
error message to suggest when"."
is missing before the extension by @snitin315 in https://github.com/webpack/webpack/pull/16807
Contributor Experience
- Enable GitHub Copilot for MR's into default Merge Request Template by @TheLarkInn in https://github.com/webpack/webpack/pull/16881
New Contributors
- @thomastay made their first contribution in https://github.com/webpack/webpack/pull/16671
Full Changelog: https://github.com/webpack/webpack/compare/v5.76.3...v5.77.0
v5.76.3
Bugfixes
- Non-javascript files will correctly not be imported when using
experiments.outputModule
(ES Module Output) by @snitin315 in https://github.com/webpack/webpack/pull/16809 - Limit console output progress bar length to 40 when no columns provided by @snitin315 in https://github.com/webpack/webpack/pull/16810
- Add missing NodeJS Builtin Modules support for
inspector/promises
,readline/promises
, andstream/consumers
by @ShenHongFei in https://github.com/webpack/webpack/pull/16841 - webpack bin/cli now properly respects
NODE_PATH
env variable by @snitin315 in https://github.com/webpack/webpack/pull/16808 - Improve typos in
resolveResourceErrorHints
by @snitin315 in https://github.com/webpack/webpack/pull/16806 - Add missing
loaders
token support tomoduleFilenameTemplate
function call by @pgoldberg in https://github.com/webpack/webpack/pull/16756 - Add gaurd condition for
enabledLibraryTypes
in internalContainerPlugin
by @PengBoUESTC in https://github.com/webpack/webpack/pull/16635
New Contributors
- @ShenHongFei made their first contribution in https://github.com/webpack/webpack/pull/16841
- @pgoldberg made their first contribution in https://github.com/webpack/webpack/pull/16756
- @PengBoUESTC made their first contribution in https://github.com/webpack/webpack/pull/16635
Full Changelog: https://github.com/webpack/webpack/compare/v5.76.2...v5.76.3
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.