Conversation
|
Install the latest version of pnpm add https://pkg.svelte.dev/@sveltejs/kit/c/bd39e711757b993e145c89a79ff39337ee3e55f1Open in |
|
|
/autofix |
Co-authored-by: Tee Ming <chewteeming01@gmail.com>
|
/autofix |
|
Playwright 1.62.0 doesn't seem to like our Relevant playwright code is at https://github.com/microsoft/playwright/blob/v1.62.0/packages/playwright/src/transform/tsconfig-loader.ts#L54 which strangely existed prior to 1.62.0 but didn't cause an issue |
#16589) Neat little find The cause of [the playwright pin](#16538 (comment)) is that [its tsconfig loader](https://github.com/microsoft/playwright/blob/v1.62.0/packages/playwright/src/transform/tsconfig-loader.ts#L54) only ever looks up `node_modules/$app/tsconfig.json`, while [tsc also resolves](https://www.typescriptlang.org/tsconfig/#extends) the directory form we currently generate. Writing the file where both look removes the pin's cause and lets `paths` reach Playwright test files again. Verified against 1.61.1, 1.62.0 and 1.62.1.
just trying to silence those
pnpm auditwarnings