Skip to content

fix(deps): update dependency typescript to v7#80

Open
jamesfastnerbot wants to merge 1 commit into
mainfrom
renovate/typescript-7.x
Open

fix(deps): update dependency typescript to v7#80
jamesfastnerbot wants to merge 1 commit into
mainfrom
renovate/typescript-7.x

Conversation

@jamesfastnerbot

Copy link
Copy Markdown
Contributor

Renovate maintained by Sebastian Software GmbH — repository standards live at sebastian-software/standards.

This PR contains the following updates:

Package Change Age Confidence
typescript (source) ^6.0.3^7.0.0 age confidence

Release Notes

microsoft/TypeScript (typescript)

v7.0.2

Compare Source


Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@jamesfastnerbot jamesfastnerbot added the dependencies Pull requests that update a dependency file label Jul 22, 2026
@jamesfastnerbot
jamesfastnerbot force-pushed the renovate/typescript-7.x branch from 7dda56a to c22f3fb Compare July 22, 2026 08:25
@greptile-apps

greptile-apps Bot commented Jul 22, 2026

Copy link
Copy Markdown

Greptile Summary

This PR updates the TypeScript development toolchain to version 7.

  • Raises the TypeScript dependency from 6.x to 7.x.
  • Regenerates the pnpm lockfile for TypeScript 7.0.2.
  • Adds TypeScript's platform-specific compiler packages.

Confidence Score: 4/5

The lint toolchain compatibility issue needs to be resolved before merging.

  • The lint path loads TypeScript 7 through a parser that declares support only below TypeScript 6.1.
  • The configured Node versions and main CI platforms satisfy the new compiler package requirements.

package.json and pnpm-lock.yaml

Important Files Changed

Filename Overview
package.json Updates TypeScript to 7.x while the current TypeScript ESLint stack declares support only below 6.1.
pnpm-lock.yaml Resolves TypeScript 7.0.2 and its platform packages but retains the incompatible TypeScript ESLint peer range.

Reviews (1): Last reviewed commit: "fix(deps): update dependency typescript ..." | Re-trigger Greptile

Comment thread package.json
"release-it": "^20.2.1",
"tsx": "^4.23.1",
"typescript": "^6.0.3",
"typescript": "^7.0.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 ESLint Compiler Range Is Exceeded

The repository's lint path loads TypeScript through @typescript-eslint/parser, but the locked @typescript-eslint/typescript-estree@8.64.0 declares support only for TypeScript versions below 6.1. With TypeScript 7.0.2 installed, linting runs against an unsupported compiler API and can fail or report incorrect diagnostics; update the ESLint TypeScript stack to a version that supports TypeScript 7.

@jamesfastnerbot
jamesfastnerbot force-pushed the renovate/typescript-7.x branch 24 times, most recently from 29c39d2 to 68c8899 Compare July 22, 2026 21:44
@jamesfastnerbot
jamesfastnerbot force-pushed the renovate/typescript-7.x branch from 68c8899 to d35bb80 Compare July 22, 2026 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant