Skip to content

chore(deps): update dependency typescript to v7#1926

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/typescript-7.x
Open

chore(deps): update dependency typescript to v7#1926
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/typescript-7.x

Conversation

@renovate

@renovate renovate Bot commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
typescript (source) 6.0.37.0.2 age confidence

Release Notes

microsoft/TypeScript (typescript)

v7.0.2

Compare Source


Configuration

📅 Schedule: (UTC)

  • 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 becomes conflicted, 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 was generated by Mend Renovate. View the repository job log.

@claude

claude Bot commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

Claude finished @renovate[bot]'s task in 1m 53s —— View job


Code review

Found 1 issue (posted as inline comment):

  1. package.json:L70 — Bumping typescript to 7.0.2 breaks the build. @typescript-eslint/eslint-plugin, @typescript-eslint/parser, and @typescript-eslint/project-service (all 8.62.1) declare peerDependencies: typescript: '>=4.8.4 <6.1.0' (pnpm-lock.yaml:837-884), which excludes both 6.1+ and 7.x. This isn't just a theoretical peer-dep mismatch — the CI run for this PR (job 86981727363) actually fails:

    • eslint throws TypeError: Cannot read properties of undefined (reading 'Cjs') inside @typescript-eslint/typescript-estree
    • tsc fails with error TS2304: Cannot find name 'PageProps' in app/listening/[[...period]]/page.tsx(23,27) — Next.js's generated route types no longer resolve under TypeScript 7

    This PR should stay open until @typescript-eslint and Next.js's typegen add TypeScript 7 support.

No other bugs or AGENTS.md violations found in the diff (it's a pure dependency bump touching only package.json/pnpm-lock.yaml).

@codecov

codecov Bot commented Jul 11, 2026

Copy link
Copy Markdown

⚠️ JUnit XML file not found

The CLI was unable to find any JUnit XML files to upload.
For more help, visit our troubleshooting guide.

@railway-app

railway-app Bot commented Jul 11, 2026

Copy link
Copy Markdown

🚅 Deployed to the simon.dev-pr-1926 environment in simon.dev

Service Status Web Updated (UTC)
simon.dev ❌ Build Failed (View Logs) Web Jul 14, 2026 at 2:02 am

Comment thread package.json
"pino-pretty": "13.1.3",
"prettier": "3.9.5",
"typescript": "6.0.3",
"typescript": "7.0.2",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This bump breaks CI. @typescript-eslint/eslint-plugin@8.62.1, @typescript-eslint/parser@8.62.1, and @typescript-eslint/project-service@8.62.1 all declare peerDependencies: { typescript: '>=4.8.4 <6.1.0' } (pnpm-lock.yaml:837-884), so typescript 7.0.2 falls outside their supported range. The CI run for this PR (job 86981727363) confirms it fails hard: [eslint] TypeError: Cannot read properties of undefined (reading 'Cjs') inside @typescript-eslint/typescript-estree, and separately [tsc] app/listening/[[...period]]/page.tsx(23,27): error TS2304: Cannot find name 'PageProps' — the generated Next.js route types no longer resolve under TypeScript 7. This needs @typescript-eslint/eslint-config-next/Next.js typegen support for TS7 before this upgrade can land. Fix this →

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants