calcite-components-examples
calcite-components-examples copied to clipboard
chore(deps): bump webpack from 5.67.0 to 5.81.0 in /react
Bumps webpack from 5.67.0 to 5.81.0.
Release notes
Sourced from webpack's releases.
v5.81.0
New Features
- [CSS] - Increased CSS import support and new hooks included for CSS module creation by
@alexander-akait
in webpack/webpack#17057- Logging now added to DefinePlugin by
@alexander-akait
in webpack/webpack#17048- New
ignoreBrowserWarnings
option to ignore browser console warnings in ModuleFederation by@indeediansbrett
in webpack/webpack#16388Bug Fixes
- [CSS] - Fix issue where vendor prefixed keyframes and animation was not supported in CSS modules by
@alexander-akait
in webpack/webpack#16975- Fix bug where AST was not properly handled by
@quanru
in webpack/webpack#17032- Fix automatic publicPath detection logic by
@alexander-akait
in webpack/webpack#17047Tests & Contributor Experience
- Rename
provide
togetOrInsert
in MapHelpers and document it better by@TheLarkInn
in webpack/webpack#17060- Increase test reliability for DefinePlugin
@alexander-akait
in webpack/webpack#17062- Add additional CI Pipeline to test main branches of first-party webpack dependencies by
@alexander-akait
in webpack/webpack#17020- Refactor tests to no longer use deprecated or legacy dependencies and APIs by
@alexander-akait
in webpack/webpack#17033Developer Experience
- Increase type coverage/documentation for ModuleFilenameHelpers by
@TheLarkInn
in webpack/webpack#17045- Increase type coverage/documentation for CommonJsExportsParserPlugin by
@TheLarkInn
in webpack/webpack#17046- Increase type coverage/documentation for binarySearchBounds.js by
@TheLarkInn
in webpack/webpack#17058- Export MemoryCacheOptions types by
@romulof
in webpack/webpack#17055Dependencies & Maintenance
- Add NodeJS v20 to CI Matrix by
@alexander-akait
in webpack/webpack#17019- Update Typescript to v5 by
@alexander-akait
in webpack/webpack#16957- Bump
@types/estree
from 1.0.0 to 1.0.1 by@dependabot
in webpack/webpack#17026- Bump
@types/node
from 18.15.11 to 18.15.13 by@dependabot
in webpack/webpack#17038- Bump assemblyscript from 0.27.2 to 0.27.3 by
@dependabot
in webpack/webpack#17051- Bump memfs from 3.5.0 to 3.5.1 by
@dependabot
in webpack/webpack#17039- Bump prettier from 2.8.7 to 2.8.8 by
@dependabot
in webpack/webpack#17050- Bump simple-git from 3.17.0 to 3.18.0 by
@dependabot
in webpack/webpack#17066New Contributors
@quanru
made their first contribution in webpack/webpack#17032@romulof
made their first contribution in webpack/webpack#17055@indeediansbrett
made their first contribution in webpack/webpack#16388Full Changelog: https://github.com/webpack/webpack/compare/v5.80.0...v5.81.0
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
... (truncated)
Commits
5c016a8
5.81.05b20c9a
Merge pull request #17057 from webpack/import-supportf429ac7
Merge pull request #17066 from webpack/dependabot/npm_and_yarn/simple-git-3.18.02c6dc77
Merge pull request #16388 from indeediansbrett/feat/issue-163747398dbd
Merge pull request #17033 from webpack/chore-deps-avoud-using-legacy-loader-u...9234620
Merge pull request #17020 from webpack/ci-deps-main2552028
Merge pull request #17062 from webpack/test-stabilization-for-definea7551fa
chore(deps-dev): bump simple-git from 3.17.0 to 3.18.0ed0738d
test: stability for definef3cf014
test: stability- 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 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.