servicebot
servicebot copied to clipboard
Bump webpack-dev-server from 1.16.5 to 3.9.0
Bumps webpack-dev-server from 1.16.5 to 3.9.0.
Release notes
Sourced from webpack-dev-server's releases.
v3.9.0
3.9.0 (2019-10-22)
Bug Fixes
- add
hostname
andport
to bonjour name to prevent name collisions (#2276) (d8af2d9)- add
extKeyUsage
to self-signed cert (#2274) (a4dbc3b)Features
v3.8.2
3.8.2 (2019-10-02)
Security
- update
selfsigned
packagev3.8.1
3.8.1 (2019-09-16)
Bug Fixes
- add null check for connection.headers (#2200) (7964997)
- false positive for an absolute path in the
ContentBase
option on windows (#2202) (68ecf78)- add status in quiet log level (#2235) (7e2224e)
- scriptHost in client (#2246) (00903f6)
v3.8.0
3.8.0 (2019-08-09)
Bug Fixes
- server: fix setupExitSignals usage (#2181) (bbe410e)
- server: set port before instantiating server (#2143) (cfbf229)
- check for name of HotModuleReplacementPlugin to avoid RangeError (#2146) (4579775)
- server: check for external urls in array (#1980) (fa78347)
- server: fix header check for socket server (#2077) (7f51859)
- server: stricter headers security check (#2092) (078ddca)
Features
... (truncated)
Changelog
Sourced from webpack-dev-server's changelog.
3.9.0 (2019-10-22)
Bug Fixes
- add
hostname
andport
to bonjour name to prevent name collisions (#2276) (d8af2d9)- add
extKeyUsage
to self-signed cert (#2274) (a4dbc3b)Features
3.8.2 (2019-10-02)
Security
- update
selfsigned
package3.8.1 (2019-09-16)
Bug Fixes
- add null check for connection.headers (#2200) (7964997)
- false positive for an absolute path in the
ContentBase
option on windows (#2202) (68ecf78)- add status in quiet log level (#2235) (7e2224e)
- scriptHost in client (#2246) (00903f6)
3.8.0 (2019-08-09)
Bug Fixes
- server: fix setupExitSignals usage (#2181) (bbe410e)
- server: set port before instantiating server (#2143) (cfbf229)
- check for name of HotModuleReplacementPlugin to avoid RangeError (#2146) (4579775)
- server: check for external urls in array (#1980) (fa78347)
- server: fix header check for socket server (#2077) (7f51859)
- server: stricter headers security check (#2092) (078ddca)
Features
- server: add transportMode (#2116) (b5b9cb4)
- server: serverMode 'ws' option (#2082) (04483f4)
- server/client: made progress option available to API (#1961) (56274e4)
Potential Breaking changes
... (truncated)
Commits
-
4d99f6d
chore(release): 3.9.0 -
4abc8c3
chore(deps): update package-lock.json (#2289) -
e1d4d7f
chore(deps): update all patch dependencies (master) (patch) (#2281) -
a4dbc3b
fix(server): Add extKeyUsage to self-signed cert (#2274) -
b0070f3
chore(deps): update all patch dependencies (#2275) -
d8af2d9
fix: add hostname and port to bonjour name to prevent name collisions (#2276) -
6d1f24f
chore(deps): update all patch dependencies (master) (patch) (#2271) -
c9e9178
feat(options): add multipleopenPage
support (#2266) -
06e014b
chore(deps): update all minor dependencies (#2252) -
98aa8e1
chore(cli): move webpack cli flags to dev server (#2270) - Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for webpack-dev-server since your current version.
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 ignore this [patch|minor|major] version
will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.