Update dependency @slack/bolt to v4 - autoclosed#182
Closed
renovate[bot] wants to merge 1 commit into
Closed
Conversation
renovate
Bot
force-pushed
the
renovate/slack-bolt-4.x
branch
from
August 10, 2025 13:34
2363f2b to
96c6059
Compare
renovate
Bot
force-pushed
the
renovate/slack-bolt-4.x
branch
from
August 19, 2025 17:40
96c6059 to
5421ed1
Compare
renovate
Bot
force-pushed
the
renovate/slack-bolt-4.x
branch
from
August 31, 2025 10:31
5421ed1 to
c1bd4fd
Compare
renovate
Bot
force-pushed
the
renovate/slack-bolt-4.x
branch
from
September 26, 2025 23:33
c1bd4fd to
52a07c9
Compare
renovate
Bot
force-pushed
the
renovate/slack-bolt-4.x
branch
from
October 7, 2025 05:03
52a07c9 to
141f408
Compare
renovate
Bot
force-pushed
the
renovate/slack-bolt-4.x
branch
from
October 21, 2025 15:15
141f408 to
6ce9fd4
Compare
renovate
Bot
force-pushed
the
renovate/slack-bolt-4.x
branch
from
October 29, 2025 00:12
6ce9fd4 to
5fb761c
Compare
renovate
Bot
force-pushed
the
renovate/slack-bolt-4.x
branch
from
November 10, 2025 20:57
5fb761c to
65801e6
Compare
renovate
Bot
force-pushed
the
renovate/slack-bolt-4.x
branch
from
November 19, 2025 07:59
65801e6 to
cd44ab7
Compare
renovate
Bot
force-pushed
the
renovate/slack-bolt-4.x
branch
from
December 3, 2025 19:09
cd44ab7 to
8fe9c97
Compare
renovate
Bot
force-pushed
the
renovate/slack-bolt-4.x
branch
5 times, most recently
from
December 31, 2025 14:11
d1ccf13 to
0502786
Compare
renovate
Bot
force-pushed
the
renovate/slack-bolt-4.x
branch
2 times, most recently
from
January 13, 2026 23:09
b61b223 to
e432238
Compare
renovate
Bot
force-pushed
the
renovate/slack-bolt-4.x
branch
from
January 19, 2026 15:15
e432238 to
8ec9c2d
Compare
renovate
Bot
force-pushed
the
renovate/slack-bolt-4.x
branch
2 times, most recently
from
February 17, 2026 19:36
55225ca to
a02a30c
Compare
renovate
Bot
force-pushed
the
renovate/slack-bolt-4.x
branch
from
March 5, 2026 14:58
a02a30c to
85b1fc2
Compare
renovate
Bot
force-pushed
the
renovate/slack-bolt-4.x
branch
from
March 13, 2026 17:47
85b1fc2 to
ac1fa9d
Compare
renovate
Bot
force-pushed
the
renovate/slack-bolt-4.x
branch
2 times, most recently
from
April 7, 2026 01:39
fd2057d to
9ac82f3
Compare
renovate
Bot
force-pushed
the
renovate/slack-bolt-4.x
branch
from
April 8, 2026 21:33
9ac82f3 to
7281f8e
Compare
renovate
Bot
force-pushed
the
renovate/slack-bolt-4.x
branch
from
April 22, 2026 23:13
7281f8e to
437007d
Compare
renovate
Bot
force-pushed
the
renovate/slack-bolt-4.x
branch
from
April 30, 2026 23:11
437007d to
5668f81
Compare
renovate
Bot
force-pushed
the
renovate/slack-bolt-4.x
branch
2 times, most recently
from
May 18, 2026 19:01
429d3e1 to
f6f8df1
Compare
renovate
Bot
force-pushed
the
renovate/slack-bolt-4.x
branch
from
May 26, 2026 12:28
f6f8df1 to
6675201
Compare
renovate
Bot
force-pushed
the
renovate/slack-bolt-4.x
branch
from
May 27, 2026 21:55
6675201 to
3c2b4f8
Compare
renovate
Bot
force-pushed
the
renovate/slack-bolt-4.x
branch
from
June 13, 2026 16:00
3c2b4f8 to
8a68524
Compare
renovate
Bot
force-pushed
the
renovate/slack-bolt-4.x
branch
from
July 12, 2026 09:30
8a68524 to
0782f12
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.12.1→^4.0.0Release Notes
slackapi/bolt-js (@slack/bolt)
v4.7.3Compare Source
Patch Changes
341b60e: Reject emptysigningSecretat initialization to prevent accidental HMAC signature forgery.v4.7.2Compare Source
Patch Changes
4545150: Require exactssl_check=1value to bypass signature verification, preventing truthy but incorrect values from skipping authentication checks.v4.7.1Compare Source
Patch Changes
a18c359: fix: correct InvalidCustomPropertyError code and MemoryStore promise handlingv4.7.0Compare Source
What's Changed
Bring magic to a conversation with
sayStreamfor streaming messages and show loading status withsetStatus. Now available forapp.eventandapp.messagelisteners:The
respondfunction now acceptsthread_tsto publish responses in a thread:Configure ping timeouts, reconnect behavior, and other Socket Mode settings directly through
Appoptions:👾 Enhancements
🐛 Fixes
📚 Documentation
🧰 Maintenance
🎁 Dependencies
Core
CI
Dev
Examples
👋 New Contributors 🎉
Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/bolt@4.6.0...@slack/bolt@4.7.0
Milestone: https://github.com/slackapi/bolt-js/milestone/61
Package: https://www.npmjs.com/package/@slack/bolt/v/4.7.0
v4.6.0Compare Source
📚 Changelog
What's Changed
👾 Enhancements
🐛 Bug fixes
📚 Documentation
🤖 Dependencies
🧰 Maintenance
Milestone: https://github.com/slackapi/bolt-js/milestone/60?closed=1
Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/bolt@4.5.0...@slack/bolt@4.6.0
Package: https://www.npmjs.com/package/@slack/bolt/v/4.6.0
v4.5.0Compare Source
AI-Enabled Features: Loading States, Text Streaming, and Feedback Buttons
🍿 Preview
2025-10-06-loading-state-text-streaming-feedback.mov
📚 Changelog
⚡ Getting Started
Try the AI Agent Sample app to explore the AI-enabled features and existing Assistant helper:
After the app starts, send a message to the "slack-ai-agent-app" bot for a unique response.
⌛ Loading States
Loading states allows you to not only set the status (e.g. "My app is typing...") but also sprinkle some personality by cycling through a collection of loading messages:
Web Client SDK:
Assistant Class:
🔮 Text Streaming Helper
The
client.chatStream()helper utility can be used to streamline calling the 3 text streaming methods:🔠 Text Streaming Methods
Alternative to the Text Streaming Helper is to call the individual methods.
1)
client.chat.startStreamFirst, start a chat text stream to stream a response to any message:
2)
client.chat.appendStreamAfter starting a chat text stream, you can then append text to it in chunks (often from your favourite LLM SDK) to convey a streaming effect:
3)
client.chat.stopStreamLastly, you can stop the chat text stream to finalize your message:
👍🏻 Feedback Buttons
Add feedback buttons to the bottom of a message, after stopping a text stream, to gather user feedback:
What's Changed
👾 Enhancements
🐛 Bug fixes
📚 Documentation
🤖 Dependencies
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.