Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Lock file maintenance #66

Open
wants to merge 1 commit into
base: 1.8.x
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 29, 2025

This PR contains the following updates:

Update Change
lockFileMaintenance All locks refreshed

🔧 This Pull Request updates lock files to use the latest dependency versions.


Configuration

📅 Schedule: Branch creation - "* 0-3 * * *" in timezone UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot added the renovate label Jan 29, 2025
Copy link
Contributor Author

renovate bot commented Jan 29, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact 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: tools/composer.lock
Command failed: composer update --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires roave/backward-compatibility-check ^8.0.0 -> satisfiable by roave/backward-compatibility-check[8.0.0, ..., 8.10.0].
    - roave/backward-compatibility-check[8.0.0, ..., 8.3.0] require php ~8.1.0 || ~8.2.0 -> your php version (8.4.3) does not satisfy that requirement.
    - roave/backward-compatibility-check[8.7.0, ..., 8.10.0] require php ~8.2.0 || ~8.3.0 -> your php version (8.4.3) does not satisfy that requirement.
    - roave/backward-compatibility-check[8.4.0, ..., 8.6.0] require php ~8.1.0 || ~8.2.0 || ~8.3.0 -> your php version (8.4.3) does not satisfy that requirement.


Copy link

Hello 👋

here is the most recent benchmark result:

HydratorBench
=============

+-------------------------------+------------------+------------------+-----------------+------------+
|                               | time (kde mode)                     | memory                       |
+-------------------------------+------------------+------------------+-----------------+------------+
| subject                       | Tag: <current>   | Tag: base        | Tag: <current>  | Tag: base  |
+-------------------------------+------------------+------------------+-----------------+------------+
| benchHydrate1Object ()        | 7.900μs (±0.00%) | 9.800μs (±0.00%) | 5.207mb         | 5.207mb    |
| benchExtract1Object ()        | 8.700μs (±0.00%) | 8.700μs (±0.00%) | 5.207mb         | 5.207mb    |
| benchHydrate1000Objects ()    | 7.362ms (±0.00%) | 7.456ms (±0.00%) | 5.207mb         | 5.207mb    |
| benchExtract1000Objects ()    | 7.171ms (±0.00%) | 6.903ms (±0.00%) | 5.207mb         | 5.207mb    |
| benchHydrate1000000Objects () | 7.317s (±0.00%)  | 7.415s (±0.00%)  | 5.207mb         | 5.207mb    |
| benchExtract1000000Objects () | 6.895s (±0.00%)  | 7.009s (±0.00%)  | 5.207mb         | 5.207mb    |
+-------------------------------+------------------+------------------+-----------------+------------+

HydratorWithCryptographyBench
=============================

+-------------------------------+-------------------+-------------------+-----------------+------------+
|                               | time (kde mode)                       | memory                       |
+-------------------------------+-------------------+-------------------+-----------------+------------+
| subject                       | Tag: <current>    | Tag: base         | Tag: <current>  | Tag: base  |
+-------------------------------+-------------------+-------------------+-----------------+------------+
| benchHydrate1Object ()        | 14.400μs (±0.00%) | 12.600μs (±0.00%) | 4.987mb         | 4.987mb    |
| benchExtract1Object ()        | 7.200μs (±0.00%)  | 7.200μs (±0.00%)  | 4.986mb         | 4.986mb    |
| benchHydrate1000Objects ()    | 7.125ms (±0.00%)  | 7.178ms (±0.00%)  | 4.987mb         | 4.987mb    |
| benchExtract1000Objects ()    | 5.685ms (±0.00%)  | 5.751ms (±0.00%)  | 4.986mb         | 4.986mb    |
| benchHydrate1000000Objects () | 7.224s (±0.00%)   | 7.020s (±0.00%)   | 4.987mb         | 4.987mb    |
| benchExtract1000000Objects () | 5.717s (±0.00%)   | 5.665s (±0.00%)   | 4.986mb         | 4.986mb    |
+-------------------------------+-------------------+-------------------+-----------------+------------+

This comment gets update everytime a new commit comes in!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants