Skip to content

v4.1.1 has inconsistent types with express v5 #2354

@nickdirienzo

Description

@nickdirienzo

@slack/bolt version

4.1.1

Your App and Receiver Configuration

N/A

Node.js runtime version

v21.7.3

Steps to reproduce:

Install @slack/bolt latest which installs express v5. The express types are set to ^4 in @slack/bolt's package.json but these aren't aligned with the version of Express being used.

Expected result:

@types/express should be 5.0.0 if Express v5 is used as far as I know.

Actual result:

@types/express v4 is used even though express v5 is installed.

Requirements

For general questions/issues about Slack API platform or its server-side, could you submit questions at https://my.slack.com/help/requests/new instead. 🙇

Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.

Metadata

Metadata

Assignees

No one assigned

    Labels

    TypeScript-specificbugM-T: confirmed bug report. Issues are confirmed when the reproduction steps are documenteddependenciesPull requests that update a dependency file

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions