salesforce-slack-starter-kit icon indicating copy to clipboard operation
salesforce-slack-starter-kit copied to clipboard

build(deps): bump slack-block-builder from 2.5.0 to 2.7.2 in /apps/salesforce-slack-app

Open dependabot[bot] opened this issue 2 years ago • 0 comments

Bumps slack-block-builder from 2.5.0 to 2.7.2.

Release notes

Sourced from slack-block-builder's releases.

Version 2.7.2

🐛 Fix issue with DateTimePicker import

  • DateTimePicker is now available as a top-level import

Version 2.7.1

🐛 Fix issues with newly added elements and type constraints

  • DateTimePickerBuilder, NumberInputBuilder, EmailInputBuilder, URLInputBuilder are now assignable to Input.element()
  • DateTimePickerBuilder is now assignable to Actions.elements()

Version 2.7.0

✨ Support new block elements introduced by Slack and minor bug fixes

  • Add DateTimePicker() to support the all-new date time picker element introduced by Slack.
  • Add NumberInput(), URLInput(), EmailInput() to support the new input types introduced by Slack.
  • Fix bug where props passed into the constructor were assigned instead of copied (thanks, @​nlwillia!).

Version 2.6.0

✨ Add Video() to support video blocks and minor feature and bug fixes

  • Add Video() to the library to support the latest block supported by the Slack API.
  • Add buildBlock() and buildBlocks() utility functions to build and return Slack API-ready objects for separate blocks.
  • Fix bug where using conditionals within the build functions for Accordion and Paginator lead to TypeScript errors.
Commits
  • bdb89d7 :package: Update package.json
  • 1981ea2 Merge pull request #108 from tanguyantoine/patch-1
  • ec89174 Merge pull request #111 from chasek-hpe/main
  • 6f5ccd5 Update index.ts
  • 477fd2f fix(doc): fix arrow display
  • 3bc6ecb Merge pull request #107 from raycharius/v2.7.1
  • 573d22b :package: Update package.json
  • 95c200b :bug: Fix type issues with elements added in 2.7.0
  • 68af561 Merge pull request #105 from raycharius/v2.7.0
  • 53aafda :package: Update version in package.json
  • 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] avatar Jan 01 '23 01:01 dependabot[bot]