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
69 stars 81 forks source link

Update dependency phpstan/phpstan to v1.12.6 #1259

Closed joomla-dependency-bot closed 1 month ago

joomla-dependency-bot commented 1 month ago

This PR contains the following updates:

Package Type Update Change
phpstan/phpstan require-dev patch 1.12.5 -> 1.12.6

Release Notes

phpstan/phpstan ### [`v1.12.6`](https://togithub.com/phpstan/phpstan/releases/tag/1.12.6) [Compare Source](https://togithub.com/phpstan/phpstan/compare/1.12.5...1.12.6) # Bleeding edge 🔪 - Added absent type checks about `@phpstan-assert` PHPDoc tags (https://github.com/phpstan/phpstan-src/commit/ca0a7e9955397eef453b38c94ac67ba6faf7356b), [#​11780](https://togithub.com/phpstan/phpstan/issues/11780) *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](https://phpstan.org/blog/what-is-bleeding-edge)* # Improvements 🔧 - Update nikic/php-parser to v4.19.4 (https://github.com/phpstan/phpstan-src/commit/0b9ce98cfad4a1f7e98e85c2cbd813025dbafa77) - Process `ClassConstFetch::$class` when it's a Name node (https://github.com/phpstan/phpstan-src/commit/712c33e02ea2d95542cd333a493e276b22399773) - Process `ClassConstFetch::$name` (https://github.com/phpstan/phpstan-src/commit/b38c852c7c9e1e49baa0dc8700dd13df531d0938) - Fix unused private property is not sometimes detected ([#​3539](https://togithub.com/phpstan/phpstan-src/pull/3539)), [#​11802](https://togithub.com/phpstan/phpstan/issues/11802), thanks [@​staabm](https://togithub.com/staabm)! # Bugfixes 🐛 - Fixes for `lowercase-string` - Keep lowercase when trim ([#​3491](https://togithub.com/phpstan/phpstan-src/pull/3491)), thanks [@​VincentLanglet](https://togithub.com/VincentLanglet)! - Add support for str_repeat and str_pad for lowercase string ([#​3490](https://togithub.com/phpstan/phpstan-src/pull/3490)), thanks [@​VincentLanglet](https://togithub.com/VincentLanglet)! - Update ReplaceFunctionsDynamicReturnTypeExtension for lowercase-string ([#​3489](https://togithub.com/phpstan/phpstan-src/pull/3489)), thanks [@​VincentLanglet](https://togithub.com/VincentLanglet)! - Update parse_str for lowercase string ([#​3492](https://togithub.com/phpstan/phpstan-src/pull/3492)), thanks [@​VincentLanglet](https://togithub.com/VincentLanglet)! - More precise `IntegerRangeType::toString()` ([#​3475](https://togithub.com/phpstan/phpstan-src/pull/3475)), thanks [@​staabm](https://togithub.com/staabm)! - Add support for lowercase-string on parse_url() ([#​3493](https://togithub.com/phpstan/phpstan-src/pull/3493)), thanks [@​VincentLanglet](https://togithub.com/VincentLanglet)! - Improve Vsprintf inference ([#​3496](https://togithub.com/phpstan/phpstan-src/pull/3496), [#​3501](https://togithub.com/phpstan/phpstan-src/pull/3501)), thanks [@​VincentLanglet](https://togithub.com/VincentLanglet)! - Offset access on lowercase-string is lowercase-string ([#​3502](https://togithub.com/phpstan/phpstan-src/pull/3502)), thanks [@​staabm](https://togithub.com/staabm)! - IntegerType::toString() is lowercase ([#​3510](https://togithub.com/phpstan/phpstan-src/pull/3510)), thanks [@​VincentLanglet](https://togithub.com/VincentLanglet)! - Handle lowercase string in sprintf ([#​3498](https://togithub.com/phpstan/phpstan-src/pull/3498)), thanks [@​VincentLanglet](https://togithub.com/VincentLanglet)! - Update composer/pcre (https://github.com/phpstan/phpstan-src/commit/3cdac94e67bf8e508b150e9ee0e3075b3105ad19), [#​11786](https://togithub.com/phpstan/phpstan/issues/11786) - Fix a few regex class parsing usecases ([#​3488](https://togithub.com/phpstan/phpstan-src/pull/3488)), thanks [@​mvorisek](https://togithub.com/mvorisek)! - Fix preg_match_all with PREG_SET_ORDER does not see capture group as optional ([#​3506](https://togithub.com/phpstan/phpstan-src/pull/3506)), [#​11661](https://togithub.com/phpstan/phpstan/issues/11661), thanks [@​staabm](https://togithub.com/staabm)! - Fix false-positive with preg_match(): Strict comparison using === between '' and non-falsy-string…ween '' and non-falsy-string ([#​3509](https://togithub.com/phpstan/phpstan-src/pull/3509)), [#​11744](https://togithub.com/phpstan/phpstan/issues/11744), thanks [@​staabm](https://togithub.com/staabm)! # Function signature fixes 🤖 - functionMap: a bit more precise get_defined_constants ([#​3537](https://togithub.com/phpstan/phpstan-src/pull/3537)), thanks [@​janedbal](https://togithub.com/janedbal)! - token_name() returns non-empty-string ([#​3540](https://togithub.com/phpstan/phpstan-src/pull/3540)), thanks [@​staabm](https://togithub.com/staabm)! - curl_multi_getcontent() can return null ([#​3527](https://togithub.com/phpstan/phpstan-src/pull/3527)), thanks [@​staabm](https://togithub.com/staabm)! - Update SplFileInfo::getPathInfo return type ([#​3487](https://togithub.com/phpstan/phpstan-src/pull/3487)), thanks [@​DannyvdSluijs](https://togithub.com/DannyvdSluijs)! - Update return type of `spl_autoload_functions` on PHP8.0+ ([#​2810](https://togithub.com/phpstan/phpstan-src/pull/2810)), thanks [@​ManuelHu](https://togithub.com/ManuelHu)! # Internals 🔍 - Fix missing ltrim in regex parse ([#​3495](https://togithub.com/phpstan/phpstan-src/pull/3495)), thanks [@​mvorisek](https://togithub.com/mvorisek)! - Un-deprecate ConstantTypeHelper (https://github.com/phpstan/phpstan-src/commit/3a83f6bec7eb4724d4f1b6c2dedbfe46c0b1112a) - Introduce `Scope::getMaybeDefinedVariables()` ([#​3521](https://togithub.com/phpstan/phpstan-src/pull/3521)), [#​11772](https://togithub.com/phpstan/phpstan/issues/11772), thanks [@​ruudk](https://togithub.com/ruudk)! - TypeInferenceTestCase: allow asserting array offset certainty ([#​3503](https://togithub.com/phpstan/phpstan-src/pull/3503)), thanks [@​ruudk](https://togithub.com/ruudk)! - Simplify preserveKeys TrinaryLogic creation in two extensions ([#​3516](https://togithub.com/phpstan/phpstan-src/pull/3516)), thanks [@​herndlm](https://togithub.com/herndlm)! - Add `Type::sliceArray()` ([#​3514](https://togithub.com/phpstan/phpstan/issues/3514)) ([#​3514](https://togithub.com/phpstan/phpstan-src/pull/3514)), thanks [@​herndlm](https://togithub.com/herndlm)! - Set normalized in BenevolentUnionType ([#​3522](https://togithub.com/phpstan/phpstan-src/pull/3522)), thanks [@​herndlm](https://togithub.com/herndlm)! - Refactor RegexGroupParser for more immutability and less pass-by-ref ([#​3508](https://togithub.com/phpstan/phpstan-src/pull/3508)), thanks [@​staabm](https://togithub.com/staabm)!

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.