Skip to content

chore: release#2553

Merged
zimeg merged 2 commits into
mainfrom
changeset-release/main
Apr 21, 2026
Merged

chore: release#2553
zimeg merged 2 commits into
mainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Apr 13, 2026

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/cli-test@3.0.0

Major Changes

  • d2b7a89: refactor(cli-test)!: rename env add/remove to env set/unset

    The Slack CLI v4.0.0 release changes the env commands to prefer set and unset aliases and the test tracers of this package were changed to match:

    - SLACK_TRACE_ENV_ADD_SUCCESS
    - SLACK_TRACE_ENV_REMOVE_SUCCESS
    + SLACK_TRACE_ENV_SET_SUCCESS
    + SLACK_TRACE_ENV_UNSET_SUCCESS
  • 5a9bb9a: refactor(cli-test)!: move 'create' to 'project create'

    Before the Slack CLI v4.0.0 release, the create command became a project subcommand while remaining aliased the same. This project now prefers:

    const createOutput = await SlackCLI.project.create({
      template: "slack-samples/bolt-js-starter-template",
      appPath,
      verbose: true,
    });

    But continues to run the slack create command for confidence in getting started guides.

@slack/cli-hooks@1.3.2

Patch Changes

  • 1a6c510: refactor(cli-hooks): use optional chaining check to gather project dependencies

@github-actions github-actions Bot requested a review from a team as a code owner April 13, 2026 22:11
@github-actions github-actions Bot force-pushed the changeset-release/main branch from c6703ed to 38b0562 Compare April 20, 2026 20:58
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 38b0562 to ba6c62f Compare April 20, 2026 21:10
@zimeg zimeg added release pkg:cli-hooks applies to `@slack/cli-hooks` pkg:cli-test applies to `@slack/cli-test` labels Apr 20, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from ba6c62f to 5635708 Compare April 21, 2026 02:38
@zimeg
Copy link
Copy Markdown
Member

zimeg commented Apr 21, 2026

@zimeg zimeg requested a review from a team as a code owner April 21, 2026 02:47
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 21, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.41%. Comparing base (5a9bb9a) to head (f368799).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2553   +/-   ##
=======================================
  Coverage   87.41%   87.41%           
=======================================
  Files          62       62           
  Lines       10251    10251           
  Branches      415      415           
=======================================
  Hits         8961     8961           
  Misses       1269     1269           
  Partials       21       21           
Flag Coverage Δ
cli-hooks 87.41% <ø> (ø)
cli-test 87.41% <ø> (ø)
logger 87.41% <ø> (ø)
oauth 87.41% <ø> (ø)
socket-mode 87.41% <ø> (ø)
web-api 87.41% <ø> (ø)
webhook 87.41% <ø> (ø)

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.

Copy link
Copy Markdown
Member

@zimeg zimeg left a comment

Choose a reason for hiding this comment

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

🚀

@zimeg zimeg merged commit 189714e into main Apr 21, 2026
12 checks passed
@zimeg zimeg deleted the changeset-release/main branch April 21, 2026 02:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pkg:cli-hooks applies to `@slack/cli-hooks` pkg:cli-test applies to `@slack/cli-test` release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant