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

composer(deps-dev): bump the version-updates group with 5 updates #357

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 10, 2024

Updates the requirements on mimmi20/coding-standard, phpstan/extension-installer, phpstan/phpstan, rector/rector and rector/type-perfect to permit the latest version.
Updates mimmi20/coding-standard to 5.2.43

Commits
  • b9e442b Merge pull request #549 from mimmi20/dependabot/composer/master/friendsofphp/...
  • 43fae10 composer(deps): update friendsofphp/php-cs-fixer requirement
  • 871eaae Merge pull request #548 from mimmi20/dependabot/github_actions/master/version...
  • 201b377 github-actions: bump suzuki-shunsuke/github-action-renovate-config-validator
  • 97f0316 Merge pull request #547 from mimmi20/dependabot/composer/master/version-updat...
  • de315c4 composer(deps-dev): update tomasvotruba/unused-public requirement
  • See full diff in compare view

Updates phpstan/extension-installer to 1.4.3

Release notes

Sourced from phpstan/extension-installer's releases.

1.4.3

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

Updates phpstan/phpstan to 1.12.3

Release notes

Sourced from phpstan/phpstan's releases.

1.12.3

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

Commits
  • 0fcbf19 PHPStan 1.12.3
  • 9815bbb Updated PHPStan to commit 9815bbba4535b0605aef5b5cb9dd64a63bc44b1f
  • e3e80f6 Updated PHPStan to commit e3e80f6c9c246d13e41188d508f0f4afb631b9af
  • 052f6b1 Updated PHPStan to commit 052f6b130f53ad50f571b81d4d468b0b0026c2fd
  • 5814c7e Updated PHPStan to commit 5814c7e3d71b31f74002912fe5b443efaaf2cd2f
  • b3c99fb Updated PHPStan to commit b3c99fb1547fe43b60317550762becce39d516a6
  • 3592cf0 Updated PHPStan to commit 3592cf021d99a8d60373c6fb720da541566e03e8
  • c26886d Updated PHPStan to commit c26886d5caecf2c8a51abe8642ce98dcb694c182
  • df1dfd0 Update baselines
  • 3e52bb0 Updated PHPStan to commit 3e52bb081ddb530bbbd651b489b809b0d6c480e0
  • Additional commits viewable in compare view

Updates rector/rector to 1.2.5

Release notes

Sourced from rector/rector's releases.

Released Rector 1.2.5

