fix(deps): update dependency psr/log to v3 #33

Open
renovate-bot wants to merge 1 commit from renovate/psr-log-3.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
psr/log require major ^1.1 -> ^3.0

Release Notes

php-fig/log (psr/log)

v3.0.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/php-fig/log/compare/3.0.1...3.0.2

v3.0.1

Compare Source

What's Changed

Full Changelog: https://github.com/php-fig/log/compare/3.0.0...3.0.1

v3.0.0

Compare Source

Full Changelog: https://github.com/php-fig/log/compare/2.0.0...3.0.0

v2.0.0

Compare Source

  • Updated parameter types and added property types (#​76)
  • Removed test files
  • Require PHP 8.0 or above

Full Changelog: https://github.com/php-fig/log/compare/1.1.4...2.0.0


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 becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [psr/log](https://github.com/php-fig/log) | require | major | `^1.1` -> `^3.0` | --- ### Release Notes <details> <summary>php-fig/log (psr/log)</summary> ### [`v3.0.2`](https://github.com/php-fig/log/releases/tag/3.0.2) [Compare Source](https://github.com/php-fig/log/compare/3.0.1...3.0.2) #### What's Changed - Restore phpdoc type for $level by [@&#8203;phily245](https://github.com/phily245) in https://github.com/php-fig/log/pull/84 #### New Contributors - [@&#8203;phily245](https://github.com/phily245) made their first contribution in https://github.com/php-fig/log/pull/84 **Full Changelog**: https://github.com/php-fig/log/compare/3.0.1...3.0.2 ### [`v3.0.1`](https://github.com/php-fig/log/releases/tag/3.0.1) [Compare Source](https://github.com/php-fig/log/compare/3.0.0...3.0.1) #### What's Changed - Drop useless phpdoc, already covered by PHP docs by [@&#8203;lyrixx](https://github.com/lyrixx) in https://github.com/php-fig/log/pull/80 **Full Changelog**: https://github.com/php-fig/log/compare/3.0.0...3.0.1 ### [`v3.0.0`](https://github.com/php-fig/log/releases/tag/3.0.0) [Compare Source](https://github.com/php-fig/log/compare/2.0.0...3.0.0) - Added return types ([#&#8203;77](https://github.com/php-fig/log/issues/77)) **Full Changelog**: https://github.com/php-fig/log/compare/2.0.0...3.0.0 ### [`v2.0.0`](https://github.com/php-fig/log/releases/tag/2.0.0) [Compare Source](https://github.com/php-fig/log/compare/1.1.4...2.0.0) - Updated parameter types and added property types ([#&#8203;76](https://github.com/php-fig/log/issues/76)) - Removed test files - Require PHP 8.0 or above **Full Changelog**: https://github.com/php-fig/log/compare/1.1.4...2.0.0 </details> --- ### 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 becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuOCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
fix(deps): update dependency psr/log to v3
Some checks failed
renovate/artifacts Artifact file update failure
6a034005e6
Author
Collaborator

⚠️ 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 psr/log:3.0.2 --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
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires psr/log ^3.0, found psr/log[3.0.0, 3.0.1, 3.0.2] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - phpro/grumphp is locked to version v0.18.1 and an update of this package was not requested.
    - monolog/monolog 2.1.0 requires psr/log ^1.0.1 -> found psr/log[1.0.1, ..., 1.1.4] but it conflicts with your root composer.json require (^3.0).
    - phpro/grumphp v0.18.1 requires monolog/monolog ~1.16 || ^2.0 -> satisfiable by monolog/monolog[2.1.0].

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

### ⚠️ 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 psr/log:3.0.2 --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 Updating dependencies Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires psr/log ^3.0, found psr/log[3.0.0, 3.0.1, 3.0.2] but these were not loaded, likely because it conflicts with another require. Problem 2 - phpro/grumphp is locked to version v0.18.1 and an update of this package was not requested. - monolog/monolog 2.1.0 requires psr/log ^1.0.1 -> found psr/log[1.0.1, ..., 1.1.4] but it conflicts with your root composer.json require (^3.0). - phpro/grumphp v0.18.1 requires monolog/monolog ~1.16 || ^2.0 -> satisfiable by monolog/monolog[2.1.0]. Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions. ```
Some checks failed
renovate/artifacts Artifact file update failure
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/psr-log-3.x:renovate/psr-log-3.x
git switch renovate/psr-log-3.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/psr-log-3.x
git switch renovate/psr-log-3.x
git rebase main
git switch main
git merge --ff-only renovate/psr-log-3.x
git switch renovate/psr-log-3.x
git rebase main
git switch main
git merge --no-ff renovate/psr-log-3.x
git switch main
git merge --squash renovate/psr-log-3.x
git switch main
git merge --ff-only renovate/psr-log-3.x
git switch main
git merge renovate/psr-log-3.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: kumi/alltube-library#33
No description provided.