Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1.5k
Comparing changes
Open a pull request
base repository:webpack/webpack-dev-server
Uh oh!
There was an error while loading.Please reload this page.
base:v4.10.1
head repository:webpack/webpack-dev-server
Uh oh!
There was an error while loading.Please reload this page.
compare:v4.11.0
- 8commits
- 7files changed
- 4contributors
Commits on Sep 1, 2022
chore(deps): bump bonjour-service from 1.0.13 to 1.0.14 (#4554)
Bumps [bonjour-service](https://github.com/onlxltd/bonjour-service) from 1.0.13 to 1.0.14.- [Release notes](https://github.com/onlxltd/bonjour-service/releases)- [Commits](onlxltd/bonjour-service@1.0.13...1.0.14)---updated-dependencies:- dependency-name: bonjour-service dependency-type: direct:production update-type: version-update:semver-patch...Signed-off-by: dependabot[bot] <support@github.com>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authoredSep 1, 2022 chore(deps-dev): bump marked from 4.0.19 to 4.1.0 (#4553)
Bumps [marked](https://github.com/markedjs/marked) from 4.0.19 to 4.1.0.- [Release notes](https://github.com/markedjs/marked/releases)- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)- [Commits](markedjs/marked@v4.0.19...v4.1.0)---updated-dependencies:- dependency-name: marked dependency-type: direct:development update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authoredSep 1, 2022
Commits on Sep 5, 2022
feat: make allowedHosts accept localhost subdomains by default (#4357)
jdufresne authoredSep 5, 2022
Commits on Sep 6, 2022
chore(deps-dev): bump @babel/runtime from 7.18.9 to 7.19.0 (#4556)
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.18.9 to 7.19.0.- [Release notes](https://github.com/babel/babel/releases)- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)- [Commits](https://github.com/babel/babel/commits/v7.19.0/packages/babel-runtime)---updated-dependencies:- dependency-name: "@babel/runtime" dependency-type: direct:development update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authoredSep 6, 2022 chore(deps-dev): bump @babel/preset-env from 7.18.10 to 7.19.0 (#4558)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.18.10 to 7.19.0.- [Release notes](https://github.com/babel/babel/releases)- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)- [Commits](https://github.com/babel/babel/commits/v7.19.0/packages/babel-preset-env)---updated-dependencies:- dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authoredSep 6, 2022 chore(deps-dev): bump @babel/core from 7.18.13 to 7.19.0 (#4557)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.18.13 to 7.19.0.- [Release notes](https://github.com/babel/babel/releases)- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)- [Commits](https://github.com/babel/babel/commits/v7.19.0/packages/babel-core)---updated-dependencies:- dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authoredSep 6, 2022
Commits on Sep 7, 2022
fix: auto reply to OPTIONS requests only when unhandled (#4559)
Prior to this change the internal options middleware always responsed to such requests. This is because the middleware was registered too early and was not being used as a fallback. With this change we register this middleware as the last middleware to ensure that this is only used as a fallback when OPTIONS requests are not handled.Closes#4551
alan-agius4 authoredSep 7, 2022 - alexander-akait committed
Sep 7, 2022
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v4.10.1...v4.11.0
Uh oh!
There was an error while loading.Please reload this page.