chore(deps): bump arc-vue toolchain to task baseline (Node 24, pnpm 11.11.0) - #19
Merged
Conversation
Update vitest 4.1.10, TypeScript 6.0.3, vue-tsc 3.3.7, Storybook 10.5.0, vue 3.5.39, @types/node 24.13.3, and vite-plugin-dts 5.0.3. Approve esbuild postinstall for pnpm v11 allowBuilds. Co-authored-by: Cursor <cursoragent@cursor.com> Assisted-by: multi-agent-shogun-aki-tweak
Add .node-version (24) and bump node-version in five workflows from 22 to 24 to match pnpm 11.11.0 baseline (Node >= 22.13). Co-authored-by: Cursor <cursoragent@cursor.com> Assisted-by: multi-agent-shogun-aki-tweak
|
Tip All tests passed and all changes approved!🟢 UI Tests: 5 tests unchanged |
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.
概要
arc-vue の JS ツールチェーンを koyori-app/task フロント水準へ更新する。vite は 8.0.16 のまま据え置き(rolldown 採用で問題なし)。
更新内容
依存(
packages/arc-vue/package.json)Node / pnpm
.node-versionを新規追加(24) — バージョン管理(fnm/nvm 等)が自動選択。CI と手元を揃える。node-version: 22 → 24(uses:の SHA 固定は不変)。pnpm/action-setupのversion: 10 → 11.11.0(task の packageManager 水準。11.12.0 は自己インストール回帰バグのため回避)。pnpm-workspace.yamlにallowBuilds: esbuild: true— pnpm 11 の推奨方式(onlyBuiltDependenciesの後継)で esbuild の build を粒度細かく明示許可。テスト
pnpm typecheck/pnpm build/pnpm test(vitest)すべて緑(Node 24 + pnpm 11.11.0)。※ DRAFT 解除・merge は maintainer 判断。vite は 8 のまま。
Assisted-by: multi-agent-shogun-aki-tweak