Skip to content

Migrate project to TypeScript 7 - #5

Merged
PabloZaiden merged 3 commits into
mainfrom
migrar-a-typescript-7-d59483f
Jul 11, 2026
Merged

Migrate project to TypeScript 7#5
PabloZaiden merged 3 commits into
mainfrom
migrar-a-typescript-7-d59483f

Conversation

@PabloZaiden

Copy link
Copy Markdown
Owner

Summary

  • Updated project dependencies and lockfile for TypeScript 7
  • Adjusted TypeScript configuration for the migration
  • Updated README documentation to reflect the change

Copilot AI review requested due to automatic review settings July 8, 2026 20:01

Copilot AI left a comment

Copy link
Copy Markdown

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 migrates the project’s type-checking toolchain to TypeScript 7, updating configuration and documentation so local development and publishing workflows align with the new compiler version.

Changes:

  • Add TypeScript 7 as a dev dependency and bump the TypeScript peer dependency to ^7.0.0.
  • Adjust tsconfig.json to explicitly include Bun type definitions.
  • Update README to state the package type-checks with TypeScript 7.

Reviewed changes

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

File Description
tsconfig.json Adds explicit types configuration for Bun as part of the TS7 migration setup.
README.md Documents that the package type-checks with TypeScript 7.
package.json Updates dev/peer TypeScript versions to TS7 for development and consumers.
bun.lock Lockfile updates reflecting the TypeScript 7 dependency graph.

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

Comment thread package.json Outdated
@PabloZaiden
PabloZaiden merged commit 0b575ef into main Jul 11, 2026
1 check passed
@PabloZaiden
PabloZaiden deleted the migrar-a-typescript-7-d59483f branch July 11, 2026 15:20
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