wc-base-typescript
wc-base-typescript copied to clipboard
Bump webpack from 5.59.0 to 5.79.0
Bumps webpack from 5.59.0 to 5.79.0.
Release notes
Sourced from webpack's releases.
v5.79.0
New Features
- webpack will now support simple destructuring scenarios for treeshaking namespaced imports and
DefinePluginby@vankopin webpack/webpack#16941Bugfixes
- Truncate extremely long module names in
DefaultStatsPrinterby@snitin315in webpack/webpack#16882- Add
[contenthash]template support inDllPlugin'snameoption by@snitin315in webpack/webpack#16935- Fixed a bug where
readRecordscompiler hook was causing hangs in conjunction with theReadRecordsPluginby@snitin315&@zookatronin webpack/webpack#16944- webpack can now consume ESM bundles generated by webpack's esm output support by
@vankopin webpack/webpack#15608- [CSS] - webpack now respects CSS's case-insensitivity with atTags like
@MEDIAby@alexander-akaitin webpack/webpack#16915- [CSS] - Fixes a bug where crossOriginLoading anonymous would not work when loading styles by
@chenjiahanin webpack/webpack#16925Developer Experience
- Fix broken links and typos found in examples by
@snitin315in webpack/webpack#16937- Export more
ExternalsOption types by@snitin315in webpack/webpack#12774Contributor Experience
- Add new test case for ModuleFederationPlugin usage with
shareScopeoption by@snitin315in webpack/webpack#16943- Bump core-js from 3.20.3 to 3.30.0 by
@dependabotin webpack/webpack#16905- Update all applicable local dependencies and devDependencies by
@alexander-akaitin webpack/webpack#16919, webpack/webpack#16924, webpack/webpack#16936, webpack/webpack#16968- Update to Jest 29 by
@alexander-akaitin webpack/webpack#16947New Contributors
@chenjiahanmade their first contribution in webpack/webpack#16925@karlhorkymade their first contribution in webpack/webpack#16419@zookatronmade their first contribution in webpack/webpack#16301Full Changelog: https://github.com/webpack/webpack/compare/v5.78.0...v5.79.0
v5.78.0
Features
- Implement
amdContainersupport for AMD libraries (Fixes #16561) by@long76in webpack/webpack#16562Bugfixes
- [CSS] - Nested atRule's
@mediaor@supportsnow properly are replaced with unique identifiers by@noreillerin webpack/webpack#15812- [CSS] - Fix bug where closing parenthesis in CSS were not properly parsed and compiled by
@janlent1in webpack/webpack#16864- Fix an issue where
oneOfrule has been picked multiple times by@xiaoxiaojxin webpack/webpack#16477- Add
createRequiresupport fornode:moduleprefix by@alexander-akaitin webpack/webpack#16904- Fix bug where self-referencing a package in a shared module failed by
@weareoutmanin webpack/webpack#16685Performance
- Make
ErrorHelpersnamed functions; Add types by@TheLarkInnin webpack/webpack#16893- Introduce
ModuleTypeConstantsfor plugins by@TheLarkInnin webpack/webpack#16896- Refactor memory footprint in string usages for multiple plugins by
@TheLarkInnin webpack/webpack#16894- Add more module type constants, use them across codebase by
@TheLarkInnin webpack/webpack#16898Contributor Experience
- Implement default PR Template to use GitHub Copilot for PR's integration and fix template name usage by
@geromegrignonin webpack/webpack#16890- ci: update actions/cache to v3 by
@armujahidin webpack/webpack#16462
... (truncated)
Commits
ecdcc1a5.79.0c07ca8eMerge pull request #15608 from webpack/fix/consume-esm-bundled-library3b8c9c6Merge pull request #16419 from karlhorky/patch-1a9ea0d9Merge pull request #16915 from webpack/fix-case-sensitivity-in-css69d9c40Merge pull request #16944 from snitin315/fix/read-records-callback66f6472Merge pull request #12774 from snitin315/export-more-types96c5d21Merge pull request #16882 from snitin315/limit-identifier-length7f08e4dMerge pull request #16925 from chenjiahan/fix/css_cross_origin_loadingee1a267Merge pull request #16935 from snitin315/fix/dll-plugin-contenthash4cacd7eMerge pull request #16941 from webpack/feat/destructuring-assignment- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by thelarkinn, a new releaser for webpack since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.