Mike McCready
Mike McCready
- Related to issue https://github.com/cypress-io/cypress/issues/29557
- See Renovate deprecation list https://github.com/cypress-io/cypress/issues/3777
[[email protected]](https://github.com/chalk/supports-color/releases/tag/v9.0.0), released in Apr 2021, was the first version to use pure ESM. This issue affects any project where [supports-color](https://www.npmjs.com/package/supports-color) >= `9.0.0` (ESM only) is installed together with `debug`. It...
Under Node.js `v23.1.0` the warning provides additional debugging information which confirms the previous analysis: ```text $ npm view npm version (node:13088) ExperimentalWarning: CommonJS module /home/mike/n/lib/node_modules/npm/node_modules/debug/src/node.js is loading ES Module /home/mike/n/lib/node_modules/npm/node_modules/supports-color/index.js...
@joyeecheung > FYI for v22.x the warning would be suppressed when the require() is coming from node_modules. > > For v23 we are considering the same but complications apply due...
@ljharb The repro steps I gave in https://github.com/debug-js/debug/issues/975#issuecomment-2424771212 are no longer showing any warning when run under Node.js `v23.4.0`: ```shell git clone https://github.com/cypress-io/github-action cd github-action npm ci node src/ping-cli.js https://example.cypress.io...
Fails due to unrelated issue ```text FILE: docs/MAINTENANCE.md [✓] ../examples [✓] https://docs.cypress.io/guides/references/configuration [✓] https://github.com/cypress-io/github-action [✓] https://www.npmjs.com/ [✓] https://pnpm.io/ [✓] https://classic.yarnpkg.com/ [✓] https://yarnpkg.com/ [✓] https://github.com/cypress-io/github-action/tree/v5/examples/v9 [✓] https://github.com/cypress-io/github-action/tree/v5/ [✓] https://ubuntu.com/ [✓] https://www.apple.com/macos/...
- See PR https://github.com/cypress-io/github-action/pull/1282 for `markdown-link-check` fix
@jennifer-shehane Cypress is passing all tests on Node.js `v23.0.0` 🎉 👍🏻 There are two related open issues to be aware of: - https://github.com/npm/cli/issues/7857 - https://github.com/debug-js/debug/issues/975 This can cause an `ExperimentalWarning`...
@jennifer-shehane The verification is working correctly. It's only the one line of debug output which is wrong: > cypress:cli expected file size 82 As you say, it's the original behavior....