Skip to content

centralize version list and pin external dependencies#164

Merged
jaboehri merged 3 commits into
mainfrom
163-centralize-version-list-and-pin-external-dependencies
Jun 1, 2026
Merged

centralize version list and pin external dependencies#164
jaboehri merged 3 commits into
mainfrom
163-centralize-version-list-and-pin-external-dependencies

Conversation

@schwzr
Copy link
Copy Markdown
Member

@schwzr schwzr commented Apr 20, 2026

Consolidates all version lists into releases.ts and pins external dependencies.

Centralized version list

  • releases.ts is the single source of truth for all 19 versions, sidebar
    mapping, latest version, and image digests
  • Version dropdown, sidebar routing, navbar label, and old-versions page all
    derive from it — no duplicate lists
  • fetch-versioned-release-notes.sh replaced with TypeScript version that
    imports allVersions from releases.ts
  • OldVersions.vue component replaces hand-maintained Markdown link list
  • create-version.ts script automates new version creation (folder copy,
    releases.ts update, symlink, release notes fetch)

Dependency pinning

  • GitHub Actions pinned to full SHA commits with version comments
  • npm dependencies pinned to exact versions (removed ^ ranges)
  • Dependabot config for weekly update PRs (actions + npm)

@schwzr schwzr linked an issue Apr 20, 2026 that may be closed by this pull request
1 task
@schwzr schwzr requested a review from hhund April 20, 2026 11:23
@schwzr schwzr marked this pull request as draft April 21, 2026 09:17
@schwzr
Copy link
Copy Markdown
Member Author

schwzr commented Apr 21, 2026

  • Check for action version updates
  • Minimize action permissions

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 jaboehri marked this pull request as ready for review June 1, 2026 11:07
@jaboehri jaboehri merged commit ef6c693 into main Jun 1, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Centralize version list and pin external dependencies

2 participants