react-cors-spa
react-cors-spa copied to clipboard
Bump webpack from 5.74.0 to 5.80.0
Bumps webpack from 5.74.0 to 5.80.0.
Release notes
Sourced from webpack's releases.
v5.80.0
New Features
- Support destructuring assignment in
import.metaby@vankopin webpack/webpack#16996- Support treeshaking for destructuring assignment with
AwaitExpressionby@vankopin webpack/webpack#16995- Introduce
errorsSpace,warningsSpacefor more readable traces in stats by@vankopin webpack/webpack#15450Bug Fixes
- [CSS] - Fix runtime generation bug for merged CSS Chunks by
@janlent1in webpack/webpack#16903- [CSS] - Properly handle
url()/src()/image-set()/image()by@alexander-akaitin webpack/webpack#16978- ES Module webpack loaders are now supported
@stefanprobstin webpack/webpack#15198- Fix spelling error for
statement.finalizerin parser by@xiaoboostin webpack/webpack#17016- Fix non-deterministic
moduleIdassignment due to encounteringNaNin sort function by@scameronin webpack/webpack#16933- [enhanced-resolve]: Support wildcards pattern with common suffix in package maps & imports/exports field by
@bvanjoiin webpack/enhanced-resolve#353Tests & Contributor Experience
- [CSS] - Added test case for
@supportsfield by@alexander-akaitin webpack/webpack#17011- Add test for include option in
BannerPluginby@jeffin143in webpack/webpack#10736- Remove
finializerfrom cspell.json by@snitin315in webpack/webpack#17022Developer Experience
- Adds the twitter badge by
@yadunandanbhatin webpack/webpack#15667- Add
wasm-bindgenexample toexampleby@gthbin webpack/webpack#14313- Update grammar mistakes in examples by
@ersachin3112in webpack/webpack#16988Dependencies & Maintenance
- Bump core-js from 3.30.0 to 3.30.1 by
@dependabotin webpack/webpack#16983- Bump
@webassemblyjsby@alexander-akaitin webpack/webpack#17003- Bump assemblyscript from 0.25.2 to 0.27.2 by
@dependabotin webpack/webpack#16959- Bump enhanced-resolve to 5.13.0 by
@TheLarkInnin webpack/webpack#17024- Included githubactions in the dependabot config by
@neilnaveenin webpack/webpack#15618- Fix prettier by
@alexander-akaitin webpack/webpack#16976New Contributors
@neilnaveenmade their first contribution in webpack/webpack#15618@yadunandanbhatmade their first contribution in webpack/webpack#15667@ersachin3112made their first contribution in webpack/webpack#16988@stefanprobstmade their first contribution in webpack/webpack#15198@xiaoboostmade their first contribution in webpack/webpack#17016@scameronmade 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
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
... (truncated)
Commits
9ac17285.80.009dc9e2Merge pull request #17024 from webpack/thelarkinn/bump-enhanced-resolved58760ayarn-lint58396f5introduce the new types from enhanced-resolve4ff4d59Merge pull request #16933 from scameron/deterministic-moduleids8bc34bcfeat(deps): Update enhanced-resolve to latest for * wildcard pattern in exports5c522c4Merge pull request #17022 from snitin315/patch-3457cbe1Merge pull request #16903 from janlent1/fixruntimeissue63c1601chore: removefinializerfrom cspell.json9c70d1dMerge 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.
You can trigger a rebase of this PR 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.