Skip to content

chore(deps): update dependency typescript to v7 - #55

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/typescript-7.x
Open

chore(deps): update dependency typescript to v7#55
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/typescript-7.x

Conversation

@renovate

@renovate renovate Bot commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
typescript (source) ^6.0.0^7.0.0 age confidence

Release Notes

microsoft/TypeScript (typescript)

v7.0.2

Compare Source


Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • "before 9am on saturday"
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR becomes conflicted, 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.

@HagaSpa

HagaSpa commented Jul 16, 2026

Copy link
Copy Markdown
Owner

この PR を現時点でマージできない理由

check CI(lint)が失敗しており、原因は TypeScript 7 とESLint 系パーサーの非互換です。

詳細

  • TypeScript 7 は Go 製ネイティブコンパイラで、従来の JS API と互換性がない
  • lint で使用している @typescript-eslint/parser は最新版(8.64.0 時点)でも peer dependency が typescript >=4.8.4 <6.1.0TS7 未対応
  • そのため全 .astro ファイルで Parsing error: Unexpected token { などのパースエラーが発生する(ローカルでも再現確認済み)
  • ソースコード側の修正では解決できず、typescript-eslint 側の TS7 対応待ち

方針

  • この PR は close せず open のまま保留(close すると Renovate がこの更新を以後無視するため)
  • typescript-eslint が TS7 に対応したら、rebase して CI が通ることを確認のうえマージする

🤖 Generated with Claude Code

@HagaSpa HagaSpa mentioned this pull request Jul 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant