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

chore(deps): update dependency webpack-dev-server to v4.3.0 #434

Merged
merged 1 commit into from
Sep 30, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 25, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webpack-dev-server 4.2.1 -> 4.3.0 age adoption passing confidence

Release Notes

webpack/webpack-dev-server

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

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

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

@renovate renovate bot added dependencies Pull requests that update a dependency file renovate labels Sep 25, 2021
@nikukyugamer nikukyugamer merged commit 3695534 into main Sep 30, 2021
@renovate renovate bot deleted the renovate/webpack-dev-server-4.x branch September 30, 2021 05:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants