slackapi / node-slack-sdk

Slack Developer Kit for Node.js
https://slack.dev/node-slack-sdk
MIT License
3.26k stars 656 forks source link

docs: update Typescript minimum version: v7 + link #1812

Closed davidlj95 closed 3 weeks ago

davidlj95 commented 3 weeks ago

Summary

Updates Typescript minimum version docs:

About 7.x support:

I've seen typescript dependency is pinned to 5.3.3 in package.json. Update & pinning strategy changed in v7 from ~4.1 to 5.3.3. Dep is no longer a range like but a specific pinned version. Reason stated in the strategy change PR is that Typescript introduces breaking changes in minor versions. So claiming support for 5.3.x given API breaking changes shouldn't happen in patch releases. But also expose the fact that greater minor versions may be used though things may break.

Requirements (place an x in each [ ])

davidlj95 commented 3 weeks ago

This is excellent, thanks so much for this and your other PRs! Left a minor suggestion for a typo.

Thanks!! ☺️ 🫶 aaand done 🎉