Failed dependency update
Package: typescript
From: 6.0.3 → To: 7.0.2
Error
Updating typescript to 7.0.2 breaks ESLint (validation Step 2a) and the update-outdated-deps:fix-pkg-json step. typescript-eslint (currently 8.65.0) does not support the TypeScript 7.0 API:
typescript-eslint does not support TS 7.0.
Please see https://devblogs.microsoft.com/typescript/announcing-typescript-7-0/#running-side-by-side-with-typescript-6.0 to run typescript-eslint using the TS 6 API.
See also https://github.com/typescript-eslint/typescript-eslint/issues/10940 for tracking typescript-eslint's support for TS >=7.1
Error: typescript-eslint does not support TS 7.0.
at typescript-eslint/dist/index.js:52:9
...
at eslint.config.ts:1:218
This causes eslint . --max-warnings=0 (and therefore pnpm lint) to fail while loading eslint.config.ts.
What was tried
No typescript-eslint release currently supports the TypeScript 7.0 API — support is only being tracked for TS >= 7.1 (typescript-eslint/typescript-eslint#10940). There is no clean migration path available, so reverting typescript-eslint would not help. typescript was reverted to its previous version 6.0.3 so the remaining dependency updates could proceed. This update should be retried once typescript-eslint ships TypeScript 7.x support.
Workflow run
https://github.com/workleap/wl-logging/actions/runs/29839998179
Failed dependency update
Package:
typescriptFrom:
6.0.3→ To:7.0.2Error
Updating
typescriptto7.0.2breaks ESLint (validation Step 2a) and theupdate-outdated-deps:fix-pkg-jsonstep.typescript-eslint(currently8.65.0) does not support the TypeScript 7.0 API:This causes
eslint . --max-warnings=0(and thereforepnpm lint) to fail while loadingeslint.config.ts.What was tried
No
typescript-eslintrelease currently supports the TypeScript 7.0 API — support is only being tracked for TS >= 7.1 (typescript-eslint/typescript-eslint#10940). There is no clean migration path available, so revertingtypescript-eslintwould not help.typescriptwas reverted to its previous version6.0.3so the remaining dependency updates could proceed. This update should be retried oncetypescript-eslintships TypeScript 7.x support.Workflow run
https://github.com/workleap/wl-logging/actions/runs/29839998179