chore(deps): bulk update all packages, require Node 24+, add Renovate cooldown#68
Open
otofu-square wants to merge 2 commits into
Open
chore(deps): bulk update all packages, require Node 24+, add Renovate cooldown#68otofu-square wants to merge 2 commits into
otofu-square wants to merge 2 commits into
Conversation
- Bump all npm packages to latest (incl. major: typescript 5→6, @vitejs/plugin-react 5→6) - Require Node >=24 via engines field - Add 7-day minimumReleaseAge for npm in renovate.json - Declare 'ress' module to satisfy TS 6.0 side-effect import check Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This was referenced May 26, 2026
Closed
Closed
Mirrors the Renovate-side 7-day cooldown on the install side: npm v11+ will refuse to resolve a tree containing versions younger than 7 days. Ignored on npm <11. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
typescript 5.9→6.0,@vitejs/plugin-react 5→6)engines.node: >=24を追加renovate.jsonにminimumReleaseAge: "7 days"を追加し、Renovate 側で npm パッケージのリリース直後の自動更新 PR を抑制.npmrcにmin-release-age=7を追加し、npm v11+ の install 側でも同じ 7 日クールダウンを強制vite-env.d.tsにdeclare module 'ress'を追加これにより以下の既存 Renovate PR を内包・置き換え:
バージョン変更一覧
vite(8.0.14) /ress(5.0.2) /@types/react-dom(19.2.3) /@types/styled-components(5.1.36) は最新のため変更なし。検証
npm install成功 (0 vulnerabilities)npm start→VITE v8.0.14 ready in 558 ms、http://localhost:5173/から index.html / 変換済み tsx / CSS modules すべて HTTP 200 で配信npx vite build成功 (built in 296ms, JS 191.43kB / CSS 2.68kB)npx tsc --noEmit成功(ressの declare 追加後)注意事項
npm installする想定)min-release-ageは無視される)。Node 24 / npm 11+ ではmin-release-age=7が効くため、vite@8.0.14(公開 2026-05-21、本日時点で 5 日経過)やstyled-components@6.4.2(同 7 日)の install が一時的に弾かれる可能性があります。merge を 2〜3 日後ろにずらすか、初回はnpm install --ignore-min-release-ageで対応してくださいengine-strictは未設定)。厳格化したい場合は.npmrcにengine-strict=trueを追加可能🤖 Generated with Claude Code