New Features and Improvements 🥳

  • 20-30 % Rector speedup - Optimise checking the node types allowed for each rule (#6232), Thanks @​carlos-granados!
  • [docs] Add help on the default process command (#6226), Thanks @​94noni!
  • [TypeDeclaration] Adds AddClosureParamTypeFromArgRector (#6258)
  • Adds AddClosureParamTypeFromObjectRector (#6265), Thanks @​peterfox!
  • [Config] Improve ComposerJsonPhpVersionResolver API, make use of explicit php set files (#6273)
  • [FileSystem] Add data and writable to not include on InitFilePathsResolver (#6285)
  • always make paths absolute before processing files (#6293), Thanks @​Kanti!

Bugfixes 🐛

  • [CodeQuality] Handle crash on first class callable inside match on OptionalParametersAfterRequiredRector (#6263)
  • [ReturnTypeInferer] Drop this/static docblock type check on ReturnTypeInferer (#6270)

Removed 💀

  • [deprecated] Remove deprecated ChangeAndIfToEarlyReturnRector, CallableThisArrayToAnonymousFunctionRector + casting rules (#6276)
  • [deprecations] Remove deprecated GetClassToInstanceOfRector, UseIncrementAssignRector, DetectNodeCommand (#6278)
  • [deprecated] Remove deprecated closure return rules, return type from strict bool/scalar returns (#6287)

rectorphp/rector-symfony 🎵

  • Add Class_ annotation support to TemplateAnnotationToThisRenderRector (#666)

rectorphp/rector-doctrine 🟠

  • Refactor the OrderByKeyToClassConstRector to use the new enum only in Criteria::orderBy method calls (#336), Thanks @​julienfastre
Commits
  • e98aa79 Rector 1.2.5
  • 9c002d1 Updated Rector to commit 1ebb7aa29bfff54059d455ee6f908fa47a7416c3
  • 7d52cf2 Updated Rector to commit 1ebb7aa29bfff54059d455ee6f908fa47a7416c3
  • 09d8db0 Updated Rector to commit 393423fd3c87f1e915f252f8316f1616b623c320
  • f11e9d2 Updated Rector to commit a4545b6fccbc6698fadce47a8454ce3acebf97ac
  • 9011953 Updated Rector to commit c9f4b4f843cef6757e6da1de8fb2a6f08987bced
  • 4cbb79d Updated Rector to commit feaf6eae6b9a765fe229d65a9ba07c5715649dee
  • 99b1eff Updated Rector to commit 4a94d2e5049deffdfe4b5ce2597845ad1b4a0016
  • 1e87674 Updated Rector to commit cb96062f3cd5891fd89b419eebdd762061e82f85
  • 41a5fd7 Updated Rector to commit e2b96d4f6efda2db3bf6a1074b67fcf2439e848d
  • Additional commits viewable in compare view

Updates rector/type-perfect to 0.2.0

Commits
  • 0371ecb release PHP 7.2 downgraded
  • c36dd8e README - add split on property fetch/method call (#40)
  • 59124fe NoParamTypeRemovalRule: Skip constructors (#37)
  • 7a96f32 Skip no-isset/no-empty check on possibly undefined variable (#32)
  • 019d395 Add hint what file to include when no phpstan extension installer is used (#31)
  • See full diff in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [mimmi20/coding-standard](https://github.com/mimmi20/coding-standard), [phpstan/extension-installer](https://github.com/phpstan/extension-installer), [phpstan/phpstan](https://github.com/phpstan/phpstan), [rector/rector](https://github.com/rectorphp/rector) and [rector/type-perfect](https://github.com/rectorphp/type-perfect) to permit the latest version.

Updates `mimmi20/coding-standard` to 5.2.43
- [Release notes](https://github.com/mimmi20/coding-standard/releases)
- [Commits](mimmi20/coding-standard@5.2.42...5.2.43)

Updates `phpstan/extension-installer` to 1.4.3
- [Release notes](https://github.com/phpstan/extension-installer/releases)
- [Commits](phpstan/extension-installer@1.4.2...1.4.3)

Updates `phpstan/phpstan` to 1.12.3
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/2.0.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.12.0...1.12.3)

Updates `rector/rector` to 1.2.5
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](rectorphp/rector@1.2.4...1.2.5)

Updates `rector/type-perfect` to 0.2.0
- [Commits](rectorphp/type-perfect@0.1.8...0.2.0)

---
updated-dependencies:
- dependency-name: mimmi20/coding-standard
  dependency-type: direct:development
  dependency-group: version-updates
- dependency-name: phpstan/extension-installer
  dependency-type: direct:development
  dependency-group: version-updates
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  dependency-group: version-updates
- dependency-name: rector/rector
  dependency-type: direct:development
  dependency-group: version-updates
- dependency-name: rector/type-perfect
  dependency-type: direct:development
  dependency-group: version-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from mimmi20 as a code owner September 10, 2024 02:23
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 10, 2024
Copy link
Contributor

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
composer/mimmi20/coding-standard >= 5.2.43, < 6.0.0 UnknownUnknown
composer/phpstan/extension-installer >= 1.4.3, < 2.0.0 UnknownUnknown
composer/phpstan/phpstan >= 1.12.3, < 2.0.0 🟢 6.3
Details
CheckScoreReason
Code-Review⚠️ 0Found 0/30 approved changesets -- score normalized to 0
Maintained🟢 1030 commit(s) and 21 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 10license file detected
Signed-Releases🟢 85 out of the last 5 releases have a total of 5 signed artifacts.
Branch-Protection⚠️ -1internal error: error during GetBranch(1.12.x): error during branchesHandler.query: internal error: githubv4.Query: Resource not accessible by integration
SAST⚠️ 0no SAST tool detected
Binary-Artifacts🟢 10no binaries found in the repo
Dangerous-Workflow⚠️ -1no workflows found
Token-Permissions⚠️ -1No tokens found
Packaging⚠️ -1packaging workflow not detected
Fuzzing⚠️ 0project is not fuzzed
Vulnerabilities🟢 100 existing vulnerabilities detected
Pinned-Dependencies⚠️ -1no dependencies found
Security-Policy🟢 10security policy file detected
composer/rector/rector >= 1.2.5, < 2.0.0 🟢 4.8
Details
CheckScoreReason
Code-Review⚠️ 0Found 0/30 approved changesets -- score normalized to 0
Maintained🟢 1030 commit(s) and 24 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
Dangerous-Workflow⚠️ -1no workflows found
Packaging⚠️ -1packaging workflow not detected
Security-Policy⚠️ 0security policy file not detected
Fuzzing⚠️ 0project is not fuzzed
Token-Permissions⚠️ -1No tokens found
SAST⚠️ 0no SAST tool detected
Binary-Artifacts🟢 9binaries present in source code
Pinned-Dependencies⚠️ -1no dependencies found
Vulnerabilities🟢 100 existing vulnerabilities detected
composer/rector/type-perfect >= 0.2.0, < 0.3.0 UnknownUnknown

Scanned Manifest Files

composer.json
  • mimmi20/coding-standard@>= 5.2.43, < 6.0.0
  • phpstan/extension-installer@>= 1.4.3, < 2.0.0
  • phpstan/phpstan@>= 1.12.3, < 2.0.0
  • rector/rector@>= 1.2.5, < 2.0.0
  • rector/type-perfect@>= 0.2.0, < 0.3.0
  • mimmi20/coding-standard@>= 5.2.42, < 6.0.0
  • phpstan/extension-installer@>= 1.4.2, < 2.0.0
  • phpstan/phpstan@>= 1.12.0, < 2.0.0
  • rector/rector@>= 1.2.4, < 2.0.0
  • rector/type-perfect@>= 0.1.8, < 0.2.0

Copy link

codeclimate bot commented Sep 10, 2024

Code Climate has analyzed commit bf6fb0c and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 100.0% (0.0% change).

View more on Code Climate.

@mimmi20 mimmi20 merged commit 8b4dcfd into master Sep 10, 2024
129 checks passed
@mimmi20 mimmi20 deleted the dependabot/composer/master/version-updates-1f424c9591 branch September 10, 2024 07:42
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant