Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:v4.10.1
Choose a base ref
Loading
...
head repository:webpack/webpack-dev-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:v4.11.0
Choose a head ref
Loading
  • 8commits
  • 7files changed
  • 4contributors

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
    dependabot[bot] authoredSep 1, 2022
    Configuration menu
    Copy the full SHA
    45ed9bdView 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
    dependabot[bot] authoredSep 1, 2022
    Configuration menu
    Copy the full SHA
    088a318View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. Configuration menu
    Copy the full SHA
    0a33e6aView 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
    dependabot[bot] authoredSep 6, 2022
    Configuration menu
    Copy the full SHA
    1368d1dView 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
    dependabot[bot] authoredSep 6, 2022
    Configuration menu
    Copy the full SHA
    fe058dcView 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
    dependabot[bot] authoredSep 6, 2022
    Configuration menu
    Copy the full SHA
    85dcb31View 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
    alan-agius4 authoredSep 7, 2022
    Configuration menu
    Copy the full SHA
    984af02View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8abb295View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp