Skip to content

build(docs): move docs to TypeScript 7 - #1515

Merged
FelixTJDietrich merged 1 commit into
mainfrom
1467-move-docs-to-typescript
Aug 24, 2026
Merged

build(docs): move docs to TypeScript 7#1515
FelixTJDietrich merged 1 commit into
mainfrom
1467-move-docs-to-typescript

Conversation

@FelixTJDietrich

Copy link
Copy Markdown
Collaborator

Description

Move the documentation workspace from TypeScript 6.0.3 to 7.0.2, matching the root workspace now that the standalone docs configuration no longer inherits Docusaurus's removed baseUrl option. Remove the unused @docusaurus/tsconfig dependency and refresh the pnpm lockfile so the Docusaurus peer graph resolves against TypeScript 7.

Fixes #1467

How to test

  • pnpm run format
  • pnpm run check
  • pnpm --filter docs run build
  • pnpm install --frozen-lockfile --offline
  • pnpm --filter docs exec tsc --version reports Version 7.0.2

Checklist

  • No changeset is required because this only updates private documentation tooling and has no shipped operator or user-facing behavior.
  • No operator action or migration is required.

@FelixTJDietrich
FelixTJDietrich requested a review from a team as a code owner August 24, 2026 08:15
@coderabbitai

coderabbitai Bot commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

Next included review available in 44 minutes.

View limit details

Limit details: You’ve used the included review currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

Learn how review limits work.

Review configuration:

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: f17b38cd-e3fc-48ba-bfc0-de8279b452a1

📥 Commits

Reviewing files that changed from the base of the PR and between 5d42ca3 and 0b201da.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (1)
  • docs/package.json

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions github-actions Bot added documentation Improvements or additions to documentation dependencies Package updates, version bumps, lock file changes size:XS This PR changes 0-9 lines, ignoring generated files. maintenance Chores, cleanup, non-functional improvements labels Aug 24, 2026
@github-actions

github-actions Bot commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

📚 Documentation Preview

Preview has been removed (PR closed)

@FelixTJDietrich
FelixTJDietrich merged commit 77edb39 into main Aug 24, 2026
50 of 51 checks passed
@FelixTJDietrich
FelixTJDietrich deleted the 1467-move-docs-to-typescript branch August 24, 2026 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Package updates, version bumps, lock file changes documentation Improvements or additions to documentation maintenance Chores, cleanup, non-functional improvements size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move docs to TypeScript 7

1 participant