chore(deps): align @types/node with the Node 26 runtime - #896
Merged
Conversation
Bump @types/node from 24.13.3 to 26.2.0 in cli, file-io, and local to match the volta.node/CI Node 26.7.0 runtime already in place. Group node and @types/node in renovate.json so future runtime bumps carry the type definitions along automatically, and drop the stale "Node 24.x" version number from the mcp-server README troubleshooting note in favor of pointing at volta.node directly.
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.
Summary
@types/nodeが 3 パッケージ(cli/file-io/local)で24.13.3に取り残されていたため26.2.0に統一.github/renovate.jsonにnode/@types/nodeのグルーピングルールを追加し、今回と同種の乖離が再発しないようにしたpackages/@burger-editor/mcp-server/README.mdの stale な「Node 24.x 系」表記を削除し、volta.node参照のみに一般化yarn lint(eslint --fix)でpackages/@burger-editor/client/src/__tests__/vr/vr-helper.tsの不要な型キャストが自動的に除去された(*.css?rawはvite/client.d.tsで既にstring型)Test plan
yarn installでyarn.lockを更新(@types/nodeが26.2.0に一本化されたことを確認)yarn build(16 プロジェクト全て成功)yarn lint(エラーなし)yarn test(Docker 経由、1058 件成功 / 1 件失敗)catalog_list returns a populated catalogs array(5秒タイムアウト)は、ホスト実行・Docker 単体再実行のいずれでも再現せず、フルスイート実行時の一時的なリソース競合によるフレーキーな失敗と判断