Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: refactor e2e tests to playwright #5080

Draft
wants to merge 72 commits into
base: master
Choose a base branch
from

Commits on Mar 1, 2024

  1. chore: setup playwright

    WIP: will refactors tests one by one and rename the e2e-playwright folder to e2e after its done
    mahdikhashan committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    13c06af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18e0e30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91ad989 View commit details
    Browse the repository at this point in the history
  4. test: refactor test/e2e/states.test.js

    WIP: will rename the test and clean it up after i received a feedback from maintainers
    mahdikhashan committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    2f97665 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. chore(deps): bump html-entities from 2.4.0 to 2.5.0 (webpack#5083)

    Bumps [html-entities](https://github.com/mdevils/html-entities) from 2.4.0 to 2.5.0.
    - [Release notes](https://github.com/mdevils/html-entities/releases)
    - [Changelog](https://github.com/mdevils/html-entities/blob/master/CHANGELOG.md)
    - [Commits](mdevils/html-entities@v2.4.0...v2.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: html-entities
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    5f44a78 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump cspell from 8.4.1 to 8.5.0 (webpack#5082)

    Bumps [cspell](https://github.com/streetsidesoftware/cspell) from 8.4.1 to 8.5.0.
    - [Release notes](https://github.com/streetsidesoftware/cspell/releases)
    - [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/CHANGELOG.md)
    - [Commits](streetsidesoftware/cspell@v8.4.1...v8.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: cspell
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    1c20920 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump express from 4.18.2 to 4.18.3 (webpack#5078)

    Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.18.3.
    - [Release notes](https://github.com/expressjs/express/releases)
    - [Changelog](https://github.com/expressjs/express/blob/master/History.md)
    - [Commits](expressjs/express@4.18.2...4.18.3)
    
    ---
    updated-dependencies:
    - dependency-name: express
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    d58d557 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump @types/node from 20.11.22 to 20.11.24 (webpack#…

    …5079)
    
    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.22 to 20.11.24.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    3790bec View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): bump @babel/preset-env from 7.23.9 to 7.24.0 (webpac…

    …k#5075)
    
    Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.23.9 to 7.24.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.24.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>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    cddf382 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. chore(deps): bump html-entities from 2.5.0 to 2.5.2 (webpack#5087)

    Bumps [html-entities](https://github.com/mdevils/html-entities) from 2.5.0 to 2.5.2.
    - [Release notes](https://github.com/mdevils/html-entities/releases)
    - [Changelog](https://github.com/mdevils/html-entities/blob/master/CHANGELOG.md)
    - [Commits](mdevils/html-entities@v2.5.0...v2.5.2)
    
    ---
    updated-dependencies:
    - dependency-name: html-entities
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    1e97fe0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2aed762 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71e5e9f View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. chore(deps-dev): bump puppeteer from 22.3.0 to 22.4.0 (webpack#5090)

    Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 22.3.0 to 22.4.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-v22.3.0...puppeteer-v22.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: puppeteer
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    a8cdccd View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump cspell from 8.5.0 to 8.6.0 (webpack#5091)

    Bumps [cspell](https://github.com/streetsidesoftware/cspell) from 8.5.0 to 8.6.0.
    - [Release notes](https://github.com/streetsidesoftware/cspell/releases)
    - [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/CHANGELOG.md)
    - [Commits](streetsidesoftware/cspell@v8.5.0...v8.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: cspell
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    53de75d View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

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

Commits on Mar 11, 2024

  1. chore(deps-dev): bump puppeteer from 22.4.0 to 22.4.1 (webpack#5099)

    Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 22.4.0 to 22.4.1.
    - [Release notes](https://github.com/puppeteer/puppeteer/releases)
    - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
    - [Commits](puppeteer/puppeteer@puppeteer-v22.4.0...puppeteer-v22.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: puppeteer
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    c6a3586 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump open from 10.0.4 to 10.1.0 (webpack#5100)

    Bumps [open](https://github.com/sindresorhus/open) from 10.0.4 to 10.1.0.
    - [Release notes](https://github.com/sindresorhus/open/releases)
    - [Commits](sindresorhus/open@v10.0.4...v10.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: open
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    8ea7cb8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e1aed3 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. chore(deps-dev): bump @types/node from 20.11.25 to 20.11.26 (webpack#…

    …5102)
    
    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.25 to 20.11.26.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    37f4760 View commit details
    Browse the repository at this point in the history
  2. chore(release): 5.0.3

    alexander-akait committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    08cab58 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. chore(deps-dev): bump @commitlint/cli from 19.0.3 to 19.1.0 (webpack#…

    …5103)
    
    Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 19.0.3 to 19.1.0.
    - [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.1.0/@commitlint/cli)
    
    ---
    updated-dependencies:
    - dependency-name: "@commitlint/cli"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    ba9dfb6 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump @commitlint/config-conventional (webpack#5104)

    Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 19.0.3 to 19.1.0.
    - [Release notes](https://github.com/conventional-changelog/commitlint/releases)
    - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
    - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.1.0/@commitlint/config-conventional)
    
    ---
    updated-dependencies:
    - dependency-name: "@commitlint/config-conventional"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    fb6f22a View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

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

    alexander-akait committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    64a1860 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. chore(deps-dev): bump webpack from 5.90.3 to 5.91.0 (webpack#5119)

    Bumps [webpack](https://github.com/webpack/webpack) from 5.90.3 to 5.91.0.
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](webpack/webpack@v5.90.3...v5.91.0)
    
    ---
    updated-dependencies:
    - dependency-name: webpack
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    92a1bfd View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump express from 4.18.3 to 4.19.1 (webpack#5117)

    Bumps [express](https://github.com/expressjs/express) from 4.18.3 to 4.19.1.
    - [Release notes](https://github.com/expressjs/express/releases)
    - [Changelog](https://github.com/expressjs/express/blob/master/History.md)
    - [Commits](expressjs/express@4.18.3...4.19.1)
    
    ---
    updated-dependencies:
    - dependency-name: express
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    04e5695 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump typescript from 5.4.2 to 5.4.3 (webpack#5116)

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.2 to 5.4.3.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
    - [Commits](microsoft/TypeScript@v5.4.2...v5.4.3)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    7e6f046 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. chore(deps): bump webpack-dev-middleware from 7.1.0 to 7.1.1 (webpack…

    …#5121)
    
    Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 7.1.0 to 7.1.1.
    - [Release notes](https://github.com/webpack/webpack-dev-middleware/releases)
    - [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/master/CHANGELOG.md)
    - [Commits](webpack/webpack-dev-middleware@v7.1.0...v7.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: webpack-dev-middleware
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    af6bd68 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump @babel/preset-env from 7.24.1 to 7.24.3 (webpac…

    …k#5118)
    
    Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.24.1 to 7.24.3.
    - [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.24.3/packages/babel-preset-env)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/preset-env"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    12d0fec View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump @babel/core from 7.24.1 to 7.24.3 (webpack#5115)

    Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.24.1 to 7.24.3.
    - [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.24.3/packages/babel-core)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/core"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    edbc6e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    b48c59d View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump puppeteer from 22.5.0 to 22.6.0 (webpack#5114)

    Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 22.5.0 to 22.6.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-v22.5.0...puppeteer-v22.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: puppeteer
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    294400a View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. chore(deps): bump express from 4.19.1 to 4.19.2 (webpack#5124)

    Bumps [express](https://github.com/expressjs/express) from 4.19.1 to 4.19.2.
    - [Release notes](https://github.com/expressjs/express/releases)
    - [Changelog](https://github.com/expressjs/express/blob/master/History.md)
    - [Commits](expressjs/express@4.19.1...4.19.2)
    
    ---
    updated-dependencies:
    - dependency-name: express
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    6b31b7f View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump puppeteer from 22.6.0 to 22.6.1 (webpack#5125)

    Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 22.6.0 to 22.6.1.
    - [Release notes](https://github.com/puppeteer/puppeteer/releases)
    - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
    - [Commits](puppeteer/puppeteer@puppeteer-v22.6.0...puppeteer-v22.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: puppeteer
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    c72d437 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump cspell from 8.6.0 to 8.6.1 (webpack#5123)

    Bumps [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell) from 8.6.0 to 8.6.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.6.1/packages/cspell)
    
    ---
    updated-dependencies:
    - dependency-name: cspell
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    7989ec7 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. chore(deps): bump webpack-dev-middleware from 7.1.1 to 7.2.0 (webpack…

    …#5126)
    
    Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 7.1.1 to 7.2.0.
    - [Release notes](https://github.com/webpack/webpack-dev-middleware/releases)
    - [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/master/CHANGELOG.md)
    - [Commits](webpack/webpack-dev-middleware@v7.1.1...v7.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: webpack-dev-middleware
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    1d1232f View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump @types/node from 20.11.30 to 20.12.2 (webpack#5127

    )
    
    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.30 to 20.12.2.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    a175b13 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump memfs from 4.8.0 to 4.8.1 (webpack#5128)

    Bumps [memfs](https://github.com/streamich/memfs) from 4.8.0 to 4.8.1.
    - [Release notes](https://github.com/streamich/memfs/releases)
    - [Changelog](https://github.com/streamich/memfs/blob/master/CHANGELOG.md)
    - [Commits](streamich/memfs@v4.8.0...v4.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: memfs
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    1c38253 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. chore(deps): bump webpack-dev-middleware from 7.2.0 to 7.2.1 (webpack…

    …#5131)
    
    Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 7.2.0 to 7.2.1.
    - [Release notes](https://github.com/webpack/webpack-dev-middleware/releases)
    - [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/master/CHANGELOG.md)
    - [Commits](webpack/webpack-dev-middleware@v7.2.0...v7.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: webpack-dev-middleware
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    ab6fb70 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump @types/serve-static from 1.15.5 to 1.15.7 (webpack#…

    …5133)
    
    Bumps [@types/serve-static](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/serve-static) from 1.15.5 to 1.15.7.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/serve-static)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/serve-static"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    b5e81cd View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump @types/node from 20.12.2 to 20.12.3 (webpack#5132)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.2 to 20.12.3.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    fec7c25 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump @babel/plugin-transform-runtime (webpack#5120)

    Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.24.1 to 7.24.3.
    - [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.24.3/packages/babel-plugin-transform-runtime)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/plugin-transform-runtime"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    7110a26 View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): bump puppeteer from 22.6.1 to 22.6.2 (webpack#5130)

    Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 22.6.1 to 22.6.2.
    - [Release notes](https://github.com/puppeteer/puppeteer/releases)
    - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
    - [Commits](puppeteer/puppeteer@puppeteer-v22.6.1...puppeteer-v22.6.2)
    
    ---
    updated-dependencies:
    - dependency-name: puppeteer
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    e13d3ae View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. chore(deps-dev): bump css-loader from 6.10.0 to 6.11.0 (webpack#5139)

    Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 6.10.0 to 6.11.0.
    - [Release notes](https://github.com/webpack-contrib/css-loader/releases)
    - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
    - [Commits](webpack-contrib/css-loader@v6.10.0...v6.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: css-loader
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    760657d View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump @types/node from 20.12.3 to 20.12.4 (webpack#5137)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.3 to 20.12.4.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    f3788a0 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump @babel/preset-env from 7.24.3 to 7.24.4 (webpac…

    …k#5135)
    
    Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.24.3 to 7.24.4.
    - [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.24.4/packages/babel-preset-env)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/preset-env"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    9fddbb9 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. chore(deps-dev): bump @types/node from 20.12.4 to 20.12.5 (webpack#5144)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.4 to 20.12.5.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    c5aa7aa View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. chore(deps-dev): bump @types/node from 20.12.5 to 20.12.7 (webpack#5146)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.5 to 20.12.7.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    b318063 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    767b493 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump cspell from 8.6.1 to 8.7.0 (webpack#5148)

    Bumps [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell) from 8.6.1 to 8.7.0.
    - [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.7.0/packages/cspell)
    
    ---
    updated-dependencies:
    - dependency-name: cspell
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    7c42ea0 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. chore(deps-dev): bump @commitlint/cli from 19.2.1 to 19.2.2 (webpack#…

    …5151)
    
    Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 19.2.1 to 19.2.2.
    - [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.2.2/@commitlint/cli)
    
    ---
    updated-dependencies:
    - dependency-name: "@commitlint/cli"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    f661407 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump memfs from 4.8.1 to 4.8.2 (webpack#5152)

    Bumps [memfs](https://github.com/streamich/memfs) from 4.8.1 to 4.8.2.
    - [Release notes](https://github.com/streamich/memfs/releases)
    - [Changelog](https://github.com/streamich/memfs/blob/master/CHANGELOG.md)
    - [Commits](streamich/memfs@v4.8.1...v4.8.2)
    
    ---
    updated-dependencies:
    - dependency-name: memfs
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    1a81676 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. chore(deps-dev): bump @babel/core from 7.24.3 to 7.24.4 (webpack#5136)

    Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.24.3 to 7.24.4.
    - [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.24.4/packages/babel-core)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/core"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    31d9d77 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. chore(deps-dev): bump marked from 12.0.1 to 12.0.2 (webpack#5160)

    Bumps [marked](https://github.com/markedjs/marked) from 12.0.1 to 12.0.2.
    - [Release notes](https://github.com/markedjs/marked/releases)
    - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
    - [Commits](markedjs/marked@v12.0.1...v12.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: marked
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    5c8544c View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump core-js from 3.36.1 to 3.37.0 (webpack#5155)

    Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.36.1 to 3.37.0.
    - [Release notes](https://github.com/zloirock/core-js/releases)
    - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/zloirock/core-js/commits/v3.37.0/packages/core-js)
    
    ---
    updated-dependencies:
    - dependency-name: core-js
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    c9f3bd4 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump @babel/runtime from 7.24.1 to 7.24.4 (webpack#5138

    )
    
    Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.24.1 to 7.24.4.
    - [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.24.4/packages/babel-runtime)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/runtime"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    d1fcc72 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. chore(deps): bump ipaddr.js from 2.1.0 to 2.2.0 (webpack#5159)

    Bumps [ipaddr.js](https://github.com/whitequark/ipaddr.js) from 2.1.0 to 2.2.0.
    - [Changelog](https://github.com/whitequark/ipaddr.js/blob/main/Changes.md)
    - [Commits](whitequark/ipaddr.js@v2.1.0...v2.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: ipaddr.js
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    be8a832 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a1561f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3096148 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

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

Commits on May 12, 2024

  1. chore: setup playwright

    WIP: will refactors tests one by one and rename the e2e-playwright folder to e2e after its done
    mahdikhashan committed May 12, 2024
    Configuration menu
    Copy the full SHA
    69e21f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a1b7e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e690789 View commit details
    Browse the repository at this point in the history
  4. test: refactor test/e2e/states.test.js

    WIP: will rename the test and clean it up after i received a feedback from maintainers
    mahdikhashan committed May 12, 2024
    Configuration menu
    Copy the full SHA
    f371ae6 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/issue-2843/refactor-e2e-tests-fr…

    …om-puppeter-to-playwright' into issue-2843/refactor-e2e-tests-from-puppeter-to-playwright
    
    # Conflicts:
    #	package-lock.json
    #	package.json
    mahdikhashan committed May 12, 2024
    Configuration menu
    Copy the full SHA
    8c663b0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e0cdf7d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8f5fdac View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    82b52a8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a80179c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dd27f0e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a5cc37e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    edb93fc View commit details
    Browse the repository at this point in the history