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

Remove yiisoft/cache and update yiisoft/cache-file to ^3.1 #306

Merged
merged 3 commits into from
Oct 13, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 10, 2023

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 <dependency name> 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)

Updates the requirements on [yiisoft/cache-file](https://github.com/yiisoft/cache-file) to permit the latest version.
- [Release notes](https://github.com/yiisoft/cache-file/releases)
- [Changelog](https://github.com/yiisoft/cache-file/blob/master/CHANGELOG.md)
- [Commits](yiisoft/cache-file@2.0.0...3.1.0)

---
updated-dependencies:
- dependency-name: yiisoft/cache-file
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Oct 10, 2023
@codecov
Copy link

codecov bot commented Oct 10, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (6721db1) 99.09% compared to head (2ce635a) 99.09%.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #306   +/-   ##
=========================================
  Coverage     99.09%   99.09%           
  Complexity      184      184           
=========================================
  Files            13       13           
  Lines           552      552           
=========================================
  Hits            547      547           
  Misses            5        5           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@vjik vjik changed the title Update yiisoft/cache-file requirement from ^2.0 to ^3.1 Remove yiisoft/cache and update yiisoft/cache-file to ^3.1 Oct 13, 2023
@vjik vjik merged commit d9a6b3e into master Oct 13, 2023
80 of 81 checks passed
@vjik vjik deleted the dependabot/composer/yiisoft/cache-file-tw-3.1 branch October 13, 2023 12:24
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 php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant