Skip to content

Commit 64d62f8

Browse files
Update dependency @slack/client to v5 (#1974)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@slack/client](https://slack.dev/node-slack-sdk/tutorials/migrating-to-v5) ([source](https://redirect.github.com/slackapi/node-slack-sdk)) | dependencies | major | [`^4.3.1` -> `^5.0.0`](https://renovatebot.com/diffs/npm/@slack%2fclient/4.12.0/5.0.2) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>slackapi/node-slack-sdk (@&#8203;slack/client)</summary> ### [`v5.0.2`](https://redirect.github.com/slackapi/node-slack-sdk/releases/tag/%40slack/client%405.0.2) [Compare Source](https://redirect.github.com/slackapi/node-slack-sdk/compare/@slack/[email protected]...@slack/[email protected]) - Fix incorrect homepage for legacy wrapper ([#&#8203;793](https://redirect.github.com/slackapi/node-slack-sdk/issues/793)) - thanks [@&#8203;felixrieseberg](https://redirect.github.com/felixrieseberg). ### [`v5.0.1`](https://redirect.github.com/slackapi/node-slack-sdk/releases/tag/%40slack/client%405.0.1) [Compare Source](https://redirect.github.com/slackapi/node-slack-sdk/compare/@slack/[email protected]...@slack/[email protected]) - Adds a README to the package distribution ([#&#8203;776](https://redirect.github.com/slackapi/node-slack-sdk/issues/776)) - thanks [@&#8203;aoberoi](https://redirect.github.com/aoberoi). ### [`v5.0.0`](https://redirect.github.com/slackapi/node-slack-sdk/releases/tag/%40slack/client%405.0.0) [Compare Source](https://redirect.github.com/slackapi/node-slack-sdk/compare/v4.12.0...@slack/[email protected]) This release is meant to help users migrate to the smaller, lighter, independent packages. If you'd just like to test the compatibility of your app with the latest breaking changes, you can simply update the from a previous version of this package to this version. If everything works, you're ready to change your code to depend on the independent packages instead. For each of the follow classes, these packages should be used directly. | Class name | Command to install | |-------------------|------------------------------| | `WebClient` | `npm install @&#8203;slack/web-api` | | `RTMClient` | `npm install @&#8203;slack/rtm-api` | | `IncomingWebhook` | `npm install @&#8203;slack/webhook` | See the [migration guide](https://slack.dev/node-slack-sdk/tutorials/migrating-to-v5) for more details. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - "every weekday" (UTC). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19--> Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
1 parent 4889f68 commit 64d62f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-js-sqs-slack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"dependencies": {
44
"@pulumi/aws": "6.69.0",
55
"@pulumi/pulumi": "3.151.0",
6-
"@slack/client": "^4.3.1"
6+
"@slack/client": "^5.0.0"
77
}
88
}

0 commit comments

Comments
 (0)