Skip to content

Bump @slack/web-api from 7.15.2 to 7.16.0#277

Merged
robandpdx merged 1 commit into
mainfrom
dependabot/npm_and_yarn/slack/web-api-7.16.0
May 18, 2026
Merged

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 18, 2026

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

Release notes

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

@​slack/web-api@​7.16.0

Minor Changes

  • 2814969: feat: add highlight_type to files.completeUploadExternal and filesUploadV2 for optimistic rendering

    import { WebClient } from "@slack/web-api";
    const client = new WebClient(process.env.SLACK_BOT_TOKEN);
    await client.filesUploadV2({
    channel_id: "C0123456789",
    file: "./image.png",
    filename: "image.png",
    title: "Image Upload",
    highlight_type: "png",
    });

Commits
  • aeaf9f9 chore: release (#2597)
  • 2814969 feat(web-api): add highlight_type to files.completeUploadExternal and filesUp...
  • 963f9b0 chore: modernize prod server integration tests (#2590)
  • 3411de3 chore: release (#2579)
  • 3c4e927 fix(cli-test): invoke commands without shell intermediate (#2582)
  • 1f91b1f chore(deps): bump axios from 1.15.1 to 1.16.0 (#2584)
  • e8a087c chore: add a clean script for maintainers (#2583)
  • 5bc7685 feat(types): add BlockChunk type to chat.{start,append,stop}Stream methods (#...
  • 21b0839 test: add coverage for untested WebClient and IncomingWebhook behavior (#2581)
  • 9fa2921 docs(types): align Alert, Card, Carousel block descriptions with official doc...
  • See full diff 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](https://github.com/slackapi/node-slack-sdk) from 7.15.2 to 7.16.0.
- [Release notes](https://github.com/slackapi/node-slack-sdk/releases)
- [Commits](https://github.com/slackapi/node-slack-sdk/compare/@slack/web-api@7.15.2...@slack/web-api@7.16.0)

---
updated-dependencies:
- dependency-name: "@slack/web-api"
  dependency-version: 7.16.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 May 18, 2026
@dependabot dependabot Bot requested a review from robandpdx as a code owner May 18, 2026 09:59
@github-actions
Copy link
Copy Markdown
Contributor


=============================== Coverage summary ===============================
Statements   : 100% ( 149/149 )
Branches     : 100% ( 88/88 )
Functions    : 100% ( 27/27 )
Lines        : 100% ( 148/148 )
================================================================================

@robandpdx robandpdx merged commit 825bfcf into main May 18, 2026
3 checks passed
@robandpdx robandpdx deleted the dependabot/npm_and_yarn/slack/web-api-7.16.0 branch May 18, 2026 13:56
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