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

Update all non-major dependencies #143

Merged
merged 3 commits into from
Mar 16, 2023
Merged

Update all non-major dependencies #143

merged 3 commits into from
Mar 16, 2023

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 22, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
phpunit/phpunit (source) require-dev patch ^9.6.3 -> ^9.6.5
squizlabs/php_codesniffer require-dev patch ^3.7.1 -> ^3.7.2
vimeo/psalm require-dev minor ^5.6.0 -> ^5.8.0

Release Notes

sebastianbergmann/phpunit

v9.6.5

Compare Source

v9.6.4

Compare Source

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
vimeo/psalm

v5.8.0

Compare Source

What's Changed

Features
Fixes
Internal changes

New Contributors

Full Changelog: vimeo/psalm@5.7.7...5.8.0

v5.7.7

Compare Source

What's Changed

Fixes

Full Changelog: vimeo/psalm@5.7.6...5.7.7

v5.7.6

Compare Source

What's Changed

Fixes

Full Changelog: vimeo/psalm@5.7.5...5.7.6

v5.7.5

Compare Source

What's Changed

Fixes

Full Changelog: vimeo/psalm@5.7.4...5.7.5

v5.7.4

Compare Source

What's Changed

Fixes

Full Changelog: vimeo/psalm@5.7.3...5.7.4

v5.7.3

Compare Source

What's Changed

Fixes

Full Changelog: vimeo/psalm@5.7.2...5.7.3

v5.7.2

Compare Source

What's Changed

Fixes

New Contributors

Full Changelog: vimeo/psalm@5.7.1...5.7.2

v5.7.1

Compare Source

What's Changed

Fixes

Full Changelog: vimeo/psalm@5.7.0...5.7.1

v5.7.0

Compare Source

What's Changed

Deprecations
Features
Fixes
Docs
Internal changes
Other changes

New Contributors

Full Changelog: vimeo/psalm@5.6.0...5.7.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 22, 2023
@codecov
Copy link

codecov bot commented Feb 22, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (96141f2) 100.00% compared to head (941011e) 100.00%.

❗ Current head 941011e differs from pull request most recent head 6b43077. Consider uploading reports for the commit 6b43077 to get more accurate results

Additional details and impacted files
@@             Coverage Diff             @@
##                main      #143   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity       226       226           
===========================================
  Files             30        30           
  Lines            902       902           
===========================================
  Hits             902       902           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9b75b2f to e443c4f Compare February 22, 2023 23:47
@renovate renovate bot changed the title Update dependency vimeo/psalm to ^5.7.5 Update all non-major dependencies Feb 22, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 9eed45b to f3b9455 Compare February 27, 2023 14:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f3b9455 to a229063 Compare March 9, 2023 07:26
| datasource | package                   | from  | to    |
| ---------- | ------------------------- | ----- | ----- |
| packagist  | phpunit/phpunit           | 9.6.3 | 9.6.5 |
| packagist  | squizlabs/php_codesniffer | 3.7.1 | 3.7.2 |
| packagist  | vimeo/psalm               | 5.6.0 | 5.8.0 |
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a229063 to 0886af1 Compare March 10, 2023 05:11
@gsteel gsteel self-assigned this Mar 16, 2023
@gsteel gsteel added this to the 5.1.0 milestone Mar 16, 2023
@gsteel gsteel merged commit b219282 into main Mar 16, 2023
@gsteel gsteel deleted the renovate/all-minor-patch branch March 16, 2023 10:18
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