Skip to content

Upgrade TypeScript to v6#236

Merged
AlexJSully merged 2 commits into
masterfrom
alexjsully-260514-ts-v6
May 14, 2026
Merged

Upgrade TypeScript to v6#236
AlexJSully merged 2 commits into
masterfrom
alexjsully-260514-ts-v6

Conversation

@AlexJSully
Copy link
Copy Markdown
Owner

Upgrade TypeScript to v6 as well as update other packages at the same time.

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

Routine dependency upgrades, most notably bumping TypeScript from v5 to v6, along with minor patch/minor bumps to axios, ESLint, Jest, Prettier, ts-jest, and various transitive dependencies. A rootDir setting is also added to tsconfig.json to make the source root explicit.

Changes:

  • Upgrade TypeScript to ^6.0.3 and bump axios, ESLint, Jest, Prettier, ts-jest, and @types/node to newer versions in package.json/package-lock.json.
  • Add "rootDir": "./src" to tsconfig.json (consistent with the existing include: ["src/**/*"]).

Reviewed changes

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

File Description
package.json Bumps direct and dev dependencies including the major TypeScript v5→v6 upgrade.
package-lock.json Regenerated lockfile reflecting the dependency bumps and resolved transitive versions.
tsconfig.json Adds an explicit rootDir of ./src for emitted output structure.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@AlexJSully AlexJSully merged commit f0c1c1e into master May 14, 2026
6 checks passed
@AlexJSully AlexJSully deleted the alexjsully-260514-ts-v6 branch May 14, 2026 05:48
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