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 #215

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
larastan/larastan 2.9.7 -> 2.9.11 age adoption passing confidence
phpstan/extension-installer 1.4.1 -> 1.4.3 age adoption passing confidence
phpstan/phpstan 1.11.6 -> 1.12.11 age adoption passing confidence
phpstan/phpstan-deprecation-rules 1.2.0 -> 1.2.1 age adoption passing confidence
phpstan/phpstan-phpunit 1.4.0 -> 1.4.1 age adoption passing confidence
phpstan/phpstan-strict-rules 1.6.0 -> 1.6.1 age adoption passing confidence

Release Notes

larastan/larastan (larastan/larastan)

v2.9.11: 2.9.11

Compare Source

What's Changed

Fixed
Internal

New Contributors

Full Changelog: larastan/larastan@v2.9.10...v2.9.11

v2.9.10: 2.9.10

Compare Source

What's Changed

Added
Fixed

New Contributors

Full Changelog: larastan/larastan@v2.9.9...v2.9.10

v2.9.9

Compare Source

What's Changed

New Contributors

Full Changelog: larastan/larastan@v2.9.8...v2.9.9

v2.9.8

Compare Source

What's Changed

Added

Fixed

New Contributors

Full Changelog: larastan/larastan@v2.9.7...v2.9.8

phpstan/extension-installer (phpstan/extension-installer)

v1.4.3

Compare Source

  • 85e90b3 - Allow PHPStan ^2.0 (currently in development)

v1.4.2

Compare Source

phpstan/phpstan (phpstan/phpstan)

v1.12.11

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

v1.12.10

Compare Source

Bugfixes 🐛

v1.12.9

Compare Source

Improvements 🔧

Bugfixes 🐛

Internals 🔍

v1.12.8

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

v1.12.7

Compare Source

Major new features 🚀

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

v1.12.6

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 🔍

v1.12.5

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

v1.12.4

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

v1.12.3

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

v1.12.2

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

v1.12.1

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 🐛


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 requested a review from lotyp as a code owner July 1, 2024 15:46
@renovate renovate bot enabled auto-merge (rebase) July 1, 2024 15:46
Copy link

coderabbitai bot commented Jul 1, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

codecov bot commented Jul 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.43%. Comparing base (54b331b) to head (676f409).

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #215   +/-   ##
=========================================
  Coverage     98.43%   98.43%           
  Complexity       74       74           
=========================================
  Files            15       15           
  Lines           255      255           
=========================================
  Hits            251      251           
  Misses            4        4           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@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.6 - autoclosed Jul 1, 2024
@renovate renovate bot closed this Jul 1, 2024
auto-merge was automatically disabled July 1, 2024 15:49

Pull request was closed

@renovate renovate bot deleted the renovate/phpstan-packages branch July 1, 2024 15:49
@renovate renovate bot restored the renovate/phpstan-packages branch July 6, 2024 14:05
@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan to v1.11.6 - autoclosed chore(deps): update dependency phpstan/phpstan to v1.11.6 Jul 6, 2024
@renovate renovate bot reopened this Jul 6, 2024
@renovate renovate bot enabled auto-merge (rebase) July 6, 2024 14:06
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 66309d7 to 23f2bf6 Compare July 6, 2024 14:06
@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 23f2bf6 to 868e8f8 Compare July 6, 2024 20:01
@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan to v1.11.7 chore(deps): update phpstan packages Jul 6, 2024
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 868e8f8 to cbd1698 Compare July 24, 2024 10:47
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 2 times, most recently from 64a579c to fdaae55 Compare August 8, 2024 11:42
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 2 times, most recently from 60e9606 to 2defb91 Compare August 19, 2024 16:01
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 2 times, most recently from 4481913 to b4e689c Compare August 28, 2024 06:29
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 3 times, most recently from 21b025c to 702d48d Compare September 9, 2024 12:19
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 2 times, most recently from 8af5a9b to e5a1549 Compare September 20, 2024 15:57
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from fed2a48 to 676f409 Compare October 6, 2024 16:38
Copy link
Contributor Author

renovate bot commented Oct 16, 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 larastan/larastan:2.9.11 phpstan/extension-installer:1.4.3 phpstan/phpstan:1.12.11 phpstan/phpstan-deprecation-rules:1.2.1 phpstan/phpstan-phpunit:1.4.1 phpstan/phpstan-strict-rules:1.6.1 --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
    - Root composer.json requires larastan/larastan ^2.9 -> satisfiable by larastan/larastan[v2.9.11].
    - larastan/larastan v2.9.11 requires illuminate/console ^9.52.16 || ^10.28.0 || ^11.16 -> found illuminate/console[v9.52.16, v10.28.0, ..., v10.48.23, v11.16.0, ..., v11.32.0] but these were not loaded, likely because it conflicts with another require.


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.

0 participants