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

chore(deps): update dependency @slack/client to v4.9.0 - autoclosed #146

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 20, 2018

This PR contains the following updates:

Package Type Update Change References
@​slack/client dependencies minor 4.3.1 -> 4.9.0 source

Release Notes

slackapi/node-slack-sdk

v4.9.0

Compare Source

v4.8.0

Compare Source

New Features

  • The IncomingWebhook constructor now has an agent option. It works exactly like the agent option from WebClient. It's very useful for setting a proxy for requests using packages like https-proxy-agent or tunnel. Thanks @​romanbalayan (#​640)

Documentation improvements

  • Fixes the TypeScript lib configuration instructions for versions 3.1 and above. Thanks @​melisdogan (#​650).

v4.7.0

Compare Source

New Features

  • You can now specify HTTP headers you'd like to include on all requests from WebClient. Just pass a headers option to the constructor. Thanks @​ethan0920 (#​629).

Bug fixes

  • Fixes a bug when specifying the agent option on WebClient using an agent from https-proxy-agent. Thanks @​aoberoi (#​645).

Documentation improvements

v4.6.0

Compare Source

New Features

v4.5.0

Compare Source

New Features

  • RTMClient.start() now returns a Promise that resolves with the data emitted with the authenticated event - thanks @​clavin (#​611)
  • Adds the state property to the type definition of Dialog - thanks @​DominikPalo (#​619)

Bug Fixes

  • Fixes an issue where RTMClient did not emit the "disconnected" event when it fails to connect - thanks @​clavin (#​610)

Other

v4.4.0

Compare Source

New Features

  • Workspace apps can now call methods on behalf of users for methods which require the X-Slack-User header. When
    calling one of these methods, specify the user ID in the new on_behalf_of option. - thanks @​aoberoi (#​609)
  • The new rejectRateLimitedCalls option in the WebClient constructor allows you to customize how you'd like to handle
    rate limiting. If you set it to true, the WebClient will not attempt to retry an API call for you, and will instead
    return an error with a code property set to the value ErrorCode.RateLimitedError. - thanks @​aoberoi (#​599)
  • Automatic pagination for cursor-based pagination enabled methods: It's always recommended to perform
    pagination using the cursor and limit options directly, but if you don't pass either when calling a method, the
    WebClient will automatically iterate through all the pages and returned a merged result. - thanks @​aoberoi (#​596)
  • The WebClient will warn when calling deprecated methods (files.comments.add and files.comments.edit) - thanks @​aoberoi (#​604)

Bug fixes and more


Renovate configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 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 Renovate Bot. View repository job log here.

@renovate renovate bot force-pushed the renovate/slack-client-4.x branch from c0b3079 to e9332f7 Compare August 25, 2018 00:11
@renovate renovate bot changed the title chore(deps): update dependency @slack/client to v4.4.0 chore(deps): update dependency @slack/client to v4.5.0 Aug 25, 2018
@renovate renovate bot force-pushed the renovate/slack-client-4.x branch 2 times, most recently from 29e837a to 4362b72 Compare August 30, 2018 18:24
@renovate renovate bot changed the title chore(deps): update dependency @slack/client to v4.5.0 chore(deps): update dependency @slack/client to v4.6.0 Aug 30, 2018
@renovate renovate bot changed the title chore(deps): update dependency @slack/client to v4.6.0 chore(deps): update dependency @slack/client to v4.7.0 Oct 2, 2018
@renovate renovate bot force-pushed the renovate/slack-client-4.x branch 2 times, most recently from 9a9ce6b to 6d47f3d Compare October 3, 2018 20:04
@renovate renovate bot changed the title chore(deps): update dependency @slack/client to v4.7.0 chore(deps): update dependency @slack/client to v4.8.0 Oct 3, 2018
@renovate renovate bot force-pushed the renovate/slack-client-4.x branch 5 times, most recently from ecdc1ea to e0be6a7 Compare February 11, 2019 23:50
@renovate renovate bot changed the title chore(deps): update dependency @slack/client to v4.8.0 chore(deps): update dependency @slack/client to v4.9.0 Feb 13, 2019
@renovate renovate bot force-pushed the renovate/slack-client-4.x branch from e0be6a7 to 5ae32a4 Compare February 13, 2019 16:24
@renovate renovate bot changed the title chore(deps): update dependency @slack/client to v4.9.0 chore(deps): update dependency @slack/client to v4.9.0 - autoclosed Feb 24, 2019
@renovate renovate bot closed this Feb 24, 2019
@renovate renovate bot deleted the renovate/slack-client-4.x branch February 24, 2019 22:45
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