Skip to content

fix(slack_v2): Remove slack web-api version pin - #21884

Merged
ashwins01 merged 4 commits into
masterfrom
remove-slack-version-pin
Sep 7, 2026
Merged

fix(slack_v2): Remove slack web-api version pin#21884
ashwins01 merged 4 commits into
masterfrom
remove-slack-version-pin

Conversation

@ashwins01

@ashwins01 ashwins01 commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

Summary

Remove web-api package version pin, since 8.1.1 fixes the CJS issue.

Checklist

Please check the following items before your PR can be reviewed:

Versioning

  • All components updated in this PR had their version updated (0.0.1 for new ones)
  • The app updated in this PR had its package.json's version updated

New app

If this is a new app, please submit an app integration request - the PR will only be reviewed after the app is integrated.

  • The app updated in this PR is already integrated

CodeRabbit review

After the PR is opened, and if new changes are pushed, CodeRabbit will automatically review it. Do not 'mark as resolved' CodeRabbit's comments, but reply to them instead, whether you agree (and update the PR accordingly) or disagree.

  • I have addressed or acknowledged all of CodeRabbit's review comments

Summary by CodeRabbit

  • Chores
    • Updated the Slack integration package and refreshed release metadata across available actions and event triggers.
    • Improved compatibility and maintenance for Slack connectivity.
    • Applied routine updates across messaging, channel, file, user, reaction, search, and event-related capabilities.
    • No user-facing behavior, workflows, inputs, outputs, or functionality changed in this release.

@vercel

vercel Bot commented Sep 3, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated
pipedream-docs-redirect-do-not-edit Ignored Ignored Sep 3, 2026 9:14pm UTC

Request Review

@coderabbitai

coderabbitai Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Team

Run ID: 0879fdb7-92c4-4734-aef8-419880c4958e

📥 Commits

Reviewing files that changed from the base of the PR and between 17f0f78 and 1631ecf.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (61)
  • components/slack_v2/actions/add-emoji-reaction/add-emoji-reaction.mjs
  • components/slack_v2/actions/add-reaction/add-reaction.mjs
  • components/slack_v2/actions/archive-channel/archive-channel.mjs
  • components/slack_v2/actions/browse-files/browse-files.mjs
  • components/slack_v2/actions/create-channel/create-channel.mjs
  • components/slack_v2/actions/create-reminder/create-reminder.mjs
  • components/slack_v2/actions/delete-file/delete-file.mjs
  • components/slack_v2/actions/delete-message/delete-message.mjs
  • components/slack_v2/actions/edit-message/edit-message.mjs
  • components/slack_v2/actions/find-message/find-message.mjs
  • components/slack_v2/actions/find-user-by-email/find-user-by-email.mjs
  • components/slack_v2/actions/find-user-by-id/find-user-by-id.mjs
  • components/slack_v2/actions/get-channel-details/get-channel-details.mjs
  • components/slack_v2/actions/get-channel-history/get-channel-history.mjs
  • components/slack_v2/actions/get-current-user/get-current-user.mjs
  • components/slack_v2/actions/get-file/get-file.mjs
  • components/slack_v2/actions/get-thread-replies/get-thread-replies.mjs
  • components/slack_v2/actions/get-user-details/get-user-details.mjs
  • components/slack_v2/actions/invite-user-to-channel/invite-user-to-channel.mjs
  • components/slack_v2/actions/kick-user/kick-user.mjs
  • components/slack_v2/actions/list-channels/list-channels.mjs
  • components/slack_v2/actions/list-emojis/list-emojis.mjs
  • components/slack_v2/actions/list-files/list-files.mjs
  • components/slack_v2/actions/list-group-conversations/list-group-conversations.mjs
  • components/slack_v2/actions/list-group-members/list-group-members.mjs
  • components/slack_v2/actions/list-icon-emoji-options/list-icon-emoji-options.mjs
  • components/slack_v2/actions/list-members-in-channel/list-members-in-channel.mjs
  • components/slack_v2/actions/list-messages/list-messages.mjs
  • components/slack_v2/actions/list-reminder-options/list-reminder-options.mjs
  • components/slack_v2/actions/list-replies/list-replies.mjs
  • components/slack_v2/actions/list-teams/list-teams.mjs
  • components/slack_v2/actions/list-user-group-options/list-user-group-options.mjs
  • components/slack_v2/actions/list-users/list-users.mjs
  • components/slack_v2/actions/post-message/post-message.mjs
  • components/slack_v2/actions/reply-to-a-message/reply-to-a-message.mjs
  • components/slack_v2/actions/search/search.mjs
  • components/slack_v2/actions/send-block-kit-message/send-block-kit-message.mjs
  • components/slack_v2/actions/send-large-message/send-large-message.mjs
  • components/slack_v2/actions/send-message-advanced/send-message-advanced.mjs
  • components/slack_v2/actions/send-message-to-channel/send-message-to-channel.mjs
  • components/slack_v2/actions/send-message-to-user-or-group/send-message-to-user-or-group.mjs
  • components/slack_v2/actions/send-message/send-message.mjs
  • components/slack_v2/actions/set-channel-description/set-channel-description.mjs
  • components/slack_v2/actions/set-channel-topic/set-channel-topic.mjs
  • components/slack_v2/actions/set-status/set-status.mjs
  • components/slack_v2/actions/update-group-members/update-group-members.mjs
  • components/slack_v2/actions/update-message/update-message.mjs
  • components/slack_v2/actions/update-profile/update-profile.mjs
  • components/slack_v2/actions/upload-file/upload-file.mjs
  • components/slack_v2/actions/verify-slack-signature/verify-slack-signature.mjs
  • components/slack_v2/package.json
  • components/slack_v2/slack_v2.app.mjs
  • components/slack_v2/sources/new-channel-created/new-channel-created.mjs
  • components/slack_v2/sources/new-interaction-event-received/new-interaction-event-received.mjs
  • components/slack_v2/sources/new-keyword-mention/new-keyword-mention.mjs
  • components/slack_v2/sources/new-message-in-channels/new-message-in-channels.mjs
  • components/slack_v2/sources/new-private-channel-created/new-private-channel-created.mjs
  • components/slack_v2/sources/new-reaction-added/new-reaction-added.mjs
  • components/slack_v2/sources/new-saved-message/new-saved-message.mjs
  • components/slack_v2/sources/new-user-added/new-user-added.mjs
  • components/slack_v2/sources/new-user-mention/new-user-mention.mjs

Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review.


