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

Bump follow-redirects and @slack/bolt #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2022

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.5.10 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.1.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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 8, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/follow-redirects-and-slack/bolt-1.15.2 branch from aa20912 to 997a772 Compare December 12, 2022 21:34
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) to 1.15.2 and updates ancestor dependency [@slack/bolt](https://github.com/slackapi/bolt). These dependencies need to be updated together.


Updates `follow-redirects` from 1.5.10 to 1.15.2
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.5.10...v1.15.2)

Updates `@slack/bolt` from 2.1.1 to 2.7.0
- [Release notes](https://github.com/slackapi/bolt/releases)
- [Commits](https://github.com/slackapi/bolt/compare/@slack/[email protected]...@slack/[email protected])

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
- dependency-name: "@slack/bolt"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/follow-redirects-and-slack/bolt-1.15.2 branch from 997a772 to b7cf670 Compare December 12, 2022 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants