chore(deps): bump typescript from 5.9.3 to 6.0.2 in /ui#1587
chore(deps): bump typescript from 5.9.3 to 6.0.2 in /ui#1587dependabot[bot] wants to merge 2 commits intomainfrom
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
d9ae54a to
535a8c8
Compare
535a8c8 to
aab7a31
Compare
aab7a31 to
61cf0c1
Compare
61cf0c1 to
76c3d85
Compare
76c3d85 to
e73b16c
Compare
e73b16c to
dfc177f
Compare
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>
dfc177f to
9c831cb
Compare
|
Important UI Tests need review – Review now🟡 UI Tests: 5 visual and accessibility changes must be accepted as baselines |
There was a problem hiding this comment.
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
typescriptfrom5.9.3to6.0.2inui/package.json. - Regenerate
ui/package-lock.jsonto 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" |
There was a problem hiding this comment.
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.
| "typescript": "^5.0.0" | |
| "typescript": "^5.0.0 || ^6.0.0" |
Bumps typescript from 5.9.3 to 6.0.2.
Release notes
Sourced from typescript's releases.
Commits
607a22aBump version to 6.0.2 and LKG9e72ab7🤖 Pick PR #63239 (Fix missing lib files in reused pro...) into release-6.0 (#...35ff23d🤖 Pick PR #63163 (Port anyFunctionType subtype fix an...) into release-6.0 (#...e175b69Bump version to 6.0.1-rc and LKGaf4caacUpdate LKG8efd7e8Merge remote-tracking branch 'origin/main' into release-6.0206ed1aDeprecate assert in import() (#63172)e688ac8Update dependencies (#63156)29b300dBump the github-actions group across 1 directory with 2 updates (#63205)0c2c7a3DOM update (#63183)