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

Update phpstan (patch) #1350

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

Update phpstan (patch) #1350

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 25, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
phpstan/phpstan 1.10.56 -> 1.10.67 age adoption passing confidence
phpstan/phpstan-doctrine 1.3.59 -> 1.3.69 age adoption passing confidence
phpstan/phpstan-phpunit 1.3.15 -> 1.3.16 age adoption passing confidence
phpstan/phpstan-symfony 1.3.7 -> 1.3.12 age adoption passing confidence
phpstan/phpstan-webmozart-assert 1.2.4 -> 1.2.6 age adoption passing confidence

Release Notes

phpstan/phpstan (phpstan/phpstan)

v1.10.67

Compare Source

v1.10.66

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

  • Prevent unnecessary calls into reflection from JSON extensions (#​2994), thanks @​staabm!

v1.10.65

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

v1.10.64

Compare Source

Bleeding edge 🔪

  • Fail build when project config uses custom extensions outside of analysed paths
    • This will only occur after a run that uses already present and valid result cache

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 🤖

v1.10.63

Compare Source

v1.10.62

Compare Source

Improvements 🔧

Bugfixes 🐛

v1.10.61

Compare Source

Improvements 🔧

Bugfixes 🐛

Internals 🔍

v1.10.60

Compare Source

Learn more about this release in an article on phpstan.org!

Major new features 🚀

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.10.59

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 🐛

Internals 🔍

v1.10.58

Compare Source

Improvements 🔧

Bugfixes 🐛

Internals 🔍

v1.10.57

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 🤖

phpstan/phpstan-doctrine (phpstan/phpstan-doctrine)

v1.3.69

Compare Source

  • ac56740 - Revert "Add __benevolent return types to doctrine Result stub"

v1.3.68

Compare Source

  • 1e59c4e - Add __benevolent return types to doctrine Result stub

v1.3.67

Compare Source

  • 664e380 - Fix compatibility with DBAL 4

v1.3.66

Compare Source

  • 45aa443 - Enforce literal string for connection execute methods

v1.3.65

Compare Source

  • 1667bda - Collection stub - we do not need |null in ArrayAccess TKey

v1.3.64

Compare Source

  • f42828a - Append Doctrine proxy class names to list of forbidden class names to disallow direct use of Doctrine proxy classes.

v1.3.63

Compare Source

  • 6ccde2b - Fix branching QueryBuilder type inference
  • 6116afd - Use older gedmo version

v1.3.62

Compare Source

  • f3abbd8 - fix AnnotationDriver check
  • 4040cf0 - Fix aggregate function on literal

v1.3.61

Compare Source

  • f3f1dae - Fix PHPStan
  • ce17b0e - More patches for Doctrine bugs
  • 87d961b - EntityColumnRuleTest - testGeneratedIds with less complicated type than bigint
  • 8c36077 - BigIntType - always uses integer in DBAL 4
  • d32e399 - Fix more tests on ORM 3
  • 231392d - Skip tests not working on ORM 3
  • e56223f - Fix tests for ORM 3
  • 35cfb92 - Fix tests for DBAL 4
  • 84f7770 - Patch Carbon return types
  • 7960553 - Tests - bring back DBAL ArrayType
  • ef61898 - Fix test
  • 601665c - More fixes
  • cad5050 - More QueryResultTypeWalker fixes
  • d1845c8 - Remove inheritdoc phpdoc
  • 590a773 - ORMException moved to another namespace
  • 0209dd0 - Fix PropertiesExtension
  • 0999cba - Patch Attribute classes to support AnnotationDriver even with Doctrine ORM 3 for unit tests
  • bf19933 - Support Composer patches
  • c64c420 - Add AnnotationDriver so that ORM PHPDoc annotations can be used with Doctrine ORM 3.0
  • 407cee3 - Build with Doctrine ORM 3 and DBAL 4 in CI

v1.3.60

Compare Source

  • 30cf38d - Tests - update Doctrine DBAL ^3 even with lowest dependencies where possible
  • deec109 - Add ConcreteAssociationMapping type alias to ClassMetadata
  • 5a61257 - ClassMetadataInfo -> ClassMetadata
  • 2f86657 - Bump PHPUnit
  • 4f572f8 - EntityManager::create() no longer exists in Doctrine ORM 3
  • 8e8728c - Fix incompatibilities in QueryResultTypeWalker
  • 652e195 - ClassMetadataFactory - Compatibility with Doctrine ORM 3 and DBAL 4
  • dd487b2 - Update Doctrine ORM lower bound
  • 078217e - Do not longer use EntityManager::create() in tests
  • 1860a9c - Update cache in tests to use PSR-6
  • 69e422e - Update dependencies
phpstan/phpstan-phpunit (phpstan/phpstan-phpunit)

v1.3.16

Compare Source

  • d5242a5 - Narrow type on assertCount and assertNotCount
phpstan/phpstan-symfony (phpstan/phpstan-symfony)

v1.3.12

Compare Source

  • f4b9407 - Synchronize stub with symfony

v1.3.11

Compare Source

  • 3fbf634 - Synchronize stub with symfony

v1.3.10

Compare Source

  • 99848d8 - Add stub for Compound::getConstraints()

v1.3.9

Compare Source

  • a32bc86 - Add @param-out for PropertyAccessor

v1.3.8

Compare Source

  • d8a0bc0 - Narrow type for Extension::getConfiguration if class exists
phpstan/phpstan-webmozart-assert (phpstan/phpstan-webmozart-assert)

v1.2.6

Compare Source

  • c1739d0 - Revert non-empty-array specification for Assert::uniqueValues

v1.2.5

Compare Source

  • 0307f23 - Specify non-empty-array for Assert::uniqueValues
  • 0e81610 - Remove list of supported methods, fix typo in PHPStan :)
  • 1dee6dd - Add regression test
  • 4ae9acf - fix: use correct FCQN
  • 2c05860 - Update metcalfc/changelog-generator action to v4.3.1
  • b78f846 - Update cbrgm/mastodon-github-action action to v2
  • 9c08fed - Update metcalfc/changelog-generator action to v4.2.0
  • 59f8a49 - Update dessant/lock-threads action to v5
  • 5e70b90 - Update actions/checkout action to v4
  • 32e001c - Next-gen coding standard workflow
  • 802eb7d - Update dependency slevomat/coding-standard to v8.11.1
  • e88ea0c - Update dependency slevomat/coding-standard to v8.11.0
  • 5766091 - Update build-cs
  • 3fa2bca - Update PHPCS
  • 09dd4b3 - Update metcalfc/changelog-generator action to v4.1.0

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 added the dependencies Add or update dependencies label Jan 25, 2024
Copy link
Contributor Author

renovate bot commented Jan 25, 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: backend/composer.lock
Command failed: composer install --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Your lock file does not contain a compatible set of packages. Please run composer update.

  Problem 1
    - lcobucci/clock is locked to version 3.0.0 and an update of this package was not requested.
    - lcobucci/clock 3.0.0 requires php ~8.1.0 || ~8.2.0 -> your php version (8.3.6) does not satisfy that requirement.
  Problem 2
    - lcobucci/clock 3.0.0 requires php ~8.1.0 || ~8.2.0 -> your php version (8.3.6) does not satisfy that requirement.
    - lexik/jwt-authentication-bundle v2.20.3 requires lcobucci/clock ^1.2|^2.0|^3.0 -> satisfiable by lcobucci/clock[3.0.0].
    - lexik/jwt-authentication-bundle is locked to version v2.20.3 and an update of this package was not requested.


renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 25, 2024
@renovate renovate bot changed the title Update dependency phpstan/phpstan to v1.10.57 Update phpstan (patch) Feb 8, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 8, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 9, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 12, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 12, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 20, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 23, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 5, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 7, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 23, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 28, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 29, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 30, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Apr 4, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Apr 12, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Apr 14, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Apr 16, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Add or update dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants