-
-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
We're getting to that time in the npm package cycle where many sub-packages are spewing warnings and potentially causing underlying problems. The below is caused by running against prisma 5x when it's all at 6x now.
warning prisma-dbml-generator > @prisma/internals > temp-write > [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
warning prisma-dbml-generator > @prisma/internals > @prisma/fetch-engine > [email protected]: Rimraf versions prior to v4 are no longer supported
warning prisma-dbml-generator > @prisma/internals > tmp > [email protected]: Rimraf versions prior to v4 are no longer supported
warning prisma-dbml-generator > @prisma/internals > tempy > del > [email protected]: Rimraf versions prior to v4 are no longer supported
warning prisma-dbml-generator > @prisma/internals > npm-packlist > [email protected]: Glob versions prior to v9 are no longer supported
warning prisma-dbml-generator > @prisma/internals > @prisma/fetch-engine > rimraf > [email protected]: Glob versions prior to v9 are no longer supported
warning prisma-dbml-generator > @prisma/internals > archiver > archiver-utils > [email protected]: Glob versions prior to v9 are no longer supported
warning prisma-dbml-generator > @prisma/internals > archiver > zip-stream > archiver-utils > [email protected]: Glob versions prior to v9 are no longer supported
warning prisma-dbml-generator > @prisma/internals > npm-packlist > glob > [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
warning prisma-dbml-generator > @prisma/internals > @prisma/fetch-engine > rimraf > glob > [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
I understand this is a fairly involved task though and will be happy to start a PR for this process, if you're open to it.
Metadata
Metadata
Assignees
Labels
No labels