Dashboard › craft › Distillation
efe3bace-6ed0-4bf0-a3e7-17bf5bdc248b["198cc0487d759d70e6837d8743436d98","33e5ead6480c985945f4c1fbcb81254d","0c2ecbb5a3fb8d22f6e73a61892232e0","71b468f1cb0de2d4fe5825ad0d129f73","286c2eff5d23ba2aa4fb6f40381390cb","7834bc02aaf309fba505be250f9b2d01","7477da2a194c762f64bdf3533fc89e64","bfdb076a045d8b05c539c35f635c2da0","031fcb06f3db0cf9585173841732d39e","82fbc8325d987c4542b9e5482e4fedc8","f64b0008db06c9bc4fb1339c1da610f7"]
Date: July 28, 2026
vite: ^7.3.5 (line 24), plus smol-toml: ^1.6.1, defu: ^6.1.5, js-yaml: ^4.2.0, svgo: ^4.0.1, rollup: ^4.59.0, devalue: ^5.6.3, h3: ^1.15.5. Deps: @astrojs/starlight: ^0.41.5, @sentry/starlight-theme: ^0.8.0, astro: ^7.1.4, sharp: ^0.35.0.~7.2.0 (caps at 7.2.x, pre-regression) — considered; (2) ^7.1.0 — REJECTED, allows 7.3.5 (the regression version); (3) exact pin 7.2.4 (pre-regression) — CHOSEN. Noted docs vite override is redundant duplication of root's vite: ^7.3.5.7.2.4).pnpm install completed in 1.6s (pnpm v10.28.0; pnpm approve-builds prompt shown). docs build FAILED — ELIFECYCLE exit 1.@sentry/starlight-theme dep + vite: ^7.3.5 override (now pinned to 7.2.4 in docs). Hypothesized either root override still winning cascade or @sentry/starlight-theme integration triggering SSR build. Planned to verify resolved vite in docs.vite@7.2.4 (two entries: bare + vite@7.2.4(@types/node@25.0.3)). @sentry/starlight-theme@0.8.0 confirmed present with peer chain @astrojs/starlight@0.41.5 + astro@7.1.4.vite: ^7.3.5 override forced 7.x. Questioned whether @sentry/starlight-theme is cause (stack shows astro static-build.js, not starlight-theme). Planned full error output.astro build failure — static mode, reached "Building static entrypoints..." then failed. Error at node_modules/.pnpm/vite@7.2.4_@types+node@25.0.3/node_modules/vite/dist/node/chunks/config.js:34100:73 in resolveRollupOptions, called from astro@7.1.4_.../astro/dist/core/build/static-build.js:68 viteBuild → buildApp → Object.build.vite: ^7.3.5 override FORCED vite to 7.x everywhere, breaking docs. PROPOSED FIX: pin docs vite to a 6.x version astro 7.1.4 supports, overriding root's 7.x override. NEXT STEP: check astro 7.1.4's vite dependency range (not yet done).