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 7 updates #144

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 30, 2024

Updates the requirements on mikey179/vfsstream, mimmi20/coding-standard, phpstan/extension-installer, phpstan/phpstan, rector/rector, symplify/phpstan-rules and tomasvotruba/unused-public to permit the latest version.
Updates mikey179/vfsstream to 1.6.12

Release notes

Sourced from mikey179/vfsstream's releases.

v1.6.12

What's Changed

New Contributors

Full Changelog: bovigo/vfsStream@v1.6.11...v1.6.12

Changelog

Sourced from mikey179/vfsstream's changelog.

1.6.12 (2024-08-29)

  • Drop php 5 and 7.0 support as new versions enforced a syntax change that is not compatible with the old versions.

1.6.11 (2022-07-26)

  • Add support for PHP 8.2's $content property in vfsStreamWrapper

1.6.10 (2021-09-25)

  • Fix more deprecation warnings for PHP 8.1 support affecting the following:
    • vfsStreamContainerIterator::current()
    • vfsStreamContainerIterator::next()
    • vfsStreamContainerIterator::key()
    • vfsStreamContainerIterator::rewind()
    • vfsStreamDirectory::getIterator()
    • vfsStreamPrintVisitor::printContent()
  • Fix PHP 8.1 support in vfsStreamPrintVisitor

1.6.9 (2021-07-16)

  • Fix deprecation warning on StringBasedFileContent for PHP 8.1 (#252)
  • Fix return type for FileContent::write() to fix static analysis tools

1.6.8 (2019-10-30)

  • Fix StringBasedFileContent::doRead to always return a string (#204)

1.6.7 (2019-07-31)

  • fix PHP 7.4 deprecation warnings (backported #189 from master)

1.6.6 (2019-04-08)

1.6.5 (2017-08-01)

  • fixed #157 seeking before beginning of file should fail, reported and fixed by @​merijnvdk
  • structure array in vfsStream::create() and vfsStream::setup() now can contain instances of org\bovigo\vfs\content\FileContent and org\bovigo\vfs\vfsStreamFile, patch provivded by Joshua Smith (@​jsmitty12)

... (truncated)

Commits
  • fe695ec Set date for new release
  • 3f7ee8d Merge pull request #292 from bovigo/drop-php-5-support
  • 001a279 Cleanup test bootstrap and changelog
  • 2e39a43 Disable coverage for php 7.1
  • a4a4e4c Upgrade tests to run on newer phpunit
  • dafa558 Attempt to fix phpunit run
  • b345f0e Drop support for php 5
  • 796ae51 Merge pull request #290 from skilld-labs/v1.6
  • 1ee7fa3 Fix PHP 8.4 deprecate-implicitly-nullable-types
  • See full diff in compare view

Updates mimmi20/coding-standard to 5.2.42

Commits
  • 65eec70 Merge pull request #546 from mimmi20/dependabot/composer/master/friendsofphp/...
  • 68d904d composer(deps): update friendsofphp/php-cs-fixer requirement
  • 3b063bb Merge pull request #545 from mimmi20/dependabot/composer/master/version-updat...
  • e01b153 composer(deps-dev): update phpstan/phpstan requirement
  • dda35fa Merge pull request #544 from mimmi20/dependabot/composer/master/friendsofphp/...
  • 5a1e1df composer(deps): update friendsofphp/php-cs-fixer requirement
  • 6045d61 Merge pull request #543 from mimmi20/dependabot/composer/master/version-updat...
  • e7e7910 composer(deps-dev): update phpstan/extension-installer requirement
  • a4a491c Merge pull request #542 from mimmi20/dependabot/composer/master/version-updat...
  • 7748f23 composer(deps-dev): update symplify/phpstan-rules requirement
  • Additional commits viewable in compare view

Updates phpstan/extension-installer to 1.4.2

Release notes

Sourced from phpstan/extension-installer's releases.

1.4.2

Commits

Updates phpstan/phpstan to 1.12.0

Release notes

Sourced from phpstan/phpstan's releases.

1.12.0

Read all about PHPStan 1.12 on phpstan.org »

Major new features 🚀

  • Precise type for $matches from preg_match generally available, out of bleeding edge (phpstan/phpstan-src@bd2cec1)
  • PHP 8.4 runtime support
    • PHPStan runs on PHP 8.4 without emitting deprecation notices
    • Full support for PHP 8.4 including new syntax and rules is coming later, after PHPStan 2.0 release

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 🔧

... (truncated)

Commits
  • 384af96 PHPStan 1.12.0
  • e4f6dbc Update config-reference.md
  • 4f7beff Updated PHPStan to commit 4f7beffdf4c30c49d7ece03f7131f0cb0518d4ab
  • d3b4c7b Fix build
  • 7d85a3a Updated PHPStan to commit 7d85a3aabd641f4d7d8295a7006cdaca478931c7
  • 5957367 Playground - test on PHP 8.4
  • bb4fdfc Updated PHPStan to commit bb4fdfcd7004d0532e13f5f6b9615bacf05fe7bf
  • 8b5a27a Updated PHPStan to commit 8b5a27a79bf621413798aa0afd486264f17a48a0
  • 46d2822 Update errors identifiers
  • 2671bb6 Updated PHPStan to commit 2671bb64ab2037f7429bf335f20b48947c3b527a
  • Additional commits viewable in compare view

Updates rector/rector to 1.2.4

Release notes

Sourced from rector/rector's releases.

Released Rector 1.2.4

Bugfixes 🐛

  • Fix PropertyTypeFromStrictSetterGetterRector for default null (#6231)
  • [Php70] Fix with \r\n on EregToPregMatchRector (#6246)
  • Optimise post rectors (#6240), Thanks @​carlos-granados!
  • [Php84] Do not reprint node type on ExplicitNullableParamTypeRector (#6250)
  • Skip Doctrine collections in TypedPropertyFromAssignsRector (#6253)
  • Skip Columns from TypedPropertyFromAssignsRector, as handled better in doctrine rules (#6254)
  • [AutoImport] Do not add cast on valid Integer type on Name Node on auto import enabled (#6236)
  • [AutoImport] Do not add cast on valid Integer type on aliased Name Node on auto import enabled (#6237)
  • [Performance] Cache should traverse for AddUseStatementGuard (#6234)

New Features 🥳

  • Adds the ScalarValueToConstFetchRector rule (#6195), Thanks @​peterfox!
  • [TypeDeclaration] Add AddParamArrayDocblockBasedOnCallableNativeFuncCallRector (#6233)
  • [TypeDeclaration] Add AddReturnArrayDocblockBasedOnArrayMapRector (#6235)

Deprecated 💀

  • Deprecate PublicConstantVisibilityRector, as adds public blindly everywhere; use scope-based approach instead (#6238)

rectorphp/rector-symfony 🎵

  • [Symfony 6.1] Skip abstract class on CommandConfigureToAttributeRector (#662)
  • [CodeQuality] skip array + non native response return on ResponseReturnTypeControllerActionRector (#661)
  • [CodeQuality] Skip posible return array + response on ResponseReturnTypeControllerActionRector (#660)
  • Do not convert to array Process->setInput() (#647), Thanks @​refsz

rectorphp/rector-doctrine 🟠

  • [CodeQuality] Skip blob type on TypedPropertyFromColumnTypeRector (#340)
  • Fix attribute support in ImproveDoctrineCollectionDocTypeInEntityRector (#339)

rectorphp/rector-phpunit 🔵

  • [PHPUnit100] Fix typo in AssertIssetToAssertObjectHasPropertyRector (#356), Thanks @​haydulski

... (truncated)

Commits
  • 42a4aa2 Rector 1.2.4
  • 5ffac16 Updated Rector to commit 1884cdd170c8a1f9580dea448fc79ede3e7e9802
  • 85974b8 Updated Rector to commit c9470e4aa3fe841a40b4b92e3c351a84ad9d7dc4
  • 76823a3 Updated Rector to commit 5625c6356945c93c3123407bbb0249daf755c692
  • b38d19e Updated Rector to commit c936c7e363ab3867cca1ce083caf216490d85ce6
  • 02729b4 Updated Rector to commit 2891d15d933ec11f741a1c88139165b42987c940
  • e2ba97a Updated Rector to commit 2891d15d933ec11f741a1c88139165b42987c940
  • 0981ded Updated Rector to commit 05f832313c704757b3ff3925f6c0da45b5fb3cc7
  • afeb012 Updated Rector to commit e3ad355409775a85349aed5ba8e803b7a93fc4dc
  • e6f35f2 Updated Rector to commit be50454d9b4ab919f99471a846f2cd641a2919d1
  • Additional commits viewable in compare view

Updates symplify/phpstan-rules to 13.0.1

Commits

Updates tomasvotruba/unused-public to 0.3.11

Commits

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 [mikey179/vfsstream](https://github.com/bovigo/vfsStream), [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), [symplify/phpstan-rules](https://github.com/symplify/phpstan-rules) and [tomasvotruba/unused-public](https://github.com/TomasVotruba/unused-public) to permit the latest version.

Updates `mikey179/vfsstream` to 1.6.12
- [Release notes](https://github.com/bovigo/vfsStream/releases)
- [Changelog](https://github.com/bovigo/vfsStream/blob/v1.6.12/CHANGELOG.md)
- [Commits](bovigo/vfsStream@v1.6.11...v1.6.12)

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

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

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

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

Updates `symplify/phpstan-rules` to 13.0.1
- [Release notes](https://github.com/symplify/phpstan-rules/releases)
- [Commits](symplify/phpstan-rules@13.0.0...13.0.1)

Updates `tomasvotruba/unused-public` to 0.3.11
- [Commits](TomasVotruba/unused-public@0.3.10...0.3.11)

---
updated-dependencies:
- dependency-name: mikey179/vfsstream
  dependency-type: direct:development
  dependency-group: version-updates
- 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: symplify/phpstan-rules
  dependency-type: direct:development
  dependency-group: version-updates
- dependency-name: tomasvotruba/unused-public
  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 August 30, 2024 02:23
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 30, 2024
Copy link
Contributor

Dependency Review

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

OpenSSF Scorecard

PackageVersionScoreDetails
composer/mikey179/vfsstream >= 1.6.12, < 2.0.0 🟢 3.9
Details
CheckScoreReason
Maintained⚠️ 00 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Code-Review🟢 5Found 7/14 approved changesets -- score normalized to 5
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Binary-Artifacts🟢 10no binaries found in the repo
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Fuzzing⚠️ 0project is not fuzzed
Security-Policy⚠️ 0security policy file not detected
Vulnerabilities🟢 100 existing vulnerabilities detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
composer/mimmi20/coding-standard >= 5.2.42, < 6.0.0 UnknownUnknown
composer/phpstan/extension-installer >= 1.4.2, < 2.0.0 UnknownUnknown
composer/phpstan/phpstan >= 1.12.0, < 2.0.0 🟢 6.3
Details
CheckScoreReason
Maintained🟢 1030 commit(s) and 21 issue activity found in the last 90 days -- score normalized to 10
Code-Review⚠️ 0Found 1/30 approved changesets -- score normalized to 0
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 branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
Dangerous-Workflow⚠️ -1no workflows found
Packaging⚠️ -1packaging workflow not detected
Token-Permissions⚠️ -1No tokens found
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
Binary-Artifacts🟢 10no binaries found in the repo
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.4, < 2.0.0 🟢 4.8
Details
CheckScoreReason
Maintained🟢 1030 commit(s) and 25 issue activity found in the last 90 days -- score normalized to 10
Code-Review⚠️ 0Found 0/30 approved changesets -- score normalized to 0
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
Token-Permissions⚠️ -1No tokens found
Security-Policy⚠️ 0security policy file not detected
Fuzzing⚠️ 0project is not fuzzed
SAST⚠️ 0no SAST tool detected
Binary-Artifacts🟢 9binaries present in source code
Pinned-Dependencies⚠️ -1no dependencies found
Vulnerabilities🟢 100 existing vulnerabilities detected
composer/symplify/phpstan-rules >= 13.0.1, < 14.0.0 UnknownUnknown
composer/tomasvotruba/unused-public >= 0.3.11, < 0.4.0 UnknownUnknown

Scanned Manifest Files

composer.json
  • mikey179/vfsstream@>= 1.6.12, < 2.0.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
  • symplify/phpstan-rules@>= 13.0.1, < 14.0.0
  • tomasvotruba/unused-public@>= 0.3.11, < 0.4.0
  • mikey179/vfsstream@>= 1.6.11, < 2.0.0
  • mimmi20/coding-standard@>= 5.2.40, < 6.0.0
  • phpstan/extension-installer@>= 1.4.1, < 2.0.0
  • phpstan/phpstan@>= 1.11.11, < 2.0.0
  • rector/rector@>= 1.2.3, < 2.0.0
  • symplify/phpstan-rules@>= 13.0.0, < 14.0.0
  • tomasvotruba/unused-public@>= 0.3.10, < 0.4.0

Copy link

codecov bot commented Aug 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (5f0609c) to head (8449221).
Report is 2 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##              master      #144   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity       125       125           
===========================================
  Files             14        14           
  Lines            341       341           
===========================================
  Hits             341       341           
Flag Coverage Δ
php-8.1 100.00% <ø> (ø)
phpunit 100.00% <ø> (ø)
ubuntu-22.04 100.00% <ø> (ø)
ubuntu-24.04 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

codeclimate bot commented Aug 30, 2024

Code Climate has analyzed commit 8449221 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 fe7c3ab into master Aug 30, 2024
129 checks passed
@mimmi20 mimmi20 deleted the dependabot/composer/master/version-updates-2c7eb7cf9f branch August 30, 2024 04:53
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