Skip to content

[agent] Failed to update typescript #97

Description

@claude

Failed dependency update

Package: typescript
From: 6.0.3To: 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions