TryGhost
OSS
Ghost
Sign in / Sign up
Open main menu
Ghost
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
28976
87724840 Bumped public-app patch versions for vite-config migration no ref The helper-based vite.config in each of the 6 public apps triggers the app-version-bump CI check. MAJOR.MINOR unchanged across all six, so ghost/core/core/shared/config/defaults.json does not need updates. - admin-toolbar: 0.1.10 → 0.1.11 - announcement-bar: 1.1.27 → 1.1.28 - comments-ui: 1.5.21 → 1.5.22 - portal: 2.69.14 → 2.69.15 - signup-form: 0.3.33 → 0.3.34 - sodo-search: 1.8.30 → 1.8.31
by Steve Larson
S
Succeeded
28976
e8e7f4ed Migrated comments-ui to shared vite config helper no ref Last of the 6 public apps onto publicAppViteConfig. The 96-line vite.config.mts shrinks to 48 lines. Per-app divergence in overrides: - `plugins: [stripFingerprintingPlugin()]` — Safari 26+ / DDG tracker mitigation for ProseMirror/tiptap - `define.VITEST_SEGFAULT_RETRY` - `preview` block (dev:test still uses `vite preview --port 7175`, takes the override on port but inherits host/allowedHosts) - `server` block (port 5368) - `resolve.dedupe + alias` for React-17 hoist-avoidance (load-bearing) - `i18nNamespace: 'comments'` - `build.rollupOptions.output: {}` (empty, preserved) - `test.setupFiles` + `test.include` + `test.server.deps.inline` (the tiptap/headlessui inline rule that keeps Vite's alias applying to their React imports) - `test.testTimeout` from env + CI thread caps The unused multi-format `fileName` function dropped — formats only contains 'umd', the helper's default fileName produces the same `comments-ui.min.js` output. Verified: emitted umd/comments-ui.min.js + map byte-identical to baseline.
by Steve Larson
S
Previous page
Previous
Next
Next page