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
    Configuration menu
    Copy the full SHA
    09f6f8e View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    Copy the full SHA
    55220a8 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2025

  1. Configuration menu
    Copy the full SHA
    5a39c70 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2025

  1. Configuration menu
    Copy the full SHA
    8c1abc9 View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    Copy the full SHA
    d2575ad View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    5c9378b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ea7b08 View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    ffd0b86 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2025

  1. Configuration menu
    Copy the full SHA
    6045b1e View commit details
    Browse the repository at this point in the history
  2. chore(release): 5.2.1

    alexander-akait committed Mar 26, 2025
    Configuration menu
    Copy the full SHA
    0d22a08 View commit details
    Browse the repository at this point in the history
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy