Deps migration D: node 24, engines gate, policy unfreeze - #80
Merged
Conversation
…reeze - engines: node >=24 (engine-strict .npmrc enforces it; node 24.18.1 LTS installed beside v20/v22 in D:\Software - flip the PATH entry to switch) - camera-controls override REMOVED (3.1.2 fine on node 24); svelte-awesome-color-picker ^4.1.3 - release.yml: setup-node 24, plain npm ci (legacy-peer-deps era over), baseline gate tightened to 435/62 - dependabot.yml + deps-check FROZEN list trimmed to typescript (until svelte-check peers ^7) and rapier - the A-D migration ignores are gone, future majors PR normally - validated on node 24: build green (faster), svelte-check 435/62, dev boot stable, e2e sample green (modal/settings/import/whats-new/flow/collider/ vr-sleeve/packs), tools/agent wrtc bridge offline tests 16/16 (@roamhq/wrtc prebuilds load on node 24) - CLAUDE.md: runtime/deps-policy rewritten post-migrations + the flowbite NON-modal dialog gotcha (never showModal the app modals - inertness kills body-portals/toasts/chrome; top-layer popovers do NOT escape inertness); e2e skill: certs/ https note, node 24, baseline NOT taken: TS 7 (svelte-check peers ^5||^6), vite 8 / vps 7 / flowbite 4 / invert-color 3 (reviewable via Dependabot now) Co-Authored-By: Claude Fable 5 <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.
Final migration part. Node 24 LTS (24.18.1), engines >=24, camera-controls unpinned, color-picker 4.1.3, release workflow on node 24 with plain npm ci, Dependabot/deps-check unfrozen for everything except TS 7 (svelte-check peer) and rapier. wrtc agent bridge validated on node 24 (16/16 offline tests). CLAUDE.md + e2e skill refreshed (non-modal dialog gotcha, certs/ https, baseline 435/62).
Machine note: node 24 installed at D:\Software\node-v24.18.1-win-x64 - the persistent PATH flip from v20 is the one manual step (see PR discussion).
🤖 Generated with Claude Code