Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support TypeScript v5.7 update. #1415

Merged
merged 1 commit into from
Dec 5, 2024
Merged

Support TypeScript v5.7 update. #1415

merged 1 commit into from
Dec 5, 2024

Conversation

samchon
Copy link
Owner

@samchon samchon commented Dec 5, 2024

TypeScript v5.7 has occured many break changes on its filesystem, and it had broken the ts-patch. And today, @nonara has fixed the problem by upgrading the ts-patch. This PR allows to install TypeScript 5.7+ version following the ts-patch update.

Also, TypeScript v5.7 has changed another break change on the Uint8Array like native class type to have a generic argument Uint8Array<T>. This PR also solves the problem of it.

TypeScript v5.7 has occured many break changes on its filesystem, and it had broken the `ts-patch`. And today, @nonara has fixed the problem by upgrading the `ts-patch`. This PR allows to install TypeScript 5.7+ version following the `ts-patch` update.

Also, TypeScript v5.7 has changed another break change on the `Uint8Array` like native class type to have a generic argument `Uint8Array<T>`. This PR also solves the problem of it.
@samchon samchon added bug Something isn't working enhancement New feature or request labels Dec 5, 2024
@samchon samchon self-assigned this Dec 5, 2024
Copy link

pkg-pr-new bot commented Dec 5, 2024

Open in Stackblitz

npm i https://pkg.pr.new/typia@1415

commit: e029e73

Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@types/uuid@9.0.8 None 0 6.74 kB types
npm/cli@1.0.1 environment Transitive: filesystem +12 253 kB cohara87
npm/prettier@3.4.2 None 0 7.83 MB prettier-bot
npm/protobufjs@7.2.5 filesystem, network +11 3 MB google-wombot
npm/rollup@4.28.0 environment, filesystem +20 47.1 MB lukastaegert
npm/typescript@5.7.2 None 0 22.7 MB typescript-bot

🚮 Removed packages: npm/tgrid@0.10.3, npm/typescript@5.6.3, npm/typia@7.0.0-dev.20241202-3, npm/zod@3.23.8

View full report↗︎

Copy link
Owner Author

@samchon samchon left a comment

Choose a reason for hiding this comment

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

Tested on local, and checked working fine.

@samchon samchon merged commit 75fe450 into master Dec 5, 2024
9 checks passed
@samchon samchon deleted the feat/ts-patch-next branch December 5, 2024 02:42
samchon added a commit to samchon/nestia that referenced this pull request Dec 5, 2024
samchon added a commit to samchon/nestia that referenced this pull request Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant