brave / security-action

Composite GitHub CI Action containing the minimal viable security lint for brave repositories
Mozilla Public License 2.0
17 stars 6 forks source link

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

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 2 months ago

This PR contains the following updates:

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

Release Notes

slackapi/node-slack-sdk (@​slack/web-api) ### [`v7.5.0`](https://redirect.github.com/slackapi/node-slack-sdk/releases/tag/%40slack/web-api%407.5.0) [Compare Source](https://redirect.github.com/slackapi/node-slack-sdk/compare/@slack/web-api@7.4.0...@slack/web-api@7.5.0) ##### What's Changed We've released support for [AI Assistants & Agents](https://api.slack.com/docs/apps/ai) via `@slack/web-api`: - [assistant.threads.setStatus](https://api.slack.com/methods/assistant.threads.setStatus) - [assistant.threads.setSuggestedPrompts](https://api.slack.com/methods/assistant.threads.setSuggestedPrompts) - [assistant.threads.setTitle](https://api.slack.com/methods/assistant.threads.setTitle) ##### Full Changelog [`571bc3a`](https://redirect.github.com/slackapi/node-slack-sdk/commit/571bc3a6) feat (web-api / types): Add support for assistant.threads.\* API ([#​2033](https://redirect.github.com/slackapi/node-slack-sdk/issues/2033))

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.



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

github-actions[bot] commented 2 months ago

[puLL-Merge] - slackapi/node-slack-sdk@@slack/web-api@7.4.0..@slack/web-api@7.5.0

Description

This PR updates various aspects of the Slack Node SDK, including documentation links, dependency versions, and type definitions. The changes primarily focus on updating URLs, adding new API types, and refining existing type definitions.

Changes ### Changes 1. README.md: - Updated documentation site URLs from `slack.dev` to `tools.slack.dev` - Updated links to various SDK packages and tutorials 2. docs/README.md and docs/docusaurus.config.js: - Updated URLs from `slack.dev` to `tools.slack.dev` 3. packages/*/package.json: - Updated `sinon` dependency from version 18.0.0 to 19.0.2 - Updated `c8` dependency to version 10.1.2 in some packages 4. packages/types: - Added new types for assistant-related events and interfaces - Updated version to 2.13.1 - Added new test file for message events 5. packages/web-api: - Added new API methods and types for assistant-related functionality - Updated existing type definitions, particularly for message-related types - Removed `eslint-disable` comments from generated files 6. Various response type files: - Updated `timestamp` property type from `string` to `number` in multiple places Overall, this PR introduces support for new assistant-related features, improves type definitions, and updates dependencies and documentation links across the SDK.