Skip to content

chore(deps): update dependency phpstan/phpstan to v0.12.78#37

Merged
koromerzhin merged 1 commit intodevelopfrom
renovate/phpstan-phpstan-0.x
Feb 23, 2021
Merged

chore(deps): update dependency phpstan/phpstan to v0.12.78#37
koromerzhin merged 1 commit intodevelopfrom
renovate/phpstan-phpstan-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Nov 5, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
phpstan/phpstan require-dev patch 0.12.53 -> 0.12.78

Release Notes

phpstan/phpstan

v0.12.78

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

v0.12.77

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

v0.12.76

Compare Source

Bugfixes 🐛

v0.12.75

Compare Source

Improvements 🔧

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.

Bugfixes 🐛

Function signature fixes 🤖

v0.12.74

Compare Source

Improvements 🔧

Bugfixes 🐛

v0.12.73

Compare Source

Improvements 🔧

v0.12.72

Compare Source

Improvements 🔧

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.

Bugfixes 🐛

v0.12.71

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

v0.12.70

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

v0.12.69

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

v0.12.68

Compare Source

Improvements 🔧

Bugfixes 🐛

v0.12.67

Compare Source

Improvements 🔧

Bugfixes 🐛

v0.12.66

Compare Source

Improvements 🔧

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.

Bugfixes 🐛

Function signature fixes 🤖

v0.12.65

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

v0.12.64

Compare Source

Major new feature 🚀

Dependent variables

PHPStan can now understand relationships between different variables. Cases like these are now understood correctly:

if ($debug) {
    $foo = 'bar';
}

if ($debug) {
    // previously: Variable $foo might not be defined.
    // now: no error
    echo $foo;
}

Additionally, this feature fixes all these issues: #​801, #​806, #​1209, #​1306, #​1722, #​1865, #​2980, #​3371, #​3986

Bugfixes 🐛

Function signature fixes 🤖

v0.12.63

Compare Source

Bugfixes 🐛

Function signature fixes 🤖

v0.12.62

Compare Source

Support relative paths in extension-installer (phpstan/phpstan-src@0e306c6), phpstan/extension-installer#​17

Starting with phpstan/phpstan 0.12.62 and phpstan/extension-installer 1.1.0, relative paths to extension configs are used. This allows the generated config to be moved across filesystems, for example from a host system to a Docker container.

v0.12.61

Compare Source

Bugfixes 🐛

Function signature fixes 🤖

  • Fix wrong function signature of posix_getpwuid and posix_getgrgid (#​408), thanks @​aragon999!

v0.12.60

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

v0.12.59

Compare Source

Bugfixes 🐛

Function signature fixes 🤖

v0.12.58

Compare Source

Improvements 🔧

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.

Bugfixes 🐛

Function signature fixes 🤖

v0.12.57

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

v0.12.56

Compare Source

Improvements 🔧

Bugfixes 🐛

v0.12.55

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖


Renovate configuration

📅 Schedule: 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 WhiteSource Renovate. View repository job log here.

@renovate renovate Bot force-pushed the renovate/phpstan-phpstan-0.x branch from 6417371 to 56af9c6 Compare November 14, 2020 10:41
@renovate renovate Bot changed the title Update dependency phpstan/phpstan to v0.12.54 Update dependency phpstan/phpstan to v0.12.55 Nov 14, 2020
@renovate renovate Bot force-pushed the renovate/phpstan-phpstan-0.x branch from 56af9c6 to 8321dc0 Compare November 16, 2020 23:28
@renovate renovate Bot changed the title Update dependency phpstan/phpstan to v0.12.55 Update dependency phpstan/phpstan to v0.12.56 Nov 16, 2020
@renovate renovate Bot force-pushed the renovate/phpstan-phpstan-0.x branch from 8321dc0 to 363d08d Compare November 21, 2020 13:29
@renovate renovate Bot changed the title Update dependency phpstan/phpstan to v0.12.56 Update dependency phpstan/phpstan to v0.12.57 Nov 21, 2020
@renovate renovate Bot force-pushed the renovate/phpstan-phpstan-0.x branch from 363d08d to 27b4552 Compare November 29, 2020 14:35
@renovate renovate Bot changed the title Update dependency phpstan/phpstan to v0.12.57 Update dependency phpstan/phpstan to v0.12.58 Nov 29, 2020
@renovate renovate Bot force-pushed the renovate/phpstan-phpstan-0.x branch from 27b4552 to 04ad53e Compare December 7, 2020 15:40
@renovate renovate Bot changed the title Update dependency phpstan/phpstan to v0.12.58 Update dependency phpstan/phpstan to v0.12.59 Dec 7, 2020
@renovate renovate Bot force-pushed the renovate/phpstan-phpstan-0.x branch from 04ad53e to 2024ba7 Compare December 12, 2020 13:48
@renovate renovate Bot changed the title Update dependency phpstan/phpstan to v0.12.59 Update dependency phpstan/phpstan to v0.12.60 Dec 12, 2020
@renovate renovate Bot force-pushed the renovate/phpstan-phpstan-0.x branch from 2024ba7 to e3c136d Compare December 13, 2020 10:14
@renovate renovate Bot changed the title Update dependency phpstan/phpstan to v0.12.60 Update dependency phpstan/phpstan to v0.12.61 Dec 13, 2020
@renovate renovate Bot force-pushed the renovate/phpstan-phpstan-0.x branch from e3c136d to 6437e4d Compare December 13, 2020 14:44
@renovate renovate Bot changed the title Update dependency phpstan/phpstan to v0.12.61 Update dependency phpstan/phpstan to v0.12.62 Dec 13, 2020
@renovate renovate Bot force-pushed the renovate/phpstan-phpstan-0.x branch from 6437e4d to c67298f Compare December 15, 2020 17:45
@renovate renovate Bot changed the title Update dependency phpstan/phpstan to v0.12.62 Update dependency phpstan/phpstan to v0.12.63 Dec 15, 2020
@renovate renovate Bot force-pushed the renovate/phpstan-phpstan-0.x branch from c67298f to 03da5f9 Compare December 21, 2020 12:07
@renovate renovate Bot changed the title Update dependency phpstan/phpstan to v0.12.63 Update dependency phpstan/phpstan to v0.12.64 Dec 21, 2020
@renovate renovate Bot force-pushed the renovate/phpstan-phpstan-0.x branch from 03da5f9 to 0661db0 Compare January 6, 2021 17:20
@renovate renovate Bot changed the title Update dependency phpstan/phpstan to v0.12.64 Update dependency phpstan/phpstan to v0.12.65 Jan 6, 2021
@renovate renovate Bot force-pushed the renovate/phpstan-phpstan-0.x branch from 0661db0 to 109cf66 Compare January 11, 2021 17:25
@renovate renovate Bot changed the title Update dependency phpstan/phpstan to v0.12.65 Update dependency phpstan/phpstan to v0.12.66 Jan 11, 2021
@renovate renovate Bot force-pushed the renovate/phpstan-phpstan-0.x branch from 109cf66 to fb929be Compare January 14, 2021 14:33
@renovate renovate Bot changed the title Update dependency phpstan/phpstan to v0.12.66 Update dependency phpstan/phpstan to v0.12.67 Jan 14, 2021
@renovate renovate Bot force-pushed the renovate/phpstan-phpstan-0.x branch from fb929be to 4ee9d27 Compare January 18, 2021 13:06
@renovate renovate Bot changed the title Update dependency phpstan/phpstan to v0.12.67 Update dependency phpstan/phpstan to v0.12.68 Jan 18, 2021
@renovate renovate Bot force-pushed the renovate/phpstan-phpstan-0.x branch from 4ee9d27 to c1346ca Compare January 24, 2021 15:01
@renovate renovate Bot changed the title Update dependency phpstan/phpstan to v0.12.68 Update dependency phpstan/phpstan to v0.12.69 Jan 24, 2021
@renovate renovate Bot force-pushed the renovate/phpstan-phpstan-0.x branch from c1346ca to 08863d9 Compare January 27, 2021 17:46
@renovate renovate Bot changed the title Update dependency phpstan/phpstan to v0.12.69 Update dependency phpstan/phpstan to v0.12.70 Jan 27, 2021
@renovate renovate Bot changed the title Update dependency phpstan/phpstan to v0.12.70 chore(deps): update dependency phpstan/phpstan to v0.12.70 Jan 28, 2021
@renovate renovate Bot force-pushed the renovate/phpstan-phpstan-0.x branch from 08863d9 to 0c7072b Compare February 1, 2021 19:19
@renovate renovate Bot changed the title chore(deps): update dependency phpstan/phpstan to v0.12.70 chore(deps): update dependency phpstan/phpstan to v0.12.71 Feb 1, 2021
@renovate renovate Bot force-pushed the renovate/phpstan-phpstan-0.x branch from 0c7072b to 89464a3 Compare February 6, 2021 19:46
@renovate renovate Bot changed the title chore(deps): update dependency phpstan/phpstan to v0.12.71 chore(deps): update dependency phpstan/phpstan to v0.12.72 Feb 6, 2021
@renovate renovate Bot force-pushed the renovate/phpstan-phpstan-0.x branch from 89464a3 to 01a7be3 Compare February 7, 2021 16:40
@renovate renovate Bot changed the title chore(deps): update dependency phpstan/phpstan to v0.12.72 chore(deps): update dependency phpstan/phpstan to v0.12.73 Feb 7, 2021
@renovate renovate Bot force-pushed the renovate/phpstan-phpstan-0.x branch from 01a7be3 to 3a09c94 Compare February 8, 2021 17:22
@renovate renovate Bot changed the title chore(deps): update dependency phpstan/phpstan to v0.12.73 chore(deps): update dependency phpstan/phpstan to v0.12.74 Feb 8, 2021
@renovate renovate Bot changed the title chore(deps): update dependency phpstan/phpstan to v0.12.74 chore(deps): update dependency phpstan/phpstan to v0.12.75 Feb 11, 2021
@renovate renovate Bot force-pushed the renovate/phpstan-phpstan-0.x branch 2 times, most recently from 587a114 to f388798 Compare February 13, 2021 12:30
@renovate renovate Bot changed the title chore(deps): update dependency phpstan/phpstan to v0.12.75 chore(deps): update dependency phpstan/phpstan to v0.12.76 Feb 13, 2021
@renovate renovate Bot force-pushed the renovate/phpstan-phpstan-0.x branch 2 times, most recently from 6f77cd4 to bcba1ed Compare February 17, 2021 17:31
@renovate renovate Bot changed the title chore(deps): update dependency phpstan/phpstan to v0.12.76 chore(deps): update dependency phpstan/phpstan to v0.12.77 Feb 17, 2021
@renovate renovate Bot force-pushed the renovate/phpstan-phpstan-0.x branch from bcba1ed to 0c4183c Compare February 20, 2021 14:22
@renovate renovate Bot changed the title chore(deps): update dependency phpstan/phpstan to v0.12.77 chore(deps): update dependency phpstan/phpstan to v0.12.78 Feb 20, 2021
@renovate renovate Bot force-pushed the renovate/phpstan-phpstan-0.x branch from 0c4183c to d9d1fd8 Compare February 23, 2021 00:04
@renovate renovate Bot force-pushed the renovate/phpstan-phpstan-0.x branch from d9d1fd8 to eff81a3 Compare February 23, 2021 00:28
@koromerzhin koromerzhin merged commit b96083e into develop Feb 23, 2021
@koromerzhin koromerzhin deleted the renovate/phpstan-phpstan-0.x branch February 23, 2021 00:31
koromerzhin pushed a commit that referenced this pull request Feb 23, 2021
Co-authored-by: Renovate Bot <bot@renovateapp.com>
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.

2 participants