joomla / jissues

Issue tracking application extending GitHub's issues and pull requests for the Joomla! project.
https://issues.joomla.org
GNU General Public License v2.0
71 stars 82 forks source link

Update dependency phpstan/phpstan to v1.10.41 #1199

Closed joomla-dependency-bot closed 8 months ago

joomla-dependency-bot commented 8 months ago

This PR contains the following updates:

Package Type Update Change
phpstan/phpstan require-dev patch 1.10.39 -> 1.10.41

Release Notes

phpstan/phpstan ### [`v1.10.41`](https://togithub.com/phpstan/phpstan/releases/tag/1.10.41) [Compare Source](https://togithub.com/phpstan/phpstan/compare/1.10.40...1.10.41) # Bugfixes πŸ› - Fix type-specifying of expression involved in nullsafe property fetch (https://github.com/phpstan/phpstan-src/commit/a849f06ff5195c95d0c03ef14dffc65986fe92a2), [#​10071](https://togithub.com/phpstan/phpstan/issues/10071), [#​9394](https://togithub.com/phpstan/phpstan/issues/9394), [#​6922](https://togithub.com/phpstan/phpstan/issues/6922) - Fix type-specifying for nested assign in `===` and `match` condition (https://github.com/phpstan/phpstan-src/commit/01deed63e01827746fac77921dc6436f5f4f58b5), [#​10084](https://togithub.com/phpstan/phpstan/issues/10084) - Improve missing iterable value type check in lists (https://github.com/phpstan/phpstan-src/commit/e705f09a6ac275e352a8c39f14f5e169c4960c41) - Update BetterReflection ([#​2713](https://togithub.com/phpstan/phpstan-src/pull/2713)), [#​10086](https://togithub.com/phpstan/phpstan/issues/10086) - Reuse same printer instance (https://github.com/ondrejmirtes/BetterReflection/commit/bab47eacdc4016f76cea6d62dcfb170c505fda95) # Function signature fixes πŸ€– - Fix many phpredis signatures ([#​2706](https://togithub.com/phpstan/phpstan-src/pull/2706)), thanks [@​Vaalyn](https://togithub.com/Vaalyn)! # Internals πŸ” - `MutatingScope::debug()` - add info about conditional expressions (https://github.com/phpstan/phpstan-src/commit/80782fb84dcb3d1cff7777da10d957117aa85299) ### [`v1.10.40`](https://togithub.com/phpstan/phpstan/releases/tag/1.10.40) [Compare Source](https://togithub.com/phpstan/phpstan/compare/1.10.39...1.10.40) # Improvements πŸ”§ - TemplateTypeCheck tries to resolve template type names such as `self` because they're not usable (https://github.com/phpstan/phpstan-src/commit/c6fad644c7906577e0e360651a5db467a5bca750), [#​10049](https://togithub.com/phpstan/phpstan/issues/10049) # Bugfixes πŸ› - Fix used memory reporting ([#​2686](https://togithub.com/phpstan/phpstan-src/pull/2686)), thanks [@​staabm](https://togithub.com/staabm)! - Fix switch statement with enum in the condition ([#​2687](https://togithub.com/phpstan/phpstan-src/pull/2687)), [#​9806](https://togithub.com/phpstan/phpstan/issues/9806), thanks [@​schlndh](https://togithub.com/schlndh)! - Fix null coalesce assignment type ([#​2702](https://togithub.com/phpstan/phpstan-src/pull/2702)), [#​9995](https://togithub.com/phpstan/phpstan/issues/9995), thanks [@​hirokinoue](https://togithub.com/hirokinoue)! - Fix `!==` with union of constants ([#​2700](https://togithub.com/phpstan/phpstan-src/pull/2700)), [#​10002](https://togithub.com/phpstan/phpstan/issues/10002), thanks [@​schlndh](https://togithub.com/schlndh)! - Process statements inside `declare(ticks=...)` (https://github.com/phpstan/phpstan-src/commit/eb39381d2a3fd370d9881aacebabb3b17c06678a), [#​10059](https://togithub.com/phpstan/phpstan/issues/10059) - Fix crash when template types map and variances map are not of equal length (https://github.com/phpstan/phpstan-src/commit/1308c520e763e286809f01a4100af8ba156c1d34), [#​10049](https://togithub.com/phpstan/phpstan/issues/10049) # Function signature fixes πŸ€– - functionMap.php fixes for YAF 3.3.5 ([#​2696](https://togithub.com/phpstan/phpstan-src/pull/2696)), thanks [@​mbakirov](https://togithub.com/mbakirov)! - Remove `\` from DateTimeZone in functionMap ([#​2693](https://togithub.com/phpstan/phpstan-src/pull/2693)), thanks [@​simPod](https://togithub.com/simPod)! - Allow `Redis::pconnect` to have 7 parameters ([#​2695](https://togithub.com/phpstan/phpstan-src/pull/2695)), thanks [@​Vaalyn](https://togithub.com/Vaalyn)! # Internals πŸ” - Micro-optimize `TypeSpecifier::resolveIdentical` ([#​2700](https://togithub.com/phpstan/phpstan-src/pull/2700)), thanks [@​schlndh](https://togithub.com/schlndh)! - Micro-optimize with `in_array()` ([#​2698](https://togithub.com/phpstan/phpstan-src/pull/2698)), thanks [@​zonuexe](https://togithub.com/zonuexe)!

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.



This PR has been generated by Renovate Bot.