fix(build): filter out absolute paths on windows in depCheckPlugin(#18863)
MergedBenchmarks
client generation ~50 Models packages/client/src/__tests__/benchmarks/huge-schema/huge-schema.bench.ts::typescript::client generation ~50 Modelstypescript compilation ~50 Models packages/client/src/__tests__/benchmarks/huge-schema/huge-schema.bench.ts::typescript::typescript compilation ~50 Modelsclient generation 100 models with relations packages/client/src/__tests__/benchmarks/lots-of-relations/lots-of-relations.bench.ts::typescript::client generation 100 models with relationsCommits
Click on a commit to change the comparison rangechore(deps): update engines to 4.14.0-18.da94c4048daf3bf2127ccc37e7f86ab3c1f64b87 (#18851)base8 months ago by prisma-bot fix(build): filter out absolute paths on windows in depCheckPlugin
Fixes the following build error on Windows:
```
> @prisma/client@0.0.0 build C:\Users\Alexey\prisma\packages\client
> node -r esbuild-register helpers/build.ts
unusedDependencies ["@codspeed/benchmark.js-plugin","@swc-node/register","benchmark","resolve","sort-keys","source-map-support","tsd","yo","zx"]
missingDependencies ["C:"]
C:\Users\Alexey\prisma\packages\client:
ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL @prisma/client@0.0.0 build: `node -r esbuild-register helpers/build.ts`
Exit status 1
``` Copyright © 2023 CodSpeed Technology SAS. All rights reserved.