Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: webpack/webpack-dev-server
base: v4.10.1
Choose a base ref
...
head repository: webpack/webpack-dev-server
compare: v4.11.0
Choose a head ref
  • 8 commits
  • 7 files changed
  • 4 contributors

Commits on Sep 1, 2022

  1. 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] committed Sep 1, 2022
    Copy the full SHA
    45ed9bd View commit details
    Browse the repository at this point in the history
  2. 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] committed Sep 1, 2022
    Copy the full SHA
    088a318 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. Copy the full SHA
    0a33e6a View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. 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] committed Sep 6, 2022
    Copy the full SHA
    1368d1d View commit details
    Browse the repository at this point in the history
  2. 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] committed Sep 6, 2022
    Copy the full SHA
    fe058dc View commit details
    Browse the repository at this point in the history
  3. 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] committed Sep 6, 2022
    Copy the full SHA
    85dcb31 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. 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 committed Sep 7, 2022
    Copy the full SHA
    984af02 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8abb295 View commit details
    Browse the repository at this point in the history