Skip to content

[DevDependency] Bump webpack-dev-server from 3.11.2 to 4.7.4 #468

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2022

Bumps webpack-dev-server from 3.11.2 to 4.7.4.

Release notes

Sourced from webpack-dev-server's releases.

v4.7.4

4.7.4 (2022-02-02)

Bug Fixes

v4.7.3

4.7.3 (2022-01-11)

Security

  • update selfsigned to 2.0.0 version

v4.7.2

4.7.2 (2021-12-29)

Bug Fixes

  • apply onAfterSetupMiddleware after setupMiddlewares (as behavior earlier) (f6bc644)

v4.7.1

4.7.1 (2021-12-22)

Bug Fixes

  • removed url package, fixed compatibility with future webpack defaults (#4132) (4e5d8ea)

v4.7.0

4.7.0 (2021-12-21)

Features

  • added the setupMiddlewares option and deprecated onAfterSetupMiddleware and onBeforeSetupMiddleware options (#4068) (c13aa56)
  • added types (8f02c3f)
  • show deprecation warning for cacert option (#4115) (c73ddfb)

Bug Fixes

... (truncated)

Changelog

Sourced from webpack-dev-server's changelog.

4.7.4 (2022-02-02)

Bug Fixes

4.7.3 (2022-01-11)

Security

  • update selfsigned to 2.0.0 version

4.7.2 (2021-12-29)

Bug Fixes

  • apply onAfterSetupMiddleware after setupMiddlewares (as behavior earlier) (f6bc644)

4.7.1 (2021-12-22)

Bug Fixes

  • removed url package, fixed compatibility with future webpack defaults (#4132) (4e5d8ea)

4.7.0 (2021-12-21)

Features

  • added the setupMiddlewares option and deprecated onAfterSetupMiddleware and onBeforeSetupMiddleware options (#4068) (c13aa56)
  • added types (8f02c3f)
  • show deprecation warning for cacert option (#4115) (c73ddfb)

Bug Fixes

  • add description for watchFiles options (#4057) (75f3817)
  • allow passing options for custom server (#4110) (fc8bed9)
  • correct schema for ClientLogging (#4084) (9b7ae7b)
  • mark --open-app deprecated in favor of --open-app-name (#4091) (693c28a)
  • show deprecation warning for both https and http2 (#4069) (d8d5d71)
  • update --web-socket-server description (#4098) (65955e9)
  • update listen and close deprecation warning message (#4097) (b217a19)
  • update descriptions of https and server options (#4094) (f97c9e2)

... (truncated)

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 3, 2022
@MasterOdin MasterOdin changed the title [DevDependency]: Bump webpack-dev-server from 3.11.2 to 4.7.4 [DevDependency] Bump webpack-dev-server from 3.11.2 to 4.7.4 Feb 3, 2022
@codecov
Copy link

codecov bot commented Feb 3, 2022

Codecov Report

Merging #468 (43d8dd3) into main (3eafb84) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #468   +/-   ##
=======================================
  Coverage   73.73%   73.73%           
=======================================
  Files          38       38           
  Lines        1321     1321           
=======================================
  Hits          974      974           
  Misses        347      347           

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/webpack-dev-server-4.7.4 branch 5 times, most recently from 25e428c to 181d77d Compare February 8, 2022 16:59
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/webpack-dev-server-4.7.4 branch from 181d77d to 299dbf4 Compare February 18, 2022 02:43
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/webpack-dev-server-4.7.4 branch 5 times, most recently from 24c1a73 to b70fd99 Compare March 2, 2022 15:10
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/webpack-dev-server-4.7.4 branch from b70fd99 to 5a54bbe Compare March 10, 2022 21:34
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 3.11.2 to 4.7.4.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](webpack/webpack-dev-server@v3.11.2...v4.7.4)

---
updated-dependencies:
- dependency-name: webpack-dev-server
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/webpack-dev-server-4.7.4 branch from 5a54bbe to 43d8dd3 Compare March 15, 2022 14:33
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 6, 2022

Superseded by #500.

@dependabot dependabot bot closed this Apr 6, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/webpack-dev-server-4.7.4 branch April 6, 2022 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants