Skip to content

Commit

Permalink
breaking: release version 4.0.0 of @cypress/webpack-dev-server.
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Cypress 14 drops support for webpack-dev-server 3. webpack/webpack-dev-server 4 and 5 are supported. @cypress/webpack-dev-server also ships with webpack-dev-server v5 by default.
  • Loading branch information
AtofStryker committed Jan 7, 2025
1 parent dd21af5 commit 85da287
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions npm/webpack-dev-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,11 @@ We then merge the sourced config with the user's webpack config, and layer on ou

## Compatibility

| @cypress/webpack-dev-server | cypress |
| --------------------------- | ------- |
| <= v1 | <= v9 |
| >= v2 | >= v10 |
| >= v3 | >= v13 |
| >= v4 | >= v14 |
| @cypress/webpack-dev-server | cypress |
| ---------------------------- | -------------- |
| <= v1 | <= v9 |
| >= v2 <= v3 | >= v10 <= v13 |
| >= v4 | >= v14 |

## License

Expand Down

5 comments on commit 85da287

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 85da287 Jan 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/14.0.0/linux-x64/release/14.0.0-85da2870fd722ea7f08c7cfc5708780415bddf2e/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 85da287 Jan 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/14.0.0/linux-arm64/release/14.0.0-85da2870fd722ea7f08c7cfc5708780415bddf2e/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 85da287 Jan 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/14.0.0/darwin-arm64/release/14.0.0-85da2870fd722ea7f08c7cfc5708780415bddf2e/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 85da287 Jan 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the win32 x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/14.0.0/win32-x64/release/14.0.0-85da2870fd722ea7f08c7cfc5708780415bddf2e/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 85da287 Jan 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/14.0.0/darwin-x64/release/14.0.0-85da2870fd722ea7f08c7cfc5708780415bddf2e/cypress.tgz

Please sign in to comment.