abrain / einsatzverwaltung

WordPress plugin for public incident reports for fire departments and other rescue services
https://einsatzverwaltung.org
GNU General Public License v2.0
54 stars 17 forks source link

chore(deps): update devdependencies (non-major) #268

Closed abrain-bot closed 10 months ago

abrain-bot commented 10 months ago

This PR contains the following updates:

Package Type Update Change
php-cs-fixer/phpunit-constraint-isidenticalstring require-dev minor 1.2.0 -> 1.3.0
php-cs-fixer/phpunit-constraint-xmlmatchesxsd require-dev minor 1.2.1 -> 1.3.0
phpunit/phpunit (source) require-dev minor 9.5.27 -> 9.6.11
squizlabs/php_codesniffer require-dev patch 3.7.1 -> 3.7.2
yoast/phpunit-polyfills require-dev minor 1.0.4 -> 1.1.0

Release Notes

PHP-CS-Fixer/phpunit-constraint-isidenticalstring (php-cs-fixer/phpunit-constraint-isidenticalstring) ### [`v1.3.0`](https://togithub.com/PHP-CS-Fixer/phpunit-constraint-isidenticalstring/releases/tag/v1.3.0) [Compare Source](https://togithub.com/PHP-CS-Fixer/phpunit-constraint-isidenticalstring/compare/v1.2.0...v1.3.0) - Add PHPUnit 10 support ([https://github.com/PHP-CS-Fixer/phpunit-constraint-isidenticalstring/pull/14](https://togithub.com/PHP-CS-Fixer/phpunit-constraint-isidenticalstring/pull/14))
PHP-CS-Fixer/phpunit-constraint-xmlmatchesxsd (php-cs-fixer/phpunit-constraint-xmlmatchesxsd) ### [`v1.3.0`](https://togithub.com/PHP-CS-Fixer/phpunit-constraint-xmlmatchesxsd/releases/tag/v1.3.0) [Compare Source](https://togithub.com/PHP-CS-Fixer/phpunit-constraint-xmlmatchesxsd/compare/v1.2.1...v1.3.0) - Add PHPUnit 10 support ([https://github.com/PHP-CS-Fixer/phpunit-constraint-xmlmatchesxsd/pull/18](https://togithub.com/PHP-CS-Fixer/phpunit-constraint-xmlmatchesxsd/pull/18))
sebastianbergmann/phpunit (phpunit/phpunit) ### [`v9.6.11`](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.10...9.6.11) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.10...9.6.11) ### [`v9.6.10`](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.9...9.6.10) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.9...9.6.10) ### [`v9.6.9`](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.8...9.6.9) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.8...9.6.9) ### [`v9.6.8`](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.7...9.6.8) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.7...9.6.8) ### [`v9.6.7`](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.6...9.6.7) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.6...9.6.7) ### [`v9.6.6`](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.5...9.6.6) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.5...9.6.6) ### [`v9.6.5`](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.4...9.6.5) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.4...9.6.5) ### [`v9.6.4`](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.3...9.6.4) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.3...9.6.4) ### [`v9.6.3`](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.2...9.6.3) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.2...9.6.3) ### [`v9.6.2`](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.1...9.6.2) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.1...9.6.2) ### [`v9.6.1`](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.0...9.6.1) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/9.6.0...9.6.1) ### [`v9.6.0`](https://togithub.com/sebastianbergmann/phpunit/compare/9.5.28...9.6.0) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/9.5.28...9.6.0) ### [`v9.5.28`](https://togithub.com/sebastianbergmann/phpunit/compare/9.5.27...9.5.28) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/9.5.27...9.5.28)
squizlabs/PHP_CodeSniffer (squizlabs/php_codesniffer) ### [`v3.7.2`](https://togithub.com/squizlabs/PHP_CodeSniffer/releases/tag/3.7.2) [Compare Source](https://togithub.com/squizlabs/PHP_CodeSniffer/compare/3.7.1...3.7.2) - Newer versions of Composer will now suggest installing PHPCS using require-dev instead of require - Thanks to Gary Jones ([@​GaryJones](https://togithub.com/GaryJones)) for the patch - A custom Out Of Memory error will now be shown if PHPCS or PHPCBF run out of memory during a run - Error message provides actionable information about how to fix the problem and ensures the error is not silent - Thanks to Juliette Reinders Folmer ([@​jrfnl](https://togithub.com/jrfnl)) and Alain Schlesser ([@​schlessera](https://togithub.com/schlessera)) for the patch - Generic.PHP.LowerCaseType sniff now correctly examines types inside arrow functions - Thanks to Juliette Reinders Folmer ([@​jrfnl](https://togithub.com/jrfnl)) for the patch - Squiz.Formatting.OperatorBracket no longer reports false positives in match() structures - Fixed bug [#​3616](https://togithub.com/squizlabs/PHP_CodeSniffer/issues/3616) : Squiz.PHP.DisallowComparisonAssignment false positive for PHP 8 match expression - Thanks to Juliette Reinders Folmer ([@​jrfnl](https://togithub.com/jrfnl)) for the patch - Fixed bug [#​3618](https://togithub.com/squizlabs/PHP_CodeSniffer/issues/3618) : Generic.WhiteSpace.ArbitraryParenthesesSpacing false positive for return new parent() - Thanks to Juliette Reinders Folmer ([@​jrfnl](https://togithub.com/jrfnl)) for the patch - Fixed bug [#​3632](https://togithub.com/squizlabs/PHP_CodeSniffer/issues/3632) : Short list not tokenized correctly in control structures without braces - Thanks to Juliette Reinders Folmer ([@​jrfnl](https://togithub.com/jrfnl)) for the patch - Fixed bug [#​3639](https://togithub.com/squizlabs/PHP_CodeSniffer/issues/3639) : Tokenizer not applying tab replacement to heredoc/nowdoc closers - Thanks to Juliette Reinders Folmer ([@​jrfnl](https://togithub.com/jrfnl)) for the patch - Fixed bug [#​3640](https://togithub.com/squizlabs/PHP_CodeSniffer/issues/3640) : Generic.WhiteSpace.DisallowTabIndent not reporting errors for PHP 7.3 flexible heredoc/nowdoc syntax - Thanks to Juliette Reinders Folmer ([@​jrfnl](https://togithub.com/jrfnl)) for the patch - Fixed bug [#​3645](https://togithub.com/squizlabs/PHP_CodeSniffer/issues/3645) : PHPCS can show 0 exit code when running in parallel even if child process has fatal error - Thanks to Alex Panshin ([@​enl](https://togithub.com/enl)) for the patch - Fixed bug [#​3653](https://togithub.com/squizlabs/PHP_CodeSniffer/issues/3653) : False positives for match() in OperatorSpacingSniff - Thanks to Jaroslav Hanslík ([@​kukulich](https://togithub.com/kukulich)) for the patch - Fixed bug [#​3666](https://togithub.com/squizlabs/PHP_CodeSniffer/issues/3666) : PEAR.Functions.FunctionCallSignature incorrect indent fix when checking mixed HTML/PHP files - Fixed bug [#​3668](https://togithub.com/squizlabs/PHP_CodeSniffer/issues/3668) : PSR12.Classes.ClassInstantiation.MissingParentheses false positive when instantiating parent classes - Similar issues also fixed in Generic.Functions.FunctionCallArgumentSpacing and Squiz.Formatting.OperatorBracket - Thanks to Juliette Reinders Folmer ([@​jrfnl](https://togithub.com/jrfnl)) for the patch - Fixed bug [#​3672](https://togithub.com/squizlabs/PHP_CodeSniffer/issues/3672) : Incorrect ScopeIndent.IncorrectExact report for match inside array literal - Fixed bug [#​3694](https://togithub.com/squizlabs/PHP_CodeSniffer/issues/3694) : Generic.WhiteSpace.SpreadOperatorSpacingAfter does not ignore spread operator in PHP 8.1 first class callables - Thanks to Juliette Reinders Folmer ([@​jrfnl](https://togithub.com/jrfnl)) for the patch
Yoast/PHPUnit-Polyfills (yoast/phpunit-polyfills) ### [`v1.1.0`](https://togithub.com/Yoast/PHPUnit-Polyfills/blob/HEAD/CHANGELOG.md#110---2023-08-19) [Compare Source](https://togithub.com/Yoast/PHPUnit-Polyfills/compare/1.0.5...1.1.0) ##### Added - `Yoast\PHPUnitPolyfills\Polyfills\AssertObjectProperty` trait to polyfill the `Assert::assertObjectHasProperty()` and `Assert::assertObjectNotHasProperty()` methods as backported from PHPUnit 10.1.0 to PHPUnit 9.6.11. PR [#​135]. ##### Changed - General housekeeping. [#​135]: https://togithub.com/Yoast/PHPUnit-Polyfills/pull/135 ### [`v1.0.5`](https://togithub.com/Yoast/PHPUnit-Polyfills/blob/HEAD/CHANGELOG.md#105---2023-03-31) [Compare Source](https://togithub.com/Yoast/PHPUnit-Polyfills/compare/1.0.4...1.0.5) ##### Fixed - A custom `$message` parameter passed to an assertion, will no longer overrule an emulated "assertion failed" message, but will be prefixed to it instead. PR [#​97]. This applies to the following polyfills: - `assertIsClosedResource()` - `assertIsNotClosedResource()` - `assertIsReadable()` - `assertNotIsReadable()` - `assertIsWritable()` - `assertNotIsWritable()` - `assertDirectoryExists()` - `assertDirectoryNotExists()` - `assertStringNotContainsString()` - `assertStringNotContainsStringIgnoringCase()` ##### Changed - The `develop` branch has been removed. Development will now take place in the `1.x` and `2.x` branches. - README: links to the PHPUnit manual now point explicitly to the PHPUnit 9.x documentation. PR [#​94]. - README: new sub-section about PHPUnit version support. PR [#​99]. - README: various minor improvements. PRs [#​92], [#​93]. - General housekeeping. [#​92]: https://togithub.com/Yoast/PHPUnit-Polyfills/pull/92 [#​93]: https://togithub.com/Yoast/PHPUnit-Polyfills/pull/93 [#​94]: https://togithub.com/Yoast/PHPUnit-Polyfills/pull/94 [#​97]: https://togithub.com/Yoast/PHPUnit-Polyfills/pull/97 [#​99]: https://togithub.com/Yoast/PHPUnit-Polyfills/pull/99

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.



This PR has been generated by Renovate Bot.

codecov[bot] commented 10 months ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (143ac27) 25.22% compared to head (90219af) 25.22%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #268 +/- ## ========================================== Coverage 25.22% 25.22% Complexity 1601 1601 ========================================== Files 81 81 Lines 6469 6469 ========================================== Hits 1632 1632 Misses 4837 4837 ``` | [Flag](https://app.codecov.io/gh/abrain/einsatzverwaltung/pull/268/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andreas+Brain) | Coverage Δ | | |---|---|---| | [integration](https://app.codecov.io/gh/abrain/einsatzverwaltung/pull/268/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andreas+Brain) | `11.83% <ø> (ø)` | | | [unit](https://app.codecov.io/gh/abrain/einsatzverwaltung/pull/268/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andreas+Brain) | `14.88% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andreas+Brain#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.