📝 Walkthrough

Walkthrough

Slack v2 action and source component versions were incremented. The package version and @slack/web-api dependency were updated. The pinned SDK version was removed from the WebClient import.

Changes

Slack v2 component and SDK updates

Layer / File(s) Summary
Package and SDK resolution
components/slack_v2/package.json, components/slack_v2/slack_v2.app.mjs
The package version changed from 1.1.2 to 1.1.3. @slack/web-api changed from 8.0.0 to 8.1.1. The WebClient import no longer pins version 8.0.0.
Action metadata versions
components/slack_v2/actions/*
The updated Slack v2 actions received incremented component versions. No action logic changed.
Source metadata versions
components/slack_v2/sources/*
The updated Slack v2 sources received incremented component versions. No source logic changed.

Estimated code review effort: 2 (Simple) | ~10 minutes

Merge Risk: ⚪ Minimal · up to 1631e

This updates Slack v2 to use @slack/web-api 8.1.1 and publishes corresponding component patch versions. No remaining current-head issue is identified, so the change is ready to merge.

Possibly related PRs

Suggested reviewers: vetrivigneshwaran, michelle0927, thebestmoshe

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly identifies the primary change: removing the Slack Web API version pin in slack_v2.
Description check ✅ Passed The description includes a specific summary and completes the required versioning and integration checklist items. The CodeRabbit acknowledgment checkbox remains unchecked, but the description is othe…
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 5…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Full details: Description check

Explanation

The description includes a specific summary and completes the required versioning and integration checklist items. The CodeRabbit acknowledgment checkbox remains unchecked, but the description is otherwise complete and relevant.

Full details: Docstring Coverage

Explanation

No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 50 files. (11 skipped: 1 unsupported, 10 over the file limit.)

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch remove-slack-version-pin

Comment @coderabbitai help to get the list of available commands.

@coderabbitai

coderabbitai Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

Note

GitHub couldn't provide a complete incremental comparison for this pull request, so CodeRabbit is performing a full review instead. This review may take a little longer.

@michelle0927 michelle0927 moved this from Ready for PR Review to Ready for QA in Component (Source and Action) Backlog Sep 3, 2026
@coderabbitai

coderabbitai Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

Note

GitHub couldn't provide a complete incremental comparison for this pull request, so CodeRabbit is performing a full review instead. This review may take a little longer.

@ashwins01
ashwins01 merged commit 3235397 into master Sep 7, 2026
9 checks passed
@ashwins01
ashwins01 deleted the remove-slack-version-pin branch September 7, 2026 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants