Release: Multiple Node Slack SDK package updates
Three Node Slack SDK packages have received new major versions:
- The
web-apipackage has been updated to v8. See the guide on migrating @slack/web-api from v7 to v8 for handling breaking changes. - The
webhookpackage has been updated to v8. See the guide on migrating @slack/webhook from v7 to v8 for handling breaking changes. - The
socket-modepackage has been updated to v3. See the guide on migrating @slack/socket-mode from v2 to v3 for handling breaking changes.
All three packages now require Node.js 20 or later. Most of the changes in this batch of updates fall under the theme of HTTP transport improvements, such as migrating from axios to the native Fetch API.