reactjs / react-tabs

An accessible and easy tab component for ReactJS.
https://reactcommunity.org/react-tabs/
MIT License
3.1k stars 447 forks source link

chore(deps): update dependency webpack-dev-server to v5 #548

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 9 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webpack-dev-server 4.15.2 -> 5.1.0 age adoption passing confidence

Release Notes

webpack/webpack-dev-server (webpack-dev-server) ### [`v5.1.0`](https://redirect.github.com/webpack/webpack-dev-server/blob/HEAD/CHANGELOG.md#510-2024-09-03) [Compare Source](https://redirect.github.com/webpack/webpack-dev-server/compare/v5.0.4...v5.1.0) ##### Features - add visual progress indicators ([a8f40b7](https://redirect.github.com/webpack/webpack-dev-server/commit/a8f40b74e6439a8281b9fe8868eb9db7e4c5de50)) - added the `app` option to be `Function` (by default only with `connect` compatibility frameworks) ([3096148](https://redirect.github.com/webpack/webpack-dev-server/commit/3096148746c906105c4424352f5b5ad1bff0fd4f)) - allow the `server` option to be `Function` ([#​5275](https://redirect.github.com/webpack/webpack-dev-server/issues/5275)) ([02a1c6d](https://redirect.github.com/webpack/webpack-dev-server/commit/02a1c6d788f5fc47c11cc7d910fd1b5e17aed886)) - http2 support for `connect` and `connect` compatibility frameworks which support HTTP2 ([#​5267](https://redirect.github.com/webpack/webpack-dev-server/issues/5267)) ([6509a3f](https://redirect.github.com/webpack/webpack-dev-server/commit/6509a3fd3eb5decb61f60a9f2db97d76f71ecb99)) ##### Bug Fixes - check the `platform` property to determinate the target ([#​5269](https://redirect.github.com/webpack/webpack-dev-server/issues/5269)) ([c3b532c](https://redirect.github.com/webpack/webpack-dev-server/commit/c3b532c6360317319793dcda22c76fbfc05fbdcf)) - ipv6 output ([#​5270](https://redirect.github.com/webpack/webpack-dev-server/issues/5270)) ([06005e7](https://redirect.github.com/webpack/webpack-dev-server/commit/06005e7cb99e4c412b968ed3fb786acfb8c2e037)) - replace `rimraf` with `rm` ([#​5162](https://redirect.github.com/webpack/webpack-dev-server/issues/5162)) ([1a1561f](https://redirect.github.com/webpack/webpack-dev-server/commit/1a1561f09bdfa7a98434d7d9cd62e323b887dfbf)) - replace default gateway ([#​5255](https://redirect.github.com/webpack/webpack-dev-server/issues/5255)) ([f5f0902](https://redirect.github.com/webpack/webpack-dev-server/commit/f5f09024ff4fe6625aa94bcd69439462d74013f0)) - support `devServer: false` ([#​5272](https://redirect.github.com/webpack/webpack-dev-server/issues/5272)) ([8b341cb](https://redirect.github.com/webpack/webpack-dev-server/commit/8b341cb8c1dc01cef62c70959620cd0cbd87fee7)) ##### [5.0.4](https://redirect.github.com/webpack/webpack-dev-server/compare/v5.0.3...v5.0.4) (2024-03-19) ##### Bug Fixes - **security:** bump webpack-dev-middleware ([#​5112](https://redirect.github.com/webpack/webpack-dev-server/issues/5112)) ([aab576a](https://redirect.github.com/webpack/webpack-dev-server/commit/aab576a9e4930a1731e8b0380c859552fc9a6e11)) ##### [5.0.3](https://redirect.github.com/webpack/webpack-dev-server/compare/v5.0.2...v5.0.3) (2024-03-12) ##### Bug Fixes - **types:** proxy ([#​5101](https://redirect.github.com/webpack/webpack-dev-server/issues/5101)) ([6e1aed3](https://redirect.github.com/webpack/webpack-dev-server/commit/6e1aed30ffd6456935b4fe22851cd560b0eae176)) ##### [5.0.2](https://redirect.github.com/webpack/webpack-dev-server/compare/v5.0.1...v5.0.2) (2024-02-16) ##### Bug Fixes - types ([#​5057](https://redirect.github.com/webpack/webpack-dev-server/issues/5057)) ([da2c24d](https://redirect.github.com/webpack/webpack-dev-server/commit/da2c24ddd92198a1337553457eedcece6af38195)) ##### [5.0.1](https://redirect.github.com/webpack/webpack-dev-server/compare/v5.0.0...v5.0.1) (2024-02-13) ##### Bug Fixes - avoid using eval in client ([#​5045](https://redirect.github.com/webpack/webpack-dev-server/issues/5045)) ([7681477](https://redirect.github.com/webpack/webpack-dev-server/commit/76814771dcebe80628b4462f5e1d30064ae226d5)) - overlay and `require-trusted-types-for` ([#​5046](https://redirect.github.com/webpack/webpack-dev-server/issues/5046)) ([e115436](https://redirect.github.com/webpack/webpack-dev-server/commit/e11543677120b004d1f20e11fdf34c07897c7b0c)) ### [`v5.0.4`](https://redirect.github.com/webpack/webpack-dev-server/blob/HEAD/CHANGELOG.md#504-2024-03-19) [Compare Source](https://redirect.github.com/webpack/webpack-dev-server/compare/v5.0.3...v5.0.4) ### [`v5.0.3`](https://redirect.github.com/webpack/webpack-dev-server/blob/HEAD/CHANGELOG.md#503-2024-03-12) [Compare Source](https://redirect.github.com/webpack/webpack-dev-server/compare/v5.0.2...v5.0.3) ### [`v5.0.2`](https://redirect.github.com/webpack/webpack-dev-server/blob/HEAD/CHANGELOG.md#502-2024-02-16) [Compare Source](https://redirect.github.com/webpack/webpack-dev-server/compare/v5.0.1...v5.0.2) ### [`v5.0.1`](https://redirect.github.com/webpack/webpack-dev-server/blob/HEAD/CHANGELOG.md#501-2024-02-13) [Compare Source](https://redirect.github.com/webpack/webpack-dev-server/compare/v5.0.0...v5.0.1) ### [`v5.0.0`](https://redirect.github.com/webpack/webpack-dev-server/blob/HEAD/CHANGELOG.md#500-2024-02-12) [Compare Source](https://redirect.github.com/webpack/webpack-dev-server/compare/v4.15.2...v5.0.0) [Migration Guide and Changes](https://redirect.github.com/webpack/webpack-dev-server/blob/master/migration-v5.md). ##### [4.15.1](https://redirect.github.com/webpack/webpack-dev-server/compare/v4.15.0...v4.15.1) (2023-06-09) ##### Bug Fixes - replace `::` with `localhost` before openBrowser() ([#​4856](https://redirect.github.com/webpack/webpack-dev-server/issues/4856)) ([874c44b](https://redirect.github.com/webpack/webpack-dev-server/commit/874c44b072d55fe42a29d366dbe1c71ca3a94db4)) - **types:** compatibility with `@types/ws` ([#​4899](https://redirect.github.com/webpack/webpack-dev-server/issues/4899)) ([34bcec2](https://redirect.github.com/webpack/webpack-dev-server/commit/34bcec242b8bc64c26e9455a8fd5781a59fbcf24))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

github-actions[bot] commented 9 months ago

📊 Package size report   -0%↓

File Before (Size / Gzip) After (Size / Gzip)
package.json 3.2 kB / 1.2 kB -0.03%↓3.2 kB / -0.16%↓1.2 kB
Total (Includes all files) 58.6 kB / 20.5 kB -0%↓58.6 kB / -0.01%↓20.5 kB
Tarball size 12.6 kB -0.14%↓12.6 kB
Unchanged files | File | Size (Size / Gzip) | | --------------------------------------------------------------------------------------------------------------------------- | -------------------: | | `esm/components/Tab.js` | `1.5 kB` / `630 B` | | `esm/components/TabList.js` | `658 B` / `331 B` | | `esm/components/TabPanel.js` | `975 B` / `456 B` | | `esm/components/Tabs.js` | `2.9 kB` / `1.1 kB` | | `esm/components/UncontrolledTabs.js` | `6.2 kB` / `1.8 kB` | | `esm/helpers/childrenDeepMap.js` | `846 B` / `299 B` | | `esm/helpers/count.js` | `205 B` / `157 B` | | `esm/helpers/elementTypes.js` | `244 B` / `144 B` | | `esm/helpers/propTypes.js` | `2.6 kB` / `927 B` | | `esm/index.js` | `200 B` / `94 B` | | [`index.d.ts`](https://github.com/reactjs/react-tabs/blob/renovate/webpack-dev-server-5.x/index.d.ts) | `2.0 kB` / `542 B` | | `lib/components/Tab.js` | `2.6 kB` / `978 B` | | `lib/components/TabList.js` | `974 B` / `418 B` | | `lib/components/TabPanel.js` | `1.3 kB` / `546 B` | | `lib/components/Tabs.js` | `4.0 kB` / `1.4 kB` | | `lib/components/UncontrolledTabs.js` | `7.4 kB` / `2.2 kB` | | `lib/helpers/childrenDeepMap.js` | `1.0 kB` / `344 B` | | `lib/helpers/count.js` | `325 B` / `193 B` | | `lib/helpers/elementTypes.js` | `369 B` / `187 B` | | `lib/helpers/propTypes.js` | `2.8 kB` / `978 B` | | `lib/index.js` | `558 B` / `209 B` | | [`LICENSE`](https://github.com/reactjs/react-tabs/blob/renovate/webpack-dev-server-5.x/LICENSE) | `1.1 kB` / `653 B` | | [`README.md`](https://github.com/reactjs/react-tabs/blob/renovate/webpack-dev-server-5.x/README.md) | `12.1 kB` / `3.6 kB` | | [`style/react-tabs.css`](https://github.com/reactjs/react-tabs/blob/renovate/webpack-dev-server-5.x/style/react-tabs.css) | `842 B` / `369 B` | | [`style/react-tabs.less`](https://github.com/reactjs/react-tabs/blob/renovate/webpack-dev-server-5.x/style/react-tabs.less) | `879 B` / `391 B` | | [`style/react-tabs.scss`](https://github.com/reactjs/react-tabs/blob/renovate/webpack-dev-server-5.x/style/react-tabs.scss) | `879 B` / `391 B` |

🤖 This report was automatically generated by pkg-size-action