ecosystem-tests icon indicating copy to clipboard operation
ecosystem-tests copied to clipboard

check-for-update doesn't bump `resolutions` in package.json

Open Jolg42 opened this issue 2 years ago • 0 comments

We implemented something that looks like we handle resolutions and update prisma dependencies versions here https://github.com/prisma/ecosystem-tests/blob/88e5bca3b7cd63dd7cd5e623ac3a3953274328e2/.github/scripts/check-for-update.sh#L105-L131

Though resolutions for the [vercel-with-redwood](https://github.com/prisma/ecosystem-tests/tree/dev/platforms-serverless-vercel/vercel-with-redwood) directory were not updated since a long time and I did it manually in: https://github.com/prisma/ecosystem-tests/pull/3004

We should check if there is a bug in check-for-update.sh logic.

Jolg42 avatar Aug 23 '22 09:08 Jolg42