Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @slack/web-api to v7.8.0 #722

Merged
merged 1 commit into from
Dec 14, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@slack/web-api (source) 7.7.0 -> 7.8.0 age adoption passing confidence

Release Notes

slackapi/node-slack-sdk (@​slack/web-api)

v7.8.0

Compare Source

What's Changed

Full Changelog: https://github.com/slackapi/node-slack-sdk/compare/[@​slack/cli-hooks](https://redirect.github.com/slack/cli-hooks)[@​1](https://redirect.github.com/1).1.2...[@​slack/web-api](https://redirect.github.com/slack/web-api)[@​7](https://redirect.github.com/7).8.0


Configuration

📅 Schedule: Branch creation - "* 0-4 * * 3" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from thypon as a code owner December 11, 2024 03:25
Copy link

[puLL-Merge] - slackapi/node-slack-sdk@@slack/[email protected]..@slack/[email protected]

Description

This PR introduces several changes across multiple packages in the node-slack-sdk repository. The main changes include updating CI workflows, modifying package configurations, updating dependencies, and enhancing various Slack API response types.

Possible Issues

  1. The removal of the legacy-sign-in-with-slack example might impact users relying on this functionality.
  2. Changes to the CI workflow may require adjustments in the development process for contributors.

Security Hotspots

No significant security issues were identified in this PR.

Changes

Changes

  1. .github/workflows/ci-build.yml:

    • Added Windows to the test matrix
    • Updated Node.js versions to 18.x, 20.x, and 22.x
    • Modified the workflow to accommodate Windows-specific setup
  2. docs/:

    • Updated Docusaurus configuration
    • Split navbar and footer configurations into separate files
  3. Package updates across multiple packages:

    • Updated dependencies, including Mocha to version 11
    • Modified lint scripts to separate checking and fixing
    • Updated TypeScript to version 5.7.2
  4. packages/cli-test/:

    • Significant changes to the CLI process handling, especially for Windows compatibility
  5. packages/web-api/:

    • Updated various API response types to include new fields and structures
  6. Removed examples/legacy-sign-in-with-slack/

  7. Various minor updates and tweaks across multiple packages

sequenceDiagram
    participant Dev as Developer
    participant CI as CI/CD Pipeline
    participant Pkg as Package Updates
    participant API as Web API Types

    Dev->>CI: Push changes
    CI->>CI: Run tests on Ubuntu and Windows
    CI->>CI: Use Node.js 18.x, 20.x, 22.x
    Pkg->>Pkg: Update dependencies
    Pkg->>Pkg: Modify lint scripts
    API->>API: Update response types
    Dev->>CI: Verify build success
Loading

@thypon thypon merged commit 790066e into main Dec 14, 2024
8 checks passed
@thypon thypon deleted the renovate/slack-web-api-7.x-lockfile branch December 14, 2024 07:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant