Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/webpack/webpack.js.org

Repository for webpack documentation and more!
https://github.com/webpack/webpack.js.org

build(deps-dev): bump css-minimizer-webpack-plugin from 3.1.1 to 3.1.3 (#5683)

Bumps [css-minimizer-webpack-plugin](https://github.com/webpack-contrib/css-minimizer-webpack-pl...

23ea9b05cb329be7a0472d55e87e40e8196c5c6b authored about 3 years ago
build(deps-dev): bump webpack from 5.62.1 to 5.63.0 (#5681)

Bumps [webpack](https://github.com/webpack/webpack) from 5.62.1 to 5.63.0.
- [Release notes](ht...

80beec57a9673a65dd289f12590b97dce3241854 authored about 3 years ago
build(deps-dev): bump eslint-plugin-react-hooks from 4.2.0 to 4.3.0 (#5675)

Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-pl...

6af2ccb8434a00c68fae4a00395c56109bee4633 authored about 3 years ago
docs(configuration): remove `futureEmitAssets` (#5678)

This is no longer present in version 5

971bd5cf834347c5045e8a708aba1d496e523b01 authored about 3 years ago
build(deps-dev): bump eslint from 8.1.0 to 8.2.0 (#5674)

Bumps [eslint](https://github.com/eslint/eslint) from 8.1.0 to 8.2.0.
- [Release notes](https:/...

5a1305542d85239f8a95c76384ee14458a34ae4b authored about 3 years ago
build(deps-dev): bump eslint-plugin-react from 7.26.1 to 7.27.0 (#5685)

Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.26.1 to 7.2...

7f2ddc755bbb6bdffc3a206d9c62423cc5c1393a authored about 3 years ago
build(deps-dev): bump node-fetch from 3.0.0 to 3.1.0 (#5671)

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 3.0.0 to 3.1.0.
- [Release no...

72e8caed3262c0f927f631a1c3158df61d38e04f authored about 3 years ago
docs(plugins): document fallbackCacheGroup.chunks (#5669)

* docs(plugins): document chunks

* fix

6fa86b993ce1a0efea7f42a2b672e6e6159ed7b9 authored about 3 years ago
docs(configuration): document backCompat (#5668)

d8d5f4c590722f68058712e8d306ffe5177c6ac8 authored about 3 years ago
docs(guides): document client types for typescript (#5667)

a3b135115d2962eb8b6414cac27013028f0d7030 authored about 3 years ago
build(deps-dev): bump webpack from 5.61.0 to 5.62.1 (#5666)

Bumps [webpack](https://github.com/webpack/webpack) from 5.61.0 to 5.62.1.
- [Release notes](ht...

62c19a603b7b61f716c0a92055e944beee8f9146 authored about 3 years ago
build(deps): bump axios from 0.21.1 to 0.21.4 (#5662)

Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.4.
- [Release notes](https://...

786f87606bf73eba7629e7730a80e0d604d85140 authored about 3 years ago
build(deps): bump tmpl from 1.0.4 to 1.0.5 (#5661)

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https...

9600e2f5fbe24b11d1b56343815840774e62f253 authored about 3 years ago
build(deps-dev): bump mini-css-extract-plugin from 2.4.3 to 2.4.4 (#5659)

Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from...

23d9a3318dae38d5d5b4ef8823f061b526b5a153 authored about 3 years ago
build(deps-dev): bump remark-emoji from 3.0.1 to 3.0.2 (#5658)

Bumps [remark-emoji](https://github.com/rhysd/remark-emoji) from 3.0.1 to 3.0.2.
- [Release not...

8e63f1f4d407add0fda6290269b628464304901a authored about 3 years ago
build(deps-dev): bump css-loader from 6.5.0 to 6.5.1 (#5657)

Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 6.5.0 to 6.5.1.
- [Relea...

e1bbe4551157816f436a16485a4db8a665975e9f authored about 3 years ago
docs(configuration): update `devServer.server` type (#5653)

8c2047b350009634783f58509c12ab86f217f216 authored about 3 years ago
build(deps-dev): bump @babel/preset-env from 7.15.8 to 7.16.0 (#5651)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) fr...

878e52be5fcb5f833e70eece41babb37c0552342 authored about 3 years ago
build(deps-dev): bump @babel/preset-react from 7.14.5 to 7.16.0 (#5649)

Bumps [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react...

183d5bafa5c2d030a71fdde92495c68e26fb61a3 authored about 3 years ago
build(deps-dev): bump directory-tree-webpack-plugin from 1.0.2 to 1.0.3 (#5648)

Bumps [directory-tree-webpack-plugin](https://github.com/skipjack/directory-tree-webpack-plugin)...

4319acc099240dd8486ad6433fff46d52a21d2f8 authored about 3 years ago
build(deps-dev): bump @babel/core from 7.15.8 to 7.16.0 (#5647)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.15.8 to...

e5e946eb302d04ad12a3fdc49a9329f3ef18ea9b authored about 3 years ago
docs(api): Fix `resolveData` casing in `beforeResolve` hook docs. (#5646)

I noticed the callback parameter for other hooks lowercase `resolveData` so I updated this for c...

27ea681131ac69cf931d878e390914e28ae48cf2 authored about 3 years ago
docs(configuration): add `devServer.server` (#5644)

* docs(configuration): add `devServer.server`

* docs: update

2c9602e1881885950673c47e2f8e243f121b99c1 authored about 3 years ago
docs(configuration): update `devServer.https` (#5643)

846427906c6507d3756dc2a795402484b81dcfe1 authored about 3 years ago
docs(configuration): update example configurations (#5642)

7c70871e731fa58b55b628c122b3d4c73de55f30 authored about 3 years ago
build(deps-dev): bump tailwindcss from 2.2.17 to 2.2.19 (#5641)

Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 2.2.17 to 2.2.19.
- [Rele...

4f11d4b0cfdb6271fbd6d26267d944a7e96f7194 authored about 3 years ago
build(deps-dev): bump webpack from 5.60.0 to 5.61.0 (#5640)

Bumps [webpack](https://github.com/webpack/webpack) from 5.60.0 to 5.61.0.
- [Release notes](ht...

0d7d5c5659127f128554f16d0600646af8afdefa authored about 3 years ago
docs(configuration): add type of `resolve.fallback` (#5639)

aed46ccd247831e89e92dfc4f0a0d5a8837e914a authored about 3 years ago
build(deps-dev): bump autoprefixer from 10.3.7 to 10.4.0 (#5638)

Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.3.7 to 10.4.0.
- [Release...

7930d67701cc1e72a228ceb397ccd661541896b7 authored about 3 years ago
docs(configuration): update lazyCompilationBackend (#5632)

e8442381d5d3b055f843a6041b85addacad9bc71 authored about 3 years ago
build(deps-dev): bump sass from 1.43.3 to 1.43.4 (#5636)

Bumps [sass](https://github.com/sass/dart-sass) from 1.43.3 to 1.43.4.
- [Release notes](https:...

b8e06ab426cd3b6e1b09d8520913d84eae9756a0 authored about 3 years ago
docs(configuration): add `client.reconnect` (#5637)

* docs(configuration): add `client.reconnect`

* docs: mention version

b7af6a24158de2dc2cb8ad0cdbcc4c041d2896ba authored about 3 years ago
build(deps-dev): bump webpack-dev-server from 4.3.1 to 4.4.0 (#5635)

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.3.1 to 4.4.0.
...

57bbd9c3ed99495df80a997410f6d5fcb03e4595 authored about 3 years ago
build(deps-dev): bump sass-loader from 12.2.0 to 12.3.0 (#5634)

Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 12.2.0 to 12.3.0.
- [R...

9ec7af28db8cbd337ffa849f36a6ad554240876d authored about 3 years ago
docs(contribute): update to [email protected] (#5633)

* docs(contribute): update to [email protected]

* docs(contribute): fix some detail

7d650ca7f04090e833b45924ef4787ddb1faeb89 authored about 3 years ago
build(deps-dev): bump remark-frontmatter from 3.0.0 to 4.0.1 (#5630)

Bumps [remark-frontmatter](https://github.com/remarkjs/remark-frontmatter) from 3.0.0 to 4.0.1.
...

b84af381c315d880caa9916f370cf25d03018bc0 authored about 3 years ago
docs(configuration): remove outdated webpack 3 note (#5631)

10ef26a62a48ebe9e0fa25c5963782f7a3674760 authored about 3 years ago
build(deps-dev): bump cypress from 8.6.0 to 8.7.0 (#5628)

Bumps [cypress](https://github.com/cypress-io/cypress) from 8.6.0 to 8.7.0.
- [Release notes](h...

cf5b5c12cd746d267615a5641df9116ead5ab963 authored about 3 years ago
docs(api): update troubleshooting (#5624)

f057d4f5b4a20d6f022610f96819651fad0d2fd3 authored about 3 years ago
fix: show `API` instead of `Api` in sub navigation (#5626)

ba0d33b077dc30d972362575a8245213f8a597f6 authored about 3 years ago
build(deps-dev): bump lint-staged from 11.2.4 to 11.2.6 (#5629)

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 11.2.4 to 11.2.6.
- [Release no...

26f3116cfb6da92039687dd2077351b37d2d1d02 authored about 3 years ago
build(deps-dev): bump css-loader from 6.4.0 to 6.5.0 (#5627)

Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 6.4.0 to 6.5.0.
- [Relea...

5adc077aa28c1d509bed4268c3767905f98a4cea authored about 3 years ago
docs(configuration): add `static.staticOptions` type (#5625)

0616758dac050271ad85c56a8e4a30581465ad88 authored about 3 years ago
docs: update HMR info (#5615)

20a7ac74d81b6a6c2aead8e7b461e32172c3d016 authored about 3 years ago
build(deps-dev): bump html-webpack-plugin from 5.4.0 to 5.5.0 (#5623)

Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 5.4.0 to 5.5.0...

176cbb90100573e5056c57855945d1ebe038c669 authored about 3 years ago
build(deps-dev): bump webpack from 5.59.1 to 5.60.0 (#5622)

Bumps [webpack](https://github.com/webpack/webpack) from 5.59.1 to 5.60.0.
- [Release notes](ht...

54b25e7c8cb73667acc0352c10a1c8fd6a570d38 authored about 3 years ago
build(deps-dev): bump lint-staged from 11.2.3 to 11.2.4 (#5621)

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 11.2.3 to 11.2.4.
- [Release no...

a2c2ba5dfe23365cc076fff4f48fbab5c933b448 authored about 3 years ago
build(deps-dev): bump eslint from 8.0.1 to 8.1.0 (#5620)

Bumps [eslint](https://github.com/eslint/eslint) from 8.0.1 to 8.1.0.
- [Release notes](https:/...

118d1cbb3e579cc1ab0a87b3c381b9824773aa04 authored about 3 years ago
build(deps-dev): bump remark-slug from 7.0.0 to 7.0.1 (#5619)

Bumps [remark-slug](https://github.com/remarkjs/remark-slug) from 7.0.0 to 7.0.1.
- [Release no...

6abb0dc08b34227f9d5a642cf41b9b8b434d4fd6 authored about 3 years ago
docs(api): add API usage for webpack-dev-server (#5610)

* docs: add API usage for webpack-dev-server

* fix: lint

* docs(api): add webpack-dev-serv...

dcca2ab7bba52fe40d35800259ab4a48dae45855 authored over 3 years ago
docs(api): remove outdated tip for webpack 4 (#5613)

d661a9a3cad64499089255522658eeb59e6aa7d8 authored over 3 years ago
build(deps-dev): bump husky from 7.0.2 to 7.0.4 (#5607)

Bumps [husky](https://github.com/typicode/husky) from 7.0.2 to 7.0.4.
- [Release notes](https:/...

43f813ed1ff53036d9908fc39071d394496e1068 authored over 3 years ago
hide the contributor who is missing (#5611)

0b312757b598ed49181c46b9b305145df5dadec8 authored over 3 years ago
build(deps-dev): bump sass from 1.43.2 to 1.43.3 (#5612)

Bumps [sass](https://github.com/sass/dart-sass) from 1.43.2 to 1.43.3.
- [Release notes](https:...

1fb540f14a94f03e2f464dfa5b326ca071145c6f authored over 3 years ago
build(deps-dev): bump hyperlink from 4.7.0 to 5.0.0 (#5603)

Bumps [hyperlink](https://github.com/Munter/hyperlink) from 4.7.0 to 5.0.0.
- [Release notes](h...

d97b7b052cd8f0692cdbc6993215f5f6d9c1bc74 authored over 3 years ago
build(deps-dev): bump webpack from 5.59.0 to 5.59.1 (#5604)

Bumps [webpack](https://github.com/webpack/webpack) from 5.59.0 to 5.59.1.
- [Release notes](ht...

6065d5ef7e0f86ded29de6e4d1d6793c0a6dca38 authored over 3 years ago
docs(configuration): use `https.ca` instead of `https.cacert` (#5609)

32c5a6b4ac1b42177af1644258532b50ebe2ade0 authored over 3 years ago
docs: Update bundle-stats link; add RelativeCI link (#5597)

63e61cc93adf08e19f2e751be8abcdcbde2982e6 authored over 3 years ago
build(deps-dev): bump mini-css-extract-plugin from 2.4.2 to 2.4.3 (#5602)

Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from...

02b37efdab4668a6552a373c6a902f51256fcf26 authored over 3 years ago
build(deps-dev): bump babel-loader from 8.2.2 to 8.2.3 (#5605)

Bumps [babel-loader](https://github.com/babel/babel-loader) from 8.2.2 to 8.2.3.
- [Release not...

9ce2afacfc4a89780324ac92d54790414f094115 authored over 3 years ago
build(deps-dev): bump style-loader from 3.3.0 to 3.3.1 (#5606)

Bumps [style-loader](https://github.com/webpack-contrib/style-loader) from 3.3.0 to 3.3.1.
- [R...

a4b2577e09b8c75142d98a0c6078eb0856b6b67e authored over 3 years ago
build(deps-dev): bump postcss from 8.3.10 to 8.3.11 (#5608)

Bumps [postcss](https://github.com/postcss/postcss) from 8.3.10 to 8.3.11.
- [Release notes](ht...

df93fbb7e95692a23b4d695c3a6fc7be7e974a16 authored over 3 years ago
build(deps-dev): bump http-server from 13.0.2 to 14.0.0 (#5601)

Bumps [http-server](https://github.com/http-party/http-server) from 13.0.2 to 14.0.0.
- [Releas...

464515d61405f5b57526f8559f4db34c975efb99 authored over 3 years ago
build(deps-dev): bump postcss from 8.3.9 to 8.3.10 (#5600)

Bumps [postcss](https://github.com/postcss/postcss) from 8.3.9 to 8.3.10.
- [Release notes](htt...

9483cc037576903a07dfb3fe84f6e4e144e46844 authored over 3 years ago
docs(configuration): update `devServer.headers` (#5598)

* docs(configuration): update `devServer.headers`

* docs(configuration): update `devServer.head...

735ed8241f1be7552ad4b5340bf6bf9165610a8e authored over 3 years ago
build(deps-dev): bump eslint (#5599)

dcf403d2cc1e8b2d0d911d0aee46fe74891a96dc authored over 3 years ago
build(deps-dev): bump jest from 27.3.0 to 27.3.1 (#5594)

Bumps [jest](https://github.com/facebook/jest) from 27.3.0 to 27.3.1.
- [Release notes](https:/...

e18003e38c8e2c4b39f24b77e480872a4063a9b6 authored over 3 years ago
build(deps-dev): bump webpack from 5.58.2 to 5.59.0 (#5596)

Bumps [webpack](https://github.com/webpack/webpack) from 5.58.2 to 5.59.0.
- [Release notes](ht...

fdb5c6579915f4f7aede3ec15acc9373a1c936a2 authored over 3 years ago
docs(configuration): document allowedUris (#5592)

* docs(configuration): document allowedUris

* fix

10c3952cf28c79aac42cef4dbd9ce884a1320f48 authored over 3 years ago
docs(configuration): sort optimization alphabetically (#5589)

* docs(configuration): move emitOnErrors

* docs(configuration): move runtimeChunk

* move m...

2268b38f467c6cff1ae86bb4c364ff17e0f72c1c authored over 3 years ago
build(deps-dev): bump jest from 27.2.5 to 27.3.0 (#5588)

Bumps [jest](https://github.com/facebook/jest) from 27.2.5 to 27.3.0.
- [Release notes](https:/...

de7b6df11c5de049da2e9a4ff9b9958554205282 authored over 3 years ago
build(deps-dev): bump webpack-cli from 4.9.0 to 4.9.1 (#5587)

Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.9.0 to 4.9.1.
- [Release not...

e940f388bcc687cdb852178df4c4102c1d104d8f authored over 3 years ago
build(deps): bump @docsearch/react from 3.0.0-alpha.40 to 3.0.0-alpha.41 (#5586)

Bumps [@docsearch/react](https://github.com/algolia/docsearch) from 3.0.0-alpha.40 to 3.0.0-alph...

8c1e8c2e4e9081a1683e15df67a8090508c60b7d authored over 3 years ago
docs(blog): add `resolve.moduleExtensions` as removed option (#5584)

19645981552abe85da1ab374a8f0b4e1bfd267e7 authored over 3 years ago
docs(configuration): experiment options, executeModule option removed (#5582)

e290bf94c8f0d0f1c143a07da484fdffb8c333ad authored over 3 years ago
docs(api): add `__webpack_get_script_filename__` (#5577)

e9188954c44ef338e45141a42631ecd05c03bd8a authored over 3 years ago
build(deps-dev): bump html-webpack-plugin from 5.3.2 to 5.4.0 (#5580)

Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 5.3.2 to 5.4.0...

680fecf206a289d2e7e420288cc19e38eb6170e7 authored over 3 years ago
docs: update required node version in `CONTRIBUTING.md` (#5581)

697ade726a01bf40ff96029ac40281556993c62d authored over 3 years ago
docs(configuration): update `experiments.futureDefaults` (#5579)

4227c0cce4e9a7e81a4bc50b7b24357a491c43bc authored over 3 years ago
docs(configuration): add more `stats` options (#5576)

03451dc06108ef3ebc1aaf75a9a5e573a7731b11 authored over 3 years ago
docs(content): update configuration-languages.mdx (#5499)

Co-authored-by: Nitin Kumar <[email protected]>

9addc927e5e2c6e076111c96da2633bdd2c47d38 authored over 3 years ago
docs(configuration): add `stats.groupModulesByPath` (#5575)

b88c0bebe2389a10c4db6ca956852b526c7f84a3 authored over 3 years ago
build(deps-dev): bump sass from 1.42.1 to 1.43.2 (#5574)

Bumps [sass](https://github.com/sass/dart-sass) from 1.42.1 to 1.43.2.
- [Release notes](https:...

db416eb46e85345e2cb90a0b0c65bb9f2d22e57f authored over 3 years ago
examples(module-federation): fix typos (#5571)

9ee1873d68014b53910e64edf23e690b9f6a1b9a authored over 3 years ago
build(deps-dev): bump webpack from 5.58.1 to 5.58.2 (#5570)

Bumps [webpack](https://github.com/webpack/webpack) from 5.58.1 to 5.58.2.
- [Release notes](ht...

3dc671c6aba879007c68fb2484915631dbe5919d authored over 3 years ago
build(deps-dev): bump tailwindcss from 2.2.16 to 2.2.17 (#5569)

Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 2.2.16 to 2.2.17.
- [Rele...

253b1c65251b0e0b97fba24d7ba2b1b306de5c53 authored over 3 years ago
build(deps-dev): bump postcss-loader from 6.1.1 to 6.2.0 (#5568)

Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader) from 6.1.1 to 6.2.0.
...

882d0b954395a045e43cba4ad685a1aece1c2e40 authored over 3 years ago
build(deps-dev): bump sass-loader from 12.1.0 to 12.2.0 (#5566)

Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 12.1.0 to 12.2.0.
- [R...

6eb7a3395fe3fd0bf92c4b3710621ffc7228d50c authored over 3 years ago
docs(configuration): update `devServer.static.watch` (#5567)

* docs(dev-server): update default option for static.watch

* Update src/content/configuration...

2d7927e765c71fb6e8b74a7c27d721c05c787deb authored over 3 years ago
build(deps-dev): bump webpack-bundle-analyzer from 4.4.2 to 4.5.0 (#5565)

Bumps [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) from...

076a64c1355230db193ee4b886ec1290c5469a14 authored over 3 years ago
build(deps-dev): bump cypress from 8.5.0 to 8.6.0 (#5564)

Bumps [cypress](https://github.com/cypress-io/cypress) from 8.5.0 to 8.6.0.
- [Release notes](h...

854657a18d2b1b6f3d7f83a2774e1b9b6d78c94d authored over 3 years ago
docs(api): Document which compiler hooks are copied to children (#5558)

64445a8395135570cbb846a2695c17d429478f92 authored over 3 years ago
build(deps-dev): bump css-loader from 6.3.0 to 6.4.0 (#5559)

Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 6.3.0 to 6.4.0.
- [Relea...

17bd20462f9fca6a23536d8cbc7b5ebff985b3e0 authored over 3 years ago
build(deps-dev): bump lint-staged from 11.2.0 to 11.2.3 (#5560)

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 11.2.0 to 11.2.3.
- [Release no...

1f8df11e07377d24ee41a6a3aa6f7a30e61c46cb authored over 3 years ago
build(deps): bump react-spring from 9.2.6 to 9.3.0 (#5561)

Bumps [react-spring](https://github.com/pmndrs/react-spring) from 9.2.6 to 9.3.0.
- [Release no...

c2769e611b6a5939f83988a1d6c14a9621960dea authored over 3 years ago
docs(plugins): remove duplicated defaults & types (#5557)

* docs(ProgressPlugin): update default options

This section was add in https://github.com/web...

2cfa86002497fa03fc16ec0c7a058b84e16b7665 authored over 3 years ago
docs(configuration): remove webpack 4 warning for module.unsafeCache (#5553)

1dea1ccf9c28faf646ac85afdfd5774716991e90 authored over 3 years ago
build(deps-dev): bump jest from 27.2.4 to 27.2.5 (#5556)

Bumps [jest](https://github.com/facebook/jest) from 27.2.4 to 27.2.5.
- [Release notes](https:/...

fd371a8b5466938d5c7a6f8a80ec79a063d52c98 authored over 3 years ago
build(deps-dev): bump @octokit/rest from 18.11.4 to 18.12.0 (#5554)

Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.11.4 to 18.12.0.
- [Release n...

394ce449927134153eaec966c80f5850aef4b95b authored over 3 years ago
build(deps-dev): bump webpack from 5.58.0 to 5.58.1 (#5555)

Bumps [webpack](https://github.com/webpack/webpack) from 5.58.0 to 5.58.1.
- [Release notes](ht...

eae8821c9d0912c9feb782629a8368e53d58812e authored over 3 years ago