boostercloud / booster

Booster Framework
https://www.boosterframework.com
Apache License 2.0
409 stars 83 forks source link

chore: Upgrade to TypeScript 5.1.6 #1518

Closed NickSeagull closed 5 months ago

NickSeagull commented 5 months ago

Pull Request Description

Summary

This pull request introduces changes to upgrade the project to TypeScript 5.1.6. The upgrade involves several modifications across various packages and configurations within the project, ensuring compatibility and leveraging new features and improvements brought by TypeScript 5.1.6.

Key Changes

Rationale

Upgrading to TypeScript 5.1.6 brings several benefits to the project, including improved type inference, enhanced compiler checks, better developer experience with improved editor integrations, and access to the latest language features. This upgrade ensures the project stays up-to-date with the latest TypeScript version, maintaining compatibility with the TypeScript ecosystem and leveraging performance and security improvements.

Testing

Backward Compatibility

Additional Notes

Checks

NickSeagull commented 5 months ago

/integration sha=20d9472

github-actions[bot] commented 5 months ago

Oops, looks like you forgot to add a changeset.

⚠️ Please run rush change and commit the changeset file.

This command will prompt you for a change description and generate a changeset file. You can read more about changesets here.

Remember that you should use the version bump that is appropriate for the change you are making:

Version bump Meaning
patch Bug fixes, documentation changes, etc.
minor New features, non-breaking changes
major Breaking changes

If you are unsure about which version bump to use, please ask in the comments and we will help you out.

github-actions[bot] commented 5 months ago

:white_check_mark: Integration tests have finished successfully!