clippy icon indicating copy to clipboard operation
clippy copied to clipboard

Bump follow-redirects and @slack/bolt

Open dependabot[bot] opened this issue 11 months ago • 0 comments

Bumps follow-redirects to 1.15.2 and updates ancestor dependency @slack/bolt. These dependencies need to be updated together.

Updates follow-redirects from 1.14.5 to 1.15.2

Commits
  • 9655237 Release version 1.15.2 of the npm package.
  • 6e2b86d Default to localhost if no host given.
  • 449e895 Throw invalid URL error on relative URLs.
  • e30137c Use type functions.
  • 76ea31f ternary operator syntax fix
  • 84c00b0 HTTP header lines are separated by CRLF.
  • d28bcbf Create SECURITY.md (#202)
  • 62a551c Release version 1.15.1 of the npm package.
  • 7fe0779 Use for ... of.
  • 948c30c Fix redirecting to relative URL when using proxy
  • Additional commits viewable in compare view

Updates @slack/bolt from 2.0.1 to 2.7.0

Release notes

Sourced from @​slack/bolt's releases.

@​slack/bolt@​2.7.0

@​slack/bolt@​2.6.0

@​slack/bolt@​2.5.0

@​slack/bolt@​2.4.1

  • Fixes the StepUpdateArguments and StepCompleteArguments type definitions to correctly, and more precisely, describe the arguments to the update() and complete() utility arguments when building a WorkflowStep - Thanks @​seratch (#653)

@​slack/bolt@​2.4.0

  • The new WorkflowStep class gives Bolt apps the ability to offer Workflow Builder Steps from Apps.

    Slack users can compose Workflows using steps that your app defines. Your app will create the interface for the user to add or edit their step, with the specific inputs and ouputs it needs. Later, Slack will send an event to your app when it's time to execute that step. Learn how to build using WorkflowStep in the Bolt for JS docs.

    Thanks to @​misscoded, @​selfcontained, @​amarinelli, @​seratch (#607, #592, #593 )

  • Fixes types for radio buttons and date picker to allow selected_options to be null - Thanks @​stevengill (#622)

  • Adds documentation for publishing views to the App Home Home Tab - Thanks @​shaydewael (#626)

  • A slew of documentation updates!

    • Updates docs to use client listener arg instead of app.client consistently - Thanks @​shaydewael (#613)
    • Fixes various errors found in code snippets inside docs (in English and Japanese) - Thanks @​seratch (#628)
    • Improves code snippet in README to be more Unicode friendly - Thanks @​seratch (#610)
    • Many incremental improvements to align the Bolt for JS docs with Bolt for Python docs - Thanks @​mwbrooks (#631, #623)
    • Improved and clarified language in shortcuts documentation - Thanks @​shaydewael (#563)
    • Fixes v2 Migration Guide to reflect that error handlers are async functions (in English and Japanese) - Thanks @​atl-mk (#599, #598)
    • Clarifies language in "Listening and Responding to a Message" about bot channel membership (in English and Japanese) - Thanks @​misscoded, @​seratch (#600, #603)
    • Updating out of date info and removing duplicate info in the README - Thanks @​shaydewael (#609)
    • Improvements to the header: filters out prereleases from showing up in the version badge, uses the more canonical "Bolt for JS" title - Thanks @​misscoded, @​shaydewael (#602, #635)
    • Improves copy-pastability (yes, I just made that word up) of the OAuth example config - Thanks @​tomquirk (#605)
    • Fixes a typo in the README - Thanks @​kale (#606)
    • Adds missing section break to Getting Started guide - Thanks @​mwbrooks, @​seratch (#617, #618)

@​slack/bolt@​2.3.0

... (truncated)

Commits
  • 92a7c84 v2.7.0
  • b4f8336 Merge pull request #740 from misscoded/736-message-channel-ts
  • 9842d9d Merge branch 'main' into 736-message-channel-ts
  • affba2f Merge pull request #739 from misscoded/735-app-mention-ts
  • 1624027 fix failing MessageEvent test
  • 97c8068 add additional missing props to MessageEvent interfaces
  • 74d1d45 Merge branch 'main' into 735-app-mention-ts
  • 6dff2dd add additional missing props to AppMentionEvent interface
  • 5843cb8 add channel to all MessageEvent interfaces
  • 6e37efb add thread_ts to AppMentionEvent interface
  • Additional commits viewable in compare view

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 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) You can disable automated security fix PRs for this repo from the Security Alerts page.

dependabot[bot] avatar Jul 11 '23 14:07 dependabot[bot]