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 #108

Merged
merged 2 commits into from
May 29, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 24, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
phpstan/phpstan ^1.10.67 -> ^1.11.2 age adoption passing confidence
phpstan/phpstan-deprecation-rules ^1.1.4 -> ^1.2.0 age adoption passing confidence
phpstan/phpstan-phpunit ^1.3.16 -> ^1.4.0 age adoption passing confidence
phpstan/phpstan-strict-rules ^1.5.5 -> ^1.6.0 age adoption passing confidence
phpstan/phpstan-symfony ^1.3.12 -> ^1.4.1 age adoption passing confidence
phpunit/phpunit (source) ^10.5.19 -> ^10.5.20 age adoption passing confidence
vimeo/psalm ^5.23.1 -> ^5.24.0 age adoption passing confidence

Release Notes

phpstan/phpstan (phpstan/phpstan)

v1.11.2

Compare Source

v1.11.1

Compare Source

Improvements 🔧

  • Support integer ranges in sprintf() constant result inference (#​3075), thanks @​staabm!

Bugfixes 🐛

Function signature fixes 🤖

v1.11.0

Compare Source

Read the article about PHPStan 1.11 on phpstan.org »

Major new features 🚀

  • Error identifiers
  • PHPStan Pro Reboot
    • A new migration wizard will effortlessly migrate all your @phpstan-ignore-line and @phpstan-ignore-next-line to the new @phpstan-ignore comment style with error identifiers. The old comment style is dangerous because it ignores all errors, current and future, on that line.
    • Revamped UI for much more comfortable viewing and browsing of reported errors
    • The new UI also lets you browse ignored errors, from ignoreErrors, from your baseline and also ignored locally in source code using comments
    • Streaming errors during launch: You don't have to wait for the analysis to complete, you can see errors as they come in during the analysis
    • Support for mapping file paths to the host filesystem when running in Docker or remotely
    • Try it out by running PHPStan with --pro CLI option
  • PHPDoc tags describing callable lifecycle: @param-immediately-invoked-callable, @param-later-invoked-callable
  • PHPDoc tag @param-closure-this to describe what $this is bound to in a passed closure
  • Two new config options around stricter offset checks in arrays (#​3028), #​7553, thanks @​ttomdewit!

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 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

phpstan/phpstan-deprecation-rules (phpstan/phpstan-deprecation-rules)

v1.2.0

Compare Source

  • fa8cce7 - Update lock-closed-issues.yml
  • 8342041 - Merge remote-tracking branch 'origin/1.1.x' into 1.2.x
  • d457b73 - Update PHPStan version
  • ff4f00f - Update FetchingDeprecatedConstRuleTest.php
  • 437ac71 - Fix build
  • e9ea332 - Update metcalfc/changelog-generator action to v4.3.1
  • f71dbf6 - Update cbrgm/mastodon-github-action action to v2
  • 10f0e35 - Merge branch '1.1.x' into 1.2.x
  • 674d785 - Fix build
  • e7fe22b - Update metcalfc/changelog-generator action to v4.2.0
  • 83345f7 - Update dessant/lock-threads action to v5
  • 788ea1b - remove phpstan/phpstan-php-parser
  • 4175e8a - Update actions/checkout action to v4
  • f1cacde - Fix a typo
  • 1884f9f - Next-gen coding standard workflow
  • 2313a63 - Modernize rules to use RuleErrorBuilder and report error identifiers
  • ca9e4fd - Open 1.2.x-dev
phpstan/phpstan-phpunit (phpstan/phpstan-phpunit)

v1.4.0

Compare Source

  • f3ea021 - Update lock-closed-issues.yml
  • f93aec7 - Merge remote-tracking branch 'origin/1.3.x' into 1.4.x
  • 77bdf96 - Update metcalfc/changelog-generator action to v4.3.1
  • 6a1df9a - Update cbrgm/mastodon-github-action action to v2
  • e95a58b - Update metcalfc/changelog-generator action to v4.2.0
  • 77345df - Update dessant/lock-threads action to v5
  • 99bb21e - Merge branch '1.3.x' into 1.4.x
  • ac8ea99 - Update actions/checkout action to v4
  • 529f300 - Merge branch '1.3.x' into 1.4.x
  • 62e883e - Open 1.4.x-dev
  • 97ec1d3 - Merge branch '1.3.x' into 1.4.x
  • 4d99a7d - Require PHPStan 1.11
  • 908e232 - Error identifiers
phpstan/phpstan-strict-rules (phpstan/phpstan-strict-rules)

v1.6.0

Compare Source

  • 363f921 - Update lock-closed-issues.yml
  • bd4fada - Merge remote-tracking branch 'origin/1.5.x' into 1.6.x
  • c7b4d28 - Merge remote-tracking branch 'origin/1.5.x' into 1.6.x
  • 1a51fae - Merge remote-tracking branch 'origin/1.5.x' into 1.6.x
  • b5233d5 - Fix build
  • d0dc2f0 - Update README.md
  • 85fdc50 - Merge remote-tracking branch 'origin/1.5.x' into 1.6.x
  • 3d0ba5f - Merge remote-tracking branch 'origin/1.5.x' into 1.6.x
  • 3d33475 - Fix UselessCastRuleTest.
  • 2bc3967 - Update metcalfc/changelog-generator action to v4.3.1
  • 5981dc4 - Update cbrgm/mastodon-github-action action to v2
  • 2090cfc - Update metcalfc/changelog-generator action to v4.2.0
  • 1b125fb - Update dessant/lock-threads action to v5
  • a3b0404 - Merge branch '1.5.x' into 1.6.x
  • 3a67365 - Merge branch '1.5.x' into 1.6.x
  • 50aab8d - Open 1.6.x-dev
  • aeaa022 - Update actions/checkout action to v4
  • b7edb14 - Rename abstract OperandInArithmeticIncrementOrDecrementRuleTest
  • 88e714c - BooleanInBooleanAndRule, BooleanInBooleanOrRule - different identifier and description for logical operators
  • 477f53a - Error identifiers
  • 872bc91 - Removed some errors from RequireParentConstructCallRule - already reported by PHPStan core
  • bd3aa8b - Modernized rules with generics and RuleErrorBuilder
  • cca41e8 - Require PHPStan 1.11
  • 5c143aa - Next-gen coding standard workflow
  • a1891b4 - Update dependency slevomat/coding-standard to v8.12.0
  • fa91928 - Update dependency slevomat/coding-standard to v8.11.1
  • 1b9b85f - Update dependency slevomat/coding-standard to v8.11.0
  • 35fda6c - Update dependency slevomat/coding-standard to v8.10.0
  • ce264e3 - Update build-cs
phpstan/phpstan-symfony (phpstan/phpstan-symfony)

v1.4.1

Compare Source

  • d530cfe - Merge remote-tracking branch 'origin/1.3.x' into 1.4.x
  • f4b9407 - Synchronize stub with symfony
  • 3fbf634 - Synchronize stub with symfony
  • 99848d8 - Add stub for Compound::getConstraints()

v1.4.0

Compare Source

  • 51183fe - Update lock-closed-issues.yml
  • f4b9407 - Synchronize stub with symfony
  • 3fbf634 - Synchronize stub with symfony
  • 99848d8 - Add stub for Compound::getConstraints()
  • 8148308 - Merge remote-tracking branch 'origin/1.3.x' into 1.4.x
  • c9f5ceb - Merge remote-tracking branch 'origin/1.3.x' into 1.4.x
  • 67e208d - Add documentation to load DI helper
  • a0e0f1f - chore(deps): update metcalfc/changelog-generator action to v4.3.1
  • b2ddd0f - chore(deps): update cbrgm/mastodon-github-action action to v2
  • 3b3083d - Merge remote-tracking branch 'origin/1.3.x' into 1.4.x
  • 4cc4788 - chore(deps): update metcalfc/changelog-generator action to v4.2.0
  • 44b68dd - chore(deps): update dessant/lock-threads action to v5
  • 5586faa - Merge branch '1.3.x' into 1.4.x
  • b9e1ded - Merge remote-tracking branch 'origin/1.3.x' into 1.4.x
  • ce3c258 - Error identifiers
  • 6a0cefe - Require PHPStan 1.11
  • 67cf72e - Open 1.4.x-dev
sebastianbergmann/phpunit (phpunit/phpunit)

v10.5.20: PHPUnit 10.5.20

Compare Source

  • #​5771: JUnit XML logger may crash when test that is run in separate process exits unexpectedly
  • #​5819: Duplicate keys from different data providers are not handled properly

How to install or update PHPUnit

vimeo/psalm (vimeo/psalm)

v5.24.0

Compare Source

What's Changed
Features
Fixes
Docs
Internal changes
Other changes
New Contributors

Full Changelog: vimeo/psalm@5.23.1...5.24.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

Renovate Bot

Copy link
Contributor Author

renovate bot commented Apr 24, 2024

automergeComment

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 67a0503 to 122be44 Compare May 2, 2024 01:43
@renovate renovate bot changed the title Update dependency phpunit/phpunit to ^10.5.20 Update all non-major dependencies May 2, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4b042bd to f957f3b Compare May 15, 2024 11:16
| datasource | package                           | from    | to      |
| ---------- | --------------------------------- | ------- | ------- |
| packagist  | phpstan/phpstan                   | 1.10.67 | 1.11.2  |
| packagist  | phpstan/phpstan-deprecation-rules | 1.1.4   | 1.2.0   |
| packagist  | phpstan/phpstan-phpunit           | 1.3.16  | 1.4.0   |
| packagist  | phpstan/phpstan-strict-rules      | 1.5.5   | 1.6.0   |
| packagist  | phpstan/phpstan-symfony           | 1.3.12  | 1.4.1   |
| packagist  | phpunit/phpunit                   | 10.5.19 | 10.5.20 |
| packagist  | vimeo/psalm                       | 5.23.1  | 5.24.0  |
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f957f3b to 7e89228 Compare May 24, 2024 15:07
@dragosprotung dragosprotung merged commit a787ec8 into main May 29, 2024
6 checks passed
@dragosprotung dragosprotung deleted the renovate/all-minor-patch branch May 29, 2024 07:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

1 participant