Skip to content

build(deps-dev): update dependency typescript-eslint to v8.70.0 - #244

Merged
ncaq merged 1 commit into
masterfrom
renovate/typescript-eslint-monorepo
Sep 19, 2026
Merged

ncaq merged 1 commit into
masterfrom
renovate/typescript-eslint-monorepo

Conversation

@renovate

@renovate renovate Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
typescript-eslint (source) 8.68.08.70.0 age confidence

Release Notes

typescript-eslint/typescript-eslint (typescript-eslint)

v8.70.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-deprecated] report deprecated imported values used in object shorthand properties (#​12780)
❤️ Thank You

See GitHub Releases for more information.

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

v8.69.0

Compare Source

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.


Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the Type: Dependencies Dependency issues or Changes to dependency files label Sep 4, 2026

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Renovateによる開発依存 typescript-eslint の 8.68.0 -> 8.69.0 マイナー更新のみです。

package.jsonpackage-lock.jsonの変更は整合しており、@typescript-eslint/* サブパッケージ群も同一バージョンへ揃って更新されています。依存の追加・削除はありません。

リリース内容に破壊的変更やセキュリティ修正はなく、修正対象ルールは本プロジェクトで有効化しているプリセット (recommendedTypeChecked / stylisticTypeChecked) の範囲外です。peerDependenciesのtypescript: ">=4.8.4 <6.1.0"も本プロジェクトのtypescript 6.0.3を満たしています。

問題ないためapproveします。

Review metadata

Comment thread package.json Outdated
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 926d995 to bb28ee4 Compare September 10, 2026 23:14
@renovate renovate Bot changed the title build(deps-dev): update dependency typescript-eslint to v8.69.0 build(deps-dev): update dependency typescript-eslint to v8.70.0 Sep 10, 2026

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Renovateによる開発依存 typescript-eslint の 8.68.0 -> 8.70.0 更新のみです。前回レビュー時点(8.69.0)から更にマイナー1つ分進みました。

package.jsonpackage-lock.jsonの変更は整合しており、破壊的変更・非推奨化・セキュリティ修正はリリースノートに記載がありません。peerDependencies (typescript: >=4.8.4 <6.1.0, eslint: ^8.57.0 || ^9.0.0 || ^10.0.0) も変化なく、本リポジトリの typescript / eslint のバージョンは引き続き範囲内です。

新規ルール no-generated-empty-object-typestrict-type-checked 所属で、eslint.config.ts が使う recommendedTypeChecked / stylisticTypeChecked には含まれないため、lint結果への影響はない見込みです。CIのlintがパスすればそのままマージして問題ありません。

Review metadata

Comment thread package.json
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from bb28ee4 to 98e8feb Compare September 19, 2026 11:33

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

前回レビュー (bb28ee4) 以降はmasterへの追従リベースのみで、PR本来の変更内容は引き続きRenovateによる開発依存 typescript-eslint 8.68.0 -> 8.70.0 のマイナー更新だけです。

package.jsonpackage-lock.jsonの変更は整合しており、@typescript-eslint/* サブパッケージ群 (parser, scope-manager, type-utils, types, typescript-estree, utils, visitor-keys, project-service, tsconfig-utils) も同一バージョンへ揃って更新されています。依存の追加・削除や推移的依存の範囲指定変更はありません。

リリースノートに破壊的変更・非推奨化・セキュリティ修正はありません。peerDependencies (typescript: >=4.8.4 <6.1.0, eslint: ^8.57.0 || ^9.0.0 || ^10.0.0) も変化なく、本リポジトリの typescript 6.0.3 は範囲内です。

影響し得るのは recommendedTypeChecked 所属の no-deprecated の検出範囲拡大 (オブジェクトshorthandプロパティ) のみですが、該当箇所は見当たりません。新規ルール no-generated-empty-object-typestrict-type-checked 所属で本プロジェクトでは無効です。

詳細は既存のインラインコメント ( #244 (comment) ) で指摘済みのため、今回新規のコメントはありません。CIのlintがパスすればそのままマージして問題ありません。

Review metadata

@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 98e8feb to fcda6aa Compare September 19, 2026 12:45

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typescript-eslint を 8.68.0 から 8.70.0 へマイナー更新する renovate PR です。

package.jsonpackage-lock.json のみの変更で、追加、削除された依存はなく、peerDependencies の制約 (eslint: ^8.57.0 || ^9.0.0 || ^10.0.0, typescript: >=4.8.4 <6.1.0) も変わっていないため、本リポジトリの eslint / typescript と互換です。破壊的変更やセキュリティ修正の告知もありません。

コード品質、ドキュメント、パフォーマンス、セキュリティ、テストの各観点で指摘事項はありませんでした。新ルールの自動有効化もないため、CI の lint が通れば問題ありません。

Review metadata

Comment thread package.json
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from fcda6aa to fd0d4e0 Compare September 19, 2026 13:01

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Renovateによる開発依存 typescript-eslint 8.68.0 -> 8.70.0 のマイナー更新のみです。前回レビュー (fcda6aa) 以降はmasterへの追従リベースによるlockfileの再生成で、PR本来の変更内容は変わっていません。

package.jsonpackage-lock.json の変更は整合しており、@typescript-eslint/* サブパッケージ群 (parser, scope-manager, type-utils, types, typescript-estree, utils, visitor-keys, project-service, tsconfig-utils) も同一バージョンへ揃って更新されています。依存の追加・削除はありません。

リリースノートに破壊的変更・非推奨化・セキュリティ修正はなく、peerDependencies (typescript: >=4.8.4 <6.1.0, eslint: ^8.57.0 || ^9.0.0 || ^10.0.0) も変化ありません。本リポジトリの typescript 6.0.3 は範囲内です。新ルール no-generated-empty-object-typestrict-type-checked 所属で、eslint.config.ts が使う recommendedTypeChecked / stylisticTypeChecked には含まれないため自動有効化されません。

コード品質、ドキュメント、パフォーマンス、セキュリティ、テストの各観点で新たな指摘はありません。依存面の詳細は既存のインラインコメント ( #244 (comment) ) で指摘済みのため、今回は重複を避けて新規コメントなしとします。CIのlintがパスすればそのままマージして問題ありません。

Review metadata

@ncaq
ncaq merged commit 7b16627 into master Sep 19, 2026
6 checks passed
@ncaq
ncaq deleted the renovate/typescript-eslint-monorepo branch September 19, 2026 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: Dependencies Dependency issues or Changes to dependency files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant