Skip to content

chore(deps-dev): bump typescript from 5.7.3 to 7.0.2 - #747

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

chore(deps-dev): bump typescript from 5.7.3 to 7.0.2#747
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 Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps typescript from 5.7.3 to 7.0.2.

Release notes

Sourced from typescript's releases.

TypeScript 7.0.2

https://devblogs.microsoft.com/typescript/announcing-typescript-7-0/

This tag was originally released at: https://github.com/microsoft/typescript-go/releases/tag/typescript%2Fv7.0.2

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.1 RC

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:

TypeScript 5.9.3

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

... (truncated)

Commits
  • 1e4744d Merge branch 'main' into ts7-release
  • a5a219cmicrosoft/typescript-go#4558
  • ecfe30d Update status localization
  • 5de25b5 Hide executable name in TypeScript status
  • d7ce74a Show bundled TypeScript version for packaged servers
  • 29be66a Correct TS 7 release version to 7.0.2
  • ed2bd1b Merge branch 'main' into ts7-release
  • 8873075 Bump the github-actions group across 1 directory with 3 updates (microsoft/ty...
  • 9427131 Set up stable / nightly extension split, other prep (microsoft/typescript-go#...
  • d4eaca5microsoft/typescript-go#4549
  • Additional commits viewable in compare view
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 Aug 24, 2026
Copilot AI lite review requested due to automatic review settings August 24, 2026 07:56
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 24, 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.

Pull request overview

This pull request bumps TypeScript from 5.7.3 to 7.0.2 across repository workspaces and refreshes the lockfile.

Changes:

  • Updates TypeScript dependencies in packages, examples, external projects, and integration tests.
  • Regenerates package-lock.json.
  • Leaves unresolved TypeScript 7 incompatibilities in ts-jest, typescript-eslint, and openapi-typescript.

Reviewed changes

Copilot reviewed 44 out of 45 changed files in this pull request and generated 20 comments.

Show a summary per file
File Review summary
test/integration/package.json Critical (1 vote): ts-jest@29.4.6 supports TypeScript <6, making the Jest transformer incompatible with TypeScript 7.
packages/openai/package.json Critical (1 vote): ts-jest@29.4.6 supports TypeScript <6; upgrade it or retain a supported TypeScript version.
packages/m365extensions/package.json Critical (1 vote): ts-jest@29.4.6 supports TypeScript <6; upgrade it or retain a supported TypeScript version.
packages/graph/package.json Critical (1 vote): ts-jest@29.4.6 supports TypeScript <6; upgrade it or retain a supported TypeScript version.
packages/graph-tools/package.json Critical (1 vote): ts-jest@29.4.6 supports TypeScript <6. Critical (1 vote): openapi-typescript@7.13.0 requires a TypeScript 5 peer for code generation.
packages/graph-endpoints/package.json TypeScript dependency updated to 7.0.2.
packages/graph-endpoints-beta/package.json TypeScript dependency updated to 7.0.2.
packages/devtools/package.json Critical (2 votes): typescript-eslint@8.67.0 supports TypeScript <6.1.0; upgrade the lint tooling or retain a supported compiler.
packages/dev/package.json Critical (1 vote): ts-jest@29.4.6 supports TypeScript <6; upgrade it or retain a supported TypeScript version.
packages/config/package.json Critical (3 votes): typescript-eslint@8.67.0 supports TypeScript <6.1.0, making the imported ESLint parser incompatible with TypeScript 7.
packages/common/package.json Critical (1 vote): ts-jest@29.4.6 supports TypeScript <6; upgrade it or retain a supported TypeScript version.
packages/client/package.json Critical (1 vote): ts-jest@29.4.6 supports TypeScript <6; upgrade it or retain a supported TypeScript version.
packages/cards/package.json Critical (1 vote): ts-jest@29.4.6 supports TypeScript <6; upgrade it or retain a supported TypeScript version.
packages/botbuilder/package.json Critical (1 vote): ts-jest@29.4.6 supports TypeScript <6; upgrade it or retain a supported TypeScript version.
packages/apps/package.json Critical (1 vote): ts-jest@29.4.6 supports TypeScript <6; upgrade it or retain a supported TypeScript version.
packages/api/package.json Critical (2 votes): ts-jest@29.4.6 supports TypeScript <6; upgrade it or retain a supported TypeScript version.
packages/ai/package.json Critical (1 vote): ts-jest@29.4.6 supports TypeScript <6; upgrade it or retain a supported TypeScript version.
package.json Critical (2 votes): The hoisted TypeScript 7 compiler is incompatible with the locked ts-jest@29.4.6 used by Jest workspaces.
package-lock.json Dependency lockfile regenerated for TypeScript 7.0.2.
external/mcpclient/package.json Critical (1 vote): ts-jest@29.4.6 supports TypeScript <6; upgrade it or retain a supported TypeScript version.
external/mcp/package.json Critical (1 vote): ts-jest@29.4.6 supports TypeScript <6; upgrade it or retain a supported TypeScript version.
external/a2a/package.json Critical (1 vote): ts-jest@29.4.6 supports TypeScript <6; upgrade it or retain a supported TypeScript version.
examples/threading/package.json TypeScript dependency updated to 7.0.2.
examples/targeted-messages/package.json TypeScript dependency updated to 7.0.2.
examples/tab/package.json TypeScript dependency updated to 7.0.2.
examples/suggested-action/package.json TypeScript dependency updated to 7.0.2.
examples/stream/package.json TypeScript dependency updated to 7.0.2.
examples/reactions/package.json TypeScript dependency updated to 7.0.2.
examples/quoting/package.json TypeScript dependency updated to 7.0.2.
examples/proactive-messaging/package.json TypeScript dependency updated to 7.0.2.
examples/message-extensions/package.json TypeScript dependency updated to 7.0.2.
examples/meetings/package.json TypeScript dependency updated to 7.0.2.
examples/mcp-server/package.json TypeScript dependency updated to 7.0.2.
examples/m365extensions/package.json TypeScript dependency updated to 7.0.2.
examples/http-adapters/package.json TypeScript dependency updated to 7.0.2.
examples/html-widgets/package.json TypeScript dependency updated to 7.0.2.
examples/graph/package.json TypeScript dependency updated to 7.0.2.
examples/formatted-messaging/package.json TypeScript dependency updated to 7.0.2.
examples/echo/package.json TypeScript dependency updated to 7.0.2.
examples/dialogs/package.json TypeScript dependency updated to 7.0.2.
examples/cards/package.json TypeScript dependency updated to 7.0.2.
examples/botbuilder/package.json TypeScript dependency updated to 7.0.2.
examples/ai-mcp/package.json TypeScript dependency updated to 7.0.2.
examples/agent365/package.json TypeScript dependency updated to 7.0.2.
examples/a2a/package.json TypeScript dependency updated to 7.0.2.
Suppressed comments (1)

package.json:50

  • The generator templates still emit typescript ^5.4.5 in both turbo/generators/templates/package/package.json.hbs:42 and turbo/generators/templates/examples/package.json.hbs:30, while this bump moves the repository workspaces to TypeScript 7. A newly generated package or example will therefore silently use the old compiler and diverge from the repository toolchain. Update both templates consistently with the selected compatible TypeScript/tooling versions.
    "typescript": "^7.0.2"

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread external/a2a/package.json
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5",
"typescript": "^5.4.5"
"typescript": "^7.0.2"
Comment thread external/mcp/package.json
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5",
"typescript": "^5.4.5"
"typescript": "^7.0.2"
"ts-jest": "^29.2.5",
"tsup": "^8.4.0",
"typescript": "^5.4.5"
"typescript": "^7.0.2"
Comment thread package.json
"nerdbank-gitversioning": "^3.9.50",
"turbo": "^2.9.14",
"typescript": "^5.4.5"
"typescript": "^7.0.2"
Comment thread packages/ai/package.json
"ts-jest": "^29.2.5",
"tsup": "^8.4.0",
"typescript": "^5.4.5"
"typescript": "^7.0.2"
"ts-jest": "^29.2.5",
"tsup": "^8.4.0",
"typescript": "^5.4.5"
"typescript": "^7.0.2"
"ts-jest": "^29.2.5",
"tsup": "^8.4.0",
"typescript": "^5.4.5"
"typescript": "^7.0.2"
"ts-jest": "^29.2.5",
"tsup": "^8.4.0",
"typescript": "^5.4.5"
"typescript": "^7.0.2"
"ts-jest": "^29.2.5",
"tsup": "^8.4.0",
"typescript": "^5.4.5"
"typescript": "^7.0.2"
"jest": "^29.7.0",
"ts-jest": "^29.1.0",
"typescript": "~5.8.0"
"typescript": "~7.0.2"
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.7.3 to 7.0.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.7.3...v7.0.2)

---
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 faba586 to 3766142 Compare August 24, 2026 17:51
@dependabot @github

dependabot Bot commented on behalf of github Aug 24, 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.

@corinagum
Corina (corinagum) deleted the dependabot/npm_and_yarn/typescript-7.0.2 branch August 24, 2026 20:25
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.

2 participants