Skip to content

chore(deps-dev): bump typescript-eslint from 8.62.0 to 8.62.1 - #59

Closed
dependabot[bot] wants to merge 2 commits into
feature/1.x.xfrom
dependabot/npm_and_yarn/typescript-eslint-8.62.1
Closed

chore(deps-dev): bump typescript-eslint from 8.62.0 to 8.62.1#59
dependabot[bot] wants to merge 2 commits into
feature/1.x.xfrom
dependabot/npm_and_yarn/typescript-eslint-8.62.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 4, 2026

Copy link
Copy Markdown
Contributor

Bumps typescript-eslint from 8.62.0 to 8.62.1.

Release notes

Sourced from typescript-eslint's releases.

v8.62.1

8.62.1 (2026-06-29)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] use suggestion instead of autofix for trailing binary operator (#12328)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] preserve boolean result in fixer for nullable true comparisons (#12365)
  • eslint-plugin: [no-unnecessary-type-assertion] parenthesize object literal at left edge of expression statement (#12443, #12418)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.62.1 (2026-06-29)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits

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)

ThreeFish-AI and others added 2 commits July 2, 2026 17:06
feat: 合入 feature/1.x.x 首个完整 MVP(v0.0.8)——可视化提交图 DAG · GitHub CI 状态 · 分支批量操作 · 全局 UI/UX 系统性优化
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.62.0 to 8.62.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.62.1/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: typescript-eslint
  dependency-version: 8.62.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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 Jul 4, 2026
@ThreeFish-AI
ThreeFish-AI changed the base branch from master to feature/1.x.x July 4, 2026 08:28
@ThreeFish-AI

Copy link
Copy Markdown
Owner

已整合至 #66(base: feature/1.x.x)一并处理,避免三个锁文件 PR 串行再冲突。

本 PR 原始升级已随 #66 收编并重生 pnpm-lock.yaml、本地通过 CI 同款四闸门(check-types / lint / package / test:unit 332 全绿),故关闭本 PR。

#56 注意:vitest 4 要求 vite ≥6,本仓无直接 vite 依赖、原锁文件停留在 vite 5 —— 即使无冲突本 PR 也过不了 CI;#66 已随附新增 vite ^7(7.3.6)作为必要 companion。

另:#57(TypeScript 6)经验证需 tsconfig 迁移 + 全局类型修复,非平凡,由独立迁移 PR 承接。

@dependabot @github

dependabot Bot commented on behalf of github Jul 4, 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-eslint-8.62.1 branch July 4, 2026 08:53
ThreeFish-AI added a commit that referenced this pull request Jul 4, 2026
#66)

- vitest ^2.1.8 → ^4.1.9:vitest 4 要求 vite ≥6,本仓无直接 vite 依赖、旧锁文件停留在 vite 5.4.21,导致 vitest run 启动即崩(vite/module-runner 子路径不存在);故伴随新增 devDependency vite ^7(解析到 7.3.6)作为必要 companion,Dependabot 原 #56 锁文件同样停留在 vite 5、即便无冲突也过不了 CI
- typescript-eslint ^8.39.0 → ^8.62.1:补丁升级
- typescript 暂保 ^5.9.2:TS 6 把 moduleResolution=node10 升为硬错,且 src/extension.ts 的 setTimeout/clearTimeout 全局解析失败,需 tsconfig 迁移 + 全局类型修复,另起单独 PR 处理(Closes #57)
- 重生 pnpm-lock.yaml(pnpm@11.9.0),消除与 feature/1.x.x 的锁文件漂移冲突
- 本地 CI 同款四闸门全绿:check-types / lint / package / test:unit(332/332)

整合 #56 #59#57 由独立迁移 PR 承接。

🤖 Generated with [Claude Code](https://github.com/claude), [CodeX](https://openai.com), [Gemini](https://github.com/apps/gemini-code-assist)
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