Skip to content

centralize version list and pin external dependencies#164

Draft
schwzr wants to merge 3 commits intomainfrom
163-centralize-version-list-and-pin-external-dependencies
Draft

centralize version list and pin external dependencies#164
schwzr wants to merge 3 commits intomainfrom
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

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

1 participant