dom-testing-library icon indicating copy to clipboard operation
dom-testing-library copied to clipboard

Failing CI build

Open timdeschryver opened this issue 11 months ago • 1 comments

For a while now our CI build is red; I think this started somewhere at the end of 2024. This is preventing builds (and releases) from going through, as well as people trying to run the project on their machines (#1353).

That's why I want to look into it, but I'm not sure of the best direction to take. As far as I see it, we have two options:

  • Update dependencies and create a new major release. I'm not a big fan of this as we don't have any vulnerabilities’ AFAIK.
  • Pin the @babel/helper-compilation-targets version, as I think this is the main culprit. This would look like #1341
  • Something else ?

timdeschryver avatar Apr 03 '25 18:04 timdeschryver

I think we can safely pin the version to unblock releases :)

MatanBobi avatar May 02 '25 14:05 MatanBobi