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

deps(be): Lock file maintenance be #84

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

deps(be): Lock file maintenance be #84

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 23, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed
doctrine/doctrine-bundle (source) require patch ^2.13.1 -> ^2.13.2 age adoption passing confidence
doctrine/orm (source) require patch ^3.3.0 -> ^3.3.2 age adoption passing confidence
friendsofphp/php-cs-fixer require-dev minor ^3.65.0 -> ^3.71.0 age adoption passing confidence
google/protobuf (source) require minor ^4.29.1 -> ^4.30.0 age adoption passing confidence
illuminate/collections (source) require major ^11.34.2 -> ^12.1.1 age adoption passing confidence
infection/infection require-dev minor ^0.27.11 -> ^0.29.14 age adoption passing confidence
laravel/pint (source) require-dev minor ^1.18.3 -> ^1.21.1 age adoption passing confidence
php require minor ^8.3 -> ^8.4.4 age adoption passing confidence
phpstan/phpstan-deprecation-rules require-dev major ^1.2.1 -> ^2.0.1 age adoption passing confidence
phpstan/phpstan-strict-rules require-dev major ^1.6.1 -> ^2.0.3 age adoption passing confidence
phpstan/phpstan-symfony require-dev major ^1.4.12 -> ^2.0.2 age adoption passing confidence
phpunit/phpunit (source) require-dev major ^10.5.38 -> ^12.0.7 age adoption passing confidence
psalm/plugin-symfony require-dev patch ^5.2.5 -> ^5.2.7 age adoption passing confidence
spatie/laravel-collection-macros require major ^7.14.1 -> ^8.0.0 age adoption passing confidence
spatie/symfony-ignition-bundle require-dev minor ^1.1.0 -> ^1.2.0 age adoption passing confidence
squizlabs/php_codesniffer require-dev patch ^3.11.1 -> ^3.11.3 age adoption passing confidence
symfony/flex require minor ^2.4.7 -> ^2.5.0 age adoption passing confidence
symfony/framework-bundle (source) require patch ^7.2.0 -> ^7.2.4 age adoption passing confidence
symfony/maker-bundle (source) require-dev minor ^1.61.0 -> ^1.62.1 age adoption passing confidence
symfony/property-access (source) require patch ^7.2.0 -> ^7.2.3 age adoption passing confidence
symfony/runtime (source) require patch ^7.2.0 -> ^7.2.3 age adoption passing confidence
symfony/serializer (source) require patch ^7.2.0 -> ^7.2.4 age adoption passing confidence
symfony/stopwatch (source) require patch ^7.2.0 -> ^7.2.4 age adoption passing confidence
symfony/validator (source) require patch ^7.2.0 -> ^7.2.4 age adoption passing confidence
symfony/web-profiler-bundle (source) require-dev patch ^7.2.0 -> ^7.2.4 age adoption passing confidence
symfony/yaml (source) require patch ^7.2.0 -> ^7.2.3 age adoption passing confidence
thecodingmachine/phpstan-safe-rule require-dev minor ^1.2.0 -> ^1.4.0 age adoption passing confidence
thecodingmachine/safe require major ^2.5.0 -> ^3.0.2 age adoption passing confidence
vimeo/psalm require-dev major ^5.26.1 -> ^6.8.9 age adoption passing confidence

Release Notes

doctrine/DoctrineBundle (doctrine/doctrine-bundle)

v2.13.2

Compare Source

Release Notes for 2.13.2

2.13.x bugfix release (patch)

2.13.2
  • Total issues resolved: 0
  • Total pull requests resolved: 4
  • Total contributors: 4

CI

Bug
Documentation
doctrine/orm (doctrine/orm)

v3.3.2

Compare Source

Release Notes for 3.3.2

3.3.x bugfix release (patch)

3.3.2
  • Total issues resolved: 0
  • Total pull requests resolved: 3
  • Total contributors: 2
Improvement
Documentation
Test Suite

This release includes the changes in https://github.com/doctrine/orm/releases/tag/2.20.2

v3.3.1

Compare Source

Release Notes for 3.3.1
3.3.1
  • Total issues resolved: 0
  • Total pull requests resolved: 9
  • Total contributors: 5
Deprecation
Bugfixes
Improvement
Documentation
CI
Test Suite

This release includes all the changes from https://github.com/doctrine/orm/releases/tag/2.20.1

PHP-CS-Fixer/PHP-CS-Fixer (friendsofphp/php-cs-fixer)

v3.71.0

Compare Source

  • feat: OrderedImportsFixer - deprecate length sorting algorithm (#​8473)
  • fix: BinaryOperatorSpacesFixer - do not break alignment of UTF-8 array keys (#​8484)
  • fix: PhpdocAlignFixer - align correctly type with UTF8 characters (#​8486)
  • fix: SingleSpaceAroundConstructFixer - handle alternative syntax (#​8317)
  • fix: StatementIndentationFixer - return in braceless if (#​8479)
  • chore: update type in SingleSpaceAroundConstructFixerTest::provideFixWithElseIfCases (#​8481)
  • chore: update type in SingleSpaceAroundConstructFixerTest::provideFixWithIfCases (#​8482)
  • deps: bump phpstan/phpstan from 2.1.6 to 2.1.7 in /dev-tools in the phpstan group (#​8485)
  • DX: cleanup PhpdocNoAliasTagFixerTest (#​8476)
  • refactor: add FullyQualifiedNameAnalyzer (#​8048)
  • refactor: codeHash - update when it's (re-)generated (#​8470)
  • refactor: SwitchAnalyzer - improve performance (#​8407)
  • test: NameQualifiedTransformerTest - correct test case (#​8471)

v3.70.2

Compare Source

  • deps: upgrade deep dev-tools deps (#​8472)
  • fix: MbStrFunctionsFixer must run before NativeFunctionInvocationFixer (#​8466)
  • fix: MethodArgumentSpaceFixer - fix nested calls for ensure_fully_multiline option (#​8469)

v3.70.1

Compare Source

  • fix: PhpUnitSizeClassFixer must run before PhpUnitAttributesFixer (#​8457)
  • DX: cleanup OrderedImportsFixerTest (#​8458)

v3.70.0

Compare Source

  • feat: Add PhpUnitDataProviderMethodOrderFixer fixer (#​8225)
  • feat: HeaderCommentFixer - allow validators (#​8452)
  • feat: PhpCsFixer ruleset: use operator_linebreak rule for all operators (#​8417)
  • feat: PhpUnitMethodCasingFixer to support PHPUnit's Test attribute (#​8451)
  • feat: TypeDeclarationSpacesFixer - Fix whitespace between const type and const name (#​8442)
  • chore: extend bug report template (#​8447)
  • chore: extend bug report template - more installation options (#​8450)
  • CI: phpstan-symfony - add entry point for console (#​8292)
  • deps: bump alpine from 3.21.2 to 3.21.3 (#​8454)
  • deps: bump phpstan/phpstan from 2.1.5 to 2.1.6 in /dev-tools in the phpstan group (#​8453)
  • fix: CommentsAnalyzer - allow other forms of assignment as valid structural elements for PHPDocs (#​8371)
  • fix: PhpUnitTestClassRequiresCoversFixer must run before PhpUnitAttributesFixer (#​8444)
  • test: fix CheckCommandTest::testDryRunModeIsUnavailable to correctly check that option --dry-run is unavailable (#​8438)

v3.69.1

Compare Source

  • fix: PhpUnitAttributesFixer - convert correctly version constraint (#​8439)
  • test: PhpUnitAttributesFixer must run before NoEmptyPhpdocFixer (#​8443)

v3.69.0

Compare Source

  • feat: Add unsealed array shape phpdoc support (#​8299)
  • fix: OrderedClassElementsFixer - sort correctly typed constants (#​8408)
  • chore: do not use test class as test data (#​8430)
  • chore: update checkbashisms to 2.25.2 (#​8427)
  • chore: use constants instead of literal strings (#​8422)
  • CI: no need to unlock deps on master (#​8426)
  • CI: run tests using PHPUnit 12 (#​8431)
  • deps: bump kubawerlos/composer-smaller-lock from 1.0.1 to 1.1.0 in /dev-tools (#​8414)
  • deps: bump maglnet/composer-require-checker from 4.14.0 to 4.15.0 in /dev-tools (#​8406)
  • deps: bump phpstan/phpstan from 2.1.3 to 2.1.5 in /dev-tools in the phpstan group (#​8437)
  • deps: bump the phpstan (#​8423)
  • deps: upgrade dev requirements (#​8424)

v3.68.5

Compare Source

  • fix: NativeTypeDeclarationCasingFixer - do not touch constants named as native types (#​8404)

v3.68.4

Compare Source

  • chore: run SCA on PHP 8.4 (#​8396)
  • fix: NativeTypeDeclarationCasingFixer should not touch property names (#​8400)

v3.68.3

Compare Source

  • fix: NativeTypeDeclarationCasingFixer - fix for enum with "Mixed" case (#​8395)

v3.68.2

Compare Source

  • fix: NativeTypeDeclarationCasingFixer - fix for promoted properties, enums, false and mixed (#​8386)
  • chore: ensure that dev-tools dependencies are bumped (#​8389)
  • chore: experiment to see if we can auto-shrink the lock after dependabot (#​8383)
  • chore: experiment to see if we can auto-shrink the lock after dependabot /part (#​8384)
  • chore: Get rid of Docker warnings during build (#​8379)
  • chore: remove redundant check (#​8391)
  • chore: update types (#​8390)
  • CI: stale - update close msg to emphasize contribution over demand (#​8385)
  • deps: bump phpcompatibility/phpcompatibility-symfony from 1.2.1 to 1.2.2 in /dev-tools (#​8378)
  • deps: bump the phpstan group in /dev-tools with 4 updates (#​8387)
  • refactor: Use native Yaml::parseFile() instead of custom method (#​8380)

v3.68.1

Compare Source

  • chore: AutoReview/CiConfigurationTest - handle failure of reading files (#​8375)
  • CI: Docker - check all compose services (#​8370)
  • deps: bump alpine from 3.18 to 3.21 (#​8377)
  • deps: bump alpine from 3.18.4 to 3.21.2 (#​8362)
  • refactor: Tokens::clearEmptyTokens - optimize cache handling (#​8335)

v3.68.0

Compare Source

  • feat: ModernizeStrposFixer - support stripos (#​8019)
  • chore: FullyQualifiedStrictTypesFixer - reduce conditions count (#​8368)
  • test: PhpUnitSetUpTearDownVisibilityFixer - extend test for anonymous classes (#​8369)

v3.67.1

Compare Source

  • fix: FullyQualifiedStrictTypesFixer - fix return types (#​8367)
  • fix: PhpUnitSetUpTearDownVisibilityFixer - do not touch anonymous classes (#​8366)
  • chore: allow for class-string in doc types of rule options (#​8358)
  • chore: CS: Move data provider methods after their test method (#​8302)
  • chore: dependabot integration (#​8357)
  • chore: PHPStan - upgrade to 2.1 (#​8355)
  • CI: Introduce PHP compatibility check (#​7844)
  • deps: bump docker/build-push-action from 5 to 6 (#​8361)
  • docs: update installation instructions (#​8356)

v3.67.0

Compare Source

  • chore: simplify loops using end/prev functions (#​8352)
  • feat: Introduce general_attribute_remove fixer (#​8339)

v3.66.2

Compare Source

  • chore: do not use bitwise "or" assignment operator (#​8346)
  • chore: remove extra check, never happening (#​8348)
  • chore: remove impossible @throws annotation (#​8353)
  • chore: Tokens - cleanup (#​8350)
  • chore: Tokens - minor performance and types optimizations (#​8349)

v3.66.1

Compare Source

  • chore: fix CI for Windows (#​8326)
  • chore: NoMultipleStatementsPerLineFixer - be aware of PHP 8.4 property hooks (#​8344)
  • chore: TernaryToElvisOperatorFixer - improvements based on PHPStan detections (#​8345)
  • chore: PhpUnitTestCaseStaticMethodCallsFixer - fix type of methods option in documemtation and add example with it (#​8338)
  • chore: update legacy deps (#​8342)
  • deps: update box (#​8336)

v3.66.0

Compare Source

  • feat: Tokenizer - initial support for PHP 8.4 property hooks (#​8312)
  • feat: PhpUnitTestCaseStaticMethodCallsFixer - cover PHPUnit v11.5 methods (#​8314)
  • feat: PhpUnitTestCaseStaticMethodCallsFixer - make sure all static protected methods are handled (#​8327)
  • feat: PhpUnitTestCaseStaticMethodCallsFixer - support createStub (#​8319)
  • feat: UseArrowFunctionsFixer - support multiline statements (#​8311)
  • fix: NullableTypeDeclarationFixer - do not break multi-line declaration (#​8331)
  • test: CiConfigurationTest - drop not needed condition, logic is checked in upcoming assertion (#​8303)
  • chore: add more typehints (#​8325)
  • chore: DotsOutput - more const, better typing (#​8318)
  • chore: mark classes as readonly (#​8275)
  • chore: more const, better typing (#​8320)
  • chore: temporarily prevent symfony/process 7.2+ (#​8322)
  • chore: Tokens - simplify (un)registerFoundToken types (#​8328)
  • chore: upgrade PHPStan (#​8321)
  • chore: BraceTransformer - don't touch curly index braces since 8.4, as it's not a valid syntax anymore (#​8313)
  • CI: enable phpdoc_to_property_type on php-lowest (#​8324)
  • Create SECURITY.md
  • docs: Tokens - fix docs (#​8332)
protocolbuffers/protobuf-php (google/protobuf)

v4.30.0

Compare Source

v4.29.3

Compare Source

v4.29.2

Compare Source

illuminate/collections (illuminate/collections)

v12.1.1

Compare Source

v12.1.0

Compare Source

v12.0.1

Compare Source

v12.0.0

Compare Source

v11.44.1

Compare Source

v11.44.0

Compare Source

v11.43.2

Compare Source

v11.43.1

Compare Source

v11.43.0

Compare Source

v11.42.1

Compare Source

v11.42.0

Compare Source

v11.41.3

Compare Source

v11.41.2

Compare Source

v11.41.1

Compare Source

v11.41.0

Compare Source

v11.40.0

Compare Source

v11.39.1

Compare Source

v11.39.0

Compare Source

v11.38.2

Compare Source

v11.38.1

Compare Source

v11.38.0

Compare Source

v11.37.0

Compare Source

v11.36.1

Compare Source

v11.36.0

Compare Source

v11.35.1

Compare Source

v11.35.0

Compare Source

infection/infection (infection/infection)

v0.29.14: Fix simple diff colorizer throwing fatal error

Compare Source

Fixed:

Full Changelog: infection/infection@0.29.13...0.29.14

v0.29.13

Compare Source

Added:

Changed:

Internal:

Full Changelog: infection/infection@0.29.12...0.29.13

v0.29.12: Support thecodingmachine/safe v3, drop Symfony 5.4 support

Compare Source

Changed:


Configuration

📅 Schedule: Branch creation - "before 4am on monday" (UTC), Automerge - At any time (no schedule defined).

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

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

@renovate renovate bot added composer dependencies Pull requests that update a dependency file labels Dec 23, 2024
Copy link
Contributor Author

renovate bot commented Dec 23, 2024

⚠️ Artifact update problem

Renovate failed to update artifacts 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: be/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
    - vimeo/psalm is locked to version 5.26.1 and an update of this package was not requested.
    - vimeo/psalm 5.26.1 requires php ^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 -> your php version (8.4.4) does not satisfy that requirement.
  Problem 2
    - psalm/plugin-symfony is locked to version v5.2.5 and an update of this package was not requested.
    - psalm/plugin-symfony v5.2.5 requires vimeo/psalm ^5.16 -> satisfiable by vimeo/psalm[5.26.1].
    - vimeo/psalm 5.26.1 requires php ^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 -> your php version (8.4.4) does not satisfy that requirement.


File name: be/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
    - vimeo/psalm is locked to version 5.26.1 and an update of this package was not requested.
    - vimeo/psalm 5.26.1 requires php ^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 -> your php version (8.4.4) does not satisfy that requirement.
  Problem 2
    - psalm/plugin-symfony is locked to version v5.2.5 and an update of this package was not requested.
    - psalm/plugin-symfony v5.2.5 requires vimeo/psalm ^5.16 -> satisfiable by vimeo/psalm[5.26.1].
    - vimeo/psalm 5.26.1 requires php ^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 -> your php version (8.4.4) does not satisfy that requirement.


@renovate renovate bot force-pushed the renovate/be branch 5 times, most recently from 14b4f9b to e5b74e2 Compare January 4, 2025 16:54
@renovate renovate bot force-pushed the renovate/be branch 4 times, most recently from bb1bd31 to 2a4a742 Compare January 8, 2025 23:04
@renovate renovate bot force-pushed the renovate/be branch 7 times, most recently from 68ba457 to b8a52d1 Compare January 18, 2025 04:11
@renovate renovate bot force-pushed the renovate/be branch 8 times, most recently from 4a82a68 to 4b10f2b Compare January 26, 2025 13:00
@renovate renovate bot force-pushed the renovate/be branch 3 times, most recently from ab47082 to 9a1f959 Compare January 29, 2025 10:18
@renovate renovate bot force-pushed the renovate/be branch 13 times, most recently from f89cd36 to 8e8a093 Compare February 23, 2025 01:34
@renovate renovate bot force-pushed the renovate/be branch 7 times, most recently from de8a0fd to 87476ab Compare March 3, 2025 12:31
@renovate renovate bot force-pushed the renovate/be branch 7 times, most recently from 7431ac0 to 77ef270 Compare March 8, 2025 03:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
composer dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants