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

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

Merged
merged 1 commit into from
Sep 11, 2023

Conversation

abrain-bot
Copy link
Collaborator

@abrain-bot abrain-bot commented Sep 11, 2023

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

Compare Source

PHP-CS-Fixer/phpunit-constraint-xmlmatchesxsd (php-cs-fixer/phpunit-constraint-xmlmatchesxsd)

v1.3.0

Compare Source

sebastianbergmann/phpunit (phpunit/phpunit)

v9.6.11

Compare Source

v9.6.10

Compare Source

v9.6.9

Compare Source

v9.6.8

Compare Source

v9.6.7

Compare Source

v9.6.6

Compare Source

v9.6.5

Compare Source

v9.6.4

Compare Source

v9.6.3

Compare Source

v9.6.2

Compare Source

v9.6.1

Compare Source

v9.6.0

Compare Source

v9.5.28

Compare Source

squizlabs/PHP_CodeSniffer (squizlabs/php_codesniffer)

v3.7.2

Compare Source

  • Newer versions of Composer will now suggest installing PHPCS using require-dev instead of require
  • 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) and Alain Schlesser (@​schlessera) for the patch
  • Generic.PHP.LowerCaseType sniff now correctly examines types inside arrow functions
    • Thanks to Juliette Reinders Folmer (@​jrfnl) for the patch
  • Squiz.Formatting.OperatorBracket no longer reports false positives in match() structures
  • Fixed bug #​3616 : Squiz.PHP.DisallowComparisonAssignment false positive for PHP 8 match expression
    • Thanks to Juliette Reinders Folmer (@​jrfnl) for the patch
  • Fixed bug #​3618 : Generic.WhiteSpace.ArbitraryParenthesesSpacing false positive for return new parent()
    • Thanks to Juliette Reinders Folmer (@​jrfnl) for the patch
  • Fixed bug #​3632 : Short list not tokenized correctly in control structures without braces
    • Thanks to Juliette Reinders Folmer (@​jrfnl) for the patch
  • Fixed bug #​3639 : Tokenizer not applying tab replacement to heredoc/nowdoc closers
    • Thanks to Juliette Reinders Folmer (@​jrfnl) for the patch
  • Fixed bug #​3640 : Generic.WhiteSpace.DisallowTabIndent not reporting errors for PHP 7.3 flexible heredoc/nowdoc syntax
    • Thanks to Juliette Reinders Folmer (@​jrfnl) for the patch
  • Fixed bug #​3645 : PHPCS can show 0 exit code when running in parallel even if child process has fatal error
    • Thanks to Alex Panshin (@​enl) for the patch
  • Fixed bug #​3653 : False positives for match() in OperatorSpacingSniff
  • Fixed bug #​3666 : PEAR.Functions.FunctionCallSignature incorrect indent fix when checking mixed HTML/PHP files
  • Fixed bug #​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) for the patch
  • Fixed bug #​3672 : Incorrect ScopeIndent.IncorrectExact report for match inside array literal
  • Fixed bug #​3694 : Generic.WhiteSpace.SpreadOperatorSpacingAfter does not ignore spread operator in PHP 8.1 first class callables
    • Thanks to Juliette Reinders Folmer (@​jrfnl) for the patch
Yoast/PHPUnit-Polyfills (yoast/phpunit-polyfills)

v1.1.0

Compare Source

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.

v1.0.5

Compare Source

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.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@codecov
Copy link

codecov bot commented Sep 11, 2023

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
@@            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 Coverage Δ
integration 11.83% <ø> (ø)
unit 14.88% <ø> (ø)

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.

@abrain-bot abrain-bot force-pushed the renovate/devdependencies-(non-major) branch from f266ae7 to 90219af Compare September 11, 2023 23:28
@abrain abrain merged commit 5c507c7 into develop Sep 11, 2023
2 checks passed
@abrain-bot abrain-bot deleted the renovate/devdependencies-(non-major) branch September 12, 2023 00:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants