trailheadapps / ready-to-fly

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

build(deps): bump slack-block-builder from 2.6.0 to 2.7.2 #91

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps slack-block-builder from 2.6.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!).
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)