### What would you like? Develop strategy to deal with unmaintained repo https://github.com/testing-library/cypress-testing-library ### Why is this needed? - The previous maintainer of https://github.com/testing-library/cypress-testing-library wrote in https://github.com/testing-library/cypress-testing-library/pull/289#pullrequestreview-3180697742 > Yeah, there's no active maintainer. Cypress should follow playwright's example and build these queries in as an official part of their API. with the background information that: - Repo https://github.com/testing-library/cypress-testing-library is the source of npm package [@testing-library/cypress](https://www.npmjs.com/package/@testing-library/cypress) - Cypress uses [@testing-library/cypress](https://www.npmjs.com/package/@testing-library/cypress) as a dependency - For each major version release of Cypress, the `peerDependencies` of [@testing-library/cypress](https://www.npmjs.com/package/@testing-library/cypress) need to be updated ### Other Consider alternatives: - Follow the recommendation from [@testing-library/cypress](https://www.npmjs.com/package/@testing-library/cypress) and add functionality to Cypress (see https://github.com/testing-library/cypress-testing-library/pull/289#issuecomment-3249435382) - Offer to maintain https://github.com/testing-library/cypress-testing-library as-is - Fork the repo into a Cypress maintained repo - Remove dependency on [@testing-library/cypress](https://www.npmjs.com/package/@testing-library/cypress) - Delay any decision and take no action
What would you like?
Develop strategy to deal with unmaintained repo https://github.com/testing-library/cypress-testing-library
Why is this needed?
with the background information that:
peerDependenciesof @testing-library/cypress need to be updatedOther
Consider alternatives: