Mike McCready

Results 2194 comments of Mike McCready

So, there are actually two issues: 1) Output of `cypress:cli expected file size 82` where this is not a file size, just a content-length of a redirect response 2) When...

@Rach1507 - https://github.com/bahmutov/start-server-and-test/pull/390 is already open to upgrade - You should be able to run `npm audit fix` or similar as a workaround, which will update axios to `1.7.7`

This issue is obsolete and should be closed. `wait-on` has already been updated. https://github.com/bahmutov/start-server-and-test/blob/fe1c25dabbf278c418e709945e478a0343262df5/package.json#L140

@dikshach1111 > EBUSY: resource busy or locked This error can usually be cleared by restarting your Windows system. If necessary, manually delete the `node_modules` directory in your project. > npm...

- A new issue has also been logged in https://github.com/mhr3/unzip-stream/issues/55

@fengmk2 > - fix pull request https://github.com/mhr3/unzip-stream/pull/51 The PR you quote is from last year. - Issue https://github.com/mhr3/unzip-stream/issues/55 hasn't got any response So, unfortunately there is no real movement in...

Still occurring in https://github.com/actions/download-artifact/actions/runs/16761021072/job/47455987757 Aug 5, 2025

> * Electron 34 upgrade (Node.js 22 upgrade) (what are the `glibc` implications?) https://github.com/nodejs/node/blob/v22.12.0/BUILDING.md I don't see any change for `glibc`.

> Node.js 18 + 23 support removal Node.js [EOLs](https://github.com/nodejs/release#release-schedule) are: Node.js | EOL --- | --- 18.x | 2025-04-30 23.x | 2025-06-01 Currently https://github.com/cypress-io/cypress/blob/6bd522bb7475a04030431a919c07dba0bc056e36/cli/package.json#L122-L124 Should probably migrate to ```json "node":...

@wlsf82 > Remember to create a PR to update the peer-dependencies versions of the [cypress-axe](https://github.com/component-driven/cypress-axe/blob/master/package.json#L33) package There are going to be quite a few downstream repos that need updating once...