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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.2.0
Choose a base ref
...
head repository: webpack/webpack-dev-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.2.1
Choose a head ref
  • 10 commits
  • 49 files changed
  • 7 contributors

Commits on Dec 13, 2024

  1. chore(deps): bump the dependencies group across 1 directory with 2 up…

    …dates (#5381)
    
    Bumps the dependencies group with 2 updates in the / directory: [schema-utils](https://github.com/webpack/schema-utils) and [puppeteer](https://github.com/puppeteer/puppeteer).
    
    
    Updates `schema-utils` from 4.2.0 to 4.3.0
    - [Release notes](https://github.com/webpack/schema-utils/releases)
    - [Changelog](https://github.com/webpack/schema-utils/blob/master/CHANGELOG.md)
    - [Commits](webpack/schema-utils@v4.2.0...v4.3.0)
    
    Updates `puppeteer` from 23.10.3 to 23.10.4
    - [Release notes](https://github.com/puppeteer/puppeteer/releases)
    - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
    - [Commits](puppeteer/puppeteer@puppeteer-v23.10.3...puppeteer-v23.10.4)
    
    ---
    updated-dependencies:
    - dependency-name: schema-utils
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: puppeteer
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 13, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    09f6f8e View commit details

Commits on Dec 19, 2024

  1. chore(deps-dev): bump the dependencies group across 1 directory with …

    …4 updates (#5385)
    
    Bumps the dependencies group with 4 updates in the / directory: [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli), [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell), [hono](https://github.com/honojs/hono) and [puppeteer](https://github.com/puppeteer/puppeteer).
    
    
    Updates `@commitlint/cli` from 19.6.0 to 19.6.1
    - [Release notes](https://github.com/conventional-changelog/commitlint/releases)
    - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
    - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.6.1/@commitlint/cli)
    
    Updates `cspell` from 8.16.1 to 8.17.1
    - [Release notes](https://github.com/streetsidesoftware/cspell/releases)
    - [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell/CHANGELOG.md)
    - [Commits](https://github.com/streetsidesoftware/cspell/commits/v8.17.1/packages/cspell)
    
    Updates `hono` from 4.6.13 to 4.6.14
    - [Release notes](https://github.com/honojs/hono/releases)
    - [Commits](honojs/hono@v4.6.13...v4.6.14)
    
    Updates `puppeteer` from 23.10.4 to 23.11.0
    - [Release notes](https://github.com/puppeteer/puppeteer/releases)
    - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
    - [Commits](puppeteer/puppeteer@puppeteer-v23.10.4...puppeteer-v23.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@commitlint/cli"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: cspell
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: hono
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: puppeteer
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 19, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    55220a8 View commit details

Commits on Jan 24, 2025

  1. ci: update codecov/codecov-action to v5 (#5406)

    snitin315 authored Jan 24, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    5a39c70 View commit details

Commits on Mar 13, 2025

  1. fix: prevent overlay for errors caught by React error boundaries (#5431)

    negimox authored Mar 13, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    8c1abc9 View commit details

Commits on Mar 24, 2025

  1. Merge commit from fork

    BREAKING CHANGE: requests with an IP addresses Origin header are not allowed to connect to WebSocket server unless configured by `allowedHosts`
    sapphi-red authored Mar 24, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    d2575ad View commit details
  2. Merge commit from fork

    BREAKING CHANGE: cross origin requests are not allowed unless allowed by `Access-Control-Allow-Origin` header
    sapphi-red authored Mar 24, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    5c9378b View commit details
  3. ci: update dependency-review-action (#5442)

    snitin315 authored Mar 24, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    9ea7b08 View commit details
  4. fix: take the first network found instead of the last one, this resto…

    …res the same behavior as 5.0.4 (#5411)
    vincentfretin authored Mar 24, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    ffd0b86 View commit details

Commits on Mar 26, 2025

  1. chore(deps): update (#5444)

    alexander-akait authored Mar 26, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    6045b1e View commit details
  2. chore(release): 5.2.1

    alexander-akait committed Mar 26, 2025
    Copy the full SHA
    0d22a08 View commit details
Loading