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

Renovate Update dependency laminas/laminas-cache to v4 #2665

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 19, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
laminas/laminas-cache (source) ^3.6 -> ^4.0 age adoption passing confidence
laminas/laminas-cache (source) ^3.11 -> ^4.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

laminas/laminas-cache (laminas/laminas-cache)

v4.0.4

Compare Source

Release Notes for 4.0.4
4.0.4
  • Total issues resolved: 0
  • Total pull requests resolved: 3
  • Total contributors: 1
Documentation

v4.0.3

Compare Source

Release Notes for 4.0.3
4.0.3
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Bug

v4.0.2

Compare Source

Release Notes for 4.0.2

4.0.x bugfix release (patch)

4.0.2
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Bug

v4.0.1

Compare Source

Release Notes for 4.0.1

4.0.x bugfix release (patch)

4.0.1
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Bug

v4.0.0

Compare Source

Release Notes for 4.0.0

laminas-cache 4.0.0 is here and finally adds native types everywhere, adds support for psr/cache and psr/simple-cache v2 & v3 and introduces an all new metadata logic which allows adapters to provide metadata they actually support.

Please read more on how to migrate your project in our migration guideline.

Added
  • Every adapter which supports metadata now implements MetadataCapableInterface and provides a dedicated object containing all the metadata values it supports
  • Adds support for psr/cache and psr/simple-cache v2 & v3
Removed
  • supportedMetadata capability from Capabilities
  • KeyListIterator::CURRENT_AS_METADATA mode along with Laminas\Cache\Exception\MissingKeyException
  • automatic instantiation of SerializerInterface when calling PluginOptions#getSerializer
  • Increment and decrement feature from StorageInterface, so there is no more StorageInterface#incrementItem, StorageInterface#decrementItem, StorageInterface#decrementItems and StorageInterface#incrementItems
    • this also removes incrementItem, incrementItems, decrementItem, derementItems events (pre, post and exception)
  • dependency inversion on virtual package laminas/laminas-cache-storage-adapter-implementation which now allows laminas-cache to be required without a concrete storage adapter implementation
  • removed support for psr/cache and psr/simple-cache v1
Breaking Changes
  • AbstractAdapter and StorageInterface are not aware of the methods getMetadata anymore. These were moved to the new MetadataCapableInterface
  • Capabilities do not provide supportedMetadata anymore. The supported metadata is tied to the used storage adapter and thus, was already requiring projects to explicitly know the exact implementation of the cache backend in case of using these metadatas anyway
  • KeyListIterator and the corresponding IteratorInterface does not provide the mode CURRENT_AS_METADATA anymore
  • PluginOptions#getSerializer does not create a serializer anymore if a string option was passed, instead, the string is returned
  • Increment and decrement feature was removed from StorageInterface, so there is no more StorageInterface#incrementItem, StorageInterface#decrementItem, StorageInterface#decrementItems and StorageInterface#incrementItems
    • this also removes incrementItem, incrementItems, decrementItem, derementItems events (pre, post and exception)
  • Every method now has native return types
  • Every property now has native types
  • Every method argument now has native types
  • ObjectCache does not inherit the CallbackCache pattern anymore
4.0.0
  • Total issues resolved: 9
  • Total pull requests resolved: 18
  • Total contributors: 4
BC Break,Enhancement
Enhancement
Bug,Enhancement
BC Break,Feature Removal
BC Break
Feature Request
BC Break,Bug
Documentation

v3.12.2

Compare Source

Release Notes for 3.12.2

3.12.x bugfix release (patch)

3.12.2
  • Total issues resolved: 1
  • Total pull requests resolved: 1
  • Total contributors: 1
Documentation

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner June 19, 2024 09:45
@renovate renovate bot added dependencies Pull requests that update a dependency file Renovate labels Jun 19, 2024
Copy link
Contributor Author

renovate bot commented Jun 19, 2024

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: service-api/app/composer.lock
Command failed: composer update laminas/laminas-cache:4.0.4 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
������������������������������������������������������                                                      ������������������������������������������������������Dependency laminas/laminas-stdlib is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Dependency psr/clock is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires laminas/laminas-cache ^4.0, found laminas/laminas-cache[4.0.0, ..., 4.0.4] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - laminas/laminas-cache-storage-adapter-apcu is locked to version 2.5.0 and an update of this package was not requested.
    - laminas/laminas-cache-storage-adapter-apcu 2.5.0 requires laminas/laminas-cache ^3.12.0 -> found laminas/laminas-cache[3.12.0, 3.12.1, 3.12.2] but it conflicts with your root composer.json require (^4.0).

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

File name: service-front/app/composer.lock
Command failed: composer update laminas/laminas-cache:4.0.4 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Dependency laminas/laminas-servicemanager is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Dependency laminas/laminas-stdlib is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires laminas/laminas-cache ^4.0, found laminas/laminas-cache[4.0.0, ..., 4.0.4] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - laminas/laminas-cache-storage-adapter-apcu is locked to version 2.5.0 and an update of this package was not requested.
    - laminas/laminas-cache-storage-adapter-apcu 2.5.0 requires laminas/laminas-cache ^3.12.0 -> found laminas/laminas-cache[3.12.0, 3.12.1, 3.12.2] but it conflicts with your root composer.json require (^4.0).
  Problem 3
    - laminas/laminas-cache-storage-adapter-memory is locked to version 2.3.0 and an update of this package was not requested.
    - laminas/laminas-cache-storage-adapter-memory 2.3.0 requires laminas/laminas-cache ^3.0 -> found laminas/laminas-cache[3.0.0, ..., 3.12.2] but it conflicts with your root composer.json require (^4.0).
  Problem 4
    - laminas/laminas-cache-storage-adapter-redis is locked to version 2.9.0 and an update of this package was not requested.
    - laminas/laminas-cache-storage-adapter-redis 2.9.0 requires laminas/laminas-cache ^3.10 -> found laminas/laminas-cache[3.10.0, ..., 3.12.2] but it conflicts with your root composer.json require (^4.0).

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

@renovate renovate bot force-pushed the renovate-laminas-laminas-cache-4.x branch 11 times, most recently from 1ddfcfc to 8dc47ac Compare June 25, 2024 10:17
@renovate renovate bot force-pushed the renovate-laminas-laminas-cache-4.x branch 14 times, most recently from 5cba185 to 27e9917 Compare July 3, 2024 10:50
@renovate renovate bot force-pushed the renovate-laminas-laminas-cache-4.x branch from 27e9917 to b093ba8 Compare July 4, 2024 10:19
@renovate renovate bot force-pushed the renovate-laminas-laminas-cache-4.x branch 5 times, most recently from 3d3457b to 0810da0 Compare August 19, 2024 14:38
@renovate renovate bot force-pushed the renovate-laminas-laminas-cache-4.x branch 4 times, most recently from 54914c7 to 066782c Compare August 28, 2024 14:50
@renovate renovate bot force-pushed the renovate-laminas-laminas-cache-4.x branch 13 times, most recently from a6880b0 to 6ea9d4f Compare September 9, 2024 08:02
@renovate renovate bot force-pushed the renovate-laminas-laminas-cache-4.x branch 3 times, most recently from 5653e59 to 7b538de Compare September 11, 2024 09:02
@renovate renovate bot force-pushed the renovate-laminas-laminas-cache-4.x branch from 7b538de to 634fabe Compare September 12, 2024 15:07
Copy link
Contributor Author

renovate bot commented Sep 16, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 4.x releases. But if you manually upgrade to 4.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate-laminas-laminas-cache-4.x branch September 16, 2024 13:17
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 Renovate service-api service-front
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant