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

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

Update PHPStan packages #512

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.30 -> 1.12.19 age adoption passing confidence
phpstan/phpstan-deprecation-rules 1.1.4 -> 1.2.1 age adoption passing confidence
phpstan/phpstan-phpunit 1.3.13 -> 1.4.2 age adoption passing confidence
phpstan/phpstan-strict-rules 1.5.1 -> 1.6.2 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.19

Compare Source

Improvements 🔧

Function signature fixes 🤖

v1.12.18

Compare Source

Bugfixes 🐛

Function signature fixes 🤖

v1.12.17

Compare Source

If you're using larastan/larastan PHPStan extension, please update to version 2.9.14 alongside PHPStan 1.12.17 for improved compatibility with the new generic static<...> type. Thank you.

Improvements 🔧

Bugfixes 🐛

Internals 🔍

v1.12.16

Compare Source

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

v1.12.15

Compare Source

Bugfixes 🐛

Internals 🔍

v1.12.14

Compare Source

Fix preg_match() group containing start/end meta characters (#​3740), #​12297, thanks @​staabm!

v1.12.13

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

v1.12.12

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

v1.12.11

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

v1.12.10

Compare Source

Bugfixes 🐛

v1.12.9

Compare Source

Improvements 🔧

Bugfixes 🐛

Internals 🔍

v1.12.8

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

v1.12.7

Compare Source

Major new features 🚀

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

v1.12.6

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.12.5

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

v1.12.4

Compare Source

Improvements 🔧

Bugfixes 🐛


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 force-pushed the renovate/phpstan-packages branch 2 times, most recently from ec3bda7 to e3d7eda Compare November 5, 2023 15:14
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 3 times, most recently from 50828c0 to 167b8da Compare November 21, 2023 18:52
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 3 times, most recently from 4938fb5 to 2170524 Compare December 1, 2023 16:46
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 3 times, most recently from a29dccc to 9880807 Compare December 13, 2023 13:47
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 4 times, most recently from 0a8b3c8 to 38acad6 Compare January 8, 2024 14:28
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 38acad6 to 6ee0598 Compare January 15, 2024 13:53
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 6ee0598 to 64d2507 Compare January 24, 2024 12:04
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 64d2507 to a4fac69 Compare February 12, 2024 21:41
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 2 times, most recently from 275d5ba to a2d4994 Compare February 23, 2024 13:56
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 3 times, most recently from ebc0cde to ade86b3 Compare March 13, 2024 13:19
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 3 times, most recently from a8764d5 to 87aba62 Compare March 23, 2024 12:02
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 87aba62 to 5444fcb Compare March 28, 2024 17:06
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 5444fcb to 9727dbb Compare April 6, 2024 08:08
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from ecb7b27 to adcd372 Compare July 24, 2024 07:46
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 2 times, most recently from e54740f to a897d0f Compare August 8, 2024 10:20
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from a897d0f to 444cafd Compare August 19, 2024 15:22
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 2 times, most recently from 6c817e3 to fe2a00d Compare August 28, 2024 09:45
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 4 times, most recently from 340a98f to 129b3c0 Compare September 9, 2024 08:33
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 129b3c0 to 038e38f Compare September 11, 2024 17:25
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 2 times, most recently from af8b340 to 8f0587a Compare September 20, 2024 16:48
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 8f0587a to ccb21c6 Compare September 26, 2024 17:15
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from ccb21c6 to 77ea82e Compare October 6, 2024 15:21
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 77ea82e to 3b43721 Compare October 18, 2024 14:21
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 3 times, most recently from 9d5d978 to 3e9a7a1 Compare November 12, 2024 23:50
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 3e9a7a1 to 0ab2a40 Compare November 17, 2024 15:10
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 0ab2a40 to 9c54b64 Compare November 29, 2024 00:04
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 9c54b64 to 4bacfb3 Compare December 17, 2024 18:08
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 2 times, most recently from adef588 to 3f9fac1 Compare January 5, 2025 16:49
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 2 times, most recently from 3752f19 to 5de322d Compare January 21, 2025 17:24
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 2 times, most recently from e773879 to 800892c Compare February 13, 2025 15:22
| datasource | package                           | from    | to      |
| ---------- | --------------------------------- | ------- | ------- |
| packagist  | phpstan/extension-installer       | 1.2.0   | 1.4.3   |
| packagist  | phpstan/phpstan                   | 1.10.30 | 1.12.19 |
| packagist  | phpstan/phpstan-deprecation-rules | 1.1.4   | 1.2.1   |
| packagist  | phpstan/phpstan-phpunit           | 1.3.13  | 1.4.2   |
| packagist  | phpstan/phpstan-strict-rules      | 1.5.1   | 1.6.2   |
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 800892c to 4b4e88f Compare February 19, 2025 17:11
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