Issue workflow progress
Progress of the issue based on the
Contributor Workflow
Describe the bug
It seems that the prisma-loader was removed from this repo in a commit that went straight to main, not via PR. This looks like an accident to me, since there's no indication anywhere that this package would be abandoned or anything similar and there's also no changelog entry to indicate intention.
To Reproduce Steps to reproduce the behavior:
ls packages/loaders | grep prisma doesn't show the package.
Expected behavior
ls packages/loaders | grep prisma does show the package.
Additional context
I came across this while trying to find out why prisma-loaders depends on the outdated graphql-request v6 (v7 has been out for more than a year), even though the repo seems to receive regular dependency updates. This is when I couldn't find it and started investigating.
Issue workflow progress
Progress of the issue based on the
Contributor Workflow
Describe the bug
It seems that the
prisma-loaderwas removed from this repo in a commit that went straight tomain, not via PR. This looks like an accident to me, since there's no indication anywhere that this package would be abandoned or anything similar and there's also no changelog entry to indicate intention.To Reproduce Steps to reproduce the behavior:
ls packages/loaders | grep prismadoesn't show the package.Expected behavior
ls packages/loaders | grep prismadoes show the package.Additional context
I came across this while trying to find out why
prisma-loadersdepends on the outdatedgraphql-requestv6 (v7 has been out for more than a year), even though the repo seems to receive regular dependency updates. This is when I couldn't find it and started investigating.