vue-sse
vue-sse copied to clipboard
chore(deps): bump webpack from 5.23.0 to 5.80.0
Bumps webpack from 5.23.0 to 5.80.0.
Release notes
Sourced from webpack's releases.
v5.80.0
New Features
- Support destructuring assignment in
import.meta
by@vankop
in webpack/webpack#16996- Support treeshaking for destructuring assignment with
AwaitExpression
by@vankop
in webpack/webpack#16995- Introduce
errorsSpace
,warningsSpace
for more readable traces in stats by@vankop
in webpack/webpack#15450Bug Fixes
- [CSS] - Fix runtime generation bug for merged CSS Chunks by
@janlent1
in webpack/webpack#16903- [CSS] - Properly handle
url()
/src()
/image-set()
/image()
by@alexander-akait
in webpack/webpack#16978- ES Module webpack loaders are now supported
@stefanprobst
in webpack/webpack#15198- Fix spelling error for
statement.finalizer
in parser by@xiaoboost
in webpack/webpack#17016- Fix non-deterministic
moduleId
assignment due to encounteringNaN
in sort function by@scameron
in webpack/webpack#16933- [enhanced-resolve]: Support wildcards pattern with common suffix in package maps & imports/exports field by
@bvanjoi
in webpack/enhanced-resolve#353Tests & Contributor Experience
- [CSS] - Added test case for
@supports
field by@alexander-akait
in webpack/webpack#17011- Add test for include option in
BannerPlugin
by@jeffin143
in webpack/webpack#10736- Remove
finializer
from cspell.json by@snitin315
in webpack/webpack#17022Developer Experience
- Adds the twitter badge by
@yadunandanbhat
in webpack/webpack#15667- Add
wasm-bindgen
example toexample
by@gthb
in webpack/webpack#14313- Update grammar mistakes in examples by
@ersachin3112
in webpack/webpack#16988Dependencies & Maintenance
- Bump core-js from 3.30.0 to 3.30.1 by
@dependabot
in webpack/webpack#16983- Bump
@webassemblyjs
by@alexander-akait
in webpack/webpack#17003- Bump assemblyscript from 0.25.2 to 0.27.2 by
@dependabot
in webpack/webpack#16959- Bump enhanced-resolve to 5.13.0 by
@TheLarkInn
in webpack/webpack#17024- Included githubactions in the dependabot config by
@neilnaveen
in webpack/webpack#15618- Fix prettier by
@alexander-akait
in webpack/webpack#16976New Contributors
@neilnaveen
made their first contribution in webpack/webpack#15618@yadunandanbhat
made their first contribution in webpack/webpack#15667@ersachin3112
made their first contribution in webpack/webpack#16988@stefanprobst
made their first contribution in webpack/webpack#15198@xiaoboost
made their first contribution in webpack/webpack#17016@scameron
made their first contribution in webpack/webpack#16933Full Changelog: https://github.com/webpack/webpack/compare/v5.79.0...v5.80.0
v5.79.0
New Features
- webpack will now support simple destructuring scenarios for treeshaking namespaced imports and
DefinePlugin
by@vankop
in webpack/webpack#16941Bugfixes
- Truncate extremely long module names in
DefaultStatsPrinter
by@snitin315
in webpack/webpack#16882- Add
[contenthash]
template support inDllPlugin
'sname
option by@snitin315
in webpack/webpack#16935- Fixed a bug where
readRecords
compiler hook was causing hangs in conjunction with theReadRecordsPlugin
by@snitin315
&@zookatron
in webpack/webpack#16944
... (truncated)
Commits
9ac1728
5.80.009dc9e2
Merge pull request #17024 from webpack/thelarkinn/bump-enhanced-resolved58760a
yarn-lint58396f5
introduce the new types from enhanced-resolve4ff4d59
Merge pull request #16933 from scameron/deterministic-moduleids8bc34bc
feat(deps): Update enhanced-resolve to latest for * wildcard pattern in exports5c522c4
Merge pull request #17022 from snitin315/patch-3457cbe1
Merge pull request #16903 from janlent1/fixruntimeissue63c1601
chore: removefinializer
from cspell.json9c70d1d
Merge pull request #17016 from xiaoboost/fix/fix-spell-error- 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 rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will 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 version
will 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 dependency
will 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.