Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(deps): update dependency @slack/web-api to v7 #878

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 20, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@slack/web-api (source) 6.12.0 -> 7.0.4 age adoption passing confidence

Release Notes

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

v7.0.4: @​slack/web-api@7.04

Compare Source

What's Changed

We released a fix for the oauth.v2.exchange method argument type; previously it did not require a token, which was incorrect. It now requires a token parameter, which matches the expectations of this API method.

Full Changelog

ae755dc web-api(fix): oauth.v2.exchange method requires a token 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 the uploadV2 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 to files.upload method (#​1773)
8bff32f web-api(fix): Fix typo in error throwing for rate limit exceeded (#​1755) - thanks @​WhiteKiwi!

v7.0.2

Compare Source

Bumps axios to 1.6.3 to address a security vulnerability.

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 to import in the 6.x versions of web-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:

  1. The minimum supported (and thus tested) version of node.js is now v18. While older versions of node should still work, we no longer guarantee this, especially now that versions of node.js older than 18 are end-of-life'd.
  2. If you use this library in a TypeScript project, many of the HTTP API methods that this library exposes now have stricter, and more correct / accurate, argument types and constraints modeled.

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 using fileUploadV2 (#​1723 fixes #​1644)
d53ef02 @slack/web-api argument type safety (#​1673)
4a8eeac Remove warning about lack of fallback text from chat.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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the 🚦 automerge Synced by reviewflow for merge/automerge label Jan 20, 2024
Copy link

reviewflow bot commented Jan 20, 2024

Progress

☑️ Step 1: ✏️ Write code
🔴 Step 2: 💚 Checks
⬜ Step 3: 👌 Code Review
🟡 Step 4: 🚦 Merge Pull Request

Options:

  • 🚦 automerge: Automatically merge when this PR is ready and has no failed statuses. When the repository requires branches to be up to date before merging, it merges default branch, with a queue per repo to prevent multiple merges when several PRs are ready. A fail job prevents the merge.
  • 🚦 skip-ci: Add [skip ci] on merge commit when merge is done with autoMerge.

Actions:

  • 🐛 Force updating reviewflow checks for this PR. Use this to try to fix reviewflow checks that are still missing/pending, which might happen if webhook failed or something bad happened when reviewflow tried to send the status check to github.
  • 🔄 update branch: Merge base branch in this PR's branch. Only works if merging is possible without conflicts.

@reviewflow reviewflow bot enabled auto-merge (squash) January 20, 2024 21:57
@reviewflow reviewflow bot added the 💚 checks/fail Synced by reviewflow for checks/failed label Jan 20, 2024
@renovate renovate bot force-pushed the renovate/slack-web-api-7.x branch from 10e04d8 to 87e3886 Compare January 23, 2024 15:51
@reviewflow reviewflow bot added 💚 checks/passed Synced by reviewflow for checks/passed 💚 checks/fail Synced by reviewflow for checks/failed and removed 💚 checks/fail Synced by reviewflow for checks/failed 💚 checks/passed Synced by reviewflow for checks/passed labels Jan 23, 2024
@renovate renovate bot force-pushed the renovate/slack-web-api-7.x branch from 87e3886 to 2a752d3 Compare January 24, 2024 07:21
@reviewflow reviewflow bot added 💚 checks/fail Synced by reviewflow for checks/failed and removed 💚 checks/fail Synced by reviewflow for checks/failed labels Jan 24, 2024
@renovate renovate bot changed the title feat(deps): update dependency @slack/web-api to v7 feat(deps): update dependency @slack/web-api to v7 - autoclosed Jan 26, 2024
@renovate renovate bot closed this Jan 26, 2024
auto-merge was automatically disabled January 26, 2024 00:21

Pull request was closed

@renovate renovate bot deleted the renovate/slack-web-api-7.x branch January 26, 2024 00:21
@renovate renovate bot changed the title feat(deps): update dependency @slack/web-api to v7 - autoclosed feat(deps): update dependency @slack/web-api to v7 Jan 26, 2024
@renovate renovate bot reopened this Jan 26, 2024
@renovate renovate bot restored the renovate/slack-web-api-7.x branch January 26, 2024 04:10
@reviewflow reviewflow bot enabled auto-merge (squash) January 26, 2024 04:10
@renovate renovate bot force-pushed the renovate/slack-web-api-7.x branch from 2a752d3 to dd94dbb Compare January 26, 2024 04:10
@reviewflow reviewflow bot added 💚 checks/passed Synced by reviewflow for checks/passed 💚 checks/fail Synced by reviewflow for checks/failed and removed 💚 checks/fail Synced by reviewflow for checks/failed 💚 checks/passed Synced by reviewflow for checks/passed labels Jan 26, 2024
@renovate renovate bot force-pushed the renovate/slack-web-api-7.x branch from dd94dbb to 23281ff Compare January 26, 2024 07:13
@reviewflow reviewflow bot added 💚 checks/passed Synced by reviewflow for checks/passed and removed 💚 checks/fail Synced by reviewflow for checks/failed 💚 checks/passed Synced by reviewflow for checks/passed labels Jan 26, 2024
@reviewflow reviewflow bot added 💚 checks/fail Synced by reviewflow for checks/failed and removed 💚 checks/fail Synced by reviewflow for checks/failed labels Mar 27, 2024
@renovate renovate bot force-pushed the renovate/slack-web-api-7.x branch from 81eae83 to 5ed819c Compare April 10, 2024 19:49
@reviewflow reviewflow bot added 💚 checks/passed Synced by reviewflow for checks/passed 💚 checks/fail Synced by reviewflow for checks/failed and removed 💚 checks/fail Synced by reviewflow for checks/failed 💚 checks/passed Synced by reviewflow for checks/passed labels Apr 10, 2024
@renovate renovate bot force-pushed the renovate/slack-web-api-7.x branch from 5ed819c to 7c011d4 Compare April 10, 2024 23:31
@reviewflow reviewflow bot added 💚 checks/fail Synced by reviewflow for checks/failed and removed 💚 checks/fail Synced by reviewflow for checks/failed labels Apr 10, 2024
@renovate renovate bot force-pushed the renovate/slack-web-api-7.x branch from 7c011d4 to f3823bb Compare April 19, 2024 20:09
@reviewflow reviewflow bot added 💚 checks/passed Synced by reviewflow for checks/passed 💚 checks/fail Synced by reviewflow for checks/failed and removed 💚 checks/fail Synced by reviewflow for checks/failed 💚 checks/passed Synced by reviewflow for checks/passed labels Apr 19, 2024
@renovate renovate bot force-pushed the renovate/slack-web-api-7.x branch from f3823bb to e1018bf Compare April 23, 2024 14:55
@reviewflow reviewflow bot added 💚 checks/passed Synced by reviewflow for checks/passed 💚 checks/fail Synced by reviewflow for checks/failed and removed 💚 checks/fail Synced by reviewflow for checks/failed 💚 checks/passed Synced by reviewflow for checks/passed labels Apr 23, 2024
@renovate renovate bot force-pushed the renovate/slack-web-api-7.x branch from e1018bf to 0f15358 Compare April 24, 2024 20:16
@reviewflow reviewflow bot added 💚 checks/fail Synced by reviewflow for checks/failed and removed 💚 checks/fail Synced by reviewflow for checks/failed labels Apr 24, 2024
@renovate renovate bot force-pushed the renovate/slack-web-api-7.x branch from 0f15358 to f84f346 Compare May 1, 2024 22:22
@reviewflow reviewflow bot added 💚 checks/fail Synced by reviewflow for checks/failed and removed 💚 checks/fail Synced by reviewflow for checks/failed labels May 1, 2024
@renovate renovate bot force-pushed the renovate/slack-web-api-7.x branch from f84f346 to 37f01ff Compare May 9, 2024 11:07
@reviewflow reviewflow bot added 💚 checks/fail Synced by reviewflow for checks/failed and removed 💚 checks/fail Synced by reviewflow for checks/failed labels May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💚 checks/fail Synced by reviewflow for checks/failed 🚦 automerge Synced by reviewflow for merge/automerge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant