Skip to content

Update PHPStan packages #943

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

Merged
merged 1 commit into from
Sep 28, 2024
Merged

Update PHPStan packages #943

merged 1 commit into from
Sep 28, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
phpstan/phpstan ^1.12.4 -> ^1.12.5 age adoption passing confidence
wyrihaximus/phpstan-rules-wrapper ^7.0.0 -> ^7.1.0 age adoption passing confidence

Release Notes

phpstan/phpstan (phpstan/phpstan)

v1.12.5

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

WyriHaximus/php-phpstan-rules-wrapper (wyrihaximus/phpstan-rules-wrapper)

v7.1.0

Compare Source

7.1.0

  • Total issues resolved: 0
  • Total pull requests resolved: 3
  • Total contributors: 2

Dependencies 📦,JSON 👨‍💼,PHP 🐘

Dependencies 📦,Feature 🏗,JSON 👨‍💼,NEON 🦹‍♂️,PHP 🐘


Configuration

📅 Schedule: Branch creation - "* 6-22/3 * * 1-5,* 12-23/3 * * 0,6" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 Dependencies 📦 Pull requests that update a dependency file label Sep 25, 2024
@renovate renovate bot requested a review from WyriHaximus as a code owner September 25, 2024 16:49
@renovate renovate bot added the PHP 🐘 Hypertext Pre Processor label Sep 25, 2024
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 348944b to 6632693 Compare September 26, 2024 17:00
@renovate renovate bot changed the title Update dependency wyrihaximus/phpstan-rules-wrapper to ^7.1.0 Update PHPStan packages Sep 26, 2024
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 6632693 to c29379e Compare September 26, 2024 21:23
Copy link

github-actions bot commented Sep 26, 2024

🏰 Composer Production Dependency changes 🏰

Prod Packages Operation Base Target Link
amphp/amp New - v2.6.4 Compare
amphp/byte-stream New - v1.8.2 Compare
azjezz/psl Downgraded 3.0.2 2.9.1 Compare
composer/ca-bundle Downgraded 1.5.2 1.5.1 Compare
composer/class-map-generator Downgraded 1.4.0 1.3.4 Compare
composer/composer Downgraded 2.8.1 2.7.9 Compare
composer/pcre Downgraded 3.3.2 3.3.1 Compare
dnoegel/php-xdg-base-dir New - v0.1.1 Compare
doctrine/deprecations New - 1.1.3 Compare
ergebnis/composer-normalize Downgraded 2.45.0 2.43.0 Compare
ergebnis/json Downgraded 1.4.0 1.2.0 Compare
ergebnis/json-normalizer Downgraded 4.8.0 4.5.0 Compare
ergebnis/json-pointer Downgraded 3.6.0 3.4.0 Compare
ergebnis/json-printer Downgraded 3.7.0 3.5.0 Compare
ergebnis/json-schema-validator Downgraded 4.4.0 4.2.0 Compare
ergebnis/phpunit-slow-test-detector Downgraded 2.17.0 2.15.1 Compare
felixfbecker/advanced-json-rpc New - v3.2.1 Compare
felixfbecker/language-server-protocol New - v1.5.2 Compare
localheinz/diff Downgraded 1.2.0 1.1.1 Compare
maglnet/composer-require-checker Downgraded 4.13.0 4.12.0 Compare
myclabs/deep-copy Downgraded 1.12.1 1.12.0 Compare
netresearch/jsonmapper New - v4.5.0 Compare
nikic/php-parser Downgraded v4.19.4 v4.19.2 Compare
orklah/psalm-insane-comparison New - v2.3.0 Compare
php-standard-library/psalm-plugin New - 2.3.0 Compare
phpdocumentor/reflection-common New - 2.2.0 Compare
phpdocumentor/reflection-docblock New - 5.4.1 Compare
phpdocumentor/type-resolver New - 1.8.2 Compare
phpstan/phpdoc-parser Downgraded 1.33.0 1.31.0 Compare
phpstan/phpstan Downgraded 1.12.10 1.12.5 Compare
phpunit/phpunit Downgraded 10.5.40 10.5.35 Compare
psalm/plugin-mockery New - 1.1.0 Compare
psalm/plugin-phpunit New - 0.19.0 Compare
roave/backward-compatibility-check Downgraded 8.10.0 8.9.0 Compare
roave/infection-static-analysis-plugin New - 1.35.0 Compare
sebastian/comparator Downgraded 5.0.3 5.0.2 Compare
spatie/array-to-xml New - 3.3.0 Compare
symfony/console Downgraded v7.2.1 v7.1.5 Compare
symfony/deprecation-contracts Downgraded v3.5.1 v3.5.0 Compare
symfony/filesystem Downgraded v7.2.0 v7.1.5 Compare
symfony/process Downgraded v7.2.0 v7.1.5 Compare
symfony/service-contracts Downgraded v3.5.1 v3.5.0 Compare
symfony/string Downgraded v7.2.0 v7.1.5 Compare
symfony/translation-contracts Downgraded v3.5.1 v3.5.0 Compare
thecodingmachine/phpstan-safe-rule New - v1.2.0 Compare
thecodingmachine/phpstan-strict-rules New - v1.0.0 Compare
tomasvotruba/type-coverage Downgraded 1.0.0 0.3.1 Compare
vimeo/psalm New - 5.26.1 Compare
wyrihaximus/phpstan-rules-wrapper Downgraded 8.0.0 7.1.0 Compare

@github-actions github-actions bot added this to the 6.1.0 milestone Sep 26, 2024
@WyriHaximus WyriHaximus merged commit c292fc6 into master Sep 28, 2024
100 of 102 checks passed
@WyriHaximus WyriHaximus deleted the renovate/phpstan-packages branch September 28, 2024 09:01
@WyriHaximus WyriHaximus modified the milestones: 6.1.0, 7.0.0 Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies 📦 Pull requests that update a dependency file JSON 👨‍💼 PHP 🐘 Hypertext Pre Processor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant