fix(deps): update dependency webpack to v5.80.0
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
webpack | 5.79.0 -> 5.80.0 |
Release Notes
webpack/webpack
v5.80.0
New Features
- Support destructuring assignment in
import.meta
by @vankop in https://github.com/webpack/webpack/pull/16996 - Support treeshaking for destructuring assignment with
AwaitExpression
by @vankop in https://github.com/webpack/webpack/pull/16995 - Introduce
errorsSpace
,warningsSpace
for more readable traces in stats by @vankop in https://github.com/webpack/webpack/pull/15450
Bug Fixes
- [CSS] - Fix runtime generation bug for merged CSS Chunks by @janlent1 in https://github.com/webpack/webpack/pull/16903
- [CSS] - Properly handle
url()
/src()
/image-set()
/image()
by @alexander-akait in https://github.com/webpack/webpack/pull/16978 - ES Module webpack loaders are now supported @stefanprobst in https://github.com/webpack/webpack/pull/15198
- Fix spelling error for
statement.finalizer
in parser by @xiaoboost in https://github.com/webpack/webpack/pull/17016 - Fix non-deterministic
moduleId
assignment due to encounteringNaN
in sort function by @scameron in https://github.com/webpack/webpack/pull/16933 - [enhanced-resolve]: Support wildcards pattern with common suffix in package maps & imports/exports field by @bvanjoi in https://github.com/webpack/enhanced-resolve/pull/353
Tests & Contributor Experience
- [CSS] - Added test case for
@supports
field by @alexander-akait in https://github.com/webpack/webpack/pull/17011 - Add test for include option in
BannerPlugin
by @jeffin143 in https://github.com/webpack/webpack/pull/10736 - Remove
finializer
from cspell.json by @snitin315 in https://github.com/webpack/webpack/pull/17022
Developer Experience
- Adds the twitter badge by @yadunandanbhat in https://github.com/webpack/webpack/pull/15667
- Add
wasm-bindgen
example toexample
by @gthb in https://github.com/webpack/webpack/pull/14313 - Update grammar mistakes in examples by @ersachin3112 in https://github.com/webpack/webpack/pull/16988
Dependencies & Maintenance
- Bump core-js from 3.30.0 to 3.30.1 by @dependabot in https://github.com/webpack/webpack/pull/16983
- Bump
@webassemblyjs
by @alexander-akait in https://github.com/webpack/webpack/pull/17003 - Bump assemblyscript from 0.25.2 to 0.27.2 by @dependabot in https://github.com/webpack/webpack/pull/16959
- Bump enhanced-resolve to 5.13.0 by @TheLarkInn in https://github.com/webpack/webpack/pull/17024
- Included githubactions in the dependabot config by @neilnaveen in https://github.com/webpack/webpack/pull/15618
- Fix prettier by @alexander-akait in https://github.com/webpack/webpack/pull/16976
New Contributors
- @neilnaveen made their first contribution in https://github.com/webpack/webpack/pull/15618
- @yadunandanbhat made their first contribution in https://github.com/webpack/webpack/pull/15667
- @ersachin3112 made their first contribution in https://github.com/webpack/webpack/pull/16988
- @stefanprobst made their first contribution in https://github.com/webpack/webpack/pull/15198
- @xiaoboost made their first contribution in https://github.com/webpack/webpack/pull/17016
- @scameron made their first contribution in https://github.com/webpack/webpack/pull/16933
Full Changelog: https://github.com/webpack/webpack/compare/v5.79.0...v5.80.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.