Skip to content

Bump @slack/web-api from 6.13.0 to 7.9.3#3

Merged
urugus merged 1 commit intomainfrom
dependabot/npm_and_yarn/slack/web-api-7.9.3
Jun 29, 2025
Merged

Bump @slack/web-api from 6.13.0 to 7.9.3#3
urugus merged 1 commit intomainfrom
dependabot/npm_and_yarn/slack/web-api-7.9.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jun 21, 2025

Bumps @slack/web-api from 6.13.0 to 7.9.3.

Release notes

Sourced from @​slack/web-api's releases.

@​slack/web-api@​7.9.3

What's Changed

This release has a few small updates to align with arguments of various Slack API methods.

👾 Enhancements

🐛 Fixes

🧰 Maintenance

Full Changelog: https://github.com/slackapi/node-slack-sdk/compare/@​slack/web-api@​7.9.2...@​slack/web-api@​7.9.3 Milestone: https://github.com/slackapi/node-slack-sdk/milestone/143

@​slack/web-api@​7.9.2

What's Changed

🐛 Fixes

📖 Docs

🧰 Maintenance

Full Changelog: https://github.com/slackapi/node-slack-sdk/compare/@​slack/socket-mode@​2.0.4...@​slack/web-api@​7.9.2 Milstone: https://github.com/slackapi/node-slack-sdk/milestone/141?closed=1

@​slack/web-api@​7.9.1

What's Changed

This release fixes a bug where setting allowAbsoluteUrls to false caused the filesUploadV2 method to error when uploading files. Files can now be uploaded with allowAbsoluteUrls set to false.

Bug fixes 🐛

... (truncated)

Commits
  • fb3d0cd chore(web-api): release @​slack/web-api@​7.9.3 (#2272)
  • e41889b chore(deps-dev): bump sinon from 20.0.0 to 21.0.0 in /packages/web-api in the...
  • 13a7c1c chore(deps-dev): bump sinon from 20.0.0 to 21.0.0 in /packages/oauth in the d...
  • 113e5fa chore(deps-dev): bump sinon from 20.0.0 to 21.0.0 in /packages/logger in the ...
  • 04464f2 chore(deps-dev): bump sinon from 20.0.0 to 21.0.0 in /packages/cli-hooks in t...
  • c4264b7 chore(deps-dev): bump @​types/node from 22.15.32 to 24.0.3 in /packages/cli-ho...
  • 11e6505 chore(deps-dev): bump sinon from 20.0.0 to 21.0.0 in /packages/cli-test in th...
  • 67ab62f chore(deps-dev): bump sinon from 20.0.0 to 21.0.0 in /packages/socket-mode in...
  • dbb0754 chore(deps-dev): bump @​types/node from 22.15.32 to 24.0.3 in /packages/cli-te...
  • 0e369c0 feat(web-api): include a blocks argument for file uploads (#2261)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Jun 21, 2025

Labels

The following labels could not be found: dependencies, npm. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/slack/web-api-7.9.3 branch 9 times, most recently from 7c6ae73 to c9914ad Compare June 25, 2025 04:25
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/slack/web-api-7.9.3 branch 2 times, most recently from 97afdd6 to 1868bab Compare June 29, 2025 09:28
Bumps [@slack/web-api](https://github.com/slackapi/node-slack-sdk) from 6.13.0 to 7.9.3.
- [Release notes](https://github.com/slackapi/node-slack-sdk/releases)
- [Commits](https://github.com/slackapi/node-slack-sdk/compare/@slack/web-api@6.13.0...@slack/web-api@7.9.3)

---
updated-dependencies:
- dependency-name: "@slack/web-api"
  dependency-version: 7.9.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/slack/web-api-7.9.3 branch from 1868bab to 495c37a Compare June 29, 2025 09:32
@urugus urugus merged commit 49fbc49 into main Jun 29, 2025
3 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/slack/web-api-7.9.3 branch June 29, 2025 09:35
urugus pushed a commit that referenced this pull request Mar 31, 2026
- Use ts-node instead of tsx (already in devDependencies) (#1)
- Accept file path instead of JSON CLI argument to avoid ARG_MAX (#2)
- Add dedicated metadata-fetch-failed risk type (#3)
- Validate publishedAt for NaN and future dates (#4)
- Extract parseNpmAuditJson for testability (#7)
- Add tests for fetchPackageMetadata with fetch mocks (#6)
- Add tests for parseNpmAuditJson (#7)

https://claude.ai/code/session_01Vxfk5wpHFgVHZsof9pdVRb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant