Skip to content

Update dependency @slack/web-api to v7.19.0#46

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/slack-web-api-7.x-lockfile
Open

Update dependency @slack/web-api to v7.19.0#46
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/slack-web-api-7.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented May 18, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@slack/web-api (source) 7.15.27.19.0 age confidence

Release Notes

slackapi/node-slack-sdk (@​slack/web-api)

v7.19.0

Compare Source

Minor Changes
  • a795b86: feat: expand app manifest types — add agent_view and assistant_view features, recent agent events (app_context_changed, assistant_thread_started, assistant_thread_context_changed), optional OAuth scopes (bot_optional/user_optional), and event metadata_subscriptions

v7.18.0

Compare Source

Minor Changes
  • 07744de: feat: make thread_ts optional for assistant.threads.setSuggestedPrompts

v7.17.0

Compare Source

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

v7.16.0

Compare Source

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",
    });

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions

Copy link
Copy Markdown

🔒 Lock test-lock2 acquired.
Reason: Test mutex action: test02
This lock will expire at 2026-05-18T00:44:37.051Z.

@github-actions

Copy link
Copy Markdown

🔒 Lock test-lock3 acquired.
Reason: Test mutex action: test03
This lock will expire at 2026-05-18T00:44:37.571Z.

@github-actions

Copy link
Copy Markdown

🔒 Lock test-lock1 acquired.
Reason: Test mutex action: test01
This lock will expire at 2026-05-18T00:44:37.485Z.

@github-actions

Copy link
Copy Markdown

🔓 Lock test-lock2 released.

@github-actions

Copy link
Copy Markdown

🔓 Lock test-lock3 released.

@github-actions

Copy link
Copy Markdown

🔓 Lock test-lock1 released.

@renovate renovate Bot force-pushed the renovate/slack-web-api-7.x-lockfile branch from 68d6cbc to 2271def Compare June 14, 2026 16:42
@renovate renovate Bot changed the title Update dependency @slack/web-api to v7.16.0 Update dependency @slack/web-api to v7.17.0 Jun 14, 2026
@github-actions

Copy link
Copy Markdown

🔒 Lock test-lock3 acquired.
Reason: Test mutex action: test03
This lock will expire at 2026-06-14T16:43:43.723Z.

@github-actions

Copy link
Copy Markdown

🔒 Lock test-lock1 acquired.
Reason: Test mutex action: test01
This lock will expire at 2026-06-14T16:43:43.855Z.

@github-actions

Copy link
Copy Markdown

🔒 Lock test-lock2 acquired.
Reason: Test mutex action: test02
This lock will expire at 2026-06-14T16:43:47.552Z.

@github-actions

Copy link
Copy Markdown

🔓 Lock test-lock3 released.

@github-actions

Copy link
Copy Markdown

🔓 Lock test-lock1 released.

@github-actions

Copy link
Copy Markdown

🔓 Lock test-lock2 released.

@renovate renovate Bot force-pushed the renovate/slack-web-api-7.x-lockfile branch from 2271def to 9577531 Compare July 3, 2026 20:53
@renovate renovate Bot changed the title Update dependency @slack/web-api to v7.17.0 Update dependency @slack/web-api to v7.18.0 Jul 3, 2026
@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown

🔒 Lock test-lock3 acquired.
Reason: Test mutex action: test03
This lock will expire at 2026-07-03T20:55:03.021Z.

@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown

🔒 Lock test-lock2 acquired.
Reason: Test mutex action: test02
This lock will expire at 2026-07-03T20:55:03.344Z.

@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown

🔒 Lock test-lock1 acquired.
Reason: Test mutex action: test01
This lock will expire at 2026-07-03T20:55:03.859Z.

@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown

🔓 Lock test-lock3 released.

@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown

🔓 Lock test-lock2 released.

@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown

🔓 Lock test-lock1 released.

@renovate renovate Bot force-pushed the renovate/slack-web-api-7.x-lockfile branch from 9577531 to 1cf74c8 Compare July 9, 2026 22:36
@renovate renovate Bot changed the title Update dependency @slack/web-api to v7.18.0 Update dependency @slack/web-api to v7.19.0 Jul 9, 2026
@github-actions

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown

🔒 Lock test-lock2 acquired.
Reason: Test mutex action: test02
This lock will expire at 2026-07-09T22:38:23.377Z.

@github-actions

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown

🔒 Lock test-lock3 acquired.
Reason: Test mutex action: test03
This lock will expire at 2026-07-09T22:38:23.630Z.

@github-actions

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown

🔒 Lock test-lock1 acquired.
Reason: Test mutex action: test01
This lock will expire at 2026-07-09T22:38:23.641Z.

@github-actions

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown

🔓 Lock test-lock3 released.

@github-actions

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown

🔓 Lock test-lock1 released.

@github-actions

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown

🔓 Lock test-lock2 released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants