mirror of https://github.com/boa-dev/boa.git
Browse Source
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="pull/1696/heada70a7ef025
">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>
dependabot[bot]
3 years ago
2 changed files with 7 additions and 7 deletions
Loading…
Reference in new issue