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

Update alek13/slack requirement from ^1 to ^2 #19

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 3, 2021

Updates the requirements on alek13/slack to permit the latest version.

Release notes

Sourced from alek13/slack's releases.

2.0.1

Change Log:

  • Add tests for all BlockElement factory types
  • Fix BlockElement factory spec for Checkboxes (Fixes #60)

View Commits

Changelog

Sourced from alek13/slack's changelog.

2.0.1

  • Add tests for all BlockElement factory types
  • Fix BlockElement factory spec for Checkboxes (Fixes #60)

2.0.0

  • ignore phpunit.xml & rename to phpunit.xml.dist fix #16
  • exclude 'tests' & 'vendor' from calc code coverage. closes #18
  • code style rules; add .editorconfig
  • migrate to phpunit 6.5. closes #7. & Update PhpUnit to 7.5. Closes #27
  • migrate to mockery 1.0. closes #19
  • drop support for php 5, 7.0 & hhvm (fixes builds)
  • php docblocks for tests. closes #8
  • decrease Attachment::__contruct() complexity. closes #9
  • rename attributes to options
  • decrease Client::__construct() complexity. closes #12
  • Added response_type to allow for 'in_channel' vs 'emphemeral' messages in channel
  • Blocks support (Integrate Blocks with main Message/Client) by @​cmbuckley:
    • Button element and Confirmation object
    • Checkboxes element and Option object
    • DatePicker element
    • Image element
    • Overflow element
    • TextInput element
    • RadioButtons element
    • Select element and OptionGroup object
    • MultiSelect element
    • Actions block
    • Context block
    • Divider block
    • File block
    • Image block
    • Input block
  • Fix php doc-blocks. Closes #39.
  • correct initial option check (fixes #40)
  • add travis notification to Slack. Closes #17.
  • fix class name. fix #45
  • Improve test coverage for Block kit
  • Added callback_id to Attachment.php (#50) to allow for working with the interactivity callback api in slack
  • bugfix: prevent call on non-object
  • Update Composer and PHPUnit to PHP 8.0 (#56)
  • reuse Payload for fillProperties() (decrease complexity). resolves #13
  • decouple Message from Client. Closes #15, fixes maknz/slack#70

1.12.0

1.11.0

  • fix AttachmentAction::__toArray: no default confirmation popup if no confirm specified (fixes #41)
  • remove 5.5 & hhvm support, add 7.3 & 7.4 support; also remove builds for nightly
  • change travis & scrutinizer badge urls in readme

... (truncated)

Commits

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)

Updates the requirements on [alek13/slack](https://github.com/php-slack/slack) to permit the latest version.
- [Release notes](https://github.com/php-slack/slack/releases)
- [Changelog](https://github.com/php-slack/slack/blob/master/CHANGELOG.md)
- [Commits](php-slack/slack@1.0.0...2.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 3, 2021
@codeclimate
Copy link

codeclimate bot commented May 3, 2021

Code Climate has analyzed commit 7af2b70 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 100.0% (0.0% change).

View more on Code Climate.

@codecov
Copy link

codecov bot commented May 3, 2021

Codecov Report

Merging #19 (7af2b70) into develop (3db1eb1) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##             develop       #19   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity        61        61           
===========================================
  Files              4         4           
  Lines            204       204           
===========================================
  Hits             204       204           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3db1eb1...7af2b70. Read the comment docs.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 2, 2021

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@Fahl-Design
Copy link
Owner

@dependabot rebase

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.

1 participant