Skip to content

Comments

fix: update devDependencies to match docusaurus version#23

Merged
druid-infra merged 9 commits intohighcard-dev:masterfrom
druid-infra:fix-ci-typecheck
Feb 10, 2026
Merged

fix: update devDependencies to match docusaurus version#23
druid-infra merged 9 commits intohighcard-dev:masterfrom
druid-infra:fix-ci-typecheck

Conversation

@druid-infra
Copy link
Contributor

Summary

Fixes CI failures caused by mismatched package versions in TypeScript type checking.

Problem

CI was failing with:

error TS2688: Cannot find type definition file for '@docusaurus/theme-classic'.
error TS2688: Cannot find type definition file for 'node'.

Solution

  • ✅ Updated @docusaurus/module-type-aliases from 3.0.1 → 3.2.1
  • ✅ Updated @docusaurus/tsconfig from 3.0.1 → 3.2.1
  • ✅ Updated @docusaurus/types from 3.0.0 → 3.2.1
  • ✅ Added @types/node ^18.0.0

These versions now match the main dependencies (3.2.1) and provide the missing type definitions.

Testing

CI should now pass on this PR! Once merged, all other PRs will get green builds.

Lugh (Druid Bot) added 2 commits February 10, 2026 11:54
…s/node

- Update @Docusaurus packages from 3.0.x to 3.2.1 (match dependencies)
- Add @types/node to fix TypeScript type checking errors
- Resolves CI failures in typecheck step
@druid-infra
Copy link
Contributor Author

Error: This repo is not allowlisted for Atlantis.

@druid-infra druid-infra merged commit 1643d31 into highcard-dev:master Feb 10, 2026
1 check 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.

1 participant