-
Notifications
You must be signed in to change notification settings - Fork 662
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
Update webhook and web-api dependencies in oauth, rtm-api, and socket-mode #2119
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2119 +/- ##
=======================================
Coverage 91.66% 91.66%
=======================================
Files 38 38
Lines 10317 10317
Branches 647 647
=======================================
Hits 9457 9457
Misses 848 848
Partials 12 12
Flags with carried forward coverage won't be shown. Click here to find out more. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good 💯 thanks for working on this!!
But I'm not sure we should include the update for the legacy client
it may cause a breaking change
packages/client/package.json
Outdated
"@slack/web-api": "^7.8.0", | ||
"@slack/webhook": "^7.0.4" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we don't support the @slack/client
anymore but I'm not sure what this means for security update 🤔
I think this major update might be a breaking change, the client test strategy might be insufficient to detect this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ahhhh yes yes, you're right! 🙌 it's also marked as deprecated on npm, so I'll revert these changes!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎁 Sweet! I'm excited for these releases!
Summary
With medium security vulns upgrades causing version bumps in
webhook
andweb-api
(#2118), we can now update other packages that have these dependencies to the latest!Once this PR is merged and
rtm-api
,oauth
, andsocket-mode
patch versions are released,bolt-js
will be updated with the latest versions of each of these.Requirements (place an
x
in each[ ]
)