MattIPv4 - :WaveDoggo: Dependeabot has opened a...
:Wave_Doggo: Dependeabot has opened a PR to update us to 3.25.x, but ESLint is failing due to
import-x/no-unresolved
being unable to resolve zod
. Have others seen this and know how to get around it?2 Replies
The PR itself: https://github.com/alveusgg/alveusgg/pull/1247
I'm wondering if the issue is that
types
and exports.*.types
in zod's package.json
points at non-existent files?
Heh yeh bumping back down to 3.25.11 fixes it
cc @colinhacks sorry for the direct ping, but https://github.com/colinhacks/zod/commit/14921aadd4b0eee6a659151bb01cdb467a16c98e is pointing all your types at non-existent files...?
https://www.npmjs.com/package/zod/v/3.25.12?activeTab=code there is no /dist/types
Filed https://github.com/colinhacks/zod/issues/4449 for thisSolution
3.25.13 fixed this, thanks