fix: update all non-major dependencies #460
Merged
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.806.0
->3.808.0
3.806.0
->3.808.0
3.806.0
->3.808.0
3.18.0
->3.22.0
2.12.0
->2.14.0
29.5.12
->29.5.14
18.19.34
->18.19.100
2.179.0
->2.1014.0
2.189.1
->2.195.0
1.1.11
->1.1.12
10.3.0
->10.4.2
16.4.5
->16.5.0
8.57.0
->8.57.1
9.0.11
->9.1.7
18.20.3
->18.20.8
3.3.2
->3.5.3
v1.26.0
->v1.27.1
29.1.5
->29.3.2
2.6.3
->2.8.1
8.1.0
->8.4.0
5.4.5
->5.8.3
Release Notes
aws/aws-sdk-js-v3 (@aws-sdk/client-lambda)
v3.808.0
Compare Source
Note: Version bump only for package @aws-sdk/client-lambda
aws/aws-sdk-js-v3 (@aws-sdk/client-s3)
v3.808.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
aws/aws-sdk-js-v3 (@aws-sdk/s3-request-presigner)
v3.808.0
Compare Source
Note: Version bump only for package @aws-sdk/s3-request-presigner
slackapi/bolt-js (@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!
🎁 Enhancements
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
slackapi/node-slack-sdk (@slack/types)
v2.14.0
Compare Source
We've released support for AI Assistants & Agents and have added associated event types.
Changelog
571bc3a
feat (web-api / types): Add support for assistant.threads.* API (#2033)v2.13.1
Compare Source
What's Changed
This patch release fixes an issue where TypeScript could get confused with references to the Slack
MessageEvent
type and confuse it with node'sMessageEvent
interface.Changelog
2c1a6e6
types(test): add a test to not mix up built-in nodeMessageEvent
type (#2022)beb0345
MessageEvent
incorrectly references the Node global MessageEvent type. fixes #2020 (#2021) - thank you @varmil !New Contributors
v2.13.0
Compare Source
What's New
The big change in this release is adding Events API event payloads. These were lifted straight from the bolt-js project and introduced into
@slack/types
. We plan on improving these types significantly in the upcoming@slack/types
v3 major release (see the milestone for details on what we plan to tackle in this upcoming release). Other Slack ECMAscript projects, like@slack/socket-mode
anddeno-slack-sdk
, will eventually consume event payload types from this package once v3 lands.d857511
feat: adding event payloads from bolt-js as a starting point (#1907)042fec0
chore (types): small refactorings and two new helper types (#1823)893b836
types: small refactor in views, jsdoc all view properties, add type tests (#1820)f8d06ca
types: export helper union types (#1819)aws/aws-cdk-cli (aws-cdk)
v2.1014.0
Compare Source
2.1014.0 (2025-05-08)
Features
Bug Fixes
cdk notices
ignores failures and calling cli with--no-notices
makes an unexpected network call (#399) (6b16a21), closes #370 #440v2.1013.0
Compare Source
2.1013.0 (2025-04-30)
Features
v2.1012.0
Compare Source
2.1012.0 (2025-04-23)
Features
Bug Fixes
dom
lib from default TypeScript config created withcdk init
(#295) (65f7015), closes #294v2.1011.0
Compare Source
2.1011.0 (2025-04-23)
Features
Bug Fixes
dom
lib from default TypeScript config created withcdk init
(#295) (65f7015), closes #294v2.1010.0
Compare Source
2.1010.0 (2025-04-16)
v2.1009.0
Compare Source
2.1009.0 (2025-04-16)
⚠ BREAKING CHANGES
toolkit.synth()
: it no longer returns an arbitrary Assembly Source (byinterface), but a specific Assembly, by class, that can also be used as
a source. The return type of
ICloudAssemblySource.produce()
has beenchanged to
IReadableCloudAssembly
. This will only affect consumerswith custom implementations of that interface, the factory function APIs
are unchanged.
force
option onDeployOptions
hasbeen removed. The removed option originally caused multiple different
"force" actions. Each action now has a more targeted alternative. To
force a deployment even if the CDK Toolkit has not detected any changes,
use
forceDeployment
. To force re-publishing of previously publishedassets, use
forceAssetPublishing
. To force failing resource beingorphaned during a rollback, use
orphanFailedResourcesDuringRollback
.To implement interactive confirmation of rollbacks during a deployment,
react to the message request with code
CDK_TOOLKIT_I5050
in yourIoHost
.IoHost
implementationused by
Toolkit
to a version that is strictly non-interactive, i.e.there is no expectation anymore that users will respond to command-line
prompts. To restore previous behavior, you will can provide a custom
IoHost
implementation to yourToolkit
instance. You may considerextending the new
NonInteractiveIoHost
class with desired interactiveprompts.
Features
Bug Fixes
DeployOptions.force
in favor of more specific options (#315) (c14df8e)v2.1008.0
Compare Source
2.1008.0 (2025-04-16)
⚠ BREAKING CHANGES
toolkit.synth()
: it no longer returns an arbitrary Assembly Source (byinterface), but a specific Assembly, by class, that can also be used as
a source. The return type of
ICloudAssemblySource.produce()
has beenchanged to
IReadableCloudAssembly
. This will only affect consumerswith custom implementations of that interface, the factory function APIs
are unchanged.
force
option onDeployOptions
hasbeen removed. The removed option originally caused multiple different
"force" actions. Each action now has a more targeted alternative. To
force a deployment even if the CDK Toolkit has not detected any changes,
use
forceDeployment
. To force re-publishing of previously publishedassets, use
forceAssetPublishing
. To force failing resource beingorphaned during a rollback, use
orphanFailedResourcesDuringRollback
.To implement interactive confirmation of rollbacks during a deployment,
react to the message request with code
CDK_TOOLKIT_I5050
in yourIoHost
.IoHost
implementationused by
Toolkit
to a version that is strictly non-interactive, i.e.there is no expectation anymore that users will respond to command-line
prompts. To restore previous behavior, you will can provide a custom
IoHost
implementation to yourToolkit
instance. You may considerextending the new
NonInteractiveIoHost
class with desired interactiveprompts.
Features
Bug Fixes
DeployOptions.force
in favor of more specific options ([#Configuration
📅 Schedule: Branch creation - "before 11am on Monday" in timezone America/Chicago, 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.
This PR was generated by Mend Renovate. View the repository job log.