formidable icon indicating copy to clipboard operation
formidable copied to clipboard

fix @paralleldrive/cuid2 to 2.2.2

Open RampouchCZ opened this issue 4 months ago • 0 comments

Hello, currently formidable uses "@paralleldrive/cuid2": "^2.2.2" which since last week pulls version 2.3.0 with sub-dependency "@noble/hashes": "2.0.1". This new version of @noble/hashes has new nodejs engine requirements >= 20.19.0 which is incompatible with formidable's >=14.0.0.

This is currently breaking our builds as we have to manually add resolutions all over the place to address this.

RampouchCZ avatar Oct 24 '25 14:10 RampouchCZ