-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency @slack/bolt to v3.22.0 #90
base: main
Are you sure you want to change the base?
Conversation
|
d7ca0a9
to
fa62b51
Compare
fa62b51
to
8731479
Compare
8731479
to
f83b966
Compare
f83b966
to
92e692f
Compare
92e692f
to
bacf8a6
Compare
bacf8a6
to
77546bd
Compare
77546bd
to
bfe69b4
Compare
bfe69b4
to
e45abe7
Compare
e45abe7
to
ec00aa9
Compare
ec00aa9
to
3f58102
Compare
3f58102
to
9e4a966
Compare
9e4a966
to
14cbd11
Compare
67c8400
to
425d48e
Compare
425d48e
to
29d6e4b
Compare
29d6e4b
to
695699b
Compare
This PR contains the following updates:
3.12.2
->3.22.0
Release Notes
slackapi/bolt (@slack/bolt)
v3.22.0
Compare Source
What's new
This release adds support for the
assistant.threads.*
API methods introduced in@slack/web-api@6.13.0
🤖 as well as improvements to documentation at the new https://tools.slack.dev/bolt-js site and patches to dependencies 🔒Example usage
More details about these endpoints can be discovered in the documentation, and listeners can be added to code to respond to incoming events like so:
Changes
📚 Documentation
📦 Dependencies
🎉 New contributors
Full Changelog: https://github.com/slackapi/bolt-js/compare/[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).21.4...[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).22.0
v3.21.4
Compare Source
What's Changed
path-to-regexp
to partially address a security vulnerability (#2242) by @filmaj in https://github.com/slackapi/bolt-js/pull/2251Full Changelog: https://github.com/slackapi/bolt-js/compare/[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).21.3...[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).21.4
v3.21.3
Compare Source
What's Changed
Woops! We (coughfilmajcough) removed the
EnvelopedEvent
export in a recent change. We are adding it back in in this patch release. Please accept our sincere apologies for this temporary breaking change in bolt 3.21.2.Changelog
New Contributors
Full Changelog: https://github.com/slackapi/bolt-js/compare/[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).21.2...[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).21.3
v3.21.2
Compare Source
What's Changed
The main change in this patch release is creating an npm release for the change in #2223, where exported event payload types were moved from bolt-js to
@slack/types
. If you see errors compiling your TypeScript-based application that look like:.. then upgrading to this release should address the issue (see #2233 and #2234 for issue details).
next
function to the last listener middleware by @filmaj in https://github.com/slackapi/bolt-js/pull/2214 (fixes #1457)@slack/types
and consume event payloads from it by @filmaj in https://github.com/slackapi/bolt-js/pull/2223Full Changelog: https://github.com/slackapi/bolt-js/compare/[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).21.1...[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).21.2
v3.21.1
Compare Source
What's Changed
This patch release brings improvements to documentation and sureness in our CI, as well as security updates to certain
@slack
packages - see CVE-2024-39338 andaxios@1.7.4
for more details!Changes
📚 Documentation
🔒 Security
🧰 Maintenance
Full Changelog: https://github.com/slackapi/bolt-js/compare/[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).21.0...[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).21.1
v3.21.0
Compare Source
What's Changed
Bolt-JS now supports Custom Steps! That's right, your trusty Bolt app now let's you expose Custom Steps in Bolt, allowing you to provide steps for use in Workflow Builder.
You can now use the new
function()
method to register handlers for thefunction_executed
event. Check out our API docs on the topic to get started.Changelog
New Contributors
Full Changelog: https://github.com/slackapi/bolt-js/compare/[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).20.0...[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).21.0
v3.20.0
Compare Source
What's Changed
@slack/bolt@3.20.0
by @filmaj in https://github.com/slackapi/bolt-js/pull/2195New Contributors
Full Changelog: https://github.com/slackapi/bolt-js/compare/[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).19.0...[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).20.0
v3.19.0
Compare Source
What's Changed
More customizations for the
AwsLambdaReceiver
have landed as well as a few touchups to typings and documented details!With this release, the signature verification for
AwsLambdaReceiver
can now be turned off if that's something you're interested in! Perhaps you have your own stylish way of verifying these signatures. The following can be added to your receiver to unlock this:Read on and browse around for more details on all of the changes included!
🎁 Enhancments
AwsLambdaReceiver
to enable/disable signature verification in https://github.com/slackapi/bolt-js/pull/2107 - thanks @noah-guillory!🐛 Fixes
CodedError
in https://github.com/slackapi/bolt-js/pull/2110 - thanks @filmaj!📚 Documentation
🧰 Maintenance
📦 Dependencies
New Contributors
Full Changelog: https://github.com/slackapi/bolt-js/compare/[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).18.0...[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).19.0
v3.18.0
Compare Source
What's Changed
files
toapp_mention
event payload by @seratch in https://github.com/slackapi/bolt-js/pull/2057New Contributors
Full Changelog: https://github.com/slackapi/bolt-js/compare/[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).17.1...[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).18.0
v3.17.1
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/slackapi/bolt-js/compare/[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).17.0...[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).17.1
v3.17.0
Compare Source
What's Changed
style.code
properties on rich text elements (updates@slack/types
to 2.11 and@slack/web-api
to 6.11) by @filmaj in https://github.com/slackapi/bolt-js/pull/2017Full Changelog: https://github.com/slackapi/bolt-js/compare/[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).16.0...[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).17.0
v3.16.0
Compare Source
What's Changed
Enhancements 🎁
Maintainers
New Contributors 👋
Full Changelog: https://github.com/slackapi/bolt-js/compare/[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).15.0...[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).16.0
v3.15.0
Compare Source
What's Changed
This minor release includes support for the new File Input Block Kit Element, which allows for users to submit files using Block Kit. It also removes all traces of vulnerable versions of the
axios
dependency.Enhancements
file_input
block element payload support in TS by @seratch in https://github.com/slackapi/bolt-js/pull/1995rich_text_input
block element payload support in TS by @seratch in https://github.com/slackapi/bolt-js/pull/1963SocketModeReceiver
to be used with Socket Mode by @zimeg in https://github.com/slackapi/bolt-js/pull/1972ExpressReceiver
by @zimeg in https://github.com/slackapi/bolt-js/pull/1973Bug Fixes
Dependencies
Other
New Contributors
Full Changelog: https://github.com/slackapi/bolt-js/compare/[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).14.0...[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).15.0
v3.14.0
Compare Source
What's Changed
Enhancements
Bug Fixes
Dependencies
New Contributors
Full Changelog: https://github.com/slackapi/bolt-js/compare/[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).13.3...[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).14.0
v3.13.3
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/slackapi/bolt-js/compare/[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).13.2...[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).13.3
v3.13.2
Compare Source
What's Changed
Enhancements
Bug fixes
Documentation
Dependencies
New Contributors
Full Changelog: https://github.com/slackapi/bolt-js/compare/[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).13.1...[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).13.2
v3.13.1
Compare Source
Enhancements
Bug fixes
Documentation
Dependencies
Full Changelog: https://github.com/slackapi/bolt-js/compare/[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).13.0...[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).13.1
v3.13.0
Compare Source
What's Changed
Enhancements
Bug fixes
OptionGroups
and*Options
types by @zimeg in https://github.com/slackapi/bolt-js/pull/1790Tests
Documentation
block_actions
payload shape by @srajiang in https://github.com/slackapi/bolt-js/pull/1700Dependencies
Chores
New Contributors
Full Changelog: https://github.com/slackapi/bolt-js/compare/[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).12.2...[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).13.0
Configuration
📅 Schedule: 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.