Skip to content

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

Closed
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/ui/typescript-6.0.2
Closed

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 30, 2026

Copy link
Copy Markdown
Contributor

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

dependabot Bot commented on behalf of github Mar 30, 2026

Copy link
Copy Markdown
Contributor Author

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 removed the request for review from Copilot 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 removed the request for review from Copilot 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 removed the request for review from Copilot April 6, 2026 14:42
Copilot AI review requested due to automatic review settings April 8, 2026 21:35
@chromatic-com

chromatic-com Bot commented Apr 8, 2026

Copy link
Copy Markdown

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

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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.

Comment thread ui/package-lock.json
"node": "^18 || >=20"
},
"peerDependencies": {
"typescript": "^5.0.0"

Copilot AI Apr 8, 2026

Copy link

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.
@dependabot @github

dependabot Bot commented on behalf of github Apr 20, 2026

Copy link
Copy Markdown
Contributor Author

A newer version of typescript exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@dependabot @github

dependabot Bot commented on behalf of github Apr 30, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/ui/typescript-6.0.2 branch April 30, 2026 16:15
jsonmp-k8 added a commit to jsonmp-k8/kagent that referenced this pull request May 8, 2026
…npm-minor-patch group

Consolidates the four open dependabot UI PRs into a single change so
the breaking changes are migrated together:

- tailwindcss 3.4 -> 4.2.4 (closes kagent-dev#1751)
  - delete ui/tailwind.config.ts; move theme tokens to @theme inline in
    ui/src/app/globals.css (CSS-first config)
  - switch PostCSS to @tailwindcss/postcss; drop autoprefixer
  - replace tailwindcss-animate with tw-animate-css for v4 compat
  - dark mode preserved via @custom-variant dark

- typescript 5.9.3 -> 6.0.2 (closes kagent-dev#1587)
  - @typescript-eslint chain bumped transitively to a version whose
    peer cap is <6.1.0, so the upgrade is satisfiable

- lucide-react 0.577 -> 1.8.0 (closes kagent-dev#1665)
  - the Linkedin brand icon was removed in v1; replace the single
    callsite with an inline SVG
  - import LucideIcon as a type-only import (still exported as a type)

- npm-minor-patch group (closes kagent-dev#1750)
  - react-hook-form, @vitest/browser-playwright, chromatic, cypress,
    msw, vite minor/patch bumps

Pin eslint-plugin-react-hooks to 7.0.1 via overrides: the 7.0.1 -> 7.1.1
transitive bump introduces react-hooks/set-state-in-effect, which
flags 23 pre-existing call sites. Fixing those is out of scope for a
deps PR.

Local verification: next build, eslint, jest (129/129), storybook
build, dev server boot all pass.

Signed-off-by: Jaison Paul <paul.jaison@gmail.com>
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