ademilter / Frame

New-tab extension for Chrome and Firefox
90 stars 12 forks source link

Bump webpack-dev-server from 3.1.4 to 3.8.1 #31

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Bumps webpack-dev-server from 3.1.4 to 3.8.1.

Release notes *Sourced from [webpack-dev-server's releases](https://github.com/webpack/webpack-dev-server/releases).* > ## v3.8.1 > ### [3.8.1](https://github.com/webpack/webpack-dev-server/compare/v3.8.0...v3.8.1) (2019-09-16) > > > ### Bug Fixes > > * add null check for connection.headers ([#2200](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2200)) ([7964997](https://github.com/webpack/webpack-dev-server/commit/7964997)) > * false positive for an absolute path in the `ContentBase` option on windows ([#2202](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2202)) ([68ecf78](https://github.com/webpack/webpack-dev-server/commit/68ecf78)) > * add status in quiet log level ([#2235](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2235)) ([7e2224e](https://github.com/webpack/webpack-dev-server/commit/7e2224e)) > * scriptHost in client ([#2246](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2246)) ([00903f6](https://github.com/webpack/webpack-dev-server/commit/00903f6)) > > ## 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: [webpack/webpack-dev-server#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) > > ... (truncated)
Changelog *Sourced from [webpack-dev-server's changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md).* > ### [3.8.1](https://github.com/webpack/webpack-dev-server/compare/v3.8.0...v3.8.1) (2019-09-16) > > > ### Bug Fixes > > * add null check for connection.headers ([#2200](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2200)) ([7964997](https://github.com/webpack/webpack-dev-server/commit/7964997)) > * false positive for an absolute path in the `ContentBase` option on windows ([#2202](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2202)) ([68ecf78](https://github.com/webpack/webpack-dev-server/commit/68ecf78)) > * add status in quiet log level ([#2235](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2235)) ([7e2224e](https://github.com/webpack/webpack-dev-server/commit/7e2224e)) > * scriptHost in client ([#2246](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2246)) ([00903f6](https://github.com/webpack/webpack-dev-server/commit/00903f6)) > > ## [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: [webpack/webpack-dev-server#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) > > > ... (truncated)
Commits - [`9d1c6d2`](https://github.com/webpack/webpack-dev-server/commit/9d1c6d249fff293ee2d4c1b8792bb0a631f99fd6) chore(release): 3.8.1 - [`9764d57`](https://github.com/webpack/webpack-dev-server/commit/9764d57583099d739ca49913f9d2470ee67f0cad) chore(deps): update minor dependencies without http proxy middleware ([#2248](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2248)) - [`090b184`](https://github.com/webpack/webpack-dev-server/commit/090b1843c746b7b576d22f504bdd1dac40195749) test(cli): use ports map for quiet logging test ([#2247](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2247)) - [`00903f6`](https://github.com/webpack/webpack-dev-server/commit/00903f6b798fd9d6f42728c090ae9a8b9018b8d5) fix: scriptHost in client ([#2246](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2246)) - [`5f9dde9`](https://github.com/webpack/webpack-dev-server/commit/5f9dde9a7e13b96e117ca5cad33ce951078365aa) chore(deps): update dependency is-absolute-url to ^3.0.2 (maste… ([#2249](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2249)) - [`7e2224e`](https://github.com/webpack/webpack-dev-server/commit/7e2224e51f8ffd2a1df12c2bdc035f29944ed04d) fix: add status in quiet log level ([#2235](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2235)) - [`3748c3f`](https://github.com/webpack/webpack-dev-server/commit/3748c3f895a9bc5345c30db434606292297086d1) chore(deps): update dependency typescript to ^3.6.3 (master) ([#2245](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2245)) - [`7daff1d`](https://github.com/webpack/webpack-dev-server/commit/7daff1def7dcf17ea90c40ad3b59926e6c8bba99) chore(deps): update all patch dependencies ([#2241](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2241)) - [`fffb21e`](https://github.com/webpack/webpack-dev-server/commit/fffb21e2cd21dfdbccd79e86678c57dd0962e42d) chore(deps): update dependency webpack-dev-middleware to ^3.7.1 ([#2237](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2237)) - [`96fb33a`](https://github.com/webpack/webpack-dev-server/commit/96fb33a13cfc5bb34147f3252eef51a717798e1f) chore(deps): update dependency husky to ^3.0.5 (master) ([#2236](https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2236)) - Additional commits viewable in [compare view](https://github.com/webpack/webpack-dev-server/compare/v3.1.4...v3.8.1)
Maintainer changes This version was pushed to npm by [evilebottnawi](https://www.npmjs.com/~evilebottnawi), 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/ademilter/Frame/network/alerts).