chore(deps-dev): bump typescript from 5.8.3 to 6.0.2#222
Merged
Conversation
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
151bb46 to
cb0e607
Compare
Owner
TypeScript 5.8.3 → 6.0.2 調査レポート概要TypeScript 6.0 は JSベースコンパイラとしての最後のメジャーリリース(7.0 は Go で書き直し予定)。7.0 への「ブリッジリリース」として多数の非推奨化・デフォルト変更を含む。 主な破壊的変更
セキュリティ
CI失敗の原因と対応エラー1: エラー2: 必要な tsconfig.json の修正: {
"compilerOptions": {
"moduleResolution": "nodenext", // "node" から変更
"module": "nodenext", // 整合性のため変更が必要な可能性
"types": ["node"] // 追加
}
}結論セキュリティリスクなし。ただしメジャーバージョンアップのため tsconfig.json の修正が必須であり、単純マージは不可。Dependabotの自動PRでは対応できないため、この PR を閉じて手動で tsconfig.json 修正と合わせた新 PR を作成することを推奨。 |
cb0e607 to
785d3a5
Compare
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.3 to 6.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.8.3...v6.0.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
785d3a5 to
b687a43
Compare
- module/moduleResolution: "commonjs"/"node" → "nodenext"/"nodenext" - Add explicit "types": ["node"] (TS 6.0 defaults to []) - Remove esModuleInterop/allowSyntheticDefaultImports (always true in TS 6.0)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps typescript from 5.8.3 to 6.0.2.
Release notes
Sourced from typescript's releases.
... (truncated)
Commits
607a22aBump version to 6.0.2 and LKG9e72ab7🤖 Pick PR #63239 (Fix missing lib files in reused pro...) into release-6.0 (#...35ff23d🤖 Pick PR #63163 (Port anyFunctionType subtype fix an...) into release-6.0 (#...e175b69Bump version to 6.0.1-rc and LKGaf4caacUpdate LKG8efd7e8Merge remote-tracking branch 'origin/main' into release-6.0206ed1aDeprecate assert in import() (#63172)e688ac8Update dependencies (#63156)29b300dBump the github-actions group across 1 directory with 2 updates (#63205)0c2c7a3DOM update (#63183)