yiisoft / db

Yii Database Library
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
134 stars 35 forks source link

Update yiisoft/cache-file requirement from ^2.0 to ^3.1 #764

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on yiisoft/cache-file to permit the latest version.

Release notes

Sourced from yiisoft/cache-file's releases.

Version 3.1.0

  • Chg #69: Add optional parameter $directoryMode to FileCache constructor and deprecate withDirectoryMode() method (@​particleflux)
  • Enh #70: Minor refactoring with PHP 8 features usage (@​vjik)
Changelog

Sourced from yiisoft/cache-file's changelog.

3.1.0 October 09, 2023

  • Chg #69: Add optional parameter $directoryMode to FileCache constructor and deprecate withDirectoryMode() method (@​particleflux)
  • Enh #70: Minor refactoring with PHP 8 features usage (@​vjik)

3.0.0 February 15, 2023

  • Chg #50: Do not throw exception on file delete when file not found (fix for high concurrency load) (@​sartor)
  • Chg #52: Do not throw exception on change mode and modification time of cache file (fix for high concurrency load) (@​sartor)
  • Chg #56: Adapt configuration group names to Yii conventions (@​vjik)

2.0.1 September 18, 2022

  • Bug #47: Set permissions for new directory via chmod() (@​dehbka)

2.0.0 July 21, 2022

  • Chg #44: Raise the minimum psr/simple-cache version to ^2.0|^3.0 and the minimum PHP version to ^8.0 (@​dehbka)

1.0.1 March 23, 2021

  • Chg: Adjust config for new config plugin (@​samdark)

1.0.0 February 02, 2021

  • Initial release.
Commits
  • 226ff07 Release version 3.1.0
  • 70ee88a Add a test with directory level > 1 (#71)
  • 398a675 Minor refactoring + Update GitHub actions (#70)
  • 0f1f0c5 Apply dirmode to top-level cache directory, too (#69)
  • 3e66f94 Update rector/rector requirement from ^0.17.0 to ^0.18.3 (#68)
  • 64c7e1a Update rector/rector requirement from ^0.15.1 to ^0.17.0 (#62)
  • 5f34d72 Update StyleCI config (#59)
  • 9c788af Prepare for next release
  • b5c80fb Release version 3.0.0
  • 093f2b8 Minor non-code files improvements (#57)
  • 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)
codecov[bot] commented 1 year ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (a60a912) 99.73% compared to head (6df8c98) 99.21%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #764 +/- ## ============================================ - Coverage 99.73% 99.21% -0.53% Complexity 1268 1268 ============================================ Files 63 67 +4 Lines 3045 3061 +16 ============================================ Hits 3037 3037 - Misses 8 24 +16 ``` [see 7 files with indirect coverage changes](https://app.codecov.io/gh/yiisoft/db/pull/764/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.