e68e36f26b
is-in-ci feeds the `interactive` default (render.ts:503) and shouldSynchronize (write-synchronized.ts:9). vue pinned ^1.0.0 vs Ink's ^2.0.0, whose CI-detection formula differs: v1 scans for any `CI_*`-prefixed var and gates the whole expression on CI not being falsy; v2 independently checks `CI` and `CONTINUOUS_INTEGRATION` and drops the prefix scan. The common cases (local CI=false, GitHub CI=true) are identical on both, so the suite and CI are unaffected; only edge env configs diverge. Bumping to ^2.0.0 makes vue's CI detection byte-identical to Ink's. Locked by a test (CI=false + CONTINUOUS_INTEGRATION=true → true, which v1 would report false). Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
39 lines
722 B
YAML
39 lines
722 B
YAML
packages:
|
|
- apps/*
|
|
- packages/*
|
|
- tools/*
|
|
- examples/*
|
|
|
|
catalogMode: prefer
|
|
|
|
catalog:
|
|
"@alcalzone/ansi-tokenize": ^0.3.0
|
|
ansi-escapes: ^7.3.0
|
|
"@types/node": ^24.12.4
|
|
typescript: ^5
|
|
vite: npm:@voidzero-dev/vite-plus-core@latest
|
|
vitest: npm:@voidzero-dev/vite-plus-test@latest
|
|
vite-plus: ^0.1.22
|
|
"@vitejs/plugin-vue-jsx": ^5.1.5
|
|
chalk: ^5.6.2
|
|
is-in-ci: ^2.0.0
|
|
patch-console: ^2.0.0
|
|
strip-ansi: ^7.2.0
|
|
node-pty: 1.2.0-beta.13
|
|
terminal-size: ^4.0.1
|
|
tsx: ^4.22.0
|
|
string-width: ^8.0.0
|
|
overrides:
|
|
vite: "catalog:"
|
|
vitest: "catalog:"
|
|
peerDependencyRules:
|
|
allowAny:
|
|
- vite
|
|
- vitest
|
|
allowedVersions:
|
|
vite: "*"
|
|
vitest: "*"
|
|
allowBuilds:
|
|
esbuild: true
|
|
node-pty: true
|