Skip to content

chore(deps): update dependency ergebnis/phpstan-rules to ^2.10.5 #172

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: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 7, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ergebnis/phpstan-rules ^2.5.0 -> ^2.10.5 age adoption passing confidence

Release Notes

ergebnis/phpstan-rules (ergebnis/phpstan-rules)

v2.10.5

Compare Source

For a full diff see [2.10.4...2.10.5][2.10.4...2.10.5].

Fixed
  • Adjusted Methods\NoNamedArgumentRule to handle calls to constructors of variable class names ([#​957]), by [@​localheinz]
  • Adjusted Methods\NoNamedArgumentRule to describe known calls only ([#​958]), by [@​localheinz]

v2.10.4

Compare Source

For a full diff see [2.10.3...2.10.4][2.10.3...2.10.4].

Fixed
  • Adjusted Methods\NoNamedArgumentRule to handle static calls on variable expressions ([#​947]), by [@​localheinz]
  • Adjusted Methods\NoNamedArgumentRule to handle calls on invokables ([#​948]), by [@​localheinz]
  • Adjusted Methods\NoNamedArgumentRule to handle calls on callables assigned to properties ([#​949]), by [@​localheinz]
  • Adjusted Methods\NoNamedArgumentRule to handle all other calls with generic error message ([#​951]), by [@​localheinz]

v2.10.3

Compare Source

For a full diff see [2.10.2...2.10.3][2.10.2...2.10.3].

Fixed

v2.10.2

Compare Source

For a full diff see [2.10.1...2.10.2][2.10.1...2.10.2].

Fixed

v2.10.1

Compare Source

For a full diff see [2.10.0...2.10.1][2.10.0...2.10.1].

Fixed

v2.10.0

Compare Source

For a full diff see [2.9.0...2.10.0][2.9.0...2.10.0].

Added
  • Added Methods\InvokeParentHookMethodRule, which reports an error when a hook method that overrides a hook method in a parent class does not invoke the overridden hook method in the expected order ([#​939]), by [@​localheinz]

v2.9.0

Compare Source

For a full diff see [2.8.0...2.9.0][2.8.0...2.9.0].

Added
  • Added CallLikes\NoNamedArgumentRule, which reports an error when an anonymous function, a function, or a method is invoked using a named argument ([#​914]), by [@​localheinz]
Changed

v2.8.0

Compare Source

For a full diff see [2.7.0...2.8.0][2.7.0...2.8.0].

Added
  • Added allRules parameter to allow disabling and enabling all rules ([#​913]), by [@​localheinz]
  • Added Expressions\NoAssignByReferenceRule, which reports an error when a variable is assigned by reference ([#​914]), by [@​localheinz]

v2.7.0

Compare Source

For a full diff see [2.6.1...2.7.0][2.6.1...2.7.0].

Added
  • Added Closures\NoParameterPassedByReferenceRule, Functions\NoParameterPassedByReferenceRule, Methods\NoParameterPassedByReferenceRule, which report an error when a closure, a function, or a method has a parameter that is passed by reference ([#​911]), by [@​localheinz]
  • Added Functions\NoReturnByReferenceRule and Methods\NoReturnByReferenceRule, which report an error when a function or a method returns by reference ([#​912]), by [@​localheinz]

v2.6.1

Compare Source

For a full diff see [2.6.0...2.6.1][2.6.0...2.6.1].

Fixed
  • Adjusted Methods\NoParameterWithNullableTypeDeclarationRule to use the appropriate error identifier ([#​902]), by [@​manuelkiessling]

v2.6.0

Compare Source

For a full diff see [2.5.2...2.6.0][2.5.2...2.6.0].

Added

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.

🔕 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge January 7, 2025 17:42
@renovate renovate bot force-pushed the renovate/composer-dev-tooling branch from 8453f25 to 4622375 Compare January 8, 2025 12:31
@renovate renovate bot changed the title chore(deps): update dependency ergebnis/phpstan-rules to ^2.5.1 chore(deps): update dependency ergebnis/phpstan-rules to ^2.6.0 Jan 8, 2025
Copy link
Contributor Author

renovate bot commented Jan 8, 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: composer.lock
Command failed: composer update ergebnis/phpstan-rules:2.10.5 --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
Dependency phpstan/phpstan 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 ergebnis/phpstan-rules ^2.10.5 -> satisfiable by ergebnis/phpstan-rules[2.10.5].
    - ergebnis/phpstan-rules 2.10.5 requires phpstan/phpstan ^2.1.8 -> found phpstan/phpstan[2.1.8, ..., 2.1.17] but it conflicts with your root composer.json require (^1.11.8).

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

@renovate renovate bot force-pushed the renovate/composer-dev-tooling branch from 4622375 to b4ab53e Compare January 16, 2025 15:08
@renovate renovate bot changed the title chore(deps): update dependency ergebnis/phpstan-rules to ^2.6.0 chore(deps): update dependency ergebnis/phpstan-rules to ^2.6.1 Jan 16, 2025
@renovate renovate bot force-pushed the renovate/composer-dev-tooling branch from b4ab53e to 26d3727 Compare February 17, 2025 21:06
@renovate renovate bot changed the title chore(deps): update dependency ergebnis/phpstan-rules to ^2.6.1 chore(deps): update dependency ergebnis/phpstan-rules to ^2.7.0 Feb 17, 2025
@renovate renovate bot force-pushed the renovate/composer-dev-tooling branch from 26d3727 to 533ce25 Compare February 18, 2025 13:54
@renovate renovate bot changed the title chore(deps): update dependency ergebnis/phpstan-rules to ^2.7.0 chore(deps): update dependency ergebnis/phpstan-rules to ^2.8.0 Feb 18, 2025
@renovate renovate bot force-pushed the renovate/composer-dev-tooling branch from 533ce25 to 926e919 Compare May 31, 2025 23:25
@renovate renovate bot changed the title chore(deps): update dependency ergebnis/phpstan-rules to ^2.8.0 chore(deps): update dependency ergebnis/phpstan-rules to ^2.9.0 May 31, 2025
Copy link

coderabbitai bot commented May 31, 2025

Important

Review skipped

Auto reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. 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>, please review it.
    • Explain this complex logic.
    • 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 explain this code block.
    • @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 gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @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.

Support

Need help? Join our Discord community for assistance with any issues or questions.

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 generate sequence diagram to generate a sequence diagram of the changes in this 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.

@renovate renovate bot force-pushed the renovate/composer-dev-tooling branch from 926e919 to 5101210 Compare June 2, 2025 16:59
@renovate renovate bot changed the title chore(deps): update dependency ergebnis/phpstan-rules to ^2.9.0 chore(deps): update dependency ergebnis/phpstan-rules to ^2.10.2 Jun 2, 2025
@renovate renovate bot force-pushed the renovate/composer-dev-tooling branch from 5101210 to 86de1aa Compare June 3, 2025 12:59
@renovate renovate bot changed the title chore(deps): update dependency ergebnis/phpstan-rules to ^2.10.2 chore(deps): update dependency ergebnis/phpstan-rules to ^2.10.3 Jun 3, 2025
@renovate renovate bot force-pushed the renovate/composer-dev-tooling branch from 86de1aa to 0a7c72c Compare June 7, 2025 11:29
@renovate renovate bot changed the title chore(deps): update dependency ergebnis/phpstan-rules to ^2.10.3 chore(deps): update dependency ergebnis/phpstan-rules to ^2.10.4 Jun 7, 2025
@renovate renovate bot force-pushed the renovate/composer-dev-tooling branch from 0a7c72c to 28ee654 Compare June 23, 2025 21:41
@renovate renovate bot changed the title chore(deps): update dependency ergebnis/phpstan-rules to ^2.10.4 chore(deps): update dependency ergebnis/phpstan-rules to ^2.10.5 Jun 23, 2025
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