Skip to content

fix(deps): update dependency @slack/web-api to v7.3.1

Soos requested to merge renovate/slack-web-api-7.x-lockfile into main

This MR contains the following updates:

Package Type Update Change
@slack/web-api (source) dependencies minor 7.0.4 -> 7.3.1

Release Notes

slackapi/node-slack-sdk (@​slack/web-api)

v7.3.1

Compare Source

This release fixes a problem between web-api 7.3.0 and projects consuming it that used versions of TypeScript older than 5.0. Moving forward, web-api should guarantee compatibility with at least TypeScript 4.7.2 or newer; if this changes, that will likely warrant a major new semver release.

What's Changed

b284994 web-api(fix): revert use of export type * to maintain backwards compatibility with TS 4.7 (#​1841)

v7.3.0

Compare Source

What's New

We've added two new APIs:

  1. teams.externalTeams.disconnect
  2. conversations.externalInvitePermissions.set

What's Changed

a18c1ea feat (web-api): add support for teams.externalTeams.disconnect API (#​1837) 4ef80b7 web-api: add new conversations.externalInvitePermissions.set API (#​1834) 9e20ca3 web-api: update files.info, files.list files.remote.list and team.externalTeams.list response types (#​1833) fc87d51 chore: tweak lint config to allow for eslint --fix to fix import order (#​1827)

v7.2.0

Compare Source

What's Changed

4df9fb8 feat(web-api): add new Slack Connect APIs team.externalTeams.list and users.discoverableContacts.lookup (#​1826) f3acb2f feat(web-api): Update response types to latest automatically generated (#​1824) 20f026b feat(web-api): user id map in MigrationExchangeResponse as map (#​1821)

v7.1.0

Compare Source

What's Changed

The new feature available in this release is access to new Canvas APIs - programmatically manipulate your Canvases to your heart's content!

Additionally:

  • Previously in v7 of web-api, if you were using an API method that required no arguments (e.g. api.test), you still had to pass it an empty object ({}). Thanks to @​davidlj95's work in #​1809, that is no longer a requirement!
  • You can now set the attachOriginalToWebAPIRequestError to false to ensure API responses are not logged. By default, this option will be set to false. Many thanks to @​Parama92 for their work in this area!

a2c0fe5 web-api: public canvas APIs (#​1813) 9f2935f feat: allow using WebClient APIs without argument (#​1809) - fixes #​1769; thank you @​davidlj95 for your contribution! b98ef1e feat: providing a way to disable message content being logged (#​1786) - fixes #​1751; thank you @​Parama92 for your contribution!


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by Soos

Merge request reports