Skip to content
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

chore(deps): update dependency webpack-dev-server to v4 #56

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 21, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webpack-dev-server 3.11.3 -> 4.9.2 age adoption passing confidence

Release Notes

webpack/webpack-dev-server

v4.9.2

Compare Source

v4.9.1

Compare Source

v4.9.0

Compare Source

Features
Bug Fixes
4.8.1 (2022-04-06)
Bug Fixes

v4.8.1

Compare Source

v4.8.0

Compare Source

Features
Bug Fixes
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)

v4.7.4

Compare Source

v4.7.3

Compare Source

v4.7.2

Compare Source

v4.7.1

Compare Source

v4.7.0

Compare Source

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

v4.6.0

Compare Source

Features
Bug Fixes

v4.5.0

Compare Source

Features
Bug Fixes

v4.4.0

Compare Source

Features
  • added the server option, now you can pass server options, example { server: { type: 'http', options: { maxHeaderSize: 32768 } } }, available options for http and https, note - for http2 is used spdy, options specified in the server.options option take precedence over https/http2 options (#​3940) (a70a7ef)
  • added the client.reconnect option (#​3912) (5edad76)
  • improve error handling within startCallback and endCallback (#​3969) (b0928ac)
Bug Fixes
4.3.1 (2021-10-04)
Bug Fixes

v4.3.1

Compare Source

v4.3.0

Compare Source

Features
Bug Fixes
4.2.1 (2021-09-13)
Bug Fixes
4.2.0 (2021-09-09)
Features
  • added the http.ca option (CLI option added too) (should be used instead cacert, because we will remove it in the next major release in favor the https.ca option)
  • added the https.crl option (CLI options added too), more information
  • https.ca/https.cacert/ https.cert/https.crl/https.key/https.pfx options are now accept Arrays of Buffer/string/Path to file, using --https-*-reset CLI options you can reset these options
  • https.pfx/https.key can be Object[], more information
  • https options can now accept custom options, you can use:
module.exports = {
  // Other options
  devServer: {
    https: {
      // Allow to set additional TSL options https://nodejs.org/api/tls.html#tls_tls_createsecurecontext_options
      minVersion: "TLSv1.1",
      ca: path.join(httpsCertificateDirectory, "ca.pem"),
      pfx: path.join(httpsCertificateDirectory, "server.pfx"),
      key: path.join(httpsCertificateDirectory, "server.key"),
      cert: path.join(httpsCertificateDirectory, "server.crt"),
      passphrase: "webpack-dev-server",
    },
  }
};
Bug Fixes
4.1.1 (2021-09-07)
Bug Fixes

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.1

Compare Source

v4.1.0

Compare Source

Features
  • added the magicHtml option (#​3717) (4831f58)
  • allow to set hot and live-reload for client using search params (1c57680)
  • show warning when the hot option is enabled with the HMR plugin in config (#​3744) (6cb1e4e)
Bug Fixes
  • change log type of Disconnected! to info (fde27f5)
  • handle --allowed-hosts all correctly (#​3720) (326ed56)
  • output documentation link on errors (#​3680) (e16221b)
  • respect the bypass option with target/router options for proxy (b5dd568)

v4.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 6am,every weekend" in timezone Europe/Oslo, 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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/webpack-dev-server-4.x branch 3 times, most recently from 10b1b4c to 2c03f40 Compare September 3, 2021 04:07
@renovate renovate bot force-pushed the renovate/webpack-dev-server-4.x branch 3 times, most recently from 744d99d to 8bf3e5f Compare September 14, 2021 00:25
@renovate renovate bot force-pushed the renovate/webpack-dev-server-4.x branch 3 times, most recently from f52f95b to 0826a46 Compare September 25, 2021 16:49
@renovate renovate bot force-pushed the renovate/webpack-dev-server-4.x branch 5 times, most recently from 72aacd0 to 1b959c0 Compare October 9, 2021 01:24
@renovate renovate bot force-pushed the renovate/webpack-dev-server-4.x branch from 1b959c0 to f663767 Compare October 10, 2021 01:42
@renovate renovate bot force-pushed the renovate/webpack-dev-server-4.x branch 3 times, most recently from 5ae9d28 to 01759f1 Compare October 27, 2021 19:01
@renovate renovate bot force-pushed the renovate/webpack-dev-server-4.x branch 2 times, most recently from b46e7c1 to df32c33 Compare November 13, 2021 13:49
@renovate renovate bot force-pushed the renovate/webpack-dev-server-4.x branch from df32c33 to c3c4ded Compare November 25, 2021 21:53
@renovate renovate bot force-pushed the renovate/webpack-dev-server-4.x branch from c3c4ded to 5f324ad Compare December 4, 2021 20:01
@renovate renovate bot force-pushed the renovate/webpack-dev-server-4.x branch 2 times, most recently from 64bc37c to 65ea330 Compare December 22, 2021 17:19
@renovate renovate bot force-pushed the renovate/webpack-dev-server-4.x branch from 65ea330 to 168f3ec Compare December 29, 2021 20:14
@renovate renovate bot force-pushed the renovate/webpack-dev-server-4.x branch from 168f3ec to 76f227e Compare January 11, 2022 18:50
@renovate renovate bot force-pushed the renovate/webpack-dev-server-4.x branch from 76f227e to 03adc7e Compare February 2, 2022 11:38
@renovate renovate bot force-pushed the renovate/webpack-dev-server-4.x branch from 03adc7e to ccad966 Compare April 24, 2022 18:36
@renovate renovate bot force-pushed the renovate/webpack-dev-server-4.x branch from ccad966 to f3cf6b0 Compare May 16, 2022 00:28
@renovate renovate bot force-pushed the renovate/webpack-dev-server-4.x branch from f3cf6b0 to e5fe01f Compare June 18, 2022 23:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants