Skip to content

chore(deps): update @slack/types requirement from ^2.19.0 to ^2.20.0#2790

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/slack/types-tw-2.20.0
Open

chore(deps): update @slack/types requirement from ^2.19.0 to ^2.20.0#2790
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/slack/types-tw-2.20.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Updates the requirements on @slack/types to permit the latest version.

Release notes

Sourced from @​slack/types's releases.

@​slack/types@​2.20.0

Minor Changes

  • f1fb7bf: feat: add thinking steps types

    Added types for Thinking Steps features:

    • Block types: PlanBlock and TaskCard for displaying task progress in messages
    • Chunk types: MarkdownTextChunk, PlanUpdateChunk, TaskUpdateChunk for streaming
    • Source types: UrlSourceElements for displaying sources within task cards

    Related PRs:

    • #2471 - add task_card and plan blocks

    Example

    await client.chat.postMessage({
      channel: CHANNEL_ID,
      text: "Task progress update",
      blocks: [
        {
          type: "plan",
          plan_id: "plan-123",
          title: "My Task",
          tasks: [
            {
              type: "task_card",
              task_id: "task-124",
              title: "Task 1",
              status: "complete",
            },
            {
              type: "task_card",
              task_id: "task-125",
              title: "Task 2",
              status: "pending",
            },
          ],
        },
      ],
    });
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​slack/types since your current version.


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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 16, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 16, 2026 17:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 16, 2026
@codecov
Copy link

codecov bot commented Feb 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.45%. Comparing base (b46454d) to head (dee7b91).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2790   +/-   ##
=======================================
  Coverage   93.45%   93.45%           
=======================================
  Files          37       37           
  Lines        7689     7689           
  Branches      669      669           
=======================================
  Hits         7186     7186           
  Misses        498      498           
  Partials        5        5           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Updates the requirements on [@slack/types](https://github.com/slackapi/node-slack-sdk) to permit the latest version.
- [Release notes](https://github.com/slackapi/node-slack-sdk/releases)
- [Commits](https://github.com/slackapi/node-slack-sdk/compare/@slack/types@2.19.0...@slack/types@2.20.0)

---
updated-dependencies:
- dependency-name: "@slack/types"
  dependency-version: 2.20.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/slack/types-tw-2.20.0 branch from 4bbf428 to dee7b91 Compare February 16, 2026 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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.

0 participants