Skip to content

Build(deps): Bump knplabs/packagist-api from 1.7.1 to 1.7.2 - #333

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/knplabs/packagist-api-1.7.2
Closed

Build(deps): Bump knplabs/packagist-api from 1.7.1 to 1.7.2#333
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/knplabs/packagist-api-1.7.2

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubMar 1, 2022

Copy link
Copy Markdown

Bumps knplabs/packagist-api from 1.7.1 to 1.7.2.

Release notes

Sourced from knplabs/packagist-api's releases.

v1.7.2

  • Fix bug where packages with a null description would cause a return type error (Robbie Averill) - c676ce0
  • Fix broken Guzzle mocks in ClientSpec tests (Robbie Averill) - 8fd1411
  • Fix composer commands for linting and tests (Robbie Averill) - d8c7df0
  • Fix linting violations (Robbie Averill) - 3db3562
  • Run CI on pull requests as well as push (Robbie Averill) - ceccc18
  • Update badge in readme (Robbie Averill) - 87c6788
  • Use PHP 8.0 in CI (Robbie Averill) - cb58cd9
  • Replace Travis CI with GitHub Actions (Robbie Averill) - 9aefe28
Commits
  • 4feae22 Merge pull request #81 from robbieaverill/bugfix/nullable-description
  • c676ce0 Fix bug where packages with a null description would cause a return type error
  • 8fd1411 Fix broken Guzzle mocks in ClientSpec tests
  • d8c7df0 Fix composer commands for linting and tests
  • 3db3562 Fix linting violations
  • ceccc18 Run CI on pull requests as well as push
  • 87c6788 Update badge in readme
  • cb58cd9 Use PHP 8.0 in CI
  • 9aefe28 Replace Travis CI with GitHub Actions
  • See full diff 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 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)

Bumps [knplabs/packagist-api](https://github.com/KnpLabs/packagist-api) from 1.7.1 to 1.7.2.
- [Release notes](https://github.com/KnpLabs/packagist-api/releases)
- [Commits](KnpLabs/packagist-api@v1.7.1...v1.7.2)
---
updated-dependencies:
- dependency-name: knplabs/packagist-api
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added the dependencies Pull requests that update a dependency file label Mar 1, 2022
@codecov-commenter

codecov-commenter commented Mar 1, 2022

Copy link
Copy Markdown

Codecov Report

Merging #333 (2e3fc57) into master (d632a09) will decrease coverage by 6.87%.
The diff coverage is n/a.

Impacted file tree graph

@@ Coverage Diff @@## master #333 +/- ##
============================================
- Coverage 43.45% 36.58% -6.88% 
Complexity 634 634 ============================================
Files 84 84 Lines 1979 2236 +257 ============================================
- Hits 860 818 -42 - Misses 1119 1418 +299 
Impacted FilesCoverage Δ
src/Domain/Value/Project.php82.90% <0.00%> (-1.13%)⬇️
src/Github/Domain/Value/PullRequest.php91.40% <0.00%> (-0.07%)⬇️
src/Domain/Value/Branch.php97.91% <0.00%> (-0.05%)⬇️
src/Config/Projects.php0.00% <0.00%> (ø)
src/Github/Api/Hooks.php0.00% <0.00%> (ø)
src/Github/Api/Checks.php0.00% <0.00%> (ø)
src/Github/Api/Issues.php0.00% <0.00%> (ø)
src/Github/Api/Labels.php0.00% <0.00%> (ø)
src/Github/Api/Topics.php0.00% <0.00%> (ø)
src/Github/Api/Commits.php0.00% <0.00%> (ø)
... and 46 more

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 a3151a2...2e3fc57. Read the comment docs.

@dependabot@github

dependabotBot commented on behalf of githubOct 14, 2022

Copy link
Copy Markdown
Author

Superseded by #398.

@dependabotdependabotBot closed this Oct 14, 2022
@dependabot
dependabotBot deleted the dependabot/composer/knplabs/packagist-api-1.7.2 branch October 14, 2022 15:07
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@codecov-commenter