Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 2, 2024

Updates the requirements on editorconfig-checker/editorconfig-checker, ergebnis/composer-normalize, phpstan/phpstan, phpstan/phpstan-phpunit, phpunit/phpunit, shipmonk/composer-dependency-analyser, shipmonk/name-collision-detector and slevomat/coding-standard to permit the latest version.
Updates editorconfig-checker/editorconfig-checker to 10.6.0

Release notes

Sourced from editorconfig-checker/editorconfig-checker's releases.

10.6.0

  • Bump core version to 3.0.0 (#305)
    • Fixes Could not get the ContentType errors introduced in 10.5.0
Commits

Updates ergebnis/composer-normalize to 2.42.0

Release notes

Sourced from ergebnis/composer-normalize's releases.

2.42.0

What's Changed

Full Changelog: ergebnis/composer-normalize@2.41.1...2.42.0

Changelog

Sourced from ergebnis/composer-normalize's changelog.

[2.42.0][2.42.0]

For a full diff see [2.41.1...2.42.0][2.40.0...2.42.0].

Changed

[2.41.1][2.41.1]

For a full diff see [2.41.0...2.41.1][2.41.0...2.41.1].

Fixed

[2.41.0][2.41.0]

For a full diff see [2.40.0...2.41.0][2.40.0...2.41.0].

Changed

Fixed

[2.40.0][2.40.0]

For a full diff see [2.39.0...2.40.0][2.39.0...2.40.0].

Changed

Fixed

[2.39.0][2.39.0]

For a full diff see [2.38.0...2.39.0][2.38.0...2.39.0].

Changed

... (truncated)

Commits
  • 02cf2b6 Enhancement: Prepare release
  • bc2d614 Fix: Reference
  • 3eb078b Merge pull request #1279 from ergebnis/feature/php74
  • 7c03d8f Enhancement: Add support for PHP 7.4
  • 9c5a8fe Merge pull request #1278 from ergebnis/feature/php80
  • e407029 Enhancement: Add support for PHP 8.0
  • 69cf31e Fix: Reference
  • c85fb0c Fix: Use --show-progress option to configure dots progress
  • 2195a8e Merge pull request #1277 from ergebnis/feature/json-normalizer
  • 3521013 Enhancement: Require ergebnis/json-normalizer:^4.5.0
  • Additional commits viewable in compare view

Updates phpstan/phpstan to 1.10.66

Release notes

Sourced from phpstan/phpstan's releases.

1.10.66

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

  • Prevent unnecessary calls into reflection from JSON extensions (#2994), thanks @​staabm!
Commits
  • 94779c9 PHPStan 1.10.66
  • 5473b67 Updated PHPStan to commit 5473b6701c1a9dd3ca1eb676b3b2c0dec43f2535
  • 927d71f Updated PHPStan to commit 927d71f11365c774a95cb4d8f65a1b1077472fa4
  • fd2e0a6 Updated PHPStan to commit fd2e0a6b7d599c4783d0a79831ecbae56999c765
  • 996f194 Updated PHPStan to commit 996f194ee0fd004bdee5b147e8a02c018ea4a72e
  • 40a20d2 Updated PHPStan to commit 40a20d2a3c5c6956b5df52d31855d64c463c3936
  • 986cbdf Updated PHPStan to commit 986cbdfb2fd0c3de71b31ac3f212bd499d2131e1
  • 795a560 Updated PHPStan to commit 795a560e55022174e2fdf5ca8d72fd0506bae161
  • f9d118f Updated PHPStan to commit f9d118fc96c0d1dac84d649b07e13cfc688f346b
  • b16dbaf Updated PHPStan to commit b16dbafd51675a9b63e1f87f7f0bf57bde96024d
  • Additional commits viewable in compare view

Updates phpstan/phpstan-phpunit to 1.3.16

Release notes

Sourced from phpstan/phpstan-phpunit's releases.

1.3.16

  • d5242a5 - Narrow type on assertCount and assertNotCount
Commits

Updates phpunit/phpunit to 10.5.16

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 10.5.16

Changed

  • #5766: Do not use a shell in proc_open() if not really needed
  • #5772: Cleanup process handling after dropping temp-file handling

Fixed

  • #5570: Windows does not support exclusive locks on stdout

How to install or update PHPUnit

Changelog

Sourced from phpunit/phpunit's changelog.

[10.5.16] - 2024-03-28

Changed

  • #5766: Do not use a shell in proc_open() if not really needed
  • #5772: Cleanup process handling after dropping temp-file handling

Fixed

  • #5570: Windows does not support exclusive locks on stdout

[10.5.15] - 2024-03-22

Fixed

  • #5765: Be more forgiving with error handlers that do not respect error suppression

[10.5.14] - 2024-03-21

Changed

  • #5747: Cache result of Groups::groups()
  • #5748: Improve performance of NamePrettifier::prettifyTestMethodName()
  • #5750: Micro-optimize NamePrettifier::prettifyTestMethodName() once again

Fixed

  • #5760: TestDox printer does not display details about exceptions raised in before-test methods

[10.5.13] - 2024-03-12

Changed

  • #5727: Prevent duplicate call of NamePrettifier::prettifyTestMethodName()
  • #5739: Micro-optimize NamePrettifier::prettifyTestMethodName()
  • #5740: Micro-optimize TestRunner::runTestWithTimeout()
  • #5741: Save call to Telemetry\System::snapshot()
  • #5742: Prevent file IO when not strictly necessary
  • #5743: Prevent unnecessary ExecutionOrderDependency::getTarget() call
  • #5744: Simplify NamePrettifier::prettifyTestMethodName()

Fixed

  • #5351: Incorrect code coverage metadata does not prevent code coverage data from being collected
  • #5746: Using -d CLI option multiple times triggers warning

[10.5.12] - 2024-03-09

Fixed

... (truncated)

Commits
  • 18f8d4a Prepare release
  • 5ad4bcf Delete dead code
  • 9f35e8a Update ChangeLog
  • 51e0bee Cleanup process handling after dropping temp-file handling
  • 500149c Update ChangeLog
  • 982c7a0 Use PHP_BINARY instead of deprecated Runtime::getRawBinary()
  • 9320731 Remove windows stdout workarounds
  • 19c41a3 Do not use a shell in proc_open if not really needed
  • f8941b6 Update ChangeLog
  • 5e80471 Windows does not support exclusive locks on stdout
  • Additional commits viewable in compare view

Updates shipmonk/composer-dependency-analyser to 1.4.0

Release notes

Sourced from shipmonk/composer-dependency-analyser's releases.

1.4.0

New features:

  • Ability to scan codebase outside of installed folder (#93)
    • This allows usage of composer-bin-plugin, easy scans of codebases with PHP < 7.2, composer's global install, single install in monorepo and similar approaches
  • Ability to dump usages of a package via --dump-usages symfony/console (#88)
    • Handy when verifying reported issues

Improvements:

  • Support absolute path in --composer-json and --config (#98)
  • Ensure ext-tokenizer is present (#104)
Commits

Updates shipmonk/name-collision-detector to 2.1.1

Release notes

Sourced from shipmonk/name-collision-detector's releases.

2.1.1

Fixes:

  • Proper exception when config JSON is invalid (#42)
Commits
  • e8c8267 Bump phpstan/phpstan-phpunit from 1.3.15 to 1.3.16 (#57)
  • b1e2cd6 Bump phpunit/phpunit from 9.6.16 to 9.6.17 (#56)
  • aae8896 Readme: lines are also outputted (#55)
  • 520a40d Bump editorconfig-checker/editorconfig-checker from 10.4.0 to 10.5.0 (#53)
  • 1d4c3f0 Bump phpstan/phpstan from 1.10.57 to 1.10.59 (#54)
  • 45c889e Bump shipmonk/composer-dependency-analyser from 1.0.0 to 1.2.1 (#52)
  • 4fd65b1 Bump ergebnis/composer-normalize from 2.41.1 to 2.42.0 (#48)
  • efb0ee9 Bump phpstan/phpstan from 1.10.50 to 1.10.57 (#49)
  • a8f9132 Bump phpunit/phpunit from 9.6.15 to 9.6.16 (#50)
  • 2ca2af5 Bump nette/schema from 1.2.5 to 1.3.0 (#51)
  • Additional commits viewable in compare view

Updates slevomat/coding-standard to 8.15.0

Release notes

Sourced from slevomat/coding-standard's releases.

8.15.0

🔧 Improvements

  • Speedup of sniffs working with use
  • Removed for a long time deprecated FunctionLength sniff in Files namespace

🐛 Fixes

  • SlevomatCodingStandard.Classes.ClassConstantVisibility: Fixed error message for typed constants
  • SlevomatCodingStandard.Namespaces.UnusedUses: Fixed false positive thanks to PHPCS upgrade
  • SlevomatCodingStandard.Namespaces.UnusedUses: Fix class detection in double-quoted strings and heredoc (thanks to @​c01l)
  • SlevomatCodingStandard.Exceptions.RequireNonCapturingCatch: Fixed false positives
  • SlevomatCodingStandard.Functions.RequireTrailingCommaInCall: Fixed missing report for missing trailing comma after arrow function
  • SlevomatCodingStandard.Commenting.UselessFunctionDocComment: It should report simple array as useless
  • Fixed internal error in CommentHelper
Commits
  • 7d1d957 Check on PHP 8.3
  • 15f95f8 SlevomatCodingStandard.Classes.ClassConstantVisibility: Fixed error message f...
  • 74b296b Fix class detection in double-quoted strings and heredoc
  • d82a671 SlevomatCodingStandard.Exceptions.RequireNonCapturingCatch: Fixed false posit...
  • 923e121 SlevomatCodingStandard.Namespaces.UnusedUses: Fixed false positive thanks to ...
  • 8d0f603 SlevomatCodingStandard.Functions.RequireTrailingCommaInCall: Fixed missing re...
  • ea3ff00 Fixed internal error in CommentHelper
  • 5cac991 UseStatementHelper optimizations
  • 6ea0278 SlevomatCodingStandard.Commenting.UselessFunctionDocCommentSniff: It should r...
  • d16a31a Removed for a long time deprecated FunctionLengthSniff in Files namespace
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 [editorconfig-checker/editorconfig-checker](https://github.com/editorconfig-checker/editorconfig-checker.php), [ergebnis/composer-normalize](https://github.com/ergebnis/composer-normalize), [phpstan/phpstan](https://github.com/phpstan/phpstan), [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit), [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit), [shipmonk/composer-dependency-analyser](https://github.com/shipmonk-rnd/composer-dependency-analyser), [shipmonk/name-collision-detector](https://github.com/shipmonk-rnd/name-collision-detector) and [slevomat/coding-standard](https://github.com/slevomat/coding-standard) to permit the latest version.

Updates `editorconfig-checker/editorconfig-checker` to 10.6.0
- [Release notes](https://github.com/editorconfig-checker/editorconfig-checker.php/releases)
- [Changelog](https://github.com/editorconfig-checker/editorconfig-checker.php/blob/master/CHANGELOG.md)
- [Commits](editorconfig-checker/editorconfig-checker.php@10.5.0...10.6.0)

Updates `ergebnis/composer-normalize` to 2.42.0
- [Release notes](https://github.com/ergebnis/composer-normalize/releases)
- [Changelog](https://github.com/ergebnis/composer-normalize/blob/main/CHANGELOG.md)
- [Commits](ergebnis/composer-normalize@2.30.2...2.42.0)

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

Updates `phpstan/phpstan-phpunit` to 1.3.16
- [Release notes](https://github.com/phpstan/phpstan-phpunit/releases)
- [Commits](phpstan/phpstan-phpunit@1.3.15...1.3.16)

Updates `phpunit/phpunit` to 10.5.16
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.16/ChangeLog-10.5.md)
- [Commits](sebastianbergmann/phpunit@10.1.0...10.5.16)

Updates `shipmonk/composer-dependency-analyser` to 1.4.0
- [Release notes](https://github.com/shipmonk-rnd/composer-dependency-analyser/releases)
- [Commits](shipmonk-rnd/composer-dependency-analyser@1.2.0...1.4.0)

Updates `shipmonk/name-collision-detector` to 2.1.1
- [Release notes](https://github.com/shipmonk-rnd/name-collision-detector/releases)
- [Commits](shipmonk-rnd/name-collision-detector@2.1.0...2.1.1)

Updates `slevomat/coding-standard` to 8.15.0
- [Release notes](https://github.com/slevomat/coding-standard/releases)
- [Commits](slevomat/coding-standard@8.14.1...8.15.0)

---
updated-dependencies:
- dependency-name: editorconfig-checker/editorconfig-checker
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: ergebnis/composer-normalize
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: phpstan/phpstan-phpunit
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: shipmonk/composer-dependency-analyser
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: shipmonk/name-collision-detector
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: slevomat/coding-standard
  dependency-type: direct:development
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
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.

2 participants