Skip to content

deps(npm): bump typescript from 6.0.3 to 7.0.2 in /web/server - #182

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/web/server/typescript-7.0.2
Open

deps(npm): bump typescript from 6.0.3 to 7.0.2 in /web/server#182
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/web/server/typescript-7.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps typescript from 6.0.3 to 7.0.2.

Commits
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 13, 2026
@rennerdo30

Copy link
Copy Markdown
Owner

Verified locally (node 26.5.0, npm 11.17.0) in web/server. Holding this open — TypeScript 7 breaks npm run lint.

What passes with typescript@7.0.2:

  • npx tsc -b --force — clean, 0 errors
  • npm run build (tsc -b && vite build) — succeeds

What fails:

  • npm run lint (eslint .) crashes before linting any file:
Oops! Something went wrong! :(
ESLint: 10.7.0
TypeError: Cannot read properties of undefined (reading 'Cjs')
    at @typescript-eslint/typescript-estree/dist/create-program/shared.js:59:18
    at @typescript-eslint/typescript-estree/dist/create-program/getWatchProgramsForProjects.js:45:18

Root cause: @typescript-eslint/typescript-estree reads ts.Extension.Cjs, and TypeScript 7's public API no longer exposes ts.Extension. typescript-eslint declares peerDependencies.typescript: ">=4.8.4 <6.1.0", so 7.0.2 is explicitly out of range.

No released typescript-eslint supports TS 7 yet — latest stable is 8.65.0 and it still caps at <6.1.0 (only 8.65.1-alpha.* prereleases exist). Same blocker as #180; no small scoped fix available.

Leaving open deliberately, not closing.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/web/server/typescript-7.0.2 branch 3 times, most recently from aebe46e to 8b9a336 Compare July 29, 2026 06:03
Bumps [typescript](https://github.com/microsoft/TypeScript) from 6.0.3 to 7.0.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/web/server/typescript-7.0.2 branch from 8b9a336 to 94e85f8 Compare July 31, 2026 11:12
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant