nearform / slack-knowledgebase-chatgpt-responder

ChatGPT powered slack responder to the questions that are about NearForm knowledge base
9 stars 1 forks source link

chore(deps): bump @slack/bolt from 3.18.0 to 3.19.0 #545

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps @slack/bolt from 3.18.0 to 3.19.0.

Release notes

Sourced from @​slack/bolt's releases.

@​slack/bolt@​3.19.0

What's Changed

More customizations for the AwsLambdaReceiver have landed as well as a few touchups to typings and documented details!

With this release, the signature verification for AwsLambdaReceiver can now be turned off if that's something you're interested in! Perhaps you have your own stylish way of verifying these signatures. The following can be added to your receiver to unlock this:

const { App, AwsLambdaReceiver } = require('@slack/bolt');

const app = new App({ ... receiver: new AwsLambdaReceiver({ signatureVerification: false, }), });

Read on and browse around for more details on all of the changes included!

🎁 Enhancments

🐛 Fixes

📚 Documentation

🧰 Maintenance

📦 Dependencies

New Contributors

... (truncated)

Commits
  • 16fe244 chore(release): tag version @​slack/bolt@​3.19.0 (#2142)
  • 7951648 ci(test): perform unit testing against node version 22 (#2140)
  • 43e4386 fix(types): return void promises from the express receiver middleware parser ...
  • dcccf9d docs: add JSDoc to and list out all available builtin middleware functions in...
  • 0f9326e ButtonAction value field not required (#2134)
  • c2e26c4 Bump @​types/node from 20.14.0 to 20.14.2 (#2132)
  • a599f3c docs: deprecate Steps from Apps docs (#2130)
  • ddeb601 Bump @​types/node from 20.12.12 to 20.14.0 (#2125)
  • 53f8998 docs: fixed duplicative header links (#2120)
  • 9d5f4cd Bump @​types/node from 20.12.11 to 20.12.12 (#2117)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)