Skip to content

deps(npm): bump typescript from 5.9.3 to 6.0.2 in /frontend in the npm-major group across 1 directory#596

Open
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/npm_and_yarn/frontend/npm-major-574b0d5a74
Open

deps(npm): bump typescript from 5.9.3 to 6.0.2 in /frontend in the npm-major group across 1 directory#596
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/npm_and_yarn/frontend/npm-major-574b0d5a74

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the npm-major group with 1 update in the /frontend directory: typescript.

Updates 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 dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 24, 2026
@dependabot dependabot bot requested review from Copilot and removed request for Copilot March 24, 2026 06:14
@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 24, 2026

Dependency Review

The following issues were found:

  • ❌ 1 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ✅ 0 package(s) with unknown licenses.

View full job summary

@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 24, 2026

Manifest Changes vs v0.1.0-beta.27

base

✅ No changes

debug

✅ No changes

crds

✅ No changes

Copilot AI review requested due to automatic review settings March 24, 2026 09:25
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/npm-major-574b0d5a74 branch from 349deda to 2f701ab Compare March 24, 2026 09:25
@dependabot dependabot bot requested a review from a team as a code owner March 24, 2026 09:25
@dependabot dependabot bot requested review from Copilot and removed request for Copilot March 24, 2026 09:25
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/npm-major-574b0d5a74 branch from 2f701ab to 85343fb Compare March 24, 2026 14:31
@dependabot dependabot bot review requested due to automatic review settings March 24, 2026 14:31
@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 24, 2026

📸 UI Screenshots

Captured 22 screenshots (11 light, 11 dark mode)

📥 Download

Pages Captured

Page Light Dark
Home
Session Browser
Pending Approvals
My Requests
Session Review
Debug Sessions
Create Debug Session
404 Not Found
Mobile Views
Tablet Views

Screenshots are generated automatically on each PR that modifies frontend code.

@dependabot dependabot bot changed the title deps(npm): bump typescript from 5.9.3 to 6.0.2 in /frontend in the npm-major group deps(npm): bump typescript from 5.9.3 to 6.0.2 in /frontend in the npm-major group across 1 directory Mar 30, 2026
Copilot AI review requested due to automatic review settings March 30, 2026 06:28
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/npm-major-574b0d5a74 branch from 85343fb to 1250b6c Compare March 30, 2026 06:28
@dependabot dependabot bot requested review from Copilot and removed request for Copilot March 30, 2026 06:28
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/npm-major-574b0d5a74 branch from 1250b6c to ae215e8 Compare April 3, 2026 17:09
@dependabot dependabot bot review requested due to automatic review settings April 3, 2026 17:09
@github-actions github-actions bot added the size/M label Apr 3, 2026
Copilot AI review requested due to automatic review settings April 3, 2026 22:40
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 frontend toolchain by bumping TypeScript to the 6.0.x line and refreshing the npm lockfile accordingly.

Changes:

  • Bump typescript from ~5.9.3 to ~6.0.2 in frontend/package.json.
  • Update frontend/package-lock.json to reflect the TypeScript bump and related dependency resolution changes (e.g., @typescript-eslint/* versions/peer ranges).

Reviewed changes

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

File Description
frontend/package.json Updates the TypeScript devDependency to ~6.0.2.
frontend/package-lock.json Lockfile refresh to align with the new TypeScript version and resulting dependency graph changes.
Files not reviewed (1)
  • frontend/package-lock.json: Language not supported

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Apr 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 68.74%. Comparing base (c2b918e) to head (6a1d670).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #596      +/-   ##
==========================================
+ Coverage   68.72%   68.74%   +0.01%     
==========================================
  Files         159      159              
  Lines       33620    33620              
==========================================
+ Hits        23107    23112       +5     
+ Misses       8985     8980       -5     
  Partials     1528     1528              
Flag Coverage Δ
cli 61.60% <ø> (ø)
controller 71.19% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

MaxRink added a commit that referenced this pull request Apr 3, 2026
… 6 compatibility

Since TypeScript 5.0+, paths are resolved relative to the tsconfig.json
location without requiring baseUrl. TypeScript 6.0 deprecates baseUrl with
TS5101 error, blocking the dependabot upgrade (PR #596).

Removing baseUrl: '.' is a no-op since it matches the default behavior,
and the @/* path alias in paths continues to resolve correctly.
MaxRink added a commit that referenced this pull request Apr 4, 2026
… 6 compatibility (#618)

Since TypeScript 5.0+, paths are resolved relative to the tsconfig.json
location without requiring baseUrl. TypeScript 6.0 deprecates baseUrl with
TS5101 error, blocking the dependabot upgrade (PR #596).

Removing baseUrl: '.' is a no-op since it matches the default behavior,
and the @/* path alias in paths continues to resolve correctly.
Copilot AI review requested due to automatic review settings April 6, 2026 20:05
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

Copilot reviewed 3 out of 4 changed files in this pull request and generated no new comments.

Files not reviewed (1)
  • frontend/package-lock.json: Language not supported
Comments suppressed due to low confidence (1)

frontend/tsconfig.json:22

  • compilerOptions.paths is configured here, but baseUrl was removed. TypeScript requires paths to be used with a baseUrl in the final resolved config; if it’s not provided by @vue/tsconfig/tsconfig.dom.json, vue-tsc/tsc will error and @/… imports won’t resolve. Either re-add "baseUrl": "." in this file or confirm the extended config now sets it and add a brief note why this change is safe.
  "compilerOptions": {
    "module": "ESNext",
    "target": "ESNext",
    "paths": {
      "@/*": [
        "./src/*"
      ]
    },

dependabot bot and others added 2 commits April 8, 2026 12:33
Bumps the npm-major group in /frontend with 1 update: [typescript](https://github.com/microsoft/TypeScript).

Updates `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
  dependency-group: npm-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Addresses Copilot review comment: document the major TypeScript 5.9 → 6.0
upgrade under [Unreleased] as required by project changelog conventions.
@MaxRink MaxRink force-pushed the dependabot/npm_and_yarn/frontend/npm-major-574b0d5a74 branch from 6102922 to 6a1d670 Compare April 8, 2026 10:33
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Apr 8, 2026
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 documentation Improvements or additions to documentation frontend javascript Pull requests that update javascript code size/L size/M

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants