egoist / docute

📚 Effortless documentation, done right.
https://docute.egoist.dev
MIT License
3.8k stars 427 forks source link

chore(deps): bump webpack-dev-server from 3.1.10 to 3.8.0 #269

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Bumps webpack-dev-server from 3.1.10 to 3.8.0.

Release notes *Sourced from [webpack-dev-server's releases](https://github.com/webpack/webpack-dev-server/releases).* > ## v3.8.0 > ## [3.8.0](https://github.com/webpack/webpack-dev-server/compare/v3.7.2...v3.8.0) (2019-08-09) > > > ### Bug Fixes > > * **server:** fix setupExitSignals usage ([#2181](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2181)) ([bbe410e](https://github.com/webpack/webpack-dev-server/commit/bbe410e)) > * **server:** set port before instantiating server ([#2143](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2143)) ([cfbf229](https://github.com/webpack/webpack-dev-server/commit/cfbf229)) > * check for name of HotModuleReplacementPlugin to avoid RangeError ([#2146](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2146)) ([4579775](https://github.com/webpack/webpack-dev-server/commit/4579775)) > * **server:** check for external urls in array ([#1980](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1980)) ([fa78347](https://github.com/webpack/webpack-dev-server/commit/fa78347)) > * **server:** fix header check for socket server ([#2077](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2077)) ([7f51859](https://github.com/webpack/webpack-dev-server/commit/7f51859)) > * **server:** stricter headers security check ([#2092](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2092)) ([078ddca](https://github.com/webpack/webpack-dev-server/commit/078ddca)) > > > ### Features > > * **server:** add transportMode ([#2116](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2116)) ([b5b9cb4](https://github.com/webpack/webpack-dev-server/commit/b5b9cb4)) > * **server/client:** made progress option available to API ([#1961](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1961)) ([56274e4](https://github.com/webpack/webpack-dev-server/commit/56274e4)) > > ### Potential Breaking Changes > > We have migrated `serverMode` and `clientMode` to `transportMode` as an experimental option. If you want to use this feature, you have to change your settings. > > Related PR: [#2116](https://github-redirect.dependabot.com/webpack/webpack-dev-server/pull/2116) > > > ## v3.7.2 > ### [3.7.2](https://github.com/webpack/webpack-dev-server/compare/v3.7.1...v3.7.2) (2019-06-17) > > > ### Bug Fixes > > * **client:** add default fallback for client ([#2015](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2015)) ([d26b444](https://github.com/webpack/webpack-dev-server/commit/d26b444)) > * **open:** set `wait: false` to run server.close successfully ([#2001](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2001)) ([2b4cb52](https://github.com/webpack/webpack-dev-server/commit/2b4cb52)) > * **test:** fixed ProvidePlugin.test.js ([#2002](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2002)) ([47453cb](https://github.com/webpack/webpack-dev-server/commit/47453cb)) > > ## v3.7.1 > ### [3.7.1](https://github.com/webpack/webpack-dev-server/compare/v3.7.0...v3.7.1) (2019-06-07) > > > ### Bug Fixes > > * retry finding port when port is null and get ports in sequence ([#1993](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1993)) ([bc57514](https://github.com/webpack/webpack-dev-server/commit/bc57514)) > > ## v3.7.0 > ## [3.7.0](https://github.com/webpack/webpack-dev-server/compare/v3.5.1...v3.7.0) (2019-06-06) > > > ### Bug Fixes > > ... (truncated)
Changelog *Sourced from [webpack-dev-server's changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md).* > ## [3.8.0](https://github.com/webpack/webpack-dev-server/compare/v3.7.2...v3.8.0) (2019-08-09) > > > ### Bug Fixes > > * **server:** fix setupExitSignals usage ([#2181](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2181)) ([bbe410e](https://github.com/webpack/webpack-dev-server/commit/bbe410e)) > * **server:** set port before instantiating server ([#2143](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2143)) ([cfbf229](https://github.com/webpack/webpack-dev-server/commit/cfbf229)) > * check for name of HotModuleReplacementPlugin to avoid RangeError ([#2146](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2146)) ([4579775](https://github.com/webpack/webpack-dev-server/commit/4579775)) > * **server:** check for external urls in array ([#1980](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1980)) ([fa78347](https://github.com/webpack/webpack-dev-server/commit/fa78347)) > * **server:** fix header check for socket server ([#2077](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2077)) ([7f51859](https://github.com/webpack/webpack-dev-server/commit/7f51859)) > * **server:** stricter headers security check ([#2092](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2092)) ([078ddca](https://github.com/webpack/webpack-dev-server/commit/078ddca)) > > > ### Features > > * **server:** add transportMode ([#2116](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2116)) ([b5b9cb4](https://github.com/webpack/webpack-dev-server/commit/b5b9cb4)) > * **server:** serverMode 'ws' option ([#2082](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2082)) ([04483f4](https://github.com/webpack/webpack-dev-server/commit/04483f4)) > * **server/client:** made progress option available to API ([#1961](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1961)) ([56274e4](https://github.com/webpack/webpack-dev-server/commit/56274e4)) > > ### Potential Breaking changes > > We have migrated `serverMode` and `clientMode` to `transportMode` as an experimental option. If you want to use this feature, you have to change your settings. > > Related PR: [#2116](https://github-redirect.dependabot.com/webpack/webpack-dev-server/pull/2116) > > > ### [3.7.2](https://github.com/webpack/webpack-dev-server/compare/v3.7.1...v3.7.2) (2019-06-17) > > > ### Bug Fixes > > * **client:** add default fallback for client ([#2015](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2015)) ([d26b444](https://github.com/webpack/webpack-dev-server/commit/d26b444)) > * **open:** set `wait: false` to run server.close successfully ([#2001](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2001)) ([2b4cb52](https://github.com/webpack/webpack-dev-server/commit/2b4cb52)) > * **test:** fixed ProvidePlugin.test.js ([#2002](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2002)) ([47453cb](https://github.com/webpack/webpack-dev-server/commit/47453cb)) > > > > ### [3.7.1](https://github.com/webpack/webpack-dev-server/compare/v3.7.0...v3.7.1) (2019-06-07) > > > ### Bug Fixes > > * retry finding port when port is null and get ports in sequence ([#1993](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1993)) ([bc57514](https://github.com/webpack/webpack-dev-server/commit/bc57514)) > > > > ## [3.7.0](https://github.com/webpack/webpack-dev-server/compare/v3.6.0...v3.7.0) (2019-06-06) > > > ### Bug Fixes > ... (truncated)
Commits - [`84cb481`](https://github.com/webpack/webpack-dev-server/commit/84cb4817a3fb9d8d98ac84390964cd56d533a3f5) chore(release): 3.8.0 - [`b5b9cb4`](https://github.com/webpack/webpack-dev-server/commit/b5b9cb47fe6d930e97a96fc49d80d3df9d3cae4a) feat(server): add transportMode ([#2116](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2116)) - [`460f15a`](https://github.com/webpack/webpack-dev-server/commit/460f15a1a4d3356c32317b4157b766984eed9d5b) test(e2e): More e2e test improvements ([#2163](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2163)) - [`bc7005e`](https://github.com/webpack/webpack-dev-server/commit/bc7005e4cd34746ffa3373c9be08132575af9b52) chore(deps): update dependency husky to ^3.0.3 (master) ([#2182](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2182)) - [`bbe410e`](https://github.com/webpack/webpack-dev-server/commit/bbe410e6f257ae45e65ca97c708118c8d7ec01ce) fix(server): fix setupExitSignals usage ([#2181](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2181)) - [`21e7646`](https://github.com/webpack/webpack-dev-server/commit/21e76462473018c9c6454541e2881b085567f060) chore(deps): update dependency style-loader to v1 ([#2179](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2179)) - [`a28800d`](https://github.com/webpack/webpack-dev-server/commit/a28800dbe3b490360fd41c41802483c14e7d01db) chore(deps): update webpack@4.39.1 ([#2176](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2176)) - [`68a1f29`](https://github.com/webpack/webpack-dev-server/commit/68a1f2937ab483dfbcad189276f33dc19ac95886) chore(deps): update webpack to 4.39.0 ([#2171](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2171)) - [`c2da532`](https://github.com/webpack/webpack-dev-server/commit/c2da5322b078dbe9c3f6580ca2f301ba3e282452) chore(deps): update dependency standard-version to v7 ([#2160](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2160)) - [`18edd18`](https://github.com/webpack/webpack-dev-server/commit/18edd188fff275f2f684257caab533d8fc25d760) refactor: simplify ([#2120](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2120)) - Additional commits viewable in [compare view](https://github.com/webpack/webpack-dev-server/compare/v3.1.10...v3.8.0)
Maintainer changes This version was pushed to npm by [hiroppy](https://www.npmjs.com/~hiroppy), a new releaser for webpack-dev-server since your current version.


Dependabot compatibility score

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](https://github.com/egoist/docute/network/alerts).
dependabot[bot] commented 4 years ago

Looks like webpack-dev-server is up-to-date now, so this is no longer needed.