Skip to content

build(deps-dev): bump typescript from 5.9.3 to 7.0.2 - #6

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

build(deps-dev): bump typescript from 5.9.3 to 7.0.2#6
dependabot[bot] wants to merge 3 commits into
mainfrom
dependabot/npm_and_yarn/typescript-7.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 5, 2026

Copy link
Copy Markdown
Contributor

Bumps typescript from 5.9.3 to 7.0.2.

Release notes

Sourced from typescript's releases.

TypeScript 6.0.3

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits
Maintainer changes

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


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.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 added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 5, 2026
Enable the supported CLI integration so Next.js can run type checking with TypeScript 7 during static builds.
@yunwei37

yunwei37 commented Aug 5, 2026

Copy link
Copy Markdown
Member

The failing verify job was specific to this major update: Next.js 16.2.12 rejected TypeScript 7 through its compiler API path and requested its TypeScript CLI integration.

I pushed eb7f741 to enable experimental.useTypeScriptCli. Local npm run verify passes end to end: content check, tsc --noEmit, the static Next.js build (39 pages), and export verification (32 HTML routes). The updated GitHub verify, Cloudflare Pages, and GitGuardian checks all pass.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 5, 2026

Copy link
Copy Markdown

Deploying agentsight with  Cloudflare Pages  Cloudflare Pages

Latest commit: a000a78
Status: ✅  Deploy successful!
Preview URL: https://c7101a13.agentsight.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-type.agentsight.pages.dev

View logs

yunwei37 commented Aug 9, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Aug 9, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

Preserve the TypeScript CLI compatibility setting while incorporating the current website, CI, and SEO validation changes.
@yunwei37

yunwei37 commented Aug 9, 2026

Copy link
Copy Markdown
Member

Synced this branch with current main in a000a78 without overwriting the TypeScript 7 compatibility fix. The merge keeps experimental.useTypeScriptCli, incorporates the current website/CI/SEO changes, and refreshes the lockfile for the updated @types/react-dom dependency.

Local npm run verify passes end to end: 24-page content check, tsc --noEmit, 40-page static build, and the 33-page SEO snapshot. The new GitHub checks are now running on the conflict-free head.

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 size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants