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

chore(deps): update phpstan packages #203

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 19, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
larastan/larastan 2.9.7 -> 2.9.8 age adoption passing confidence
phpstan/phpstan 1.11.4 -> 1.11.7 age adoption passing confidence

Release Notes

larastan/larastan (larastan/larastan)

v2.9.8

Compare Source

phpstan/phpstan (phpstan/phpstan)

v1.11.7

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

  • getimagesize, getimagesizefromstring: zero is a possible value for height and width (#​3207), thanks @​mfruehauf!

Internals 🔍

v1.11.6

Compare Source

v1.11.5

Compare Source

Bleeding edge 🔪

If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's phpstan.neon:

includes:
	- vendor/phpstan/phpstan/conf/bleedingEdge.neon

Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included. Learn more

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge (rebase) September 19, 2023 17:51
@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan to v1.10.35 chore(deps): update dependency phpstan/phpstan to v1.10.36 Sep 29, 2023
@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan to v1.10.36 chore(deps): update dependency phpstan/phpstan to v1.10.37 Oct 2, 2023
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from b3fa415 to 58d87fe Compare October 2, 2023 17:05
@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan to v1.10.37 chore(deps): update dependency phpstan/phpstan to v1.10.38 Oct 6, 2023
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 2 times, most recently from 8f6164b to bc44f9b Compare October 10, 2023 08:35
@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan to v1.10.38 chore(deps): update phpstan packages Oct 10, 2023
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from bc44f9b to b0c109b Compare October 17, 2023 18:54
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 2 times, most recently from f8ef4c8 to adce20b Compare November 5, 2023 14:16
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 3 times, most recently from 4b2b78e to 478b26a Compare November 21, 2023 19:21
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 3 times, most recently from 4d93391 to 7b1792a Compare December 1, 2023 16:28
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 2 times, most recently from 806147d to ee693bf Compare December 12, 2023 13:20
Copy link
Contributor Author

renovate bot commented Dec 15, 2023

⚠ 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 nunomaduro/larastan:2.9.5 phpstan/phpstan:1.10.67 phpstan/phpstan-phpunit:1.3.16 phpstan/phpstan-strict-rules:1.5.5 --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 laravel/framework (via replace of illuminate/console) 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 laravel/framework (via replace of illuminate/container) 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 laravel/framework (via replace of illuminate/contracts) 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 laravel/framework (via replace of illuminate/database) 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 laravel/framework (via replace of illuminate/http) 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 laravel/framework (via replace of illuminate/pipeline) 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 laravel/framework (via replace of illuminate/support) 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
    - ergebnis/composer-normalize is locked to version 2.36.0 and an update of this package was not requested.
    - ergebnis/composer-normalize 2.36.0 requires php ~8.1.0 || ~8.2.0 -> your php version (8.3.6) does not satisfy that requirement.
  Problem 2
    - Root composer.json requires nunomaduro/larastan ^2.6 -> satisfiable by nunomaduro/larastan[v2.9.5].
    - nunomaduro/larastan v2.9.5 requires illuminate/console ^9.52.16 || ^10.28.0 || ^11.0 -> found illuminate/console[v9.52.16, v10.28.0, ..., v10.48.8, v11.0.0, ..., v11.4.0] but these were not loaded, likely because it conflicts with another require.
  Problem 3
    - brianium/paratest v7.1.4 requires php ~8.1.0 || ~8.2.0 -> your php version (8.3.6) does not satisfy that requirement.
    - pestphp/pest v2.6.3 requires brianium/paratest ^7.1.4 -> satisfiable by brianium/paratest[v7.1.4].
    - pestphp/pest is locked to version v2.6.3 and an update of this package was not requested.


@renovate renovate bot changed the title chore(deps): update phpstan packages chore(deps): update phpstan packages - autoclosed Jun 13, 2024
@renovate renovate bot closed this Jun 13, 2024
auto-merge was automatically disabled June 13, 2024 14:56

Pull request was closed

@renovate renovate bot deleted the renovate/phpstan-packages branch June 13, 2024 14:56
@renovate renovate bot restored the renovate/phpstan-packages branch June 17, 2024 17:01
@renovate renovate bot changed the title chore(deps): update phpstan packages - autoclosed chore(deps): update phpstan packages Jun 17, 2024
@renovate renovate bot reopened this Jun 17, 2024
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from ee693bf to e573d48 Compare June 17, 2024 17:02
@renovate renovate bot enabled auto-merge (rebase) June 17, 2024 17:02
@renovate renovate bot changed the title chore(deps): update phpstan packages chore(deps): update dependency phpstan/phpstan to v1.11.5 Jun 17, 2024
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from e573d48 to 63fabf6 Compare July 1, 2024 16:27
@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan to v1.11.5 chore(deps): update dependency phpstan/phpstan to v1.11.6 Jul 1, 2024
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 63fabf6 to 54b9ded Compare July 6, 2024 12:38
@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan to v1.11.6 chore(deps): update dependency phpstan/phpstan to v1.11.7 Jul 6, 2024
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 54b9ded to 8eacacf Compare July 6, 2024 20:29
@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan to v1.11.7 chore(deps): update phpstan packages Jul 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants