- `cypress-testing-library` version: 8.0.2 - `node` version: 16 Relevant code or config Reproduction repository: https://github.com/plone/ploneconf.org/actions/runs/3080420601/jobs/4979205093#step:7:138 Problem description: cypress-testing-library has a caret dependency on `@testing-library/dom`. https://github.com/testing-library/cypress-testing-library/blob/main/package.json#L44 Latest `@testing-library/dom` (8.18.0) has a problem in the dist ESM file: https://github.com/testing-library/dom-testing-library/issues/1169 Therefore, all projects depending on `cypress-testing-library` will break when they get the latest `@testing-library/dom`.