Skip to content

Update all non-major dependencies #564

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 6, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/cache action minor v4.0.2 -> v4.2.3 age adoption passing confidence
docker/setup-buildx-action action minor v3.6.1 -> v3.10.0 age adoption passing confidence
middlewares/response-time require minor 2.0.1 -> 2.1.0 age adoption passing confidence
monolog/monolog require minor 3.7.0 -> 3.9.0 age adoption passing confidence
php require minor ~8.1.0 || ~8.2.0 -> ~8.1.0 || ~8.2.0 || ~8.4.0 age adoption passing confidence

Release Notes

actions/cache (actions/cache)

v4.2.3

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4.2.2...v4.2.3

v4.2.2

Compare Source

What's Changed

[!IMPORTANT]
As a reminder, there were important backend changes to release v4.2.0, see those release notes and the announcement for more details.

Full Changelog: actions/cache@v4.2.1...v4.2.2

v4.2.1

Compare Source

What's Changed

[!IMPORTANT]
As a reminder, there were important backend changes to release v4.2.0, see those release notes and the announcement for more details.

New Contributors

Full Changelog: actions/cache@v4.2.0...v4.2.1

v4.2.0

Compare Source

⚠️ Important Changes

The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.

The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.

We are deprecating some versions of this action. We recommend upgrading to version v4 or v3 as soon as possible before February 1st, 2025. (Upgrade instructions below).

If you are using pinned SHAs, please use the SHAs of versions v4.2.0 or v3.4.0

If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.

Upgrading to the recommended versions will not break your workflows.

Read more about the change & access the migration guide: reference to the announcement.

Minor changes

Minor and patch version updates for these dependencies:

Full Changelog: actions/cache@v4.1.2...v4.2.0

v4.1.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4.1.1...v4.1.2

v4.1.1

Compare Source

What's Changed

Full Changelog: actions/cache@v4.1.0...v4.1.1

v4.1.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4.0.2...v4.1.0

docker/setup-buildx-action (docker/setup-buildx-action)

v3.10.0

Compare Source

Full Changelog: docker/setup-buildx-action@v3.9.0...v3.10.0

v3.9.0

Compare Source

Full Changelog: docker/setup-buildx-action@v3.8.0...v3.9.0

v3.8.0

Compare Source

Full Changelog: docker/setup-buildx-action@v3.7.1...v3.8.0

v3.7.1

Compare Source

Full Changelog: docker/setup-buildx-action@v3.7.0...v3.7.1

v3.7.0

Compare Source

Full Changelog: docker/setup-buildx-action@v3.6.1...v3.7.0

middlewares/response-time (middlewares/response-time)

v2.1.0

Compare Source

Added
  • Support for PHP 8.4
Seldaek/monolog (monolog/monolog)

v3.9.0

Compare Source

  • BC Warning: Fixed SendGridHandler to use the V3 API as V2 is now shut down, but this requires a new API key (#​1952)
    • Deprecated Monolog\Test\TestCase in favor of Monolog\Test\MonologTestCase (#​1953)
    • Added extension point for NativeMailerHandler::mail (#​1948)
    • Added setHandler method to BufferHandler to modify the nested handler at runtime (#​1946)
    • Fixed date format in ElasticsearchFormatter to use +00:00 vs +0000 tz identifiers (#​1942)
    • Fixed GelfMessageFormatter handling numeric context/extra keys (#​1932)

v3.8.1

Compare Source

  • Deprecated Monolog\DateTimeImmutable in favor of Monolog\JsonSerializableDateTimeImmutable (#​1928)
    • Fixed gelf keys not being valid when context/extra data keys have spaces in them (#​1927)
    • Fixed empty lines appearing in the stack traces when a custom formatter returned null (#​1925)

v3.8.0

Compare Source

  • Added $fileOpenMode param to StreamHandler to define a custom fopen mode to open the log file (#​1913)
    • Fixed PHP 8.4 deprecation notices (#​1903)
    • Added ability to extend/override IntrospectionProcessor (#​1899)
    • Added $timeout param to ProcessHandler to configure the stream_select() timeout to avoid blocking too long (default is 1.0 sec) (#​1916)
    • Fixed JsonFormatter batch handling to normalize records individually to make sure they look the same as if they were handled one by one (#​1906)
    • Fixed StreamHandler handling of write failures so that it now closes/reopens the stream and retries the write once before failing (#​1882)
    • Fixed StreamHandler error handler causing issues if a stream handler triggers an error (#​1866)
    • Fixed StreamHandler::reset not closing the stream, so that it would fail to write in some cases with long running processes (#​1862)
    • Fixed RotatingFileHandler issue where rotation does not happen in some long running processes (#​1905)
    • Fixed JsonFormatter handling of incomplete classes (#​1834)
    • Fixed RotatingFileHandler bug where rotation could sometimes not happen correctly (#​1905)
containerbase/php-prebuild (php)

v8.4.5

Compare Source

Bug Fixes
  • deps: update dependency php to v8.4.5

v8.4.4

Compare Source

Bug Fixes
  • deps: update dependency php to v8.4.4

v8.4.3

Compare Source

Bug Fixes
  • deps: update dependency php to v8.4.3

v8.4.2

Compare Source

Bug Fixes
  • deps: update dependency php to v8.4.2

v8.4.1

Compare Source

Bug Fixes
  • deps: update dependency php to v8.4.1

v8.3.19

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.19

v8.3.17

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.17

v8.3.16

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.16

v8.3.15

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.15

v8.3.14

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.14

v8.3.13

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.13

v8.3.12

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.12

v8.3.11

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.11

v8.3.10

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.10

v8.3.9

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.9

v8.3.8

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.8

v8.3.7

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.7

v8.3.6

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.6

v8.3.4

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.4

v8.3.3

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.3

v8.3.2

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.2

v8.3.1

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.1

v8.3.0

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@renovate renovate bot added the renovate label Aug 6, 2024
Copy link
Contributor Author

renovate bot commented Aug 6, 2024

⚠️ 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: composer.lock
Command failed: composer update middlewares/response-time:2.1.0 monolog/monolog:3.9.0 php:8.4.6 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins --minimal-changes
Loading composer repositories with package information
Pattern "php" listed for update matches platform packages, but these cannot be updated by Composer.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - lcobucci/di-builder is locked to version 7.4.0 and an update of this package was not requested.
    - lcobucci/di-builder 7.4.0 requires php ~8.2.0 -> your php version (8.4.6) does not satisfy that requirement.
  Problem 2
    - chimera/di-symfony is locked to version 1.0.x-dev and an update of this package was not requested.
    - chimera/di-symfony 1.0.x-dev requires lcobucci/di-builder ^7.2 -> satisfiable by lcobucci/di-builder[7.4.0].
    - lcobucci/di-builder 7.4.0 requires php ~8.2.0 -> your php version (8.4.6) does not satisfy that requirement.


@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 202eebb to d0f42f8 Compare October 3, 2024 09:41
@renovate renovate bot changed the title Update dependency php to ~8.1.0 || ~8.2.0 || ~8.3.0 Update all non-major dependencies Oct 3, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 1345d79 to 9b6b545 Compare October 8, 2024 19:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9b6b545 to b74e59f Compare October 22, 2024 12:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b74e59f to 00704fd Compare November 12, 2024 17:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 4b98e0e to 54abad7 Compare November 25, 2024 16:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8a7ee21 to bdf54ee Compare December 5, 2024 20:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 20924b4 to 84218b0 Compare December 21, 2024 04:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 59ab768 to 0c53af3 Compare January 18, 2025 04:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a750514 to 8b22ed5 Compare February 6, 2025 14:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ca83cb0 to 398fdee Compare February 18, 2025 19:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from bc30915 to 82f6c6b Compare February 27, 2025 16:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 82f6c6b to 181bab9 Compare March 3, 2025 15:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 6066a8b to c39e1df Compare March 17, 2025 13:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 76f0f14 to 53a2997 Compare March 24, 2025 10:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8ffabeb to d1523e3 Compare April 8, 2025 12:04
| datasource  | package                    | from   | to      |
| ----------- | -------------------------- | ------ | ------- |
| github-tags | actions/cache              | v4.0.2 | v4.2.3  |
| github-tags | docker/setup-buildx-action | v3.6.1 | v3.10.0 |
| packagist   | middlewares/response-time  | 2.0.1  | 2.1.0   |
| packagist   | monolog/monolog            | 3.7.0  | 3.9.0   |
| github-tags | containerbase/php-prebuild | 8.2.28 | 8.4.6   |
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d1523e3 to f828819 Compare April 12, 2025 03:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants