chore(deps): bump node to 26.5.0 and @types/node to ^26#31
Closed
eouzoe wants to merge 1 commit into
Closed
Conversation
- Pin nodejs_26 (26.5.0) in devenv.nix packages; previously node arrived via a transitive dep (24.13.0) and was untracked. - Align @types/node ^22 -> ^26 to match the new runtime major. - devenv.lock already tracks devenv 2.1.2 (in sync). Note: interactive shells with fnm/nvm may shadow node on PATH; the devenv-pinned node is /nix/store/*-nodejs-26.5.0.
Owner
Author
|
Rebasing directly into dev per workflow (no extra branch / PR). |
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.
摘要
devenv.nix:packages顯式 pinnodejs_26(26.5.0)。之前 node 是透過傳遞依賴進來的 24.13.0,未被管控。apps/frontend/package.json:@types/node^22→^26,對齊新的 runtime major。devenv.lock已是 devenv 2.1.2(同步無需改動)。驗證
/nix/store/*-nodejs-26.5.0(26.5.0),已建出並在 PATH 上。備註
runtime 已是 26,故
@types/node跟到^26;若 typecheck 有狀況可拆分成獨立 PR。