Skip to content

chore(deps): bump typescript from 5.9.3 to 6.0.2 in /ui#1587

Open
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/npm_and_yarn/ui/typescript-6.0.2
Open

chore(deps): bump typescript from 5.9.3 to 6.0.2 in /ui#1587
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/npm_and_yarn/ui/typescript-6.0.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 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 @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 30, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot requested a review from peterj as a code owner March 30, 2026 19:22
@dependabot dependabot bot requested review from Copilot and removed request for Copilot March 30, 2026 19:22
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ui/typescript-6.0.2 branch from d9ae54a to 535a8c8 Compare March 30, 2026 19:53
@dependabot dependabot bot review requested due to automatic review settings March 30, 2026 19:53
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ui/typescript-6.0.2 branch from 535a8c8 to aab7a31 Compare March 30, 2026 23:23
@dependabot dependabot bot requested review from Copilot and removed request for Copilot March 30, 2026 23:23
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ui/typescript-6.0.2 branch from aab7a31 to 61cf0c1 Compare March 30, 2026 23:53
@dependabot dependabot bot requested review from Copilot and removed request for Copilot March 30, 2026 23:54
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ui/typescript-6.0.2 branch from 61cf0c1 to 76c3d85 Compare April 1, 2026 11:48
@dependabot dependabot bot requested review from Copilot and removed request for Copilot April 1, 2026 11:48
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ui/typescript-6.0.2 branch from 76c3d85 to e73b16c Compare April 1, 2026 11:49
@dependabot dependabot bot review requested due to automatic review settings April 1, 2026 11:49
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ui/typescript-6.0.2 branch from e73b16c to dfc177f Compare April 6, 2026 14:41
@dependabot dependabot bot requested review from Copilot and removed request for Copilot April 6, 2026 14:41
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>
Copilot AI review requested due to automatic review settings April 6, 2026 14:42
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ui/typescript-6.0.2 branch from dfc177f to 9c831cb Compare April 6, 2026 14:42
@dependabot dependabot bot review requested due to automatic review settings April 6, 2026 14:42
Copilot AI review requested due to automatic review settings April 8, 2026 21:35
@chromatic-com
Copy link
Copy Markdown

chromatic-com bot commented Apr 8, 2026

Important

UI Tests need review – Review now

🟡 UI Tests: 5 visual and accessibility changes must be accepted as baselines
🟡 UI Review: Go review the new and updated UI
Storybook icon Storybook Publish: 108 stories published

Copy link
Copy Markdown
Contributor

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 UI workspace’s TypeScript toolchain to TypeScript 6.0.2, aligning the lockfile to the new compiler version and its updated transitive tooling (notably typescript-eslint packages).

Changes:

  • Bump typescript from 5.9.3 to 6.0.2 in ui/package.json.
  • Regenerate ui/package-lock.json to reflect TypeScript 6.0.2 and updated transitive dependencies (e.g., @typescript-eslint/*, typescript-eslint, ts-api-utils).

Reviewed changes

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

File Description
ui/package.json Pins TypeScript to 6.0.2 for the UI dev toolchain.
ui/package-lock.json Updates the resolved dependency graph to TypeScript 6.0.2 and related transitive package versions.
Files not reviewed (1)
  • ui/package-lock.json: Language not supported

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

"node": "^18 || >=20"
},
"peerDependencies": {
"typescript": "^5.0.0"
Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

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

tsconfck@3.1.6 (pulled in under vite-tsconfig-paths) declares an (optional) peer dependency on typescript ^5.0.0, but this PR bumps the workspace to TypeScript 6.0.2. Even optional peer range mismatches can produce noisy install warnings and may indicate runtime incompatibility when tsconfck uses the TypeScript API. Consider upgrading vite-tsconfig-paths/tsconfck to a version that supports TS 6, or otherwise ensuring installs remain warning-free and the plugin works with TS 6.

Suggested change
"typescript": "^5.0.0"
"typescript": "^5.0.0 || ^6.0.0"

Copilot uses AI. Check for mistakes.
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