Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 25, 2025

Bumps @slack/web-api from 7.9.3 to 7.10.0.

Release notes

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

@​slack/web-api@​7.10.0

What's Changed

Messaging with markdown_text is supported in this release, alongside a few methods to feature workflows in channel:

const response = await client.chat.postMessage({
  channel: "C0123456789",
  markdown_text: "**bold**"
});

👾 Enhancements

feat(web-api): add workflows.featured.{add|list|remove|set} methods in #2303 - Thanks @​zimeg! feat(web-api): add markdown_text property to chat.{postEphemeral|postMessage|scheduleMessage|update} methods in #2330 - Thanks @​hello-ashleyintech!

🐛 Bugs

fix(web-api): remove bounds on assistant.threads.setSuggestedPrompts prompts count in types in #2297 - Thanks @​zimeg!

📚 Documentation

docs: update links, copy edit, apply style guide in #2294 - Thanks @​haleychaas! docs: autogenerated typedoc reference in #2308 - Thanks @​lukegalbraithrussell!

🤖 Dependencies

bump form-data to at least 4.0.4. to resolve CVE-2025-7783 in #2314 - Thanks @​brianbegy! chore(deps): bump axios from ^1.8.3 to ^1.11.0 in @​slack/web-api in #2332 - Thanks @​behcet! chore(deps-dev): bump @​biomejs/biome to v2 for all packages in #2281 - Thanks @​mwbrooks! chore(deps-dev): bump tsd from 0.32.0 to 0.33.0 in /packages/web-api in #2334 - Thanks @​dependabot! chore(deps-dev): bump typescript from 5.8.3 to 5.9.2 in /packages/web-api in #2327 - Thanks @​dependabot!

🧰 Maintenance

chore(types): release @​slack/web-api@​7.10.0 in #2340 - Thanks @​zimeg!

🎉 New Contributors

Package: https://www.npmjs.com/package/@​slack/web-api/v/7.10.0 Full Changelog: https://github.com/slackapi/node-slack-sdk/compare/@​slack/web-api@​7.9.3...@​slack/web-api@​7.10.0 Milestone: https://github.com/slackapi/node-slack-sdk/milestone/144?closed=1

Commits
  • d871f63 chore(types): release @​slack/web-api@​7.10.0 (#2340)
  • 013f5d9 chore(webhook): release @​slack/webhook@​7.0.6 (#2338)
  • ab3412b chore(types): release @​slack/types@​2.16.0 (#2339)
  • e00efd9 chore(deps): bump axios from ^1.8.3 to ^1.11.0 in @​slack/webhook (#2335)
  • b66a2cb feat(web-api): add markdown_text property to chat.{postEphemeral|postMessage|...
  • c2a8c84 chore(deps): bump axios from ^1.8.3 to ^1.11.0 in @​slack/web-api (#2332)
  • a11d81d chore(deps-dev): bump tsd from 0.32.0 to 0.33.0 in /packages/web-api (#2334)
  • 4a3ccb3 chore(deps-dev): bump tsd from 0.32.0 to 0.33.0 in /packages/types (#2333)
  • dc32203 Build: remove docusaurus configuration files from repo (#2319)
  • 0ddbaf7 chore(deps-dev): bump cross-env from 7.0.3 to 10.0.0 in /packages/cli-test (#...
  • 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 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.9.3 to 7.10.0.
- [Release notes](https://github.com/slackapi/node-slack-sdk/releases)
- [Commits](https://github.com/slackapi/node-slack-sdk/compare/@slack/[email protected]...@slack/[email protected])

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 25, 2025
@dependabot dependabot bot requested a review from robandpdx as a code owner August 25, 2025 11:04
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 25, 2025
Copy link


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

@robandpdx robandpdx merged commit 9fc9980 into main Aug 26, 2025
3 checks passed
@robandpdx robandpdx deleted the dependabot/npm_and_yarn/slack/web-api-7.10.0 branch August 26, 2025 20:31
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