added the server option, now you can pass server options, example { server: { type: 'http', options: { maxHeaderSize: 32768 } } }, available options for http and https, note - for http2 is used spdy, options specified in the server.options option take precedence over https/http2 options (#3940) (a70a7ef)
added the client.reconnect option (#3912) (5edad76)
improve error handling within startCallback and endCallback (#3969) (b0928ac)
Bug Fixes
schema for web socket server type (#3913) (f6aa6f7)
added the server option, now you can pass server options, example { server: { type: 'http', options: { maxHeaderSize: 32768 } } }, available options for http and https, note - for http2 is used spdy, options specified in the server.options option take precedence over https/http2 options (#3940) (a70a7ef)
added the client.reconnect option (#3912) (5edad76)
improve error handling within startCallback and endCallback (#3969) (b0928ac)
Bug Fixes
schema for web socket server type (#3913) (f6aa6f7)
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 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)
Bumps webpack-dev-server from 4.3.1 to 4.4.0.
Release notes
Sourced from webpack-dev-server's releases.
Changelog
Sourced from webpack-dev-server's changelog.
Commits
4d51f5a
chore(release): 4.4.08322905
chore(deps): update (#3984)50df17c
chore(deps-dev): bump lint-staged from 11.2.4 to 11.2.6 (#3982)c7ba44d
chore(deps-dev): bump webpack from 5.59.1 to 5.60.0 (#3981)91e7134
chore(deps-dev): bump marked from 3.0.7 to 3.0.8 (#3975)a70a7ef
feat: add theserver
option (#3940)ab417d1
chore(deps-dev): bump klona from 2.0.4 to 2.0.5 (#3983)22e770b
chore(deps): bump open from 8.3.0 to 8.4.0 (#3977)e65ebc3
chore(deps-dev): bump eslint from 8.0.1 to 8.1.0 (#3974)2a490fd
chore(deps-dev): bump core-js from 3.18.3 to 3.19.0 (#3980)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 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)