Mike McCready

Results 2194 comments of Mike McCready

- Now reported to CircleCI in https://github.com/CircleCI-Public/cimg-node/issues/482

The `cimg/node:*-browsers` Docker image **ALWAYS** sets the environment variable `DISPLAY` to `:99`. It is set even before the script to start the Xvfb server is run.

This issue should be transferred to https://github.com/cypress-io/cypress-documentation/issues - https://github.com/cypress-io/cypress-documentation/pull/5894#issuecomment-2286359924 mentions an unresolved issue with dark and light mode, however there is currently no corresponding open issue in the doc repository.

For comparison, when scaffolding Vite 6, it sets up `tsconfig.json` with the following, and it runs out-of-the-box `tsconfig.json` ```json { "compilerOptions": { "target": "ES2020", "useDefineForClassFields": true, "module": "ESNext", "lib": ["ES2020",...

- See also issue https://github.com/cypress-io/cypress/issues/30318

- Scaffolding after install Vite 7, also works out of the box. Without the `tsconfig.json` provided by Vite, Cypress fails to run - see https://github.com/cypress-io/cypress/issues/32442

This is reported as a security vulnerability in https://security.snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 Missing Release of Resource after Effective Lifetime Also ```text $ npm view inflight deprecated This module is not supported, and leaks...

Also ```text $ npm view [email protected] deprecated Glob versions prior to v9 are no longer supported $ npm view [email protected] deprecated Glob versions prior to v9 are no longer supported...

@ijunaidm ubuntu-24.04 is still labeled `beta` in the overview on https://github.com/actions/runner-images/blob/main/README.md#available-images ![image](https://github.com/user-attachments/assets/1d5238ff-bdfe-47f0-85dd-70e5905e6bbc) Will you now be removing the `beta` tag?

@Kingju777 This is a bit late, but now all supported versions of Node.js include a version of Corepack (minimum `0.31.0`) which has been fixed, so you shouldn't need a workaround...