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

build(deps): bump slack-block-builder from 2.3.1 to 2.7.2 in /apps/slack-salesforce-starter-app #113

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 1, 2023

Bumps slack-block-builder from 2.3.1 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.

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.

Version 2.4.2

🐛 Fix critical issue with filter and dispatch configs

  • In 2.4.0, there was a critical bug introduced that created issues with the filter and dispatch configs for Block Kit Elements

Version 2.4.0

✨ Add focusOnLoad() methods to elements and introduce inline conditional helper functions

  • Add focusOnLoad() method to supported elements to support the focus_on_load feature of Block Kit.
  • Add setIfTruthy(), omitIfTruthy(), setIfFalsy(), omitIfFalsy() functions to make it easy to use inline conditionals. More information can be found in the README and on the doc site.
  • A lot of reworking for the internal file structure.
Commits
  • bdb89d7 📦 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 📦 Update package.json
  • 95c200b 🐛 Fix type issues with elements added in 2.7.0
  • 68af561 Merge pull request #105 from raycharius/v2.7.0
  • 53aafda 📦 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)

Bumps [slack-block-builder](https://github.com/raycharius/slack-block-builder) from 2.3.1 to 2.7.2.
- [Release notes](https://github.com/raycharius/slack-block-builder/releases)
- [Changelog](https://github.com/raycharius/slack-block-builder/blob/main/CHANGELOG.md)
- [Commits](raycharius/slack-block-builder@v2.3.1...v2.7.2)

---
updated-dependencies:
- dependency-name: slack-block-builder
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants