Skip to content

build(deps-dev): bump typescript from 6.0.3 to 7.0.2#82

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/typescript-7.0.2
Closed

build(deps-dev): bump typescript from 6.0.3 to 7.0.2#82
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/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
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/typescript-7.0.2 branch from f5465be to db9b601 Compare July 13, 2026 20:43
@GeiserX

GeiserX commented Jul 13, 2026

Copy link
Copy Markdown
Owner

Closing — I can't take this one yet. TypeScript 7.0.2 is the new native (Go) compiler port, and the current toolchain doesn't support it:

  • npx tsc --noEmit crashes with TypeError: Cannot read properties of undefined (reading 'Cjs') (exit 2) — the TS 7 CLI shim itself throws before type-checking.
  • next build fails ("Ecmascript file had an error" / "remove the tsconfig.json…") because Next.js 16 and typescript-eslint 8 rely on the programmatic TS API that the native port doesn't expose yet (typescript-eslint still declares a <6.0.0 peer).

Nothing in this repo can fix a crash inside the compiler port, so main stays on TypeScript 6.x (dev-only dep) until Next.js + typescript-eslint support TS 7. Adding a Dependabot ignore for the typescript major so this isn't re-proposed until then. Thanks @dependabot.

@GeiserX GeiserX closed this Jul 13, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/typescript-7.0.2 branch July 13, 2026 20:57
GeiserX added a commit that referenced this pull request Jul 13, 2026
…upports the native port (#83)

TypeScript 7 is the native (Go) compiler port; Next.js and typescript-eslint
dont support it yet (tsc --noEmit crashes reading 'Cjs', next build fails).
Stop Dependabot re-proposing the TS 7 major (see #82) while staying open to
minor/patch updates on the 6.x line. Remove once the toolchain supports TS 7.
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