Skip to content

chore(deps): bump @slack/web-api from 7.17.0 to 8.1.1 - #712

Open
dependabot[bot] wants to merge 1 commit into
stagingfrom
dependabot/npm_and_yarn/staging/slack/web-api-8.0.0
Open

chore(deps): bump @slack/web-api from 7.17.0 to 8.1.1#712
dependabot[bot] wants to merge 1 commit into
stagingfrom
dependabot/npm_and_yarn/staging/slack/web-api-8.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 2, 2026

Copy link
Copy Markdown
Contributor

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

Release notes

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

@​slack/web-api@​8.1.1

Patch Changes

  • 0ee1d99: fix: revert internal packages requiring esm loading for backward compatible support (#2711)

@​slack/web-api@​8.1.0

Minor Changes

  • 955e6b9: feat(web-api): add support for admin.users.getExpiration

  • 4322e14: feat(web-api): add agents.sessions.rename and agents.sessions.setStatus

  • 4ba30a1: feat(web-api): add session_status to chat.stopStream arguments

  • bff3398: feat(web-api): add webapi response changes as of 2026-08-21

    Regenerate response types with new stable response properties (e.g. agent_session on message-bearing responses, ListView grouping/sort/filter fields, bots.info connector/workflow flags).

    Two fields are removed from UsersListResponse, neither of which is a real success-response property:

    • Member.is_connector_bot — not returned by users.list; this flag is surfaced on bots.info (added here to BotsInfoResponse).
    • arg — an error-response echo field, not part of a successful users.list body.
  • f5fd35a: feat(web-api): add blocks.validate method

Patch Changes

  • Updated dependencies [916d8e9]
  • Updated dependencies [f5e9a01]
    • @​slack/types@​3.1.0

@​slack/web-api@​8.0.0

Major Changes

  • fc98c8c: Drop Node.js 18 support. The minimum supported Node.js version is now 20.

  • fc98c8c: Redesigned error handling to use proper Error subclasses instead of plain objects with a code property.

    Migration: Replace if (error.code === ErrorCode.PlatformError) with if (error instanceof WebAPIPlatformError). All error classes extend a common SlackError base class (which extends Error), so you can also catch all SDK errors with if (error instanceof SlackError).

    New error class hierarchy:

    • SlackError (abstract base)
      • WebAPIPlatformError — Slack API returned ok: false
      • WebAPIRequestError — Network/transport failure (original error in cause)
      • WebAPIHTTPError — Non-200 HTTP status from Slack
      • WebAPIRateLimitedError — HTTP 429 with retryAfter seconds
      • WebAPIFileUploadInvalidArgumentsError — Invalid file upload arguments
      • WebAPIFileUploadReadFileDataError — Failed to read file data for upload

    Removed factory functions (these were internal but exported — use new with the corresponding class instead):

    • errorWithCode()
    • platformErrorFromResult()new WebAPIPlatformError(...)

... (truncated)

Commits
  • e026671 chore: release (#2719)
  • 0ee1d99 ci: adjust outputs of changeset releases to reattempt most recent releases (#...
  • 05502d9 chore: release (#2713)
  • 11b81e1 chore(deps): bump changesets/action from 1.9.0 to 2.1.1 (#2714)
  • 7a3d149 chore(deps-dev): bump @​changesets/cli from 2.31.1 to 3.0.1 (#2716)
  • 67f8a74 chore(deps-dev): bump @​biomejs/biome from 2.5.8 to 2.5.10 (#2717)
  • aef66ac fix: revert internal packages requiring esm loading for backward compatible s...
  • c663dc0 chore: release (#2681)
  • 4ba30a1 feat(web-api): add session_status to chat.stopStream arguments (#2708)
  • 916d8e9 feat(types): add agent_session_stopped and agent_session_title_changed events...
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 2, 2026
@vercel

vercel Bot commented Sep 2, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
databuddy-status Ready Ready Preview Sep 7, 2026 12:57pm UTC
2 Skipped Deployments
Project Deployment Actions Updated
dashboard Skipped Skipped Sep 7, 2026 12:57pm UTC
documentation Skipped Skipped Sep 7, 2026 12:57pm UTC

@unkey-deploy

unkey-deploy Bot commented Sep 2, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Unkey Deploy

Name Status Preview Inspect Updated (UTC)
links (preview) Ready Visit Preview Inspect Sep 7, 2026 12:56pm

Bumps [@slack/web-api](https://github.com/slackapi/node-slack-sdk) from 7.17.0 to 8.1.1.
- [Release notes](https://github.com/slackapi/node-slack-sdk/releases)
- [Commits](https://github.com/slackapi/node-slack-sdk/compare/@slack/web-api@7.17.0...@slack/web-api@8.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump @slack/web-api from 7.17.0 to 8.0.0 chore(deps): bump @slack/web-api from 7.17.0 to 8.1.1 Sep 7, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/staging/slack/web-api-8.0.0 branch from 4b35b34 to b7c9bc7 Compare September 7, 2026 12:56
@vercel
vercel Bot temporarily deployed to Preview – documentation September 7, 2026 12:56 Inactive
@vercel
vercel Bot temporarily deployed to Preview – dashboard September 7, 2026 12:56 Inactive
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