There's a bunch of warnings in Chrome Dev Tools when running tests with cypress open.
"Cypress Warning: cy.state('withinSubject') has been deprecated and will be removed in a future release. You should read cy.state('withinSubjectChain') once at the top of your command / query, and resolve it into a value with cy.getSubjectFromChain(withinSubjectChain) as needed."
However, we don't use cy.state or withinSubject anywhere in our code.
Upon further investigation, cypress-pipe does use this.