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 PHPStan packages #265

Open
wants to merge 1 commit into
base: 1.0.x
Choose a base branch
from
Open

Update PHPStan packages #265

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 17, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
phpstan/extension-installer 1.2.0 -> 1.4.3 age adoption passing confidence
phpstan/phpstan 1.10.38 -> 1.12.5 age adoption passing confidence
phpstan/phpstan-deprecation-rules 1.1.4 -> 1.2.1 age adoption passing confidence
phpstan/phpstan-phpunit 1.3.15 -> 1.4.0 age adoption passing confidence
phpstan/phpstan-strict-rules 1.5.1 -> 1.6.1 age adoption passing confidence

Release Notes

phpstan/extension-installer (phpstan/extension-installer)

v1.4.3

Compare Source

  • 85e90b3 - Allow PHPStan ^2.0 (currently in development)

v1.4.2

Compare Source

v1.4.1

Compare Source

  • f6b87fa - Test more Composer versions
  • 4ce4d5c - Revert "Bump composer-plugin-api"

v1.4.0

Compare Source

  • 5b19a72 - Fix
  • bf14f4a - Skip zero/inf bounds
  • 2586069 - Convert constraints into strings consistently
  • aae3978 - Dump PHPStan version constraint for each package
  • bfd401b - Fix CI
  • 7e654f8 - Fix
  • 792118f - Fix CS
  • 487e1ad - Open 1.4.x-dev
  • 219172e - Dump PHPStan version constraint to GeneratedConfig
  • 9416e06 - Bump composer-plugin-api
  • 2ea5b42 - Update lock-closed-issues.yml
  • dd08fd9 - chore(deps): update cbrgm/mastodon-github-action action to v2
  • 03b1d7e - chore(deps): update metcalfc/changelog-generator action to v4.3.1
  • 5861df6 - chore(deps): update metcalfc/changelog-generator action to v4.2.0
  • abd5064 - chore(deps): update dessant/lock-threads action to v5
  • dcbaea0 - chore(deps): update actions/checkout action to v4
  • 181c23c - Update .gitattributes
  • 7aa403a - Next-gen coding standard workflow
  • a7ce75f - chore(deps): update dependency slevomat/coding-standard to v8.12.1
  • cf5912d - Revert "Next-gen coding standard workflow"
  • 4255c03 - Next-gen coding standard workflow

v1.3.1

Compare Source

  • f45734b - Compatibility with Composer 2.5.6
  • d39adc7 - PHPStan level 8
  • a5ba6ab - Configure PHPStan
  • e56c14f - chore(deps): update dependency slevomat/coding-standard to v8.12.0
  • 25f6fc3 - chore(deps): update build-cs
  • 02e895e - chore(deps): update metcalfc/changelog-generator action to v4.1.0
  • f5b149f - Fix ignoring phpstan/phpstan-phpunit in the root composer.json.

v1.3.0

Compare Source

  • f5e02d4 - Allow specifying a list of extensions to ignore
  • 3f3d1ba - Update PHPCS
  • d8a3e19 - Update release-toot.yml
  • 55a1898 - Create release-toot.yml
  • c45f40a - chore(deps): update dessant/lock-threads action to v4
  • 9f3942a - chore(deps): update metcalfc/changelog-generator action to v4
phpstan/phpstan (phpstan/phpstan)

v1.12.5

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

v1.12.4

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

v1.12.3

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

v1.12.2

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

v1.12.1

Compare Source

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 🐛

Internals 🔍

v1.12.0

Compare Source

Read all about PHPStan 1.12 on phpstan.org »

Major new features 🚀

  • Precise type for $matches from preg_match generally available, out of bleeding edge (phpstan/phpstan-src@bd2cec1)
  • PHP 8.4 runtime support
    • PHPStan runs on PHP 8.4 without emitting deprecation notices
    • Full support for PHP 8.4 including new syntax and rules is coming later, after PHPStan 2.0 release

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 🐛

Internals 🔍

v1.11.11

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

v1.11.10

Compare Source

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 🔍

v1.11.9

Compare Source

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 🐛

  • RegexArrayShapeMatcher: Fix non-emptiness of leading optional groups (#​3267), #​11376, thanks @​staabm!
  • RegexArrayShapeMatcher: Support resolving of constants in patterns (#​3265), #​11384, thanks @​staabm!
  • RegexExpressionHelper - Support all bracket style delimiters (#​3273), thanks @​staabm!
  • Regex parsing fixes for newline characters and marker

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Oct 17, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Oct 17, 2023

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot changed the title Update dependency phpstan/phpstan to v1.10.39 Update PHPStan packages Oct 30, 2023
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 2 times, most recently from 7f53bda to 45d928b Compare November 5, 2023 13:48
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 3 times, most recently from a3f9ebb to 52f0f53 Compare November 21, 2023 18:54
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 3 times, most recently from 6e77570 to 56a6e50 Compare December 1, 2023 16:43
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 3 times, most recently from 5a3ba0d to ce1ebb8 Compare December 13, 2023 13:16
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 4 times, most recently from 45a2a22 to ff52662 Compare January 8, 2024 13:20
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from ff52662 to cf34489 Compare January 15, 2024 13:27
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from cf34489 to 2ddcd09 Compare January 24, 2024 12:37
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 2ddcd09 to cc54de1 Compare February 12, 2024 21:34
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 2 times, most recently from 54c09e8 to 7142368 Compare February 23, 2024 12:53
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 3 times, most recently from 0f1f3f3 to 81da10a Compare March 13, 2024 13:15
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 3 times, most recently from 468bd3c to f292f61 Compare March 23, 2024 12:26
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from f292f61 to 8e06bc8 Compare March 28, 2024 20:25
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 8e06bc8 to 75f6ad7 Compare April 6, 2024 11:21
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 2 times, most recently from 68ff098 to 7963fc4 Compare April 19, 2024 16:56
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 2 times, most recently from 478ad7f to 4e49e1d Compare May 15, 2024 19:54
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 2 times, most recently from 3bf1b36 to 6190649 Compare May 31, 2024 14:44
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 6190649 to 5357a21 Compare June 6, 2024 13:30
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 5357a21 to baff2e8 Compare June 17, 2024 15:23
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 2 times, most recently from d48ea77 to 87b7835 Compare July 6, 2024 13:14
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 87b7835 to 0175bbd Compare July 24, 2024 10:51
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 2 times, most recently from 1176529 to e1d5b74 Compare August 8, 2024 09:37
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from e1d5b74 to f8cb823 Compare August 19, 2024 15:25
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 2 times, most recently from 75f92c0 to da6c1e2 Compare August 28, 2024 09:18
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 4 times, most recently from c8a7c80 to 17d325c Compare September 9, 2024 08:26
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 2 times, most recently from 4123ca9 to ef04d03 Compare September 20, 2024 14:26
| datasource | package                           | from    | to     |
| ---------- | --------------------------------- | ------- | ------ |
| packagist  | phpstan/extension-installer       | 1.2.0   | 1.4.3  |
| packagist  | phpstan/phpstan                   | 1.10.38 | 1.12.5 |
| packagist  | phpstan/phpstan-deprecation-rules | 1.1.4   | 1.2.1  |
| packagist  | phpstan/phpstan-phpunit           | 1.3.15  | 1.4.0  |
| packagist  | phpstan/phpstan-strict-rules      | 1.5.1   | 1.6.1  |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants