Skip to content

chore(deps-dev): bump typescript from 5.9.3 to 6.0.2#325

Merged
robinebers merged 1 commit intomainfrom
dependabot/npm_and_yarn/typescript-6.0.2
Mar 30, 2026
Merged

chore(deps-dev): bump typescript from 5.9.3 to 6.0.2#325
robinebers merged 1 commit intomainfrom
dependabot/npm_and_yarn/typescript-6.0.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 28, 2026

Bumps typescript from 5.9.3 to 6.0.2.

Release notes

Sourced from typescript's releases.

TypeScript 6.0

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by cubic

Upgrade dev typescript to 6.0.2 to adopt TS 6 features and fixes. Build-only change with no runtime impact.

  • Dependencies

    • Bumped typescript from 5.9.3 to 6.0.2.
  • Migration

    • Reinstall deps and run the type checker.
    • Fix any new TS 6 diagnostics if they appear.

Written for commit 597531a. Summary will update on new commits.

Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.9.3...v6.0.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 28, 2026
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 28, 2026
@augmentcode
Copy link
Copy Markdown

augmentcode bot commented Mar 28, 2026

🤖 Augment PR Summary

Summary: Updates the devDependency on TypeScript from 5.9.3 to 6.0.2.

Why: Keeps the toolchain current (major TS upgrade) so local/CI builds use the latest compiler and typings fixes.

🤖 Was this summary useful? React with 👍 or 👎

Copy link
Copy Markdown

@augmentcode augmentcode bot left a comment

Choose a reason for hiding this comment

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

Review completed. 1 suggestion posted.

Fix All in Augment

Comment augment review to trigger a new review at any time.

"jsdom": "^29.0.1",
"tw-animate-css": "^1.4.0",
"typescript": "~5.9.3",
"typescript": "~6.0.2",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

package.json bumps typescript to ~6.0.2, but bun.lock still pins typescript@5.9.3, so Bun-based installs will likely continue using the old compiler. Consider updating the lockfile (or removing it if Bun isn’t the intended lock source) to keep dependency resolution consistent.

Severity: medium

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

1 issue found across 1 file

Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name="package.json">

<violation number="1" location="package.json:55">
P2: Update `bun.lock` with this dependency bump; otherwise Bun installs still resolve TypeScript 5.9.3 and this PR does not actually exercise the new compiler.</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.

"jsdom": "^29.0.1",
"tw-animate-css": "^1.4.0",
"typescript": "~5.9.3",
"typescript": "~6.0.2",
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai bot Mar 28, 2026

Choose a reason for hiding this comment

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

P2: Update bun.lock with this dependency bump; otherwise Bun installs still resolve TypeScript 5.9.3 and this PR does not actually exercise the new compiler.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At package.json, line 55:

<comment>Update `bun.lock` with this dependency bump; otherwise Bun installs still resolve TypeScript 5.9.3 and this PR does not actually exercise the new compiler.</comment>

<file context>
@@ -52,7 +52,7 @@
     "jsdom": "^29.0.1",
     "tw-animate-css": "^1.4.0",
-    "typescript": "~5.9.3",
+    "typescript": "~6.0.2",
     "vite": "^8.0.0",
     "vitest": "^4.0.18"
</file context>
Fix with Cubic

@robinebers robinebers merged commit a3f7b7e into main Mar 30, 2026
2 of 3 checks passed
@robinebers robinebers deleted the dependabot/npm_and_yarn/typescript-6.0.2 branch March 30, 2026 22:48
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant