mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-26 13:48:33 +02:00
fix(deps): update dependency @slack/web-api to v7.9.1 (#9661)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@slack/web-api](https://tools.slack.dev/node-slack-sdk/web-api) ([source](https://redirect.github.com/slackapi/node-slack-sdk)) | [`7.9.0` -> `7.9.1`](https://renovatebot.com/diffs/npm/@slack%2fweb-api/7.9.0/7.9.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>slackapi/node-slack-sdk (@​slack/web-api)</summary> ### [`v7.9.1`](https://redirect.github.com/slackapi/node-slack-sdk/releases/tag/%40slack/web-api%407.9.1) [Compare Source](https://redirect.github.com/slackapi/node-slack-sdk/compare/@slack/web-api@7.9.0...@slack/web-api@7.9.1) #### What's Changed This release fixes a bug where setting [`allowAbsoluteUrls`](https://tools.slack.dev/node-slack-sdk/reference/web-api/interfaces/WebClientOptions/#allowabsoluteurls) to **false** caused the [`filesUploadV2`](https://tools.slack.dev/node-slack-sdk/web-api/#upload-a-file) method to error when uploading files. Files can now be uploaded with `allowAbsoluteUrls` set to **false**. ##### Bug fixes 🐛 - fix(web-api): complete file upload v2 calls if absolute urls are not allowed in [https://github.com/slackapi/node-slack-sdk/pull/2196](https://redirect.github.com/slackapi/node-slack-sdk/pull/2196) - Thanks [@​zimeg](https://redirect.github.com/zimeg)! ##### Maintenance 🧰 - test(web-api): use channel_id instead of channels with files upload v2 in [https://github.com/slackapi/node-slack-sdk/pull/2197](https://redirect.github.com/slackapi/node-slack-sdk/pull/2197) - Thanks [@​zimeg](https://redirect.github.com/zimeg)! **Full Changelog**: https://github.com/slackapi/node-slack-sdk/compare/[@​slack/web-api](https://redirect.github.com/slack/web-api)[@​7](https://redirect.github.com/7).9.0...[@​slack/web-api](https://redirect.github.com/slack/web-api)[@​7](https://redirect.github.com/7).9.1 **Milestone**: https://github.com/slackapi/node-slack-sdk/milestone/142 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am every weekday" in timezone Europe/Madrid, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
d11f39e401
commit
be41869568
@ -1609,8 +1609,8 @@ __metadata:
|
||||
linkType: hard
|
||||
|
||||
"@slack/web-api@npm:^7.3.4":
|
||||
version: 7.9.0
|
||||
resolution: "@slack/web-api@npm:7.9.0"
|
||||
version: 7.9.1
|
||||
resolution: "@slack/web-api@npm:7.9.1"
|
||||
dependencies:
|
||||
"@slack/logger": "npm:^4.0.0"
|
||||
"@slack/types": "npm:^2.9.0"
|
||||
@ -1624,7 +1624,7 @@ __metadata:
|
||||
p-queue: "npm:^6"
|
||||
p-retry: "npm:^4"
|
||||
retry: "npm:^0.13.1"
|
||||
checksum: 10c0/10960a65bddac7abc980264610face6287da3e3ffb59ce17c69b010102292560e05978a94ef0940f3478ba7e7c65c29609f17a8bc26cf3f59be23d83a61c77ab
|
||||
checksum: 10c0/76d5d935518f3c2ab9eea720c0736f5722ac6c3244f4b1ba29aa3f3525803ecc00662209c8a1cce2c2a94ec71d607c05f5f6a24456dd3e60fa65b3fe0c7b9820
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user