-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Comparing changes
Open a pull request
base repository: webpack/webpack-dev-server
base: v4.10.1
head repository: webpack/webpack-dev-server
compare: v4.11.0
- 8 commits
- 7 files changed
- 4 contributors
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>
Configuration menu - View commit details
-
Copy full SHA for 45ed9bd - Browse repository at this point
Copy the full SHA 45ed9bdView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 088a318 - Browse repository at this point
Copy the full SHA 088a318View commit details
Commits on Sep 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0a33e6a - Browse repository at this point
Copy the full SHA 0a33e6aView commit details
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>
Configuration menu - View commit details
-
Copy full SHA for 1368d1d - Browse repository at this point
Copy the full SHA 1368d1dView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for fe058dc - Browse repository at this point
Copy the full SHA fe058dcView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 85dcb31 - Browse repository at this point
Copy the full SHA 85dcb31View commit details
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
Configuration menu - View commit details
-
Copy full SHA for 984af02 - Browse repository at this point
Copy the full SHA 984af02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8abb295 - Browse repository at this point
Copy the full SHA 8abb295View commit details
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