Browse Source

Bump webpack-dev-server from 4.3.1 to 4.4.0 (#1694)

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.3.1 to 4.4.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/releases">webpack-dev-server's releases</a>.</em></p>
<blockquote>
<h2>v4.4.0</h2>
<h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.3.1...v4.4.0">4.4.0</a> (2021-10-27)</h2>
<h3>Features</h3>
<ul>
<li>added the <code>server</code> option, now you can pass server options, example <code>{ server: { type: 'http', options: { maxHeaderSize: 32768 } } }</code>, available options for <a href="https://nodejs.org/api/http.html#httpcreateserveroptions-requestlistener"><code>http</code></a> and <a href="https://nodejs.org/api/https.html#httpscreateserveroptions-requestlistener"><code>https</code></a>, note - for <code>http2</code> is used <a href="https://github.com/spdy-http2/node-spdy"><code>spdy</code></a>, options specified in the <code>server.options</code> option take precedence over <code>https</code>/<code>http2</code> options (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/3940">#3940</a>) (<a href="a70a7ef025">a70a7ef</a>)</li>
<li>added the <code>client.reconnect</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/3912">#3912</a>) (<a href="5edad76bb0">5edad76</a>)</li>
<li>improve error handling within <code>startCallback</code> and <code>endCallback</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/3969">#3969</a>) (<a href="b0928acadc">b0928ac</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>schema for web socket server type (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/3913">#3913</a>) (<a href="f6aa6f7979">f6aa6f7</a>)</li>
<li>typo in SSL information log (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/3939">#3939</a>) (<a href="4c6103ba94">4c6103b</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md">webpack-dev-server's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.3.1...v4.4.0">4.4.0</a> (2021-10-27)</h2>
<h3>Features</h3>
<ul>
<li>added the <code>server</code> option, now you can pass server options, example <code>{ server: { type: 'http', options: { maxHeaderSize: 32768 } } }</code>, available options for <a href="https://nodejs.org/api/http.html#httpcreateserveroptions-requestlistener"><code>http</code></a> and <a href="https://nodejs.org/api/https.html#httpscreateserveroptions-requestlistener"><code>https</code></a>, note - for <code>http2</code> is used <a href="https://github.com/spdy-http2/node-spdy"><code>spdy</code></a>, options specified in the <code>server.options</code> option take precedence over <code>https</code>/<code>http2</code> options (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/3940">#3940</a>) (<a href="a70a7ef025">a70a7ef</a>)</li>
<li>added the <code>client.reconnect</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/3912">#3912</a>) (<a href="5edad76bb0">5edad76</a>)</li>
<li>improve error handling within <code>startCallback</code> and <code>endCallback</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/3969">#3969</a>) (<a href="b0928acadc">b0928ac</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>schema for web socket server type (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/3913">#3913</a>) (<a href="f6aa6f7979">f6aa6f7</a>)</li>
<li>typo in SSL information log (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/3939">#3939</a>) (<a href="4c6103ba94">4c6103b</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="4d51f5a115"><code>4d51f5a</code></a> chore(release): 4.4.0</li>
<li><a href="83229056f2"><code>8322905</code></a> chore(deps): update (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/3984">#3984</a>)</li>
<li><a href="50df17cf7f"><code>50df17c</code></a> chore(deps-dev): bump lint-staged from 11.2.4 to 11.2.6 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/3982">#3982</a>)</li>
<li><a href="c7ba44deb1"><code>c7ba44d</code></a> chore(deps-dev): bump webpack from 5.59.1 to 5.60.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/3981">#3981</a>)</li>
<li><a href="91e71349c9"><code>91e7134</code></a> chore(deps-dev): bump marked from 3.0.7 to 3.0.8 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/3975">#3975</a>)</li>
<li><a href="a70a7ef025"><code>a70a7ef</code></a> feat: add the <code>server</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/3940">#3940</a>)</li>
<li><a href="ab417d1883"><code>ab417d1</code></a> chore(deps-dev): bump klona from 2.0.4 to 2.0.5 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/3983">#3983</a>)</li>
<li><a href="22e770b9df"><code>22e770b</code></a> chore(deps): bump open from 8.3.0 to 8.4.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/3977">#3977</a>)</li>
<li><a href="e65ebc3f03"><code>e65ebc3</code></a> chore(deps-dev): bump eslint from 8.0.1 to 8.1.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/3974">#3974</a>)</li>
<li><a href="2a490fd644"><code>2a490fd</code></a> chore(deps-dev): bump core-js from 3.18.3 to 3.19.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/3980">#3980</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/webpack/webpack-dev-server/compare/v4.3.1...v4.4.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-dev-server&package-manager=npm_and_yarn&previous-version=4.3.1&new-version=4.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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)


</details>
pull/1696/head
dependabot[bot] 3 years ago
parent
commit
e79886d6be
  1. 2
      package.json
  2. 12
      yarn.lock

2
package.json

@ -15,7 +15,7 @@
"style-loader": "^3.3.1",
"webpack": "^5.60.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.3.1"
"webpack-dev-server": "^4.4.0"
},
"dependencies": {
"monaco-editor": "^0.29.1"

12
yarn.lock

@ -486,7 +486,7 @@ chalk@^2.4.1:
escape-string-regexp "^1.0.5"
supports-color "^5.3.0"
chokidar@^3.5.1:
chokidar@^3.5.2:
version "3.5.2"
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.2.tgz#dba3976fcadb016f66fd365021d91600d01c1e75"
integrity sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==
@ -2652,14 +2652,14 @@ webpack-dev-middleware@^5.2.1:
range-parser "^1.2.1"
schema-utils "^3.1.0"
webpack-dev-server@^4.3.1:
version "4.3.1"
resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-4.3.1.tgz#759d3337f0fbea297fbd1e433ab04ccfc000076b"
integrity sha512-qNXQCVYo1kYhH9pgLtm8LRNkXX3XzTfHSj/zqzaqYzGPca+Qjr+81wj1jgPMCHhIhso9WEQ+kX9z23iG9PzQ7w==
webpack-dev-server@^4.4.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-4.4.0.tgz#10ec17088f840c9ccb2ebb0b43c49ec293206f7e"
integrity sha512-+S0XRIbsopVjPFjCO8I07FXYBWYqkFmuP56ucGMTs2hA/gV4q2M9xTmNo5Tg4o8ffRR+Nm3AsXnQXxKRyYovrA==
dependencies:
ansi-html-community "^0.0.8"
bonjour "^3.5.0"
chokidar "^3.5.1"
chokidar "^3.5.2"
colorette "^2.0.10"
compression "^1.7.4"
connect-history-api-fallback "^1.6.0"

Loading…
Cancel
Save