Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

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

Merged
merged 1 commit into from
Nov 24, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 22, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webpack-dev-server ^3.11.2 -> ^4.0.0 age adoption passing confidence

Release Notes

webpack/webpack-dev-server

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: "every weekend" (UTC).

🚦 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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner November 22, 2021 20:33
@renovate renovate bot requested review from kennylam, BrunnoM7 and RichKummer and removed request for a team November 22, 2021 20:33
@renovate renovate bot force-pushed the renovate/webpack-dev-server-4.x branch from a5a683c to d2f6922 Compare November 23, 2021 09:43
@ibmdotcom-bot
Copy link
Contributor

ibmdotcom-bot commented Nov 23, 2021

@ibmdotcom-bot
Copy link
Contributor

ibmdotcom-bot commented Nov 23, 2021

@ibmdotcom-bot
Copy link
Contributor

ibmdotcom-bot commented Nov 23, 2021

@ibmdotcom-bot
Copy link
Contributor

ibmdotcom-bot commented Nov 23, 2021

@renovate renovate bot force-pushed the renovate/webpack-dev-server-4.x branch 5 times, most recently from 4e193fc to e8fa73a Compare November 24, 2021 15:33
@renovate renovate bot force-pushed the renovate/webpack-dev-server-4.x branch from e8fa73a to 2f9df54 Compare November 24, 2021 15:49
@abdonrd abdonrd added the Ready to merge Label for the pull requests that are ready to merge label Nov 24, 2021
@kodiakhq kodiakhq bot merged commit 51ce918 into master Nov 24, 2021
@kodiakhq kodiakhq bot deleted the renovate/webpack-dev-server-4.x branch November 24, 2021 16:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Ready to merge Label for the pull requests that are ready to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants