What's New
This release updates the @slack/cli-hooks
scripts to silence all node warnings using the environment variable NODE_NO_WARNINGS=1
. This is a heavy-handed solution to fix scenarios where node warnings cause the JSON parsing errors from the Slack CLI.
Changelog
- cli-hooks(chore): fix prelint tsc run script by @filmaj in #1895
- fix(cli-hooks): silence node warnings that can break @slack/cli-hooks by @mwbrooks in #2096
- Publish @slack/[email protected] by @mwbrooks in #2098
Full Changelog: https://github.com/slackapi/node-slack-sdk/compare/@slack/[email protected]...@slack/[email protected]