Skip to content

Conversation

@ntotten
Copy link
Member

@ntotten ntotten commented Nov 28, 2025

No description provided.

Copilot AI review requested due to automatic review settings November 28, 2025 18:02
Copy link
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

This PR upgrades TypeScript from version 4.9.5 to 5.9.3, a major version upgrade that brings the project up to date with the latest TypeScript release. The changes include necessary configuration adjustments and dependency updates to support the new TypeScript version.

Key Changes:

  • Upgraded TypeScript from ^4.6.3 to ^5.9.3, a major version jump that improves type checking capabilities and language features
  • Added skipLibCheck: true to tsconfig.json to optimize compilation by skipping type checking of declaration files in node_modules
  • Simplified dependabot configuration by removing redundant grouping rules that overlapped with the catch-all dev-dependencies group

Reviewed changes

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

File Description
package.json Updated TypeScript dependency version from ^4.6.3 to ^5.9.3
pnpm-lock.yaml Updated lockfile with TypeScript 5.9.3 and all transitive dependency resolutions, including typescript-eslint packages
tsconfig.json Added skipLibCheck: true compiler option to skip type checking of third-party declaration files
.github/dependabot.yml Removed redundant grouping configurations (typescript, build-tools, testing) and updated typescript-eslint pattern to match the actual package name
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

@ntotten ntotten merged commit adb45a4 into main Nov 28, 2025
10 checks passed
@ntotten ntotten deleted the ts5 branch November 28, 2025 18:32
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