build(deps-dev): bump webpack-dev-server from 4.11.1 to 5.2.4#7176
build(deps-dev): bump webpack-dev-server from 4.11.1 to 5.2.4#7176dependabot[bot] wants to merge 2 commits into
Conversation
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.11.1 to 5.2.4. - [Release notes](https://github.com/webpack/webpack-dev-server/releases) - [Changelog](https://github.com/webpack/webpack-dev-server/blob/main/CHANGELOG.md) - [Commits](webpack/webpack-dev-server@v4.11.1...v5.2.4) --- updated-dependencies: - dependency-name: webpack-dev-server dependency-version: 5.2.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
|
looks like all three ci failures are due to |
|
@jdstrand hey! this dependabot bump (webpack-dev-server 4to 5) is failing CI because the new @types/express-serve-static-core dropped support for our TS version (4.0.2). I think we have tow options:
Do you have a preference? |
Thanks. I do not other than to say that whatever we can do to keep moving forward, even if piecemeal, is good since at some point our hand will be forced (and that never happens at a convenient time). |
sounds good! Went with option 1 and added a yarn resolution to pin @types/express-serve-static-core to 4.17.21 (this is the latest ersion that doesn't use template literal types incompatible with the TS 4.0.2). Let's see if the checks pass now. |
|
All CI jobs pass except monitor-ci-tests. I don't think it's related to this pr though. looks like infra failure. I will try re-running |
Bumps webpack-dev-server from 4.11.1 to 5.2.4.
Release notes
Sourced from webpack-dev-server's releases.
... (truncated)
Changelog
Sourced from webpack-dev-server's changelog.
... (truncated)
Commits
fd40130chore(release): 5.2.4ece4f36chore: update deps (#5661)a216144ci: fix test (#5658)df073c5Merge commit from forkb550a70chore(release): 5.2.39704dc5chore: upgrade selfsigned to v5 and remove node-forge dependency (#5618)92bf644chore: bump express to update qs (#5621)792b2f0chore(deps-dev): bump the dependencies group with 4 updates (#5606)6d587cachore(deps): bump the dependencies group across 1 directory with 27 updates (...f91baa8fix(overlay): add ESC key to dismiss overlay (#5598)Install script changes
This version modifies
preparescript that runs during installation. Review the package contents before updating.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.