fix(deps): update dependency @slack/bolt to v4 - autoclosed - #9
Closed
renovate[bot] wants to merge 1 commit into
Closed
fix(deps): update dependency @slack/bolt to v4 - autoclosed#9renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
✅ Deploy Preview for sensational-cupcake-14667f ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
renovate
Bot
force-pushed
the
renovate/slack-bolt-4.x
branch
from
August 3, 2025 16:06
0ebd997 to
930eb81
Compare
renovate
Bot
force-pushed
the
renovate/slack-bolt-4.x
branch
from
August 23, 2025 19:39
930eb81 to
8571014
Compare
renovate
Bot
force-pushed
the
renovate/slack-bolt-4.x
branch
from
September 1, 2025 15:09
8571014 to
631cdbf
Compare
renovate
Bot
force-pushed
the
renovate/slack-bolt-4.x
branch
from
September 26, 2025 07:30
631cdbf to
7e1f6d4
Compare
renovate
Bot
force-pushed
the
renovate/slack-bolt-4.x
branch
from
October 9, 2025 02:53
7e1f6d4 to
7f425ee
Compare
renovate
Bot
force-pushed
the
renovate/slack-bolt-4.x
branch
from
October 25, 2025 20:04
7f425ee to
9af5e11
Compare
renovate
Bot
force-pushed
the
renovate/slack-bolt-4.x
branch
from
November 2, 2025 07:48
9af5e11 to
da9d06c
Compare
renovate
Bot
force-pushed
the
renovate/slack-bolt-4.x
branch
2 times, most recently
from
November 19, 2025 03:58
6d659d2 to
979d60a
Compare
renovate
Bot
force-pushed
the
renovate/slack-bolt-4.x
branch
from
December 5, 2025 08:12
979d60a to
97445c2
Compare
renovate
Bot
force-pushed
the
renovate/slack-bolt-4.x
branch
from
January 1, 2026 03:24
97445c2 to
538bfc6
Compare
renovate
Bot
force-pushed
the
renovate/slack-bolt-4.x
branch
from
January 8, 2026 23:54
538bfc6 to
d89504c
Compare
renovate
Bot
force-pushed
the
renovate/slack-bolt-4.x
branch
from
January 19, 2026 23:06
d89504c to
a6d86ee
Compare
renovate
Bot
force-pushed
the
renovate/slack-bolt-4.x
branch
from
February 3, 2026 23:36
a6d86ee to
5f1f536
Compare
renovate
Bot
force-pushed
the
renovate/slack-bolt-4.x
branch
2 times, most recently
from
February 19, 2026 11:48
2f22b4c to
f2955bd
Compare
renovate
Bot
force-pushed
the
renovate/slack-bolt-4.x
branch
2 times, most recently
from
March 14, 2026 23:55
ea9a584 to
bdf3b5e
Compare
renovate
Bot
force-pushed
the
renovate/slack-bolt-4.x
branch
from
April 15, 2026 19:48
bdf3b5e to
f7cd16f
Compare
renovate
Bot
force-pushed
the
renovate/slack-bolt-4.x
branch
2 times, most recently
from
May 7, 2026 20:04
b81b842 to
e1ca693
Compare
renovate
Bot
force-pushed
the
renovate/slack-bolt-4.x
branch
2 times, most recently
from
May 16, 2026 14:29
f602534 to
afdc944
Compare
renovate
Bot
force-pushed
the
renovate/slack-bolt-4.x
branch
from
May 23, 2026 10:40
afdc944 to
362dc77
Compare
renovate
Bot
force-pushed
the
renovate/slack-bolt-4.x
branch
2 times, most recently
from
June 5, 2026 23:58
e937c7a to
7474203
Compare
renovate
Bot
force-pushed
the
renovate/slack-bolt-4.x
branch
from
June 13, 2026 11:41
7474203 to
3fce7b7
Compare
renovate
Bot
force-pushed
the
renovate/slack-bolt-4.x
branch
from
July 18, 2026 03:43
3fce7b7 to
c3b4304
Compare
renovate
Bot
force-pushed
the
renovate/slack-bolt-4.x
branch
from
July 25, 2026 19:34
c3b4304 to
78f839c
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.2→^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: (in timezone Europe/Berlin)
🚦 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.