aws-sdk-js-v3 icon indicating copy to clipboard operation
aws-sdk-js-v3 copied to clipboard

Drop support for TS 3.4

Open trivikr opened this issue 4 years ago • 1 comments
trafficstars

Is your feature request related to a problem? Please describe.

Not a problem, but a follow-up to drop support for TS 3.4 version:

  • DefinitelyTyped is dropping support for TS 3.4 in March 2021 https://github.com/DefinitelyTyped/DefinitelyTyped#older-versions-of-typescript-33-and-earlier
  • The @types/node removed support for TS 3.4 in PR https://github.com/DefinitelyTyped/DefinitelyTyped/pull/51646

Describe the solution you'd like

Drop support for downleveled TS 3.4.x types in AWS SDK for JavaScript (v3)

trivikr avatar Mar 09 '21 17:03 trivikr

Greetings! We’re closing this issue because it has been open a long time and hasn’t been updated in a while and may not be getting the attention it deserves. We encourage you to check if this is still an issue in the latest release and if you find that this is still a problem, please feel free to comment or open a new issue.

github-actions[bot] avatar Mar 10 '22 00:03 github-actions[bot]

if we drop support for TS3.4, do should customers downlevel types themselves or simply upgrade their TS version?

kuhe avatar Jul 03 '24 20:07 kuhe

An application can run downlevel-dts on types provides by it's dependencies, but it's usually easier to just upgrade typescript.

trivikr avatar Jul 04 '24 02:07 trivikr