codeigniter4 / cache

PSR-6 and PSR-16 Cache Adapters for CodeIgniter 4
MIT License
8 stars 4 forks source link

chore(deps-dev): update rector/rector requirement from 0.18.5 to 0.18.8 #25

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Updates the requirements on rector/rector to permit the latest version.

Release notes

Sourced from rector/rector's releases.

Released Rector 0.18.8

Bugfixes :bug:

  • Bump to reactphp/event-loop ^1.5 (#5246)
  • [AutoImport] Skip auto import on no namespace used class on auto import enabled (#5247)
  • [AutoImport][Renaming] Handle same last name no namespace just renamed auto import (#5248)
Commits
  • 374bab1 Rector 0.18.8
  • 83b81fc Updated Rector to commit 889372f62a584ca43402eced083b99e2ffbe6784
  • afe2dc7 Updated Rector to commit f0b8af88eb08be29b5fbf18f0e26283600c2c7e6
  • 340a183 Updated Rector to commit e72fb255dcafb1b7e0481b1359d948692e1ff3e2
  • caba0e2 Rector 0.18.7
  • 88ba2c5 Updated Rector to commit caba1a00f6c66fe383ed38624087f6dd527808c6
  • 55d6c6f Updated Rector to commit 61d68c89b434271c793fbbcc8e6252e9f3e0e7eb
  • 39dc614 Updated Rector to commit 42b697f65f0c648cc45abcc5b9e32a16a7967caa
  • 753e83f Updated Rector to commit 4ed71bc537b3b3bb80245efb7661941119ab077d
  • e26480f Updated Rector to commit 7e7304b93cd03fda558ac8ebfbc682ffa4938fe0
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
coveralls commented 9 months ago

Pull Request Test Coverage Report for Build 6877104392


Totals Coverage Status
Change from base Build 6429297320: 0.0%
Covered Lines: 138
Relevant Lines: 141

💛 - Coveralls
kenjis commented 9 months ago

CachePoolTest::testHasItemReturnsFalseWhenDeferredItemIsExpired fails rarely?

There was 1 failure:

1) CachePoolTest::testHasItemReturnsFalseWhenDeferredItemIsExpired
Failed asserting that true is false.

/home/runner/work/cache/cache/vendor/cache/integration-tests/src/CachePoolTest.php:872

FAILURES!
Tests: 323, Assertions: 469, Failures: 1.

https://github.com/codeigniter4/cache/actions/runs/6877104392/job/18704079941?pr=25

dependabot[bot] commented 9 months ago

Superseded by #26.