Skip to content

Upgrading toolchain to TypeScript 7.0 focusing on frontend#587

Merged
GZTimeWalker merged 1 commit into
workfrom
copilot/upgrade-toolchain-to-ts-7-0
Jul 9, 2026
Merged

Upgrading toolchain to TypeScript 7.0 focusing on frontend#587
GZTimeWalker merged 1 commit into
workfrom
copilot/upgrade-toolchain-to-ts-7-0

Conversation

Copilot AI commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Pull request created by AI Agent

@codecov

codecov Bot commented Jul 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 59.31%. Comparing base (968cfe4) to head (93576eb).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             work     #587   +/-   ##
=======================================
  Coverage   59.31%   59.31%           
=======================================
  Files         190      190           
  Lines        9811     9811           
  Branches     1204     1204           
=======================================
  Hits         5819     5819           
  Misses       3495     3495           
  Partials      497      497           
🚀 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.

@GZTimeWalker
GZTimeWalker marked this pull request as ready for review July 9, 2026 02:12
Copilot AI review requested due to automatic review settings July 9, 2026 02:12
@GZTimeWalker
GZTimeWalker merged commit 2de8cf3 into work Jul 9, 2026
9 checks passed
@GZTimeWalker
GZTimeWalker deleted the copilot/upgrade-toolchain-to-ts-7-0 branch July 9, 2026 02:13

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 frontend toolchain to TypeScript 7.x in the React/Vite ClientApp, aligning the lockfile’s resolved TypeScript version with the updated dependency spec.

Changes:

  • Bump typescript devDependency from 6.0.3 to ^7.0.0.
  • Update pnpm-lock.yaml to resolve TypeScript 7.0.2 and propagate it through peer/optional dependency links (e.g., i18next / react-i18next).

Reviewed changes

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

File Description
src/GZCTF/ClientApp/package.json Updates TypeScript devDependency range to 7.x.
src/GZCTF/ClientApp/pnpm-lock.yaml Updates lockfile resolution to TypeScript 7.0.2 and adds associated platform optional packages.
Files not reviewed (1)
  • src/GZCTF/ClientApp/pnpm-lock.yaml: Generated file

Comment on lines 2529 to 2533
typescript@6.0.3:
resolution: {integrity: sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==}
engines: {node: '>=14.17'}
hasBin: true

@@ -4634,6 +4819,29 @@

typescript@6.0.3: {}
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.

3 participants