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 dependency phpstan/phpstan to v1.10.36 #33

Merged
merged 1 commit into from
Sep 30, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 8, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
phpstan/phpstan 1.7.3 -> 1.10.36 age adoption passing confidence

Release Notes

phpstan/phpstan (phpstan/phpstan)

v1.10.36

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

v1.10.35

Compare Source

Major new features 🚀

Bugfixes 🐛

Internals 🔍

v1.10.34

Compare Source

Improvements 🔧

Function signature fixes 🤖

Internals 🔍

v1.10.33

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

v1.10.32

Compare Source

Improvements 🔧

v1.10.31

Compare Source

Improvements 🔧

Internals 🔍

v1.10.30

Compare Source

Improvements 🔧

Bugfixes 🐛

Internals 🔍

v1.10.29

Compare Source

Improvements 🔧

  • Update nikic/php-parser to v4.17.1
    • PHP 8.3 features are no longer parse errors. Full-fledged PHP 8.3 support is coming later this year.
  • Update BetterReflection to 6.12.0

Bugfixes 🐛

Function signature fixes 🤖

v1.10.28

Compare Source

Improvements 🔧

Bugfixes 🐛

Internals 🔍

v1.10.27

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

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

v1.10.25

Compare Source

Improvements 🔧

Bugfixes 🐛

v1.10.24

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

v1.10.23

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

v1.10.22

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

Compare Source

Bugfixes 🐛

Internals 🔍

v1.10.20

Compare Source

Improvements 🔧

Bugfixes 🐛

Internals 🔍

v1.10.19

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

Compare Source

Implicit throw point is enough to no longer mark multi-catch as dead (phpstan/phpstan-src@c587dd1), #​9406

v1.10.17

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

v1.10.16

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

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

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 🐛


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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Mend Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Aug 8, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (7bae7f2) 95.73% compared to head (950d6ac) 95.73%.
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main      #33   +/-   ##
=========================================
  Coverage     95.73%   95.73%           
  Complexity      127      127           
=========================================
  Files             8        8           
  Lines           328      328           
=========================================
  Hits            314      314           
  Misses           14       14           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/phpstan-packages branch from d662254 to f63bd27 Compare August 14, 2023 13:33
@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan to v1.10.28 chore(deps): update dependency phpstan/phpstan to v1.10.29 Aug 14, 2023
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from f63bd27 to 53367cd Compare August 22, 2023 14:27
@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan to v1.10.29 chore(deps): update dependency phpstan/phpstan to v1.10.30 Aug 22, 2023
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 53367cd to 20fb238 Compare August 24, 2023 15:37
@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan to v1.10.30 chore(deps): update dependency phpstan/phpstan to v1.10.31 Aug 24, 2023
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 20fb238 to 7e800e0 Compare August 25, 2023 01:13
@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan to v1.10.31 chore(deps): update dependency phpstan/phpstan to v1.10.32 Aug 25, 2023
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 7e800e0 to 8513b84 Compare September 4, 2023 14:41
@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan to v1.10.32 chore(deps): update dependency phpstan/phpstan to v1.10.33 Sep 4, 2023
@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan to v1.10.33 chore(deps): update dependency phpstan/phpstan to v1.10.34 Sep 13, 2023
@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan to v1.10.34 chore(deps): update dependency phpstan/phpstan to v1.10.35 Sep 19, 2023
@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan to v1.10.35 chore(deps): update dependency phpstan/phpstan to v1.10.36 Sep 29, 2023
@ipranjal ipranjal merged commit 509fb67 into main Sep 30, 2023
6 of 7 checks passed
@ipranjal ipranjal deleted the renovate/phpstan-packages branch September 30, 2023 19:42
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.

None yet

1 participant