Skip to content

Commit 29063e0

Browse files
chore: remove eol packages @slack/client and @slack/events-api and @slack/interactive-messages (#2517)
Co-authored-by: Luke Russell <31357343+lukegalbraithrussell@users.noreply.github.com>
1 parent e84fa7d commit 29063e0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+6
-7106
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@ walk you through building your first Slack app using Node.js.
3030
post](https://medium.com/slack-developer-blog/getting-started-with-slacks-apis-f930c73fc889) that explains the options.
3131
If you're still not sure, [reach out for help](#getting-help) and our community can guide you.
3232

33-
**Deprecation Notice**
34-
35-
`@slack/events-api` and `@slack/interactive-messages` officially reached EOL on May 31st, 2021. Development has fully stopped for these packages and all remaining open issues and pull requests have been closed.
36-
37-
At this time, we recommend migrating to [Bolt for JavaScript](https://github.com/slackapi/bolt-js), a framework that offers all of the functionality available in those packages (and more). To help with that process, we've provided some [migration samples](https://docs.slack.dev/tools/node-slack-sdk/migration/migrating-to-v6/) for those looking to convert their existing apps.
38-
3933
## Installation
4034

4135
Use your favorite package manager to install any of the packages and save to your `package.json`:

docs/english/legacy/events-api.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Events API
22

3-
:::warning[`@slack/events-api` officially reached EOL on May 31st, 2021. Development has fully stopped for this package and all remaining open issues and pull requests have been closed.]
3+
:::danger[`@slack/events-api` officially reached EOL on May 31st, 2021.]
4+
5+
Development has fully stopped for this package and all remaining open issues and pull requests have been closed. The package was removed from the project in [PR #2517](https://github.com/slackapi/node-slack-sdk/pull/2517).
46

57
At this time, we recommend migrating to [Bolt for JavaScript](https://github.com/slackapi/bolt-js), a framework that offers all of the functionality available in those packages (and more). To help with that process, we've provided some [migration samples](/tools/node-slack-sdk/migration/migrating-to-v6) for those looking to convert their existing apps.
68

docs/english/legacy/interactive-messages.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Interactive messages
22

3-
:::warning[`@slack/interactive-messages` officially reached EOL on May 31st, 2021. Development has fully stopped for this package and all remaining open issues and pull requests have been closed.]
3+
:::danger[`@slack/interactive-messages` officially reached EOL on May 31st, 2021.]
4+
5+
Development has fully stopped for this package and all remaining open issues and pull requests have been closed. The package was removed from the project in [PR #2517](https://github.com/slackapi/node-slack-sdk/pull/2517).
46

57
At this time, we recommend migrating to [Bolt for JavaScript](https://github.com/slackapi/bolt-js), a framework that offers all of the functionality available in those packages (and more). To help with that process, we've provided some [migration samples](/tools/node-slack-sdk/migration/migrating-to-v6) for those looking to convert their existing apps.
68

examples/express-all-interactions/.env.sample

Lines changed: 0 additions & 6 deletions
This file was deleted.

examples/express-all-interactions/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

examples/express-all-interactions/.nvmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/express-all-interactions/README.md

Lines changed: 0 additions & 48 deletions
This file was deleted.

examples/express-all-interactions/models.js

Lines changed: 0 additions & 53 deletions
This file was deleted.

examples/express-all-interactions/package.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)