Skip to content

Commit

Permalink
add back in importsNotUsedAsValues and update system test snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
AtofStryker committed Apr 16, 2024
1 parent 17bbdc8 commit 9f8ccfd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion npm/webpack-dev-server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"esModuleInterop": true,
"skipLibCheck": true,
/** Allows us to strip internal types sourced from webpack */
"stripInternal": true
"stripInternal": true,
"importsNotUsedAsValues": "error"
},
"include": ["src"],
"exclude": ["node_modules", "*.js"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2407,6 +2407,8 @@ Your configFile threw an error from: cypress-webpack.config.ts
We stopped running your tests because your config file crashed.
CypressWebpackDevServerError: Incompatible major versions of webpack and webpack-dev-server! webpack-dev-server major version 5 only works with major versions of webpack 4 - saw webpack-dev-server version 5.0.4. If using webpack major version 4, please install webpack-dev-server version 4 to be used with @cypress/webpack-dev-server or upgrade to webpack 5.
CypressWebpackDevServerError: Incompatible major versions of webpack and webpack-dev-server!
webpack-dev-server major version 5 only works with major versions of webpack 4 - saw webpack-dev-server version 5.0.4.
If using webpack major version 4, please install webpack-dev-server version 4 to be used with @cypress/webpack-dev-server or upgrade to webpack 5.
[stack trace lines]
`

5 comments on commit 9f8ccfd

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 9f8ccfd Apr 16, 2024

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/13.7.4/linux-x64/feat/support_wds5-9f8ccfdfea0aa18a0a53e9d8f1ad6116f78639e8/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 9f8ccfd Apr 16, 2024

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/13.7.4/darwin-arm64/feat/support_wds5-9f8ccfdfea0aa18a0a53e9d8f1ad6116f78639e8/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 9f8ccfd Apr 16, 2024

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/13.7.4/linux-arm64/feat/support_wds5-9f8ccfdfea0aa18a0a53e9d8f1ad6116f78639e8/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 9f8ccfd Apr 16, 2024

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/13.7.4/darwin-x64/feat/support_wds5-9f8ccfdfea0aa18a0a53e9d8f1ad6116f78639e8/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 9f8ccfd Apr 16, 2024

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/13.7.4/win32-x64/feat/support_wds5-9f8ccfdfea0aa18a0a53e9d8f1ad6116f78639e8/cypress.tgz

Please sign in to comment.