IBM / slack-wrench

Tools to build and test Slack apps
Apache License 2.0
48 stars 26 forks source link

chore: allow slack/bolt 3.x #101

Closed mattcasey closed 3 years ago

mattcasey commented 3 years ago

Related Issue
Supports #99

Related PRs
This PR is not dependent on any other PR

What does this PR do?
Removes a warning about peer dependencies for @slack/bolt v3

Description of Changes
Allows using this library with bolt v3

What gif most accurately describes how I feel towards this PR?
Example of a gif

mattcasey commented 3 years ago

Not sure if I should be bumping the version of koa-bolt in this PR or not, let me know, thanks!

barlock commented 3 years ago

Not sure if I should be bumping the version of koa-bolt in this PR

Please do, I'd like to make sure that the test cases for koa-bolt pass with this new version. It appears compatible, but I want to double check.

I took a quick pass locally and it looks like it should be fine for koa-bolt but some of the other packages have breaking type changes at least. If you could bump it for just koa-bolt I'll take a pass after to get the rest of the packages upgraded.

🙇 Thanks for the PR.

mattcasey commented 3 years ago

OK, bumped the version to 1.2.1. Thanks for looking at the other packages

barlock commented 3 years ago

1.3.0 is published 🚀