trailheadapps / ready-to-fly

Sample app that shows how to integrate Salesforce with Slack.
https://developer.salesforce.com
Creative Commons Zero v1.0 Universal
44 stars 23 forks source link

build(deps): bump slack-block-builder from 2.4.2 to 2.5.0 #58

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps slack-block-builder from 2.4.2 to 2.5.0.

Release notes

Sourced from slack-block-builder's releases.

Version 2.5.0

✨ Add accessibilityLabel() method and introduce OptionCollection and OptionGroupCollection

  • Add accessibilityLabel() method to the ButtonBuilder object.
  • Add two utility functions, OptionCollection and OptionGroupCollection for using Block Builder to create responses to payloads from select menus with external data sources.
Commits
  • d18e885 :package: Update package.json
  • 039b089 :books: Update doc site
  • 2e34f39 :books: Fix type in README
  • 837c9b7 :books: Update docs for ButtonBuilder and accessibilityLabel
  • 4f19f23 :books: Update README
  • 9ede9cb :books: Update README to document OptionCollection and OptionGroupCollection
  • da4a266 :white_check_mark: Add tests for OptionCollection and OptionGroupCollection
  • 5a873a0 :sparkles: Add OptionCollection and OptionGroupCollection
  • 395a533 :white_check_mark: Add tests for accessibilityLabel method on ButtonBuilder
  • 674b6aa :sparkles: Add accessibilityLabel method to ButtonBuilder
  • 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 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)
dependabot[bot] commented 2 years ago

Superseded by #66.