Skip to content

chore: upgrade dependencie typescript and fix test#488

Merged
gurgunday merged 2 commits intofastify:mainfrom
Tony133:chore/upgrade-dependencie-typescript-and-fix-test
Jan 26, 2026
Merged

chore: upgrade dependencie typescript and fix test#488
gurgunday merged 2 commits intofastify:mainfrom
Tony133:chore/upgrade-dependencie-typescript-and-fix-test

Conversation

@Tony133
Copy link
Contributor

@Tony133 Tony133 commented Jan 26, 2026

Proposals:

  • Upgrade dependencie typescript to v5.9.3
  • Fixed ES module interoperability warnings by updating import statements
  • Changed from import = require() syntax to proper ES6 imports to support ECMAScript modules
  • Resolved TypeScript error TS1202 by using namespace imports (import * as ns from "mod") instead of import assignments
  • Fixed Jest integration tests timeout issues
  • Resolved t.plan is not a function TypeError in test files

see attached screenshots

This PR should resolve it: #478 (dependabot).

Screenshot 2026-01-26 alle 12 14 16 Screenshot 2026-01-26 alle 12 15 20 Screenshot 2026-01-26 alle 12 13 02 Screenshot 2026-01-26 alle 12 13 47

Copy link
Member

@gurgunday gurgunday left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@gurgunday gurgunday merged commit 964b4cd into fastify:main Jan 26, 2026
16 checks passed
@Tony133 Tony133 deleted the chore/upgrade-dependencie-typescript-and-fix-test branch January 26, 2026 22:09
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