Skip to content

Bump typedoc to ^0.28.18 to support TS6#508

Merged
MatthijsBurgh merged 1 commit intomasterfrom
typedoc_0_28_18
Mar 31, 2026
Merged

Bump typedoc to ^0.28.18 to support TS6#508
MatthijsBurgh merged 1 commit intomasterfrom
typedoc_0_28_18

Conversation

@MatthijsBurgh
Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings March 31, 2026 12:59
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the TypeDoc devDependency to a newer patch release intended to enable compatibility with TypeScript 6.

Changes:

  • Bump typedoc from ^0.28.15 to ^0.28.18 in package.json.
  • Regenerate package-lock.json to reflect the updated TypeDoc version and its transitive dependency updates (e.g., shiki/markdown-it/minimatch/yaml).

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
package.json Updates the TypeDoc devDependency version to ^0.28.18.
package-lock.json Updates the resolved TypeDoc version and related transitive dependency entries.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +66 to 67
"typedoc": "^0.28.18",
"typescript": "^5.9.3"
Copy link

Copilot AI Mar 31, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR title says this bump is to support TypeScript 6, but the repo’s devDependency is still pinned to typescript: ^5.9.3, so npm install in this repo won’t actually pick up TS 6.x. Either widen/bump the typescript devDependency to include 6.x (and ensure the build/lint/test scripts still pass), or adjust the PR title/description to clarify this is a preparatory bump for a follow-up TS upgrade.

Copilot uses AI. Check for mistakes.
@MatthijsBurgh MatthijsBurgh merged commit 816b16c into master Mar 31, 2026
14 checks passed
@MatthijsBurgh MatthijsBurgh deleted the typedoc_0_28_18 branch March 31, 2026 13:13
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.

2 participants