Mike McCready
Mike McCready
CircleCI is not being triggered. It´s using a legacy version of the Cypress Orb as well: https://github.com/cypress-io/cypress-example-todomvc/blob/e091b3de66594434ac67c95d1d2d7d0916dba717/circle.yml#L4-L8
@jennifer-shehane > We need a check to not record to the Cloud if it's a forked PR. Does the functionality to record to Cypress Cloud need to be retained or...
@jennifer-shehane This could be merged even though the CircleCI workflows are failing, as the change affects only GitHub Actions. The failures in CircleCI are not caused by any error in...
[boolean](https://www.npmjs.com/package/boolean) is not only now unsupported, also the repository link in the npm registry no longer works. ``` $ npm view boolean [email protected] | MIT | deps: none | versions:...
@nzakas Thank you for your acceptance of the documentation issue. > Do you want to submit a PR to make this change? I purposely didn't select `I am willing to...
@nzakas I'm afraid I was not clear enough. I'm saying that I don't feel skilled enough in ESLint to want to be providing documentation. I am well skilled in git...
@amareshsm > You can still give it a try with what you know! The team will guide you during the PR process. If it doesn’t work out, no worries at...
@Jay-Karia I would expect the following replacement command you are proposing to fail in ESLint 9 with an error `TypeError [ERR_IMPORT_ASSERTION_TYPE_MISSING]` ```shell npx eslint -c ~/eslint.config.json file.js ``` If you...
@Jay-Karia > As I was looking through the docs `eslint.config.json` is not supported: https://eslint.org/docs/latest/use/configure/configuration-files#configuration-file I don't believe it is correct to say that `eslint.config.json` is not supported. https://eslint.org/docs/latest/use/configure/configuration-files-deprecated indicates that...
@Jay-Karia It appears to me that the example of using a configuration file in the user's home directory `~` only makes sense in legacy configurations where configurations can be merged....