Update dependency @slack/webhook to v7 #125
Open
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:
^6.1.0
->^7.0.0
Release Notes
slackapi/node-slack-sdk (@slack/webhook)
v7.0.4
: @slack/[email protected]Compare Source
What's Changed
We released a fix for the
oauth.v2.exchange
method argument type; previously it did not require atoken
, which was incorrect. It now requires atoken
parameter, which matches the expectations of this API method.Full Changelog
ae755dc
web-api(fix):oauth.v2.exchange
method requires atoken
parameter (#1779) - thanks for reporting @iggyray!v7.0.3
Compare Source
What's Changed
We've deprecated the
files.upload
method. Check out our announcement on the topic here. Instead, use theuploadV2
method provided by the client.Full Changelog
ae9ace8
web-api(fix): fix node-retry types (#1772) - thanks @cotsupa!fec4895
web-api(docs): Add deprecation JSdoc tofiles.upload
method (#1773)8bff32f
web-api(fix): Fix typo in error throwing for rate limit exceeded (#1755) - thanks @WhiteKiwi!v7.0.2
Compare Source
What's Changed
Nothing major or even minor in this release! Just a few patches:
Full Changelog: https://github.com/slackapi/node-slack-sdk/compare/[@​slack/cli-hooks](https://redirect.github.com/slack/cli-hooks)[@​1](https://redirect.github.com/1).0.0...[@​slack/web-api](https://redirect.github.com/slack/web-api)[@​7](https://redirect.github.com/7).0.2
v7.0.1
Compare Source
What's Changed
Only relevant to consumers in TypeScript projects: we mistakenly removed the types for method arguments as exports in the 7.0.0 major release (e.g.
ViewsPushArguments
, etc. - any of the types listed in this file). These were available for consumers toimport
in the 6.x versions ofweb-api
. Woops! This release simply adds these back in.Full Changelog
d5c17d8
web-api: re-export method argument types (#1729)v7.0.0
Compare Source
What's Changed
There are two big (potentially) breaking changes library users should be aware of:
But do not fear! We have written a migration guide for v6 -> v7 users which painstakingly list out the changes per-method, which should provide you with an easy upgrade process.
As usual, if you have trouble with this library, feel free to file an issue! We are here to help 🫂 😄
Much love,
The Slack DevRel Engineering team
Changelog
e29f6a1
Add support for overriding token when usingfileUploadV2
(#1723 fixes #1644)d53ef02
@slack/web-api
argument type safety (#1673)4a8eeac
Remove warning about lack of fallback text fromchat.update
invocations (#1674)6e8a31e
Bump minimum node version to v18 (#1667)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 this update again.
This PR was generated by Mend Renovate. View the repository job log.