Skip to content

fix(deps): update minor-and-patch#52

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/minor-and-patch
Jun 14, 2026
Merged

fix(deps): update minor-and-patch#52
renovate[bot] merged 1 commit into
mainfrom
renovate/minor-and-patch

Conversation

@renovate

@renovate renovate Bot commented Jun 14, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
@slack/web-api (source) 7.16.07.17.0 age confidence
@types/aws-lambda (source) 8.10.1618.10.162 age confidence
@types/node (source) 25.9.125.9.3 age confidence
aws-cdk-lib (source) 2.258.02.258.1 age confidence

Release Notes

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

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();
aws/aws-cdk (aws-cdk-lib)

v2.258.1

Compare Source

Reverts

Alpha modules (2.258.1-alpha.0)


Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • "before 9am on monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

Copilot AI review requested due to automatic review settings June 14, 2026 16:47
@renovate renovate Bot enabled auto-merge (squash) June 14, 2026 16:47

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@renovate renovate Bot merged commit 4d77217 into main Jun 14, 2026
4 checks passed
@renovate renovate Bot deleted the renovate/minor-and-patch branch June 14, 2026 16:47
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