Skip to content

chore: release - #2713

Merged
zimeg merged 1 commit into
mainfrom
changeset-release/main
Aug 27, 2026
Merged

chore: release#2713
zimeg merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@slack/web-api@8.1.1

Patch Changes

  • aef66ac: fix: revert internal packages requiring esm loading for backward compatible support (#2711)

@slack/webhook@8.0.2

Patch Changes

  • aef66ac: fix: revert internal packages requiring esm loading for backward compatible support (#2711)

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from b2baef4 to 8e0aaff Compare August 27, 2026 19:44
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 8e0aaff to 44b65d0 Compare August 27, 2026 19:48
@zimeg
zimeg marked this pull request as ready for review August 27, 2026 19:50
@zimeg
zimeg requested review from a team as code owners August 27, 2026 19:50
@zimeg zimeg self-assigned this Aug 27, 2026
@zimeg zimeg added semver:patch pkg:web-api applies to `@slack/web-api` pkg:webhook applies to `@slack/webhook` release labels Aug 27, 2026
@codecov

codecov Bot commented Aug 27, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.21%. Comparing base (11b81e1) to head (44b65d0).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2713   +/-   ##
=======================================
  Coverage   89.21%   89.21%           
=======================================
  Files          65       65           
  Lines       10393    10393           
  Branches      473      473           
=======================================
  Hits         9272     9272           
  Misses       1089     1089           
  Partials       32       32           
Flag Coverage Δ
cli-hooks 89.21% <ø> (ø)
cli-test 89.21% <ø> (ø)
logger 89.21% <ø> (ø)
oauth 89.21% <ø> (ø)
socket-mode 89.21% <ø> (ø)
web-api 89.21% <ø> (ø)
webhook 89.21% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@zimeg zimeg left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot Let's get this merged!

@zimeg
zimeg merged commit 05502d9 into main Aug 27, 2026
12 checks passed
@zimeg
zimeg deleted the changeset-release/main branch August 27, 2026 19:55
zimeg added a commit that referenced this pull request Aug 27, 2026
The changesets/action v1->v2 migration (#2714) updated the action's
inputs but the workflow still read the action's OUTPUTS by their pre-v2
camelCase names. v2 renamed the outputs to kebab-case too
(changesets/action#668). Each read returned an empty string, so
`has-changesets` never evaluated to 'false', the "Check if publish is
needed" step was skipped, and the publish job's gate failed closed --
release PR #2713 merged and bumped versions but never published to npm.

Update the two renamed output reads:

- outputs.hasChangesets    -> outputs.has-changesets
- outputs.publishedPackages -> outputs.published-packages

(`published` was not renamed in v2, so it is left as-is.)

Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pkg:web-api applies to `@slack/web-api` pkg:webhook applies to `@slack/webhook` release semver:patch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant