Skip to content

chore: release#2530

Merged
zimeg merged 4 commits intomainfrom
changeset-release/main
Mar 13, 2026
Merged

chore: release#2530
zimeg merged 4 commits intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Mar 3, 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/web-api@7.15.0

Minor Changes

  • 75649f4: feat: add support for apps.user.connection.update

Patch Changes

  • b8d922f: build: add support for node 24
  • Updated dependencies [b8d922f]
  • Updated dependencies [b8d922f]
    • @slack/logger@4.0.1
    • @slack/types@2.20.1

@slack/cli-hooks@1.3.1

Patch Changes

  • b8d922f: build: add support for node 24

@slack/cli-test@2.2.2

Patch Changes

  • b8d922f: build: add support for node 24

@slack/logger@4.0.1

Patch Changes

  • b8d922f: build: add support for node 24

@slack/oauth@3.0.5

Patch Changes

  • dbd38e2: fix: write files to the file installation store using the path.join method
  • b8d922f: build: add support for node 24
  • Updated dependencies [75649f4]
  • Updated dependencies [b8d922f]
  • Updated dependencies [b8d922f]
    • @slack/web-api@7.15.0
    • @slack/logger@4.0.1

@slack/socket-mode@2.0.6

Patch Changes

  • b8d922f: build: add support for node 24
  • Updated dependencies [75649f4]
  • Updated dependencies [b8d922f]
  • Updated dependencies [b8d922f]
    • @slack/web-api@7.15.0
    • @slack/logger@4.0.1

@slack/types@2.20.1

Patch Changes

  • b8d922f: build: add support for node 24

@slack/webhook@7.0.8

Patch Changes

  • b8d922f: build: add support for node 24
  • Updated dependencies [b8d922f]
    • @slack/types@2.20.1

@github-actions github-actions bot requested a review from a team as a code owner March 3, 2026 20:03
@zimeg zimeg added pkg:oauth applies to `@slack/oauth` release labels Mar 3, 2026
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 3e14d23 to 00d5ae9 Compare March 11, 2026 06:46
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from e89d8df to de4c3df Compare March 12, 2026 23:16
@github-actions github-actions bot force-pushed the changeset-release/main branch from de4c3df to 413f9ea Compare March 12, 2026 23:34
@github-actions github-actions bot force-pushed the changeset-release/main branch from 413f9ea to f02df53 Compare March 12, 2026 23:48
@zimeg zimeg added pkg:web-api applies to `@slack/web-api` pkg:webhook applies to `@slack/webhook` pkg:logger applies to `@slack/logger` pkg:types applies to `@slack/types` pkg:socket-mode applies to `@slack/socket-mode` pkg:cli-hooks applies to `@slack/cli-hooks` pkg:cli-test applies to `@slack/cli-test` labels Mar 12, 2026
Copy link
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.

@codecov
Copy link

codecov bot commented Mar 13, 2026

Codecov Report

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

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2530   +/-   ##
=======================================
  Coverage   87.40%   87.40%           
=======================================
  Files          62       62           
  Lines       10235    10235           
  Branches      409      409           
=======================================
  Hits         8946     8946           
  Misses       1267     1267           
  Partials       22       22           
Flag Coverage Δ
cli-hooks 87.40% <ø> (ø)
cli-test 87.40% <ø> (ø)
logger 87.40% <ø> (ø)
oauth 87.40% <ø> (ø)
socket-mode 87.40% <ø> (ø)
web-api 87.40% <ø> (ø)
webhook 87.40% <ø> (ø)

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 requested a review from a team as a code owner March 13, 2026 00:13
Copy link
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.

@changesets LGTM! Quite a few changes included for docs but this is something we can read into later 📚

```ts
generateInstallUrl(
options,
stateVerification,
Copy link
Member

Choose a reason for hiding this comment

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

📝 note: This is an improvement to the docs dependencies it seems! This now reflects actual optional but default parameters:

stateVerification = true,

Comment on lines -118 to 119
2. **Review the release PR**: Verify that version bumps match expectations, `CHANGELOG` entries are clear, and CI checks pass on the `main` branch.
2. **Review the release PR**: Verify that version bumps match expectations, `CHANGELOG` entries are clear, and CI checks pass on the `main` branch. Use `npm run docs` to generate documentation.

Copy link
Member

Choose a reason for hiding this comment

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

🔭 note: We might have removed this step in prior changes and missed updates in recent releases. I'm adding this as a manual step for now but hope we can automate it - either per PR or within this release branch.

👾 ramble: I forget how changes are published, but if it's according to the main branch of this project we might prefer generating changes in the release PR?

static stackTraceLimit: number;
```

Defined in: packages/oauth/node\_modules/@types/node/globals.d.ts:162
Copy link
Member

Choose a reason for hiding this comment

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

🔍 note: The changes of #2532 share the @types/node package used for maintainers when generating documentation. I think this path is less confusing since it's common to have in development.


# Interface: FileSharedEvent

Defined in: packages/web-api/node\_modules/@slack/types/dist/events/file.d.ts:40
Copy link
Member

Choose a reason for hiding this comment

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

👾 note: This might've been discussed earlier but the workspaces setup makes this path reference adjacent packages more direct! I'm curious if we can use source maps to avoid referencing the dist path but for now this continues to match the released versions.

optional factor: number;
```

Defined in: packages/web-api/node\_modules/@types/retry/index.d.ts:125
Copy link
Member

Choose a reason for hiding this comment

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

👾 note: We surface these definitions of dependencies more direct which might be confusing with the node_modules path for an unspecified package. This change might still be alright since it should match the developer's path for a required package:

"@types/retry": "0.12.0",

@zimeg zimeg added the docs M-T: Documentation work only label Mar 13, 2026
@zimeg zimeg merged commit 909b5bd into main Mar 13, 2026
12 checks passed
@zimeg zimeg deleted the changeset-release/main branch March 13, 2026 00:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs M-T: Documentation work only pkg:cli-hooks applies to `@slack/cli-hooks` pkg:cli-test applies to `@slack/cli-test` pkg:logger applies to `@slack/logger` pkg:oauth applies to `@slack/oauth` pkg:socket-mode applies to `@slack/socket-mode` pkg:types applies to `@slack/types` pkg:web-api applies to `@slack/web-api` pkg:webhook applies to `@slack/webhook` release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant