Skip to content

chore(deps-dev): bump typescript from 6.0.3 to 7.0.2#99

Closed
dependabot[bot] wants to merge 1 commit into
feature/1.x.xfrom
dependabot/npm_and_yarn/feature/1.x.x/typescript-7.0.2
Closed

chore(deps-dev): bump typescript from 6.0.3 to 7.0.2#99
dependabot[bot] wants to merge 1 commit into
feature/1.x.xfrom
dependabot/npm_and_yarn/feature/1.x.x/typescript-7.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 18, 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 18, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/feature/1.x.x/typescript-7.0.2 branch from f325d22 to 3385e62 Compare July 20, 2026 10: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/feature/1.x.x/typescript-7.0.2 branch from 3385e62 to 9ee32e8 Compare July 20, 2026 10:16
@ThreeFish-AI

Copy link
Copy Markdown
Owner

本 PR 暂不合并并予以关闭,原因如下(非本仓库代码问题):

根因:TypeScript 7.0(Go 原生移植 tsgo/Corsa)刻意未保留编译器编程 API(延至 7.1)。本仓库以 typescript-eslint 做类型感知 lint,@typescript-eslint/typescript-estree 在加载期访问 ts.Extension.Cjs,TS7 下为 undefined,导致 Lint & Build 崩溃:TypeError: Cannot read properties of undefined (reading 'Cjs')。该问题官方追踪于 typescript-eslint#12518(closed as not planned,修复须来自 TS 7.1)。tsc --noEmit 在 7.0.2 下可通过,故本仓库代码本身对 TS7 是干净的。

处置:已在 #100.github/dependabot.yml 增加对 typescript semver-major 的忽略规则(次要/补丁版仍跟进),与既有 @types/vscode 忽略先例同类。待 TypeScript 7.1 提供稳定编程 API 且 typescript-eslint 适配后,再由人工移除该规则、重启大版本升级。

@dependabot @github

dependabot Bot commented on behalf of github Jul 20, 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/feature/1.x.x/typescript-7.0.2 branch July 20, 2026 10:19
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