Release notes
*Sourced from [webpack-dev-server's releases](https://github.com/webpack/webpack-dev-server/releases).*
> ## v3.3.1
> ## [3.3.1](https://github.com/webpack/webpack-dev-server/compare/v3.3.0...v3.3.1) (2019-04-09)
>
>
> ### Bug Fixes
>
> * **regression:** always get necessary stats for hmr ([#1780](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1780)) ([66b04a9](https://github.com/webpack/webpack-dev-server/commit/66b04a9))
> * **regression:** host and port can be undefined or null ([#1779](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1779)) ([028ceee](https://github.com/webpack/webpack-dev-server/commit/028ceee))
> * only add entries after compilers have been created ([#1774](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1774)) ([b31cbaa](https://github.com/webpack/webpack-dev-server/commit/b31cbaa))
>
> ## v3.3.0
> # [3.3.0](https://github.com/webpack/webpack-dev-server/compare/v3.2.1...v3.3.0) (2019-04-08)
>
>
> ### Bug Fixes
>
> * compatibility with webpack-cli@3.3 ([#1754](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1754)) ([fd7cb0d](https://github.com/webpack/webpack-dev-server/commit/fd7cb0d))
> * ignore proxy when bypass return false ([#1696](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1696)) ([aa7de77](https://github.com/webpack/webpack-dev-server/commit/aa7de77))
> * respect stats option from webpack config ([#1665](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1665)) ([efaa740](https://github.com/webpack/webpack-dev-server/commit/efaa740))
> * use location.port when location.hostname is used to infer HMR socket URL ([#1664](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1664)) ([2f7f052](https://github.com/webpack/webpack-dev-server/commit/2f7f052))
> * don't crash with express.static.mime.types ([#1765](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1765)) ([919ff77](https://github.com/webpack/webpack-dev-server/commit/919ff77))
>
>
> ### Features
>
> * add option "serveIndex" to enable/disable serveIndex middleware ([#1752](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1752)) ([d5d60cb](https://github.com/webpack/webpack-dev-server/commit/d5d60cb))
> * add webpack as argument to before and after options ([#1760](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1760)) ([0984d4b](https://github.com/webpack/webpack-dev-server/commit/0984d4b))
> * http2 option to enable/disable HTTP/2 with HTTPS ([#1721](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1721)) ([dcd2434](https://github.com/webpack/webpack-dev-server/commit/dcd2434))
> * random port retry logic ([#1692](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1692)) ([419f02e](https://github.com/webpack/webpack-dev-server/commit/419f02e))
> * relax depth limit from chokidar for content base ([#1697](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1697)) ([7ea9ab9](https://github.com/webpack/webpack-dev-server/commit/7ea9ab9))
Changelog
*Sourced from [webpack-dev-server's changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md).*
> ## [3.3.1](https://github.com/webpack/webpack-dev-server/compare/v3.3.0...v3.3.1) (2019-04-09)
>
>
> ### Bug Fixes
>
> * **regression:** always get necessary stats for hmr ([#1780](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1780)) ([66b04a9](https://github.com/webpack/webpack-dev-server/commit/66b04a9))
> * **regression:** host and port can be undefined or null ([#1779](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1779)) ([028ceee](https://github.com/webpack/webpack-dev-server/commit/028ceee))
> * only add entries after compilers have been created ([#1774](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1774)) ([b31cbaa](https://github.com/webpack/webpack-dev-server/commit/b31cbaa))
>
>
>
> # [3.3.0](https://github.com/webpack/webpack-dev-server/compare/v3.2.1...v3.3.0) (2019-04-08)
>
>
> ### Bug Fixes
>
> * compatibility with webpack-cli@3.3 ([#1754](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1754)) ([fd7cb0d](https://github.com/webpack/webpack-dev-server/commit/fd7cb0d))
> * ignore proxy when bypass return false ([#1696](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1696)) ([aa7de77](https://github.com/webpack/webpack-dev-server/commit/aa7de77))
> * respect stats option from webpack config ([#1665](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1665)) ([efaa740](https://github.com/webpack/webpack-dev-server/commit/efaa740))
> * use location.port when location.hostname is used to infer HMR socket URL ([#1664](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1664)) ([2f7f052](https://github.com/webpack/webpack-dev-server/commit/2f7f052))
> * don't crash with express.static.mime.types ([#1765](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1765)) ([919ff77](https://github.com/webpack/webpack-dev-server/commit/919ff77))
>
>
> ### Features
>
> * add option "serveIndex" to enable/disable serveIndex middleware ([#1752](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1752)) ([d5d60cb](https://github.com/webpack/webpack-dev-server/commit/d5d60cb))
> * add webpack as argument to before and after options ([#1760](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1760)) ([0984d4b](https://github.com/webpack/webpack-dev-server/commit/0984d4b))
> * http2 option to enable/disable HTTP/2 with HTTPS ([#1721](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1721)) ([dcd2434](https://github.com/webpack/webpack-dev-server/commit/dcd2434))
> * random port retry logic ([#1692](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1692)) ([419f02e](https://github.com/webpack/webpack-dev-server/commit/419f02e))
> * relax depth limit from chokidar for content base ([#1697](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1697)) ([7ea9ab9](https://github.com/webpack/webpack-dev-server/commit/7ea9ab9))
Commits
- [`99b78dc`](https://github.com/webpack/webpack-dev-server/commit/99b78dc3ddeb94af33fe71942ec0312a9be3e2c2) chore(release): 3.3.1
- [`f10fd68`](https://github.com/webpack/webpack-dev-server/commit/f10fd68a640beeff5e7901e6caf55e0ea5ef32e5) docs: fix changelog ([#1783](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1783))
- [`b31cbaa`](https://github.com/webpack/webpack-dev-server/commit/b31cbaaf49417eb4adf8949cd87c36ca82653b25) fix: only add entries after compilers have been created ([#1774](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1774))
- [`66b04a9`](https://github.com/webpack/webpack-dev-server/commit/66b04a9684f0f5fa688df99b5dc34c3bdfa4b3e7) fix(regression): always get necessary stats for hmr ([#1780](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1780))
- [`028ceee`](https://github.com/webpack/webpack-dev-server/commit/028ceee1693c7566ea7ea54048ced23db5409c32) fix(regression): host and port can be undefined or null ([#1779](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1779))
- [`f5ea174`](https://github.com/webpack/webpack-dev-server/commit/f5ea174800523383dc7f1bfa8d39033265037270) docs(contribution): alternative way to test ([#1506](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1506))
- [`99e8db0`](https://github.com/webpack/webpack-dev-server/commit/99e8db0f8cc441bb8f6acc60d786e33c38b8fc1d) chore(release): 3.3.0
- [`df3ee67`](https://github.com/webpack/webpack-dev-server/commit/df3ee67b567060b9e5ad1d2779b4a61255e6c034) test: refactor ([#1768](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1768))
- [`f61dfd4`](https://github.com/webpack/webpack-dev-server/commit/f61dfd4459b38fd245e8ede856aeea456f71b3c1) test: compress option ([#1766](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1766))
- [`919ff77`](https://github.com/webpack/webpack-dev-server/commit/919ff77fdf85c3c5835a4869cd976b52b648a36a) fix(Server): validate express.static.mime.types ([#1765](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1765))
- Additional commits viewable in [compare view](https://github.com/webpack/webpack-dev-server/compare/v3.2.1...v3.3.1)
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
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps webpack-dev-server from 3.2.1 to 3.3.1.
Release notes
*Sourced from [webpack-dev-server's releases](https://github.com/webpack/webpack-dev-server/releases).* > ## v3.3.1 > ## [3.3.1](https://github.com/webpack/webpack-dev-server/compare/v3.3.0...v3.3.1) (2019-04-09) > > > ### Bug Fixes > > * **regression:** always get necessary stats for hmr ([#1780](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1780)) ([66b04a9](https://github.com/webpack/webpack-dev-server/commit/66b04a9)) > * **regression:** host and port can be undefined or null ([#1779](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1779)) ([028ceee](https://github.com/webpack/webpack-dev-server/commit/028ceee)) > * only add entries after compilers have been created ([#1774](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1774)) ([b31cbaa](https://github.com/webpack/webpack-dev-server/commit/b31cbaa)) > > ## v3.3.0 > # [3.3.0](https://github.com/webpack/webpack-dev-server/compare/v3.2.1...v3.3.0) (2019-04-08) > > > ### Bug Fixes > > * compatibility with webpack-cli@3.3 ([#1754](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1754)) ([fd7cb0d](https://github.com/webpack/webpack-dev-server/commit/fd7cb0d)) > * ignore proxy when bypass return false ([#1696](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1696)) ([aa7de77](https://github.com/webpack/webpack-dev-server/commit/aa7de77)) > * respect stats option from webpack config ([#1665](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1665)) ([efaa740](https://github.com/webpack/webpack-dev-server/commit/efaa740)) > * use location.port when location.hostname is used to infer HMR socket URL ([#1664](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1664)) ([2f7f052](https://github.com/webpack/webpack-dev-server/commit/2f7f052)) > * don't crash with express.static.mime.types ([#1765](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1765)) ([919ff77](https://github.com/webpack/webpack-dev-server/commit/919ff77)) > > > ### Features > > * add option "serveIndex" to enable/disable serveIndex middleware ([#1752](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1752)) ([d5d60cb](https://github.com/webpack/webpack-dev-server/commit/d5d60cb)) > * add webpack as argument to before and after options ([#1760](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1760)) ([0984d4b](https://github.com/webpack/webpack-dev-server/commit/0984d4b)) > * http2 option to enable/disable HTTP/2 with HTTPS ([#1721](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1721)) ([dcd2434](https://github.com/webpack/webpack-dev-server/commit/dcd2434)) > * random port retry logic ([#1692](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1692)) ([419f02e](https://github.com/webpack/webpack-dev-server/commit/419f02e)) > * relax depth limit from chokidar for content base ([#1697](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1697)) ([7ea9ab9](https://github.com/webpack/webpack-dev-server/commit/7ea9ab9))Changelog
*Sourced from [webpack-dev-server's changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md).* > ## [3.3.1](https://github.com/webpack/webpack-dev-server/compare/v3.3.0...v3.3.1) (2019-04-09) > > > ### Bug Fixes > > * **regression:** always get necessary stats for hmr ([#1780](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1780)) ([66b04a9](https://github.com/webpack/webpack-dev-server/commit/66b04a9)) > * **regression:** host and port can be undefined or null ([#1779](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1779)) ([028ceee](https://github.com/webpack/webpack-dev-server/commit/028ceee)) > * only add entries after compilers have been created ([#1774](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1774)) ([b31cbaa](https://github.com/webpack/webpack-dev-server/commit/b31cbaa)) > > > > # [3.3.0](https://github.com/webpack/webpack-dev-server/compare/v3.2.1...v3.3.0) (2019-04-08) > > > ### Bug Fixes > > * compatibility with webpack-cli@3.3 ([#1754](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1754)) ([fd7cb0d](https://github.com/webpack/webpack-dev-server/commit/fd7cb0d)) > * ignore proxy when bypass return false ([#1696](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1696)) ([aa7de77](https://github.com/webpack/webpack-dev-server/commit/aa7de77)) > * respect stats option from webpack config ([#1665](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1665)) ([efaa740](https://github.com/webpack/webpack-dev-server/commit/efaa740)) > * use location.port when location.hostname is used to infer HMR socket URL ([#1664](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1664)) ([2f7f052](https://github.com/webpack/webpack-dev-server/commit/2f7f052)) > * don't crash with express.static.mime.types ([#1765](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1765)) ([919ff77](https://github.com/webpack/webpack-dev-server/commit/919ff77)) > > > ### Features > > * add option "serveIndex" to enable/disable serveIndex middleware ([#1752](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1752)) ([d5d60cb](https://github.com/webpack/webpack-dev-server/commit/d5d60cb)) > * add webpack as argument to before and after options ([#1760](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1760)) ([0984d4b](https://github.com/webpack/webpack-dev-server/commit/0984d4b)) > * http2 option to enable/disable HTTP/2 with HTTPS ([#1721](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1721)) ([dcd2434](https://github.com/webpack/webpack-dev-server/commit/dcd2434)) > * random port retry logic ([#1692](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1692)) ([419f02e](https://github.com/webpack/webpack-dev-server/commit/419f02e)) > * relax depth limit from chokidar for content base ([#1697](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1697)) ([7ea9ab9](https://github.com/webpack/webpack-dev-server/commit/7ea9ab9))Commits
- [`99b78dc`](https://github.com/webpack/webpack-dev-server/commit/99b78dc3ddeb94af33fe71942ec0312a9be3e2c2) chore(release): 3.3.1 - [`f10fd68`](https://github.com/webpack/webpack-dev-server/commit/f10fd68a640beeff5e7901e6caf55e0ea5ef32e5) docs: fix changelog ([#1783](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1783)) - [`b31cbaa`](https://github.com/webpack/webpack-dev-server/commit/b31cbaaf49417eb4adf8949cd87c36ca82653b25) fix: only add entries after compilers have been created ([#1774](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1774)) - [`66b04a9`](https://github.com/webpack/webpack-dev-server/commit/66b04a9684f0f5fa688df99b5dc34c3bdfa4b3e7) fix(regression): always get necessary stats for hmr ([#1780](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1780)) - [`028ceee`](https://github.com/webpack/webpack-dev-server/commit/028ceee1693c7566ea7ea54048ced23db5409c32) fix(regression): host and port can be undefined or null ([#1779](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1779)) - [`f5ea174`](https://github.com/webpack/webpack-dev-server/commit/f5ea174800523383dc7f1bfa8d39033265037270) docs(contribution): alternative way to test ([#1506](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1506)) - [`99e8db0`](https://github.com/webpack/webpack-dev-server/commit/99e8db0f8cc441bb8f6acc60d786e33c38b8fc1d) chore(release): 3.3.0 - [`df3ee67`](https://github.com/webpack/webpack-dev-server/commit/df3ee67b567060b9e5ad1d2779b4a61255e6c034) test: refactor ([#1768](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1768)) - [`f61dfd4`](https://github.com/webpack/webpack-dev-server/commit/f61dfd4459b38fd245e8ede856aeea456f71b3c1) test: compress option ([#1766](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1766)) - [`919ff77`](https://github.com/webpack/webpack-dev-server/commit/919ff77fdf85c3c5835a4869cd976b52b648a36a) fix(Server): validate express.static.mime.types ([#1765](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1765)) - Additional commits viewable in [compare view](https://github.com/webpack/webpack-dev-server/compare/v3.2.1...v3.3.1)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 - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.