Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Bump @slack/bolt from 3.18.0 to 3.19.0 #82

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 24, 2024

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 <dependency name> 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)

Bumps [@slack/bolt](https://github.com/slackapi/bolt) from 3.18.0 to 3.19.0.
- [Release notes](https://github.com/slackapi/bolt/releases)
- [Commits](https://github.com/slackapi/bolt/compare/@slack/bolt@3.18.0...@slack/bolt@3.19.0)

---
updated-dependencies:
- dependency-name: "@slack/bolt"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 24, 2024
@JosiahSiegel JosiahSiegel merged commit 3761d26 into main Jun 27, 2024
21 checks passed
@JosiahSiegel JosiahSiegel deleted the dependabot/npm_and_yarn/slack/bolt-3.19.0 branch June 27, 2024 20:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant