chore(deps): update dependency webpack-dev-server to v4.15.2 #42

Merged
realaravinth merged 1 commit from renovate/webpack-dev-server-4.x-lockfile into master 2024-06-08 14:09:03 +05:30
Member

This PR contains the following updates:

Package Type Update Change
webpack-dev-server devDependencies minor 4.11.1 -> 4.15.2

Release Notes

webpack/webpack-dev-server (webpack-dev-server)

v4.15.2

Compare Source

4.15.2 (2024-03-20)
Bug Fixes
  • security: bump webpack-dev-middleware (4116209)

v4.15.1

Compare Source

v4.15.0

Compare Source

Features

v4.14.0

Compare Source

Features
4.13.3 (2023-04-15)
Bug Fixes
4.13.2 (2023-03-31)
Bug Fixes
  • prevent open 0.0.0.0 in browser due windows problems (04e74f2)
4.13.1 (2023-03-18)
Bug Fixes

v4.13.3

Compare Source

v4.13.2

Compare Source

v4.13.1

Compare Source

v4.13.0

Compare Source

Features
  • added client.overlay.runtimeErrors option to control runtime errors (#​4773) (dca2366)

v4.12.0

Compare Source

Features
Bug Fixes
4.11.1 (2022-09-19)
Bug Fixes

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [webpack-dev-server](https://github.com/webpack/webpack-dev-server) | devDependencies | minor | [`4.11.1` -> `4.15.2`](https://renovatebot.com/diffs/npm/webpack-dev-server/4.11.1/4.15.2) | --- ### Release Notes <details> <summary>webpack/webpack-dev-server (webpack-dev-server)</summary> ### [`v4.15.2`](https://github.com/webpack/webpack-dev-server/releases/tag/v4.15.2) [Compare Source](https://github.com/webpack/webpack-dev-server/compare/v4.15.1...v4.15.2) ##### [4.15.2](https://github.com/webpack/webpack-dev-server/compare/v4.15.1...v4.15.2) (2024-03-20) ##### Bug Fixes - **security:** bump webpack-dev-middleware ([4116209](https://github.com/webpack/webpack-dev-server/commit/411620997594d24cd1f788e8533a5c6fa2736143)) ### [`v4.15.1`](https://github.com/webpack/webpack-dev-server/blob/HEAD/CHANGELOG.md#4151-2023-06-09) [Compare Source](https://github.com/webpack/webpack-dev-server/compare/v4.15.0...v4.15.1) ### [`v4.15.0`](https://github.com/webpack/webpack-dev-server/blob/HEAD/CHANGELOG.md#4150-2023-05-07) [Compare Source](https://github.com/webpack/webpack-dev-server/compare/v4.14.0...v4.15.0) ##### Features - overlay displays unhandled promise rejection ([#&#8203;4849](https://github.com/webpack/webpack-dev-server/issues/4849)) ([d1dd430](https://github.com/webpack/webpack-dev-server/commit/d1dd4305bf3861c43caf374c101a80e65e18b138)) ### [`v4.14.0`](https://github.com/webpack/webpack-dev-server/blob/HEAD/CHANGELOG.md#4140-2023-05-06) [Compare Source](https://github.com/webpack/webpack-dev-server/compare/v4.13.3...v4.14.0) ##### Features - allow CLI to be ESM ([#&#8203;4837](https://github.com/webpack/webpack-dev-server/issues/4837)) ([bb4a5d9](https://github.com/webpack/webpack-dev-server/commit/bb4a5d9e8f87a89c81d4024085ff6c9ebb6c551b)) - allow filter overlay errors/warnings with function ([#&#8203;4813](https://github.com/webpack/webpack-dev-server/issues/4813)) ([aab01b3](https://github.com/webpack/webpack-dev-server/commit/aab01b3c4e4fb9ca9ae1c1bbc860a52a06026de6)) ##### [4.13.3](https://github.com/webpack/webpack-dev-server/compare/v4.13.2...v4.13.3) (2023-04-15) ##### Bug Fixes - **perf:** reduced initial start time ([#&#8203;4818](https://github.com/webpack/webpack-dev-server/issues/4818)) ([fcf01d1](https://github.com/webpack/webpack-dev-server/commit/fcf01d1b8eb67aa1c93486e1b34ceefc33d9ee73)) ##### [4.13.2](https://github.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://github.com/webpack/webpack-dev-server/commit/04e74f2ba32963932c0ab46ac4862e92c3e4e1e1)) ##### [4.13.1](https://github.com/webpack/webpack-dev-server/compare/v4.13.0...v4.13.1) (2023-03-18) ##### Bug Fixes - make webpack optional peer dependency ([#&#8203;4778](https://github.com/webpack/webpack-dev-server/issues/4778)) ([71be54e](https://github.com/webpack/webpack-dev-server/commit/71be54edcb890f53d2cd900c2801989a17c2c9b1)) ### [`v4.13.3`](https://github.com/webpack/webpack-dev-server/blob/HEAD/CHANGELOG.md#4133-2023-04-15) [Compare Source](https://github.com/webpack/webpack-dev-server/compare/v4.13.2...v4.13.3) ### [`v4.13.2`](https://github.com/webpack/webpack-dev-server/blob/HEAD/CHANGELOG.md#4132-2023-03-31) [Compare Source](https://github.com/webpack/webpack-dev-server/compare/v4.13.1...v4.13.2) ### [`v4.13.1`](https://github.com/webpack/webpack-dev-server/blob/HEAD/CHANGELOG.md#4131-2023-03-18) [Compare Source](https://github.com/webpack/webpack-dev-server/compare/v4.13.0...v4.13.1) ### [`v4.13.0`](https://github.com/webpack/webpack-dev-server/blob/HEAD/CHANGELOG.md#4130-2023-03-17) [Compare Source](https://github.com/webpack/webpack-dev-server/compare/v4.12.0...v4.13.0) ##### Features - added `client.overlay.runtimeErrors` option to control runtime errors ([#&#8203;4773](https://github.com/webpack/webpack-dev-server/issues/4773)) ([dca2366](https://github.com/webpack/webpack-dev-server/commit/dca2366e22a262e6052dae060c8b237f4e6fd26b)) ### [`v4.12.0`](https://github.com/webpack/webpack-dev-server/blob/HEAD/CHANGELOG.md#4120-2023-03-14) [Compare Source](https://github.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 ([#&#8203;4586](https://github.com/webpack/webpack-dev-server/issues/4586)) ([69a2fba](https://github.com/webpack/webpack-dev-server/commit/69a2fba4e915b4814de1c3cb27930a13dc994945)) - catch runtime error ([#&#8203;4605](https://github.com/webpack/webpack-dev-server/issues/4605)) ([87a26cf](https://github.com/webpack/webpack-dev-server/commit/87a26cf4c1fd9ac8140d345a8520a8d5cb059556)) - improve styles for overlay ([#&#8203;4576](https://github.com/webpack/webpack-dev-server/issues/4576)) ([791fb85](https://github.com/webpack/webpack-dev-server/commit/791fb85931299eea052b3c37d4353d48ea34fa5e)) - open editor when clicking error on overlay ([#&#8203;4587](https://github.com/webpack/webpack-dev-server/issues/4587)) ([efb2cec](https://github.com/webpack/webpack-dev-server/commit/efb2cec3f8acbbe5113aad20529e268c01ac29c2)) ##### Bug Fixes - compatibility with `experiments.buildHttp` ([#&#8203;4585](https://github.com/webpack/webpack-dev-server/issues/4585)) ([5b846cb](https://github.com/webpack/webpack-dev-server/commit/5b846cbe9bfb8444bc7605654fcebf4e87766aa4)) - respect `NODE_PATH` env variable ([#&#8203;4581](https://github.com/webpack/webpack-dev-server/issues/4581)) ([b857e6f](https://github.com/webpack/webpack-dev-server/commit/b857e6fa3b86facc63811438eef17be92dc36dc6)) ##### [4.11.1](https://github.com/webpack/webpack-dev-server/compare/v4.11.0...v4.11.1) (2022-09-19) ##### Bug Fixes - respect `client.logging` option for all logs ([#&#8203;4572](https://github.com/webpack/webpack-dev-server/issues/4572)) ([375835c](https://github.com/webpack/webpack-dev-server/commit/375835c926ec03fdfecae9ab1b54fd43b1ff4b31)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTguMiIsInVwZGF0ZWRJblZlciI6IjM3LjM5OC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlLWJvdCJdfQ==-->
renovate-bot added the
renovate-bot
label 2024-06-07 22:38:14 +05:30
renovate-bot force-pushed renovate/webpack-dev-server-4.x-lockfile from fb504128c4 to e4a4831502 2024-06-08 01:25:09 +05:30 Compare
renovate-bot force-pushed renovate/webpack-dev-server-4.x-lockfile from e4a4831502 to 3de39776c3 2024-06-08 03:03:57 +05:30 Compare
Author
Member

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: ts-jest@27.1.5
npm ERR! Found: typescript@5.4.5
npm ERR! node_modules/typescript
npm ERR!   peer typescript@"*" from ts-loader@9.5.1
npm ERR!   node_modules/ts-loader
npm ERR!     dev ts-loader@"^9.2.6" from the root project
npm ERR!   peer typescript@">=2.7" from ts-node@10.9.2
npm ERR!   node_modules/ts-node
npm ERR!     peerOptional ts-node@">=9.0.0" from jest-config@27.5.1
npm ERR!     node_modules/jest-config
npm ERR!       jest-config@"^27.5.1" from @jest/core@27.5.1
npm ERR!       node_modules/@jest/core
npm ERR!         @jest/core@"^27.5.1" from jest@27.5.1
npm ERR!         node_modules/jest
npm ERR!         1 more (jest-cli)
npm ERR!       1 more (jest-cli)
npm ERR!     dev ts-node@"^10.3.0" from the root project
npm ERR!   2 more (tsutils, the root project)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer typescript@">=3.8 <5.0" from ts-jest@27.1.5
npm ERR! node_modules/ts-jest
npm ERR!   dev ts-jest@"^27.0.5" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: typescript@4.9.5
npm ERR! node_modules/typescript
npm ERR!   peer typescript@">=3.8 <5.0" from ts-jest@27.1.5
npm ERR!   node_modules/ts-jest
npm ERR!     dev ts-jest@"^27.0.5" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate-bot-cache/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-bot-cache/cache/others/npm/_logs/2024-06-08T07_36_20_346Z-debug-0.log

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: package-lock.json ``` npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR! npm ERR! While resolving: ts-jest@27.1.5 npm ERR! Found: typescript@5.4.5 npm ERR! node_modules/typescript npm ERR! peer typescript@"*" from ts-loader@9.5.1 npm ERR! node_modules/ts-loader npm ERR! dev ts-loader@"^9.2.6" from the root project npm ERR! peer typescript@">=2.7" from ts-node@10.9.2 npm ERR! node_modules/ts-node npm ERR! peerOptional ts-node@">=9.0.0" from jest-config@27.5.1 npm ERR! node_modules/jest-config npm ERR! jest-config@"^27.5.1" from @jest/core@27.5.1 npm ERR! node_modules/@jest/core npm ERR! @jest/core@"^27.5.1" from jest@27.5.1 npm ERR! node_modules/jest npm ERR! 1 more (jest-cli) npm ERR! 1 more (jest-cli) npm ERR! dev ts-node@"^10.3.0" from the root project npm ERR! 2 more (tsutils, the root project) npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer typescript@">=3.8 <5.0" from ts-jest@27.1.5 npm ERR! node_modules/ts-jest npm ERR! dev ts-jest@"^27.0.5" from the root project npm ERR! npm ERR! Conflicting peer dependency: typescript@4.9.5 npm ERR! node_modules/typescript npm ERR! peer typescript@">=3.8 <5.0" from ts-jest@27.1.5 npm ERR! node_modules/ts-jest npm ERR! dev ts-jest@"^27.0.5" from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force, or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution. npm ERR! npm ERR! See /tmp/renovate-bot-cache/cache/others/npm/eresolve-report.txt for a full report. npm ERR! A complete log of this run can be found in: npm ERR! /tmp/renovate-bot-cache/cache/others/npm/_logs/2024-06-08T07_36_20_346Z-debug-0.log ```
renovate-bot force-pushed renovate/webpack-dev-server-4.x-lockfile from 3de39776c3 to 8da9c17714 2024-06-08 13:06:27 +05:30 Compare
realaravinth merged commit 3b3dc7b346 into master 2024-06-08 14:09:03 +05:30
Sign in to join this conversation.
No description provided.