Releases: slackapi/node-slack-sdk
@slack/[email protected]
What's Changed
This patch release fixes an issue where TypeScript could get confused with references to the Slack MessageEvent
type and confuse it with node's MessageEvent
interface.
Changelog
2c1a6e6 types(test): add a test to not mix up built-in node MessageEvent
type (#2022)
beb0345 MessageEvent
incorrectly references the Node global MessageEvent type. fixes #2020 (#2021) - thank you @varmil !
New Contributors
@slack/[email protected]
What's Changed
We've released two new APIs for use via @slack/web-api
:
- https://api.slack.com/methods/conversations.requestSharedInvite.approve
- https://api.slack.com/methods/conversations.requestSharedInvite.deny
Full Changelog
a3a06ec web-api(feat): add support for conversations.requestShared
approve
, deny
APIs (#1843)
@slack/[email protected]
What's New
The big change in this release is adding Events API event payloads. These were lifted straight from the bolt-js project and introduced into @slack/types
. We plan on improving these types significantly in the upcoming @slack/types
v3 major release (see the milestone for details on what we plan to tackle in this upcoming release). Other Slack ECMAscript projects, like @slack/socket-mode
and deno-slack-sdk
, will eventually consume event payload types from this package once v3 lands.
d857511 feat: adding event payloads from bolt-js as a starting point (#1907)
042fec0 chore (types): small refactorings and two new helper types (#1823)
893b836 types: small refactor in views, jsdoc all view properties, add type tests (#1820)
f8d06ca types: export helper union types (#1819)
@slack/[email protected]
What's Changed
This patch release bumps the minimum version of axios to 1.7.4 to address a CVE - see Axios 1.7.4 release notes for more information.
Changelog
- socket-mode@1(chore): bump @slack/web-api to ^6.12.1 to address CVE-2024-39338 - Thanks @zimeg! #1885
Full Changelog: https://github.com/slackapi/node-slack-sdk/compare/@slack/[email protected]...@slack/[email protected]
@slack/[email protected]
What's Changed
This patch release bumps the minimum version of axios to 1.7.4 to address a CVE - see Axios 1.7.4 release notes for more information.
Changelog
- rtm-api(build): use a minimum version of @slack/[email protected] - Thanks @zimeg! #1887
Full Changelog: https://github.com/slackapi/node-slack-sdk/compare/@slack/[email protected]...@slack/[email protected]
@slack/[email protected]
What's Changed
This patch release bumps the minimum version of axios to 1.7.4 to address a CVE - see Axios 1.7.4 release notes for more information.
Changelog
- oauth(build): use a minimum version of @slack/[email protected] - Thanks @zimeg! #1891
Full Changelog: https://github.com/slackapi/node-slack-sdk/compare/@slack/[email protected]...@slack/[email protected]
@slack/[email protected]
What's Changed
This patch release bumps the minimum version of axios to 1.7.4 to address a CVE - see Axios 1.7.4 release notes for more information.
Changelog
- oauth(build): use a minimum version of @slack/[email protected] - Thanks @zimeg! #1889
Full Changelog: https://github.com/slackapi/node-slack-sdk/compare/@slack/[email protected]...@slack/[email protected]
@slack/[email protected]
What's Changed
This patch release bumps the minimum version of axios to 1.7.4 to address a CVE - see Axios 1.7.4 release notes for more information.
Changelog
- webhook(chore): bump axios to 1.7.4 to address CVE-2024-39338 - Thanks @zimeg! #1879
Full Changelog: https://github.com/slackapi/node-slack-sdk/compare/@slack/[email protected]...@slack/[email protected]
@slack/[email protected]
What's Changed
This patch release bumps the minimum version of axios to 1.7.4 to address a CVE - see Axios 1.7.4 release notes for more information.
Changelog
855549b fix: bump axios to 1.7.4 to address CVE (#1875) - fixes #1874
@slack/[email protected]
What's Changed
This patch release bumps the minimum version of axios to 1.7.4 to address a CVE - see Axios 1.7.4 release notes for more information.
Changelog
- web-api@6(chore): bump axios to 1.7.4 to address CVE-2024-39338 - Thanks @zimeg! in #1880
Full Changelog: https://github.com/slackapi/node-slack-sdk/compare/@slack/[email protected]...@slack/[email protected]