Skip to content

chore: release#2612

Merged
srtaalej merged 1 commit into
mainfrom
changeset-release/main
Jun 11, 2026
Merged

chore: release#2612
srtaalej merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented May 29, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@slack/cli-test@4.0.0

Major Changes

  • e8fbfd5: fix: remove default "--app deployed" global flag from commands

    Commands running for a specific app must now provide the "app" argument:

      await SlackCLI.app.delete({
        appPath: "my-app",
        team: "T0123456789",
    +   app: "deployed",
      });

    The options "local" or "deployed" or app ID all remain available to use.

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

@slack/cli-hooks@1.3.3

Patch Changes

  • f430ae8: fix: use correct bolt-js release notes tag format

@github-actions github-actions Bot requested a review from a team as a code owner May 29, 2026 23:11
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 774d535 to 1a83dbe Compare June 1, 2026 16:44
@github-actions github-actions Bot requested a review from a team as a code owner June 1, 2026 16:44
@mwbrooks mwbrooks marked this pull request as draft June 1, 2026 17:36
@github-actions github-actions Bot force-pushed the changeset-release/main branch 3 times, most recently from 52d0b66 to 54f142e Compare June 8, 2026 16:25
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 54f142e to 96cd43a Compare June 11, 2026 16:15
@codecov

codecov Bot commented Jun 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.88%. Comparing base (e8fbfd5) to head (96cd43a).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2612   +/-   ##
=======================================
  Coverage   88.88%   88.88%           
=======================================
  Files          62       62           
  Lines       10238    10238           
  Branches      451      451           
=======================================
  Hits         9100     9100           
  Misses       1117     1117           
  Partials       21       21           
Flag Coverage Δ
cli-hooks 88.88% <ø> (ø)
cli-test 88.88% <ø> (ø)
logger 88.88% <ø> (ø)
oauth 88.88% <ø> (ø)
socket-mode 88.88% <ø> (ø)
web-api 88.88% <ø> (ø)
webhook 88.88% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@srtaalej srtaalej marked this pull request as ready for review June 11, 2026 16:31
@srtaalej srtaalej merged commit 2d370dc into main Jun 11, 2026
12 checks passed
@srtaalej srtaalej deleted the changeset-release/main branch June 11, 2026 16:35
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.

1 participant