Skip to content

chore(deps): update dependency typescript to v6#5233

Merged
thomhurst merged 1 commit intomainfrom
renovate/typescript-6.x
Mar 23, 2026
Merged

chore(deps): update dependency typescript to v6#5233
thomhurst merged 1 commit intomainfrom
renovate/typescript-6.x

Conversation

@thomhurst
Copy link
Owner

This PR contains the following updates:

Package Type Update Change
typescript (source) devDependencies major ~5.9.0~6.0.0

Release Notes

microsoft/TypeScript (typescript)

v6.0.2: TypeScript 6.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@thomhurst thomhurst added dependencies Pull requests that update a dependency file MAJOR renovate-bot labels Mar 23, 2026
@thomhurst thomhurst enabled auto-merge (squash) March 23, 2026 16:28
@thomhurst thomhurst deployed to Pull Requests March 23, 2026 16:28 — with GitHub Actions Active
Copy link
Contributor

@claude claude bot left a comment

Choose a reason for hiding this comment

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

Code Review: TypeScript v5.9 → v6.0 Dependency Update

This is a straightforward automated dependency update from Renovate. The changes are minimal and well-scoped:

What changed:

  • docs/package.json: Updated typescript devDependency from ~5.9.0 to ~6.0.0
  • docs/yarn.lock: Lockfile updated to typescript@6.0.2 with updated resolved URL and integrity hash

Assessment: LGTM

This is a major version bump (5.x → 6.x) for a devDependency used only in the docs/ Docusaurus site, not in the core TUnit library or test engine. The risk profile is low because:

  1. Scope is isolated — TypeScript is only used for the documentation site build, not the .NET library itself
  2. No production impact — This is a devDependencies entry, so it doesn't affect consumers of TUnit
  3. Tilde range — The ~6.0.0 constraint allows patch updates within 6.0.x, which is appropriate for a build tool

Potential consideration: TypeScript 6.0 is a major version and may include breaking changes for any custom TypeScript configs in the docs/ directory (e.g., tsconfig.json). It would be worth confirming the docs site still builds successfully — but given automerge is enabled and this is a Renovate-managed update, it's reasonable to assume CI validates this.

No issues found. Safe to merge once CI passes.

@thomhurst thomhurst merged commit e84cce6 into main Mar 23, 2026
14 of 15 checks passed
@thomhurst thomhurst deleted the renovate/typescript-6.x branch March 23, 2026 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file MAJOR renovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants