centralize version list and pin external dependencies#164
Merged
jaboehri merged 3 commits intoJun 1, 2026
Conversation
reduced the number of places to hold the version list
1 task
Member
Author
|
schwzr
added a commit
that referenced
this pull request
Jun 1, 2026
Squashed rebuild of PR #152 on top of the centralized releases.ts structure (#164). - Convert hardcoded https://dsf.dev/... links to relative links across the docs and old release notes - Fix typo: managing-mutiple -> managing-multiple (file + sidebar refs) - Fix typo: "informations" -> "information" - Sidebar: make FHIR/BPE reverse-proxy parents linkable in the v2.0.0 sidebar (prefix/link), consistent with v2.1.0 - Remove .md endings from navbar/sidebar entries - Remove stray empty root package-lock.json - Normalize old release-notes line endings to LF Conflicts with #164 resolved in favor of the dynamic latestVersion (theme.ts) and the centralized sidebar; index.md News block kept at main's newer Spring School recap. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
jaboehri
approved these changes
Jun 1, 2026
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.
Consolidates all version lists into
releases.tsand pins external dependencies.Centralized version list
releases.tsis the single source of truth for all 19 versions, sidebarmapping, latest version, and image digests
derive from it — no duplicate lists
fetch-versioned-release-notes.shreplaced with TypeScript version thatimports
allVersionsfromreleases.tsOldVersions.vuecomponent replaces hand-maintained Markdown link listcreate-version.tsscript automates new version creation (folder copy,releases.ts update, symlink, release notes fetch)
Dependency pinning
^ranges)