Skip to content

chore(deps): Bump typescript from 6.0.3 to 7.0.2 - #6314

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/typescript-7.0.2
Open

dependabot[bot] wants to merge 2 commits 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.


Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript major labels Jul 13, 2026
Copilot AI review requested due to automatic review settings July 13, 2026 21:26
@dependabot dependabot Bot added major dependencies Pull requests that update a dependency file javascript labels Jul 13, 2026
@kubestellar-prow kubestellar-prow Bot added the dco-signoff: yes Indicates the PR's author has signed the DCO. label Jul 13, 2026

Copilot AI left a comment

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.

Copilot can't review bot-authored pull requests automatically. A user with Copilot access can request a review manually.

@netlify

netlify Bot commented Jul 13, 2026

Copy link
Copy Markdown

Deploy Preview for kubestellar-docs failed. Why did it fail? →

Name Link
🔨 Latest commit 135c312
🔍 Latest deploy log https://app.netlify.com/projects/kubestellar-docs/deploys/6aacf4816a9ea60008deab53

@kubestellar-prow kubestellar-prow Bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Jul 13, 2026
@kubestellar-prow

Copy link
Copy Markdown

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a kubestellar member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@kubestellar-prow kubestellar-prow Bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Jul 13, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript-7.0.2 branch from 61c7f83 to f752607 Compare July 13, 2026 22:31
@clubanderson

Copy link
Copy Markdown
Member

⚠️ Cannot Adopt TypeScript 7 Yet — Compiler API Breaking Changes

This PR fails CI because TypeScript 7 introduces a new Go-based compiler that breaks the TypeScript Compiler API, affecting tooling ecosystem.

Root Cause

TypeScript 7.0 is a major rewrite with:

  • New native compiler in Go (Project Corsa)
  • Unstable Compiler API — tools like typescript-eslint, ts-morph, and bundler integrations don't work yet
  • Breaking changes in tsconfig options and defaults

The CI failure is likely due to Next.js, ESLint, or bundler tooling not yet supporting TypeScript 7's new compiler architecture.

What's Needed

  1. Microsoft stabilizes the TS7 Compiler API (planned for 7.1+)
  2. Next.js and ecosystem tools release TS7-compatible versions
  3. Alternatively, use the @typescript/typescript6 compatibility shim for tooling (complex migration)

Recommendation

Place this PR on hold until the TypeScript 7 ecosystem stabilizes. This requires coordinated updates across Next.js, ESLint plugins, and build tooling — not a simple code fix.

References

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript-7.0.2 branch 5 times, most recently from 193d53b to 563bf25 Compare July 27, 2026 22:23
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript-7.0.2 branch 2 times, most recently from c18ac83 to b9c7326 Compare August 4, 2026 15:44
@clubanderson

Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript-7.0.2 branch from b9c7326 to 2ec4687 Compare August 5, 2026 02:17
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript-7.0.2 branch 3 times, most recently from a108f4d to 59eb0d7 Compare August 11, 2026 03:15
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 59eb0d7 to b93dde9 Compare August 11, 2026 07:52
@kubestellar-prow kubestellar-prow Bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Aug 18, 2026
typescript-eslint (currently pinned to 8.x via eslint-config-next) does
not yet support TypeScript 7.0 (peerDependency caps typescript at
<6.1.0), causing 'npm run lint' to fail with:
  Error: typescript-eslint does not support TS 7.0.
See typescript-eslint/typescript-eslint#10940
for upstream tracking of TS >=7.1 support.

Since no compatible typescript-eslint release exists yet, adjust this
dependabot bump down to the highest currently-compatible typescript
version (^6, i.e. 6.0.3) instead of 7.0.2, and regenerate
package-lock.json. tsc --noEmit and eslint src/ both pass cleanly
(0 errors) after this change.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Signed-off-by: kubestellar-hive[bot] <223556219+Copilot@users.noreply.github.com>
@kubestellar-prow

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kubestellar-prow kubestellar-prow Bot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. and removed needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Sep 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

copilot dco-signoff: yes Indicates the PR's author has signed the DCO. dependencies Pull requests that update a dependency file frontend hold javascript json major needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants