Commit f220d2d
committed
chore(deps): regenerate lockfile after A3 calm-suite/* → root move (rebased onto Node 26 main)
Rebased onto current origin/main which carried the Node 26 canonical
bump (engines.node >=26.0.0, @types/node ^26, .nvmrc=26.3.1, plus
multiple lockfile regens). Lockfile fully re-regenerated on Node 26
via the incremental method:
git checkout origin/main -- package-lock.json
rm -rf node_modules
npm install --package-lock-only
Workspace entries now resolve to the new top-level paths
(`calm-studio/...`, `calm-guard/...`); no orphaned `calm-suite/*`
entries remain.
Invariants preserved (matches origin/main shape):
- minimatch@10.2.5 hoisted to root (vsce CJS require works)
- @docusaurus/faster@3.10.1 present (from finos#2673)
- All 19 rollup platform-specific optional dependency variants
- @codemirror/autocomplete@6.20.3 (svelte-codemirror-editor peer)
Verified on Node 26.3.1:
- `npm ci` exits 0; 6 @calmstudio/* workspace symlinks resolve
- All 10 workspaces build clean in CI dep order
- `npm test` exits 0 — all tests pass
- `cd calm-studio && npx multi-semantic-release --dry-run` exits 0
- `npm run package --workspace calm-plugins/vscode` packages 8.48 MB .vsix
Signed-off-by: Gourav Shah <gjs@opsflow.sh>1 parent 747c204 commit f220d2d
1 file changed
Lines changed: 264 additions & 195 deletions
0 commit comments