Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

chore(deps): update phpstan packages #324

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 30, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
phpstan/phpstan require-dev minor 1.9.4 -> 1.10.13
phpstan/phpstan-phpunit require-dev minor 1.1.3 -> 1.3.11

Release Notes

phpstan/phpstan

v1.10.13

Compare Source

v1.10.12

Compare Source

Major new features 🚀

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

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 🤖

v1.10.10

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

v1.10.9

Compare Source

Improvements 🔧

Function signature fixes 🤖

v1.10.8

Compare Source

Improvements 🔧

Bugfixes 🐛

Internals 🔍

v1.10.7

Compare Source

Improvements 🔧

Function signature fixes 🤖

Internals 🔍

v1.10.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 🐛

v1.10.5

Compare Source

Improvements 🔧

Bugfixes 🐛

v1.10.4

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

v1.10.3

Compare Source

Improvements 🔧

Bugfixes 🐛

v1.10.2

Compare Source

Improvements 🔧

Function signature fixes 🤖

  • Instances of object returned by db2_*() functions are always instances of stdClass (#​2249), thanks @​phansys!

v1.10.1

Compare Source

Bugfixes 🐛

v1.10.0

Compare Source

Read the article about this release: PHPStan 1.10 Comes With a Lie Detector

Major new features 🚀

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

Compare Source

Improvements 🔧

Bugfixes 🐛

Internals 🔍

  • Remove unneded code in ConstantArrayType::hasOffsetValueType() (#​2238), thanks @​herndlm!

v1.9.17

Compare Source

Bugfixes 🐛

v1.9.16

Compare Source

v1.9.15

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

v1.9.14

Compare Source

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

v1.9.13

Compare Source

Bugfixes 🐛

v1.9.12

Compare Source

Improvements 🔧

Internals 🔍

v1.9.11

Compare Source

Bugfixes 🐛

v1.9.10

Compare Source

v1.9.9

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

  • Exit early in TrinaryLogic::lazyAnd() and lazyOr() if current instance allows it (#​2173), thanks @​herndlm!
  • Remove unused iterable check in MissingTypehintCheck (#​2174), thanks @​herndlm!

v1.9.8

Compare Source

Improvements 🔧

Bugfixes 🐛

v1.9.7

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

Compare Source

Improvements 🔧

Bugfixes 🐛

v1.9.5

Compare Source

Improvements 🔧

  • Improve constant string union handling for concat and encapsed string (#​2057), thanks @​schlndh!
  • PhpVersion: supportsDisjunctiveNormalForm (#​2130), thanks @​janedbal!
  • Constant scalar types might accept general type from the same family (#​2131) - this moves some errors from earlier levels to level 7
  • Implement OversizedArrayBuilder to improve huge constant array performance (#​2116), #​8215, thanks @​staabm!
  • Improve performance again by dumbing down nested arrays (#​2077)
  • Result cache should not be invalidated by changes to editorUrl, editorUrlTitle and errorFormat parameters (#​2136), thanks @​bendavies!
  • Faster MutatingScope::shouldInvalidateExpression() (#​2139), thanks @​staabm!
  • Add ReturnStatementsNode::hasNativeReturnTypehint() (#​2141), thanks @​janedbal!
  • TypeNodeResolver - lowercase-string and non-empty-lowercase-string are known (phpstan/phpstan-src@884ceb0)

Bugfixes 🐛

Internals 🔍

phpstan/phpstan-phpunit

v1.3.11

Compare Source

  • 9e1b9de - Warn when trying to cover an interface.
  • ceea85e - Update PHPCS
  • f659243 - Update metcalfc/changelog-generator action to v4.1.0

v1.3.10

Compare Source

  • 4cc5c6c - MockMethodCallRule - do not report for empty $mockClasses

v1.3.9

Compare Source

  • 34ee324 - Fixed false positive when covering a global function.

v1.3.8

Compare Source

  • 4a19a3c - Add tip to error when a not fully qualified name is seen in @​covers annotation.

v1.3.7

Compare Source

  • 7e43c8f - Fix handling assertInstanceOf

v1.3.6

Compare Source

v1.3.5

Compare Source


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.

👻 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/phpstan-packages branch 8 times, most recently from 8ecfd96 to 9011ad0 Compare April 5, 2023 00:13
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 9011ad0 to 6069c6e Compare April 12, 2023 13:53
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 2 times, most recently from f64a85a to cab7cfc Compare April 16, 2023 07:21
@renovate renovate bot changed the title chore(deps): update phpstan packages chore(deps): update dependency phpstan/phpstan-phpunit to v1.3.11 Apr 16, 2023
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from cab7cfc to ef059fc Compare April 16, 2023 11:09
@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan-phpunit to v1.3.11 chore(deps): update phpstan packages Apr 16, 2023
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 3 times, most recently from a847cbc to d0f2be5 Compare April 18, 2023 08:23
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from d0f2be5 to 6ab71b8 Compare April 19, 2023 18:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant