Skip to content

Commit

Permalink
Update dependency @slack/web-api to v7 (#1186)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@slack/web-api](https://slack.dev/node-slack-sdk/web-api) ([source](https://togithub.com/slackapi/node-slack-sdk)) | [`^6.9.0` -> `^7.0.0`](https://renovatebot.com/diffs/npm/@slack%2fweb-api/6.9.0/7.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@slack%2fweb-api/7.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@slack%2fweb-api/7.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@slack%2fweb-api/6.9.0/7.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@slack%2fweb-api/6.9.0/7.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>slackapi/node-slack-sdk (@&#8203;slack/web-api)</summary>

### [`v7.0.1`](https://togithub.com/slackapi/node-slack-sdk/releases/tag/%40slack/webhook%407.0.1)

[Compare Source](https://togithub.com/slackapi/node-slack-sdk/compare/@slack/web-api@7.0.0...@slack/web-api@7.0.1)

#### What's Changed

[`a74e35b`](https://togithub.com/slackapi/node-slack-sdk/commit/a74e35b) feat: upgrade axios to resolve CVE-2023-45857 ([#&#8203;1682](https://togithub.com/slackapi/node-slack-sdk/issues/1682))

#### New Contributors

-   [@&#8203;enza252](https://togithub.com/enza252) made their first contribution in [slackapi/node-slack-sdk#1682

### [`v7.0.0`](https://togithub.com/slackapi/node-slack-sdk/releases/tag/%40slack/webhook%407.0.0)

[Compare Source](https://togithub.com/slackapi/node-slack-sdk/compare/@slack/web-api@6.11.2...@slack/web-api@7.0.0)

### What's Changed

[`85c07d9`](https://togithub.com/slackapi/node-slack-sdk/commit/85c07d9) Set minimum node version to 18 ([#&#8203;1666](https://togithub.com/slackapi/node-slack-sdk/issues/1666))
[`0ba6dc2`](https://togithub.com/slackapi/node-slack-sdk/commit/0ba6dc2) Add metadata to incoming webhooks parameters ([#&#8203;1617](https://togithub.com/slackapi/node-slack-sdk/issues/1617))

### Breaking Changes

While this release is a new major version, the only "breaking change" is that we dropped support for node versions below v18 (at the time of this release, v16 and lower have reached their end of life). No APIs from this package were changed.

### [`v6.11.2`](https://togithub.com/slackapi/node-slack-sdk/releases/tag/%40slack/web-api%406.11.2)

[Compare Source](https://togithub.com/slackapi/node-slack-sdk/compare/@slack/web-api@6.11.1...@slack/web-api@6.11.2)

Bumps axios to 1.6.5 to address *another* security vulnerability.

### [`v6.11.1`](https://togithub.com/slackapi/node-slack-sdk/releases/tag/%40slack/web-api%406.11.1)

[Compare Source](https://togithub.com/slackapi/node-slack-sdk/compare/@slack/web-api@6.11.0...@slack/web-api@6.11.1)

Bumps axios to 1.6.3 to address a security vulnerability.

### [`v6.11.0`](https://togithub.com/slackapi/node-slack-sdk/releases/tag/%40slack/web-api%406.11.0)

[Compare Source](https://togithub.com/slackapi/node-slack-sdk/compare/@slack/web-api@6.10.0...@slack/web-api@6.11.0)

-   Adds support for `style.code` properties on rich text elements. See original issue [#&#8203;1706](https://togithub.com/slackapi/node-slack-sdk/issues/1706) and PR to resolve [#&#8203;1707](https://togithub.com/slackapi/node-slack-sdk/issues/1707).

### [`v6.10.0`](https://togithub.com/slackapi/node-slack-sdk/releases/tag/%40slack/web-api%406.10.0)

[Compare Source](https://togithub.com/slackapi/node-slack-sdk/compare/@slack/web-api@6.9.1...@slack/web-api@6.10.0)

##### What's Changed

[`66eb303`](https://togithub.com/slackapi/node-slack-sdk/commit/66eb303) Add support for apps.manifest.\* endpoints - thanks [@&#8203;misscoded](https://togithub.com/misscoded)! ([#&#8203;1690](https://togithub.com/slackapi/node-slack-sdk/issues/1690))
[`6e07903`](https://togithub.com/slackapi/node-slack-sdk/commit/6e07903) Add new args to admin.users.list and update web API response types - thanks [@&#8203;seratch](https://togithub.com/seratch)! ([#&#8203;1688](https://togithub.com/slackapi/node-slack-sdk/issues/1688))

**Full Changelog**: https://github.com/slackapi/node-slack-sdk/compare/[@&#8203;slack/web-api](https://togithub.com/slack/web-api)[@&#8203;6](https://togithub.com/6).9.1...[@&#8203;slack/web-api](https://togithub.com/slack/web-api)[@&#8203;6](https://togithub.com/6).10.0

### [`v6.9.1`](https://togithub.com/slackapi/node-slack-sdk/releases/tag/%40slack/web-api%406.9.1)

[Compare Source](https://togithub.com/slackapi/node-slack-sdk/compare/@slack/web-api@6.9.0...@slack/web-api@6.9.1)

#### What's Changed

-   chore: update axios in web-api to 1.6.0. See [#&#8203;1682](https://togithub.com/slackapi/node-slack-sdk/issues/1682) for more info by [@&#8203;enza252](https://togithub.com/enza252) in [slackapi/node-slack-sdk#1686

**Full Changelog**: https://github.com/slackapi/node-slack-sdk/compare/[@&#8203;slack/web-api](https://togithub.com/slack/web-api)[@&#8203;6](https://togithub.com/6).9.0...[@&#8203;slack/web-api](https://togithub.com/slack/web-api)[@&#8203;6](https://togithub.com/6).9.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Nextjs).
  • Loading branch information
renovate[bot] committed Jan 20, 2024
1 parent fcef521 commit eafb799
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 45 deletions.
2 changes: 1 addition & 1 deletion .github/actions/pr-approved-open/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"dependencies": {
"@actions/core": "1.10.1",
"@actions/github": "6.0.0",
"@slack/web-api": "^6.9.0"
"@slack/web-api": "^7.0.0"
}
}
78 changes: 34 additions & 44 deletions .github/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eafb799

Please sign in to comment.