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

Update dependency webpack-dev-server to v4.3.0 - autoclosed #82

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 31, 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: 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, check this box.

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

@renovate renovate bot changed the title Update dependency webpack-dev-server to v4.1.0 Update dependency webpack-dev-server to v4.1.0 - autoclosed Sep 2, 2021
@renovate renovate bot closed this Sep 2, 2021
@renovate renovate bot deleted the renovate/webpack-dev-server-4.x branch September 2, 2021 13:27
@renovate renovate bot changed the title Update dependency webpack-dev-server to v4.1.0 - autoclosed Update dependency webpack-dev-server to v4.1.0 Sep 7, 2021
@renovate renovate bot reopened this Sep 7, 2021
@renovate renovate bot restored the renovate/webpack-dev-server-4.x branch September 7, 2021 12:48
@renovate renovate bot force-pushed the renovate/webpack-dev-server-4.x branch from 510a3ab to 0617dc9 Compare September 7, 2021 12:49
@renovate renovate bot changed the title Update dependency webpack-dev-server to v4.1.0 Update dependency webpack-dev-server to v4.1.1 Sep 7, 2021
@renovate renovate bot changed the title Update dependency webpack-dev-server to v4.1.1 Update dependency webpack-dev-server to v4.2.0 Sep 9, 2021
@renovate renovate bot force-pushed the renovate/webpack-dev-server-4.x branch 2 times, most recently from 69a376c to d455d3e Compare September 13, 2021 23:49
@renovate renovate bot changed the title Update dependency webpack-dev-server to v4.2.0 Update dependency webpack-dev-server to v4.2.1 Sep 13, 2021
@renovate renovate bot force-pushed the renovate/webpack-dev-server-4.x branch from d455d3e to 54ff57d Compare September 25, 2021 15:36
@renovate renovate bot changed the title Update dependency webpack-dev-server to v4.2.1 Update dependency webpack-dev-server to v4.3.0 Sep 25, 2021
@renovate renovate bot changed the title Update dependency webpack-dev-server to v4.3.0 Update dependency webpack-dev-server to v4.3.0 - autoclosed Sep 25, 2021
@renovate renovate bot closed this Sep 25, 2021
@renovate renovate bot deleted the renovate/webpack-dev-server-4.x branch September 25, 2021 19:22
mdnorman added a commit that referenced this pull request Nov 26, 2021
chore(deps): update node.js to v16.13.0
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.

1 participant