Mike McCready

Results 2197 comments of Mike McCready

The action is now forced to run under Node.js 20 ![image](https://github.com/user-attachments/assets/97a23af3-7e6e-4279-8dbd-196554a5c94d)

- Request added to https://github.com/cypress-io/action-semantic-pull-request/issues/1

@zeromquan Interesting find! The one line of code is not the only place where `:last` is used. ## Documentation The reason that `:last` works is as follows: The Cypress [find](https://docs.cypress.io/api/commands/find)...

Cypress seems to be using [jquery 3.1.1](https://github.com/jquery/jquery/releases/tag/3.1.1) currently, which was [released on Sep 23, 2016](https://blog.jquery.com/2016/09/22/jquery-3-1-1-released/) https://github.com/cypress-io/cypress/blob/f741635b91d8e1e9d9a0ec7ac3680d05b0bc01fd/package.json#L270 ```Json "**/jquery": "3.1.1", ```

- see also https://github.com/cypress-io/cypress/pull/28001

- failure due to https://github.com/cypress-io/cypress-example-kitchensink/issues/799

This PR is 4 months old and stuck due to manual merging of the master branch into the PR. It also has conflicts. Renovate might be able to recover if...

Mainly due to using the unsupported `[email protected]` , the list of deprecations has now increased: ```text npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not...

@asminehid - Since there hasn't been any further feedback here it would be safe to assume that nobody is working on a fix. - As far as external contributions are...

- Link to PR #199