Closed renovate[bot] closed 6 months ago
This PR contains the following updates:
^11.0.0
^12.0.0
^6.8.1
^7.0.0
^6.7.1
^3.3.3
^4.0.0
^3.3.1
^4.10.0
^5.0.0
📅 Schedule: Branch creation - "after 10pm,before 5:00am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
^11.0.0
->^12.0.0
^6.8.1
->^7.0.0
^6.7.1
->^7.0.0
^3.3.3
->^4.0.0
^3.3.1
->^4.0.0
^4.10.0
->^5.0.0
^4.10.0
->^5.0.0
Release Notes
webpack-contrib/copy-webpack-plugin (copy-webpack-plugin)
### [`v12.0.2`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/HEAD/CHANGELOG.md#1202-2024-01-17) [Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v12.0.1...v12.0.2) ### [`v12.0.1`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/HEAD/CHANGELOG.md#1201-2024-01-11) [Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v12.0.0...v12.0.1) ### [`v12.0.0`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/HEAD/CHANGELOG.md#1200-2024-01-10) [Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v11.0.0...v12.0.0) ##### ⚠ BREAKING CHANGES - update `globby` to `14.0.0` - minimum supported `Node.js` version is `18.12.0` ([#759](https://togithub.com/webpack-contrib/copy-webpack-plugin/issues/759)) ([a5b7d06](https://togithub.com/webpack-contrib/copy-webpack-plugin/commit/a5b7d06a051b7404b3300ed4d071b4948cb440f1))webpack-contrib/css-loader (css-loader)
### [`v7.1.0`](https://togithub.com/webpack-contrib/css-loader/blob/HEAD/CHANGELOG.md#710-2024-04-08) [Compare Source](https://togithub.com/webpack-contrib/css-loader/compare/v7.0.0...v7.1.0) ##### Features - added the `getJSON` option to output CSS modules mapping ([#1577](https://togithub.com/webpack-contrib/css-loader/issues/1577)) ([af834b4](https://togithub.com/webpack-contrib/css-loader/commit/af834b43b375f336108d74ff7bd9ed13bc79200a)) ### [`v7.0.0`](https://togithub.com/webpack-contrib/css-loader/blob/HEAD/CHANGELOG.md#700-2024-04-04) [Compare Source](https://togithub.com/webpack-contrib/css-loader/compare/v6.11.0...v7.0.0) ##### ⚠ BREAKING CHANGES - The `modules.namedExport` option is `true` by default if you enable the `esModule` option Migration guide: Before: ```js import style from "./style.css"; console.log(style.myClass); ``` After: ```js import * as style from "./style.css"; console.log(style.myClass); ``` - The `modules.exportLocalsConvention` has the value `as-is` when the `modules.namedExport` option is `true` and you don't specify a value - Minimum supported webpack version is `5.27.0` - Minimum supported Node.js version is `18.12.0` ##### Features - The `modules.namedExports` option works fine with any `modules.exportLocalsConvention` values ([f96a110](https://togithub.com/webpack-contrib/css-loader/commit/f96a11007da55a632de7f58167895e1b5814d717)) - Added dashed variants for the `modules.exportLocalsConvention` options ([40e1668](https://togithub.com/webpack-contrib/css-loader/commit/40e1668b8366f0df63343efe706ba848c2b5dfb2)) ### [`v6.11.0`](https://togithub.com/webpack-contrib/css-loader/blob/HEAD/CHANGELOG.md#6110-2024-04-03) [Compare Source](https://togithub.com/webpack-contrib/css-loader/compare/v6.10.0...v6.11.0) ##### Features - supports multiple composes ([#1582](https://togithub.com/webpack-contrib/css-loader/issues/1582)) ([bbca614](https://togithub.com/webpack-contrib/css-loader/commit/bbca61411dc5f82964653a6d1aa27854519b743d)) ##### Bug Fixes - do not break `@scope` at-rule without params ([#1581](https://togithub.com/webpack-contrib/css-loader/issues/1581)) ([e022e3b](https://togithub.com/webpack-contrib/css-loader/commit/e022e3bb405472ac7d51ff1114783fc2811dfe04)) ### [`v6.10.0`](https://togithub.com/webpack-contrib/css-loader/blob/HEAD/CHANGELOG.md#6100-2024-01-30) [Compare Source](https://togithub.com/webpack-contrib/css-loader/compare/v6.9.1...v6.10.0) ##### Features - add `@rspack/core` as an optional peer dependency ([#1568](https://togithub.com/webpack-contrib/css-loader/issues/1568)) ([3924679](https://togithub.com/webpack-contrib/css-loader/commit/3924679cb9a8f31996c742290a71a3446c9782b9)) - pass the `resourceQuery` and `resourceFragment` to the `auto` and `mode` callback ([#1569](https://togithub.com/webpack-contrib/css-loader/issues/1569)) ([d641c4d](https://togithub.com/webpack-contrib/css-loader/commit/d641c4d48264518dfeb77d7e1e8ef03bbb09b645)) - support named exports with any characters ([6f43929](https://togithub.com/webpack-contrib/css-loader/commit/6f439299838eab7e6fb18f6e9f47b9dee2208463)) ##### [6.9.1](https://togithub.com/webpack-contrib/css-loader/compare/v6.9.0...v6.9.1) (2024-01-18) ##### Bug Fixes - css nesting support - `@scope` at-rule support ### [`v6.9.1`](https://togithub.com/webpack-contrib/css-loader/blob/HEAD/CHANGELOG.md#691-2024-01-18) [Compare Source](https://togithub.com/webpack-contrib/css-loader/compare/v6.9.0...v6.9.1) ### [`v6.9.0`](https://togithub.com/webpack-contrib/css-loader/blob/HEAD/CHANGELOG.md#690-2024-01-09) [Compare Source](https://togithub.com/webpack-contrib/css-loader/compare/v6.8.1...v6.9.0) ##### Features - updated generateExportEntry to expose node details ([#1556](https://togithub.com/webpack-contrib/css-loader/issues/1556)) ([05002f3](https://togithub.com/webpack-contrib/css-loader/commit/05002f39e29afd7e12f9efca4d073bc23e3d2150)) ##### Bug Fixes - css experiment detection ([#1559](https://togithub.com/webpack-contrib/css-loader/issues/1559)) ([f2cfe30](https://togithub.com/webpack-contrib/css-loader/commit/f2cfe30a8f6b0053a268c0d9c1943bb3c8f01338)) ##### [6.8.1](https://togithub.com/webpack-contrib/css-loader/compare/v6.8.0...v6.8.1) (2023-05-28) ##### Bug Fixes - use `cause` for original errors and warnings ([#1526](https://togithub.com/webpack-contrib/css-loader/issues/1526)) ([ae3d8ae](https://togithub.com/webpack-contrib/css-loader/commit/ae3d8ae54ecb5706fe9c3449487cc8306699469f))webpack-contrib/style-loader (style-loader)
### [`v4.0.0`](https://togithub.com/webpack-contrib/style-loader/blob/HEAD/CHANGELOG.md#400-2024-04-08) [Compare Source](https://togithub.com/webpack-contrib/style-loader/compare/v3.3.4...v4.0.0) ##### ⚠ BREAKING CHANGES - minimum supported webpack version is `5.27.0` - minimum support Node.js version is `18.12.0` - the `insert` option can only be a selector or the path to the module Migration: Before: **webpack.config.js** ```js module.exports = { module: { rules: [ { test: /\.css$/i, use: [ { loader: "style-loader", options: { injectType: "styleTag", styleTagTransform: function (css, style) { // Do something ... style.innerHTML = `${css}.modify{}\n`; document.head.appendChild(style); }, }, }, "css-loader", ], }, ], }, }; ``` After: **insert-function.js** ```js function insert(css, style) { var parent = options.target || document.head; parent.appendChild(element); } module.exports = insert; ``` **webpack.config.js** ```js module.exports = { module: { rules: [ { test: /\.css$/i, use: [ { loader: "style-loader", options: { insert: require.resolve("./insert.js"), }, }, "css-loader", ], }, ], }, }; ``` - the `styleTagTransform` option can only be the path to the module Migration: Before: **webpack.config.js** ```js module.exports = { module: { rules: [ { test: /\.css$/i, use: [ { loader: "style-loader", options: { injectType: "styleTag", styleTagTransform: function (css, style) { // Do something ... style.innerHTML = `${css}.modify{}\n`; document.head.appendChild(style); }, }, }, "css-loader", ], }, ], }, }; ``` After: **style-tag-transform-function.js** ```js function styleTagTransform(css, style) { // Do something ... style.innerHTML = `${css}.modify{}\n`; document.head.appendChild(style); } module.exports = styleTagTransform; ``` **webpack.config.js** ```js module.exports = { module: { rules: [ { test: /\.css$/i, use: [ { loader: "style-loader", options: { styleTagTransform: require.resolve("./style-tag-transform-function.js"), }, }, "css-loader", ], }, ], }, }; ``` ##### Bug Fixes - css experiments logic ([#617](https://togithub.com/webpack-contrib/style-loader/issues/617)) ([8b9fc97](https://togithub.com/webpack-contrib/style-loader/commit/8b9fc976628341d3e33b77b5eb4b6ebad009fd19)) ##### [3.3.3](https://togithub.com/webpack-contrib/style-loader/compare/v3.3.2...v3.3.3) (2023-05-19) ##### Bug Fixes - compatibility with built-in CSS support ([#605](https://togithub.com/webpack-contrib/style-loader/issues/605)) ([9636f58](https://togithub.com/webpack-contrib/style-loader/commit/9636f5805407734f587a87e69dd048e5cc7f1021)) ##### [3.3.2](https://togithub.com/webpack-contrib/style-loader/compare/v3.3.1...v3.3.2) (2023-03-13) ##### Bug Fixes - noop in environment without DOM API ([#597](https://togithub.com/webpack-contrib/style-loader/issues/597)) ([03d3df3](https://togithub.com/webpack-contrib/style-loader/commit/03d3df3c363484c18a1e9a5e468a7600ea1322f3)) ##### [3.3.1](https://togithub.com/webpack-contrib/style-loader/compare/v3.3.0...v3.3.1) (2021-10-21) ##### Bug Fixes - small perf improvement ([#544](https://togithub.com/webpack-contrib/style-loader/issues/544)) ([610524e](https://togithub.com/webpack-contrib/style-loader/commit/610524ef6266c27e147d3c0003e7825b08f17454)) ### [`v3.3.4`](https://togithub.com/webpack-contrib/style-loader/releases/tag/v3.3.4) [Compare Source](https://togithub.com/webpack-contrib/style-loader/compare/v3.3.3...v3.3.4) ##### [3.3.4](https://togithub.com/webpack-contrib/style-loader/compare/v3.3.3...v3.3.4) (2024-01-09) ##### Bug Fixes - css experiments logic ([c12e70b](https://togithub.com/webpack-contrib/style-loader/commit/c12e70bc8592d891adb5c0f5ae0ec19fb2698dbb))webpack/webpack-cli (webpack-cli)
### [`v5.1.4`](https://togithub.com/webpack/webpack-cli/blob/HEAD/CHANGELOG.md#514-2023-06-07) [Compare Source](https://togithub.com/webpack/webpack-cli/compare/webpack-cli@5.1.3...webpack-cli@5.1.4) ##### Bug Fixes - multi compiler progress output ([f659624](https://togithub.com/webpack/webpack-cli/commit/f6596242c74100bfd6fa391ed2071402a3bd4785)) ### [`v5.1.3`](https://togithub.com/webpack/webpack-cli/blob/HEAD/CHANGELOG.md#513-2023-06-04) [Compare Source](https://togithub.com/webpack/webpack-cli/compare/webpack-cli@5.1.2...webpack-cli@5.1.3) ##### Bug Fixes - regression for custom configurations ([#3834](https://togithub.com/webpack/webpack-cli/issues/3834)) ([bb4f8eb](https://togithub.com/webpack/webpack-cli/commit/bb4f8eb4325219afae3203dc4893af2b4655d5fa)) ### [`v5.1.2`](https://togithub.com/webpack/webpack-cli/blob/HEAD/CHANGELOG.md#512-2023-06-04) [Compare Source](https://togithub.com/webpack/webpack-cli/compare/webpack-cli@5.1.1...webpack-cli@5.1.2) ##### Bug Fixes - improve check for custom webpack and webpack-dev-server package existance ([0931ab6](https://togithub.com/webpack/webpack-cli/commit/0931ab6dfd8d9f511036bcb7c1a4ea8dde1ff1cb)) - improve help for some flags ([f468614](https://togithub.com/webpack/webpack-cli/commit/f4686141681cfcbc74d57e69a732e176decff225)) - improved support for `.cts` and `.mts` extensions ([a77daf2](https://togithub.com/webpack/webpack-cli/commit/a77daf28f8a8ad96410a39d565f011f6bb14f6bb)) ### [`v5.1.1`](https://togithub.com/webpack/webpack-cli/blob/HEAD/CHANGELOG.md#511-2023-05-09) [Compare Source](https://togithub.com/webpack/webpack-cli/compare/webpack-cli@5.1.0...webpack-cli@5.1.1) ##### Bug Fixes - false positive warning when `--watch` used ([#3783](https://togithub.com/webpack/webpack-cli/issues/3783)) ([c0436ba](https://togithub.com/webpack/webpack-cli/commit/c0436baca2da7a8ce9e53bbbe960dd1951fe6404)) ### [`v5.1.0`](https://togithub.com/webpack/webpack-cli/blob/HEAD/CHANGELOG.md#510-2023-05-07) [Compare Source](https://togithub.com/webpack/webpack-cli/compare/webpack-cli@5.0.2...webpack-cli@5.1.0) ##### Features - shareable webpack configs using `extends` ([#3738](https://togithub.com/webpack/webpack-cli/issues/3738)) ([d04d0b9](https://togithub.com/webpack/webpack-cli/commit/d04d0b98b69948966c8de5dacf771ac324ba5658)) ##### Performance Improvements - simplify logic, reduce extra loops and perf ([#3767](https://togithub.com/webpack/webpack-cli/issues/3767)) ([6afe1d3](https://togithub.com/webpack/webpack-cli/commit/6afe1d3be41e191aa7c4865919d092d952e98605)) #### [5.0.2](https://togithub.com/webpack/webpack-cli/compare/webpack-cli@5.0.1...webpack-cli@5.0.2) (2023-04-21) ##### Bug Fixes - error message for missing default export in configuration ([#3685](https://togithub.com/webpack/webpack-cli/issues/3685)) ([e0a4a09](https://togithub.com/webpack/webpack-cli/commit/e0a4a0991cdfccdaf18e7eb479f87bc2ee4e2e5f)) - **perf:** reduced startup time ([3b79059](https://togithub.com/webpack/webpack-cli/commit/3b79059fe2ee16f4b4ad1f1ed3dfeb680d624128)) #### [5.0.1](https://togithub.com/webpack/webpack-cli/compare/webpack-cli@5.0.0...webpack-cli@5.0.1) (2022-12-05) ##### Bug Fixes - make `define-process-env-node-env` alias `node-env` ([#3514](https://togithub.com/webpack/webpack-cli/issues/3514)) ([346a518](https://togithub.com/webpack/webpack-cli/commit/346a518dd7423a726810ef1012031f92d318c9c5)) ### [`v5.0.2`](https://togithub.com/webpack/webpack-cli/blob/HEAD/CHANGELOG.md#502-2023-04-21) [Compare Source](https://togithub.com/webpack/webpack-cli/compare/webpack-cli@5.0.1...webpack-cli@5.0.2) ##### Bug Fixes - error message for missing default export in configuration ([#3685](https://togithub.com/webpack/webpack-cli/issues/3685)) ([e0a4a09](https://togithub.com/webpack/webpack-cli/commit/e0a4a0991cdfccdaf18e7eb479f87bc2ee4e2e5f)) - **perf:** reduced startup time ([3b79059](https://togithub.com/webpack/webpack-cli/commit/3b79059fe2ee16f4b4ad1f1ed3dfeb680d624128)) ### [`v5.0.1`](https://togithub.com/webpack/webpack-cli/blob/HEAD/CHANGELOG.md#501-2022-12-05) [Compare Source](https://togithub.com/webpack/webpack-cli/compare/webpack-cli@5.0.0...webpack-cli@5.0.1) ##### Bug Fixes - make `define-process-env-node-env` alias `node-env` ([#3514](https://togithub.com/webpack/webpack-cli/issues/3514)) ([346a518](https://togithub.com/webpack/webpack-cli/commit/346a518dd7423a726810ef1012031f92d318c9c5)) ### [`v5.0.0`](https://togithub.com/webpack/webpack-cli/blob/HEAD/CHANGELOG.md#500-2022-11-17) [Compare Source](https://togithub.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0) ##### Bug Fixes - improve description of the `--disable-interpret` option ([#3364](https://togithub.com/webpack/webpack-cli/issues/3364)) ([bdb7e20](https://togithub.com/webpack/webpack-cli/commit/bdb7e20a3fc5a676bf5ba9912c091a2c9b3a1cfd)) - remove the redundant `utils` export ([#3343](https://togithub.com/webpack/webpack-cli/issues/3343)) ([a9ce5d0](https://togithub.com/webpack/webpack-cli/commit/a9ce5d077f90492558e2d5c14841b3b5b85f1186)) - respect `NODE_PATH` env variable ([#3411](https://togithub.com/webpack/webpack-cli/issues/3411)) ([83d1f58](https://togithub.com/webpack/webpack-cli/commit/83d1f58fb52d9dcfa3499efb342dfc47d0cca73a)) - show all CLI specific flags in the minimum help output ([#3354](https://togithub.com/webpack/webpack-cli/issues/3354)) ([35843e8](https://togithub.com/webpack/webpack-cli/commit/35843e87c61fd27be92afce11bd66ebf4f9519ae)) ##### Features - failOnWarnings option ([#3317](https://togithub.com/webpack/webpack-cli/issues/3317)) ([c48c848](https://togithub.com/webpack/webpack-cli/commit/c48c848c6c84eb73fbd829dc41bee301b0b7e2de)) - update commander to v9 ([#3460](https://togithub.com/webpack/webpack-cli/issues/3460)) ([6621c02](https://togithub.com/webpack/webpack-cli/commit/6621c023ab59cc510a5f76e262f2c81676d1920b)) - added the `--define-process-env-node-env` option - update `interpret` to v3 and `rechoir` to v0.8 - add an option for preventing interpret ([#3329](https://togithub.com/webpack/webpack-cli/issues/3329)) ([c737383](https://togithub.com/webpack/webpack-cli/commit/c7373832b96af499ad0813e07d114bdc927afdf4)) ##### BREAKING CHANGES - the minimum supported webpack version is v5.0.0 ([#3342](https://togithub.com/webpack/webpack-cli/issues/3342)) ([b1af0dc](https://togithub.com/webpack/webpack-cli/commit/b1af0dc7ebcdf746bc37889e4c1f978c65acc4a5)), closes [#3342](https://togithub.com/webpack/webpack-cli/issues/3342) - webpack-cli no longer supports webpack v4, the minimum supported version is webpack v5.0.0 - webpack-cli no longer supports webpack-dev-server v3, the minimum supported version is webpack-dev-server v4.0.0 - remove the `migrate` command ([#3291](https://togithub.com/webpack/webpack-cli/issues/3291)) ([56b43e4](https://togithub.com/webpack/webpack-cli/commit/56b43e4baf76c166ade3b282b40ad9d007cc52b6)), closes [#3291](https://togithub.com/webpack/webpack-cli/issues/3291) - remove the `--prefetch` option in favor the `PrefetchPlugin` plugin - remove the `--node-env` option in favor `--define-process-env-node-env` - remove the `--hot` option in favor of directly using the `HotModuleReplacement` plugin (only for `build` command, for `serve` it will work) - the behavior logic of the `--entry` option has been changed - previously it replaced your entries, now the option adds a specified entry, if you want to return the previous behavior please use ` webpack --entry-reset --entry './src/my-entry.js' `webpack/webpack-dev-server (webpack-dev-server)
### [`v5.0.4`](https://togithub.com/webpack/webpack-dev-server/blob/HEAD/CHANGELOG.md#504-2024-03-19) [Compare Source](https://togithub.com/webpack/webpack-dev-server/compare/v5.0.3...v5.0.4) ### [`v5.0.3`](https://togithub.com/webpack/webpack-dev-server/blob/HEAD/CHANGELOG.md#503-2024-03-12) [Compare Source](https://togithub.com/webpack/webpack-dev-server/compare/v5.0.2...v5.0.3) ### [`v5.0.2`](https://togithub.com/webpack/webpack-dev-server/blob/HEAD/CHANGELOG.md#502-2024-02-16) [Compare Source](https://togithub.com/webpack/webpack-dev-server/compare/v5.0.1...v5.0.2) ### [`v5.0.1`](https://togithub.com/webpack/webpack-dev-server/blob/HEAD/CHANGELOG.md#501-2024-02-13) [Compare Source](https://togithub.com/webpack/webpack-dev-server/compare/v5.0.0...v5.0.1) ### [`v5.0.0`](https://togithub.com/webpack/webpack-dev-server/blob/HEAD/CHANGELOG.md#500-2024-02-12) [Compare Source](https://togithub.com/webpack/webpack-dev-server/compare/v4.15.2...v5.0.0) [Migration Guide and Changes](https://togithub.com/webpack/webpack-dev-server/blob/master/migration-v5.md). ##### [4.15.1](https://togithub.com/webpack/webpack-dev-server/compare/v4.15.0...v4.15.1) (2023-06-09) ##### Bug Fixes - replace `::` with `localhost` before openBrowser() ([#4856](https://togithub.com/webpack/webpack-dev-server/issues/4856)) ([874c44b](https://togithub.com/webpack/webpack-dev-server/commit/874c44b072d55fe42a29d366dbe1c71ca3a94db4)) - **types:** compatibility with `@types/ws` ([#4899](https://togithub.com/webpack/webpack-dev-server/issues/4899)) ([34bcec2](https://togithub.com/webpack/webpack-dev-server/commit/34bcec242b8bc64c26e9455a8fd5781a59fbcf24)) ### [`v4.15.2`](https://togithub.com/webpack/webpack-dev-server/releases/tag/v4.15.2) [Compare Source](https://togithub.com/webpack/webpack-dev-server/compare/v4.15.1...v4.15.2) ##### [4.15.2](https://togithub.com/webpack/webpack-dev-server/compare/v4.15.1...v4.15.2) (2024-03-20) ##### Bug Fixes - **security:** bump webpack-dev-middleware ([4116209](https://togithub.com/webpack/webpack-dev-server/commit/411620997594d24cd1f788e8533a5c6fa2736143)) ### [`v4.15.1`](https://togithub.com/webpack/webpack-dev-server/blob/HEAD/CHANGELOG.md#4151-2023-06-09) [Compare Source](https://togithub.com/webpack/webpack-dev-server/compare/v4.15.0...v4.15.1) ### [`v4.15.0`](https://togithub.com/webpack/webpack-dev-server/blob/HEAD/CHANGELOG.md#4150-2023-05-07) [Compare Source](https://togithub.com/webpack/webpack-dev-server/compare/v4.14.0...v4.15.0) ##### Features - overlay displays unhandled promise rejection ([#4849](https://togithub.com/webpack/webpack-dev-server/issues/4849)) ([d1dd430](https://togithub.com/webpack/webpack-dev-server/commit/d1dd4305bf3861c43caf374c101a80e65e18b138)) ### [`v4.14.0`](https://togithub.com/webpack/webpack-dev-server/blob/HEAD/CHANGELOG.md#4140-2023-05-06) [Compare Source](https://togithub.com/webpack/webpack-dev-server/compare/v4.13.3...v4.14.0) ##### Features - allow CLI to be ESM ([#4837](https://togithub.com/webpack/webpack-dev-server/issues/4837)) ([bb4a5d9](https://togithub.com/webpack/webpack-dev-server/commit/bb4a5d9e8f87a89c81d4024085ff6c9ebb6c551b)) - allow filter overlay errors/warnings with function ([#4813](https://togithub.com/webpack/webpack-dev-server/issues/4813)) ([aab01b3](https://togithub.com/webpack/webpack-dev-server/commit/aab01b3c4e4fb9ca9ae1c1bbc860a52a06026de6)) ##### [4.13.3](https://togithub.com/webpack/webpack-dev-server/compare/v4.13.2...v4.13.3) (2023-04-15) ##### Bug Fixes - **perf:** reduced initial start time ([#4818](https://togithub.com/webpack/webpack-dev-server/issues/4818)) ([fcf01d1](https://togithub.com/webpack/webpack-dev-server/commit/fcf01d1b8eb67aa1c93486e1b34ceefc33d9ee73)) ##### [4.13.2](https://togithub.com/webpack/webpack-dev-server/compare/v4.13.1...v4.13.2) (2023-03-31) ##### Bug Fixes - prevent open 0.0.0.0 in browser due windows problems ([04e74f2](https://togithub.com/webpack/webpack-dev-server/commit/04e74f2ba32963932c0ab46ac4862e92c3e4e1e1)) ##### [4.13.1](https://togithub.com/webpack/webpack-dev-server/compare/v4.13.0...v4.13.1) (2023-03-18) ##### Bug Fixes - make webpack optional peer dependency ([#4778](https://togithub.com/webpack/webpack-dev-server/issues/4778)) ([71be54e](https://togithub.com/webpack/webpack-dev-server/commit/71be54edcb890f53d2cd900c2801989a17c2c9b1)) ### [`v4.13.3`](https://togithub.com/webpack/webpack-dev-server/blob/HEAD/CHANGELOG.md#4133-2023-04-15) [Compare Source](https://togithub.com/webpack/webpack-dev-server/compare/v4.13.2...v4.13.3) ### [`v4.13.2`](https://togithub.com/webpack/webpack-dev-server/blob/HEAD/CHANGELOG.md#4132-2023-03-31) [Compare Source](https://togithub.com/webpack/webpack-dev-server/compare/v4.13.1...v4.13.2) ### [`v4.13.1`](https://togithub.com/webpack/webpack-dev-server/blob/HEAD/CHANGELOG.md#4131-2023-03-18) [Compare Source](https://togithub.com/webpack/webpack-dev-server/compare/v4.13.0...v4.13.1) ### [`v4.13.0`](https://togithub.com/webpack/webpack-dev-server/blob/HEAD/CHANGELOG.md#4130-2023-03-17) [Compare Source](https://togithub.com/webpack/webpack-dev-server/compare/v4.12.0...v4.13.0) ##### Features - added `client.overlay.runtimeErrors` option to control runtime errors ([#4773](https://togithub.com/webpack/webpack-dev-server/issues/4773)) ([dca2366](https://togithub.com/webpack/webpack-dev-server/commit/dca2366e22a262e6052dae060c8b237f4e6fd26b)) ### [`v4.12.0`](https://togithub.com/webpack/webpack-dev-server/blob/HEAD/CHANGELOG.md#4120-2023-03-14) [Compare Source](https://togithub.com/webpack/webpack-dev-server/compare/v4.11.1...v4.12.0) ##### Features - allow to set the `sockjs_url` option (only `sockjs`) using the `webSocketServer.options.sockjsUrl` option ([#4586](https://togithub.com/webpack/webpack-dev-server/issues/4586)) ([69a2fba](https://togithub.com/webpack/webpack-dev-server/commit/69a2fba4e915b4814de1c3cb27930a13dc994945)) - catch runtime error ([#4605](https://togithub.com/webpack/webpack-dev-server/issues/4605)) ([87a26cf](https://togithub.com/webpack/webpack-dev-server/commit/87a26cf4c1fd9ac8140d345a8520a8d5cb059556)) - improve styles for overlay ([#4576](https://togithub.com/webpack/webpack-dev-server/issues/4576)) ([791fb85](https://togithub.com/webpack/webpack-dev-server/commit/791fb85931299eea052b3c37d4353d48ea34fa5e)) - open editor when clicking error on overlay ([#4587](https://togithub.com/webpack/webpack-dev-server/issues/4587)) ([efb2cec](https://togithub.com/webpack/webpack-dev-server/commit/efb2cec3f8acbbe5113aad20529e268c01ac29c2)) ##### Bug Fixes - compatibility with `experiments.buildHttp` ([#4585](https://togithub.com/webpack/webpack-dev-server/issues/4585)) ([5b846cb](https://togithub.com/webpack/webpack-dev-server/commit/5b846cbe9bfb8444bc7605654fcebf4e87766aa4)) - respect `NODE_PATH` env variable ([#4581](https://togithub.com/webpack/webpack-dev-server/issues/4581)) ([b857e6f](https://togithub.com/webpack/webpack-dev-server/commit/b857e6fa3b86facc63811438eef17be92dc36dc6)) ##### [4.11.1](https://togithub.com/webpack/webpack-dev-server/compare/v4.11.0...v4.11.1) (2022-09-19) ##### Bug Fixes - respect `client.logging` option for all logs ([#4572](https://togithub.com/webpack/webpack-dev-server/issues/4572)) ([375835c](https://togithub.com/webpack/webpack-dev-server/commit/375835c926ec03fdfecae9ab1b54fd43b1ff4b31)) ### [`v4.11.1`](https://togithub.com/webpack/webpack-dev-server/blob/HEAD/CHANGELOG.md#4111-2022-09-19) [Compare Source](https://togithub.com/webpack/webpack-dev-server/compare/v4.11.0...v4.11.1) ### [`v4.11.0`](https://togithub.com/webpack/webpack-dev-server/blob/HEAD/CHANGELOG.md#4110-2022-09-07) [Compare Source](https://togithub.com/webpack/webpack-dev-server/compare/v4.10.1...v4.11.0) ##### Features - make allowedHosts accept localhost subdomains by default ([#4357](https://togithub.com/webpack/webpack-dev-server/issues/4357)) ([0a33e6a](https://togithub.com/webpack/webpack-dev-server/commit/0a33e6a7529ef20ec8841c3fd501c37da179be3e)) ##### Bug Fixes - auto reply to OPTIONS requests only when unhandled ([#4559](https://togithub.com/webpack/webpack-dev-server/issues/4559)) ([984af02](https://togithub.com/webpack/webpack-dev-server/commit/984af026a50f3e77c58abe24475da40a4ed038f1)), closes [#4551](https://togithub.com/webpack/webpack-dev-server/issues/4551) ##### [4.10.1](https://togithub.com/webpack/webpack-dev-server/compare/v4.10.0...v4.10.1) (2022-08-29) ##### Bug Fixes - compatibility with old browsers ([#4544](https://togithub.com/webpack/webpack-dev-server/issues/4544)) ([6a430d4](https://togithub.com/webpack/webpack-dev-server/commit/6a430d495e3e616304000e21e72deba27eb5303f)) ### [`v4.10.1`](https://togithub.com/webpack/webpack-dev-server/blob/HEAD/CHANGELOG.md#4101-2022-08-29) [Compare Source](https://togithub.com/webpack/webpack-dev-server/compare/v4.10.0...v4.10.1)Configuration
📅 Schedule: Branch creation - "after 10pm,before 5:00am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.