phpstan / php-8-stubs

MIT License
27 stars 8 forks source link

Update extractor #60

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
phpstan/extension-installer require minor 1.2.0 -> 1.3.0
phpstan/phpdoc-parser require minor 1.18.1 -> 1.20.2
phpstan/phpstan require patch 1.10.13 -> 1.10.14

Release Notes

phpstan/extension-installer ### [`v1.3.0`](https://togithub.com/phpstan/extension-installer/releases/tag/1.3.0) [Compare Source](https://togithub.com/phpstan/extension-installer/compare/1.2.0...1.3.0) - [f5e02d4](http://github.com/phpstan/extension-installer/commit/f5e02d40f277d28513001976f444d9ff1dc15e9a) - Allow specifying a list of extensions to ignore - [3f3d1ba](http://github.com/phpstan/extension-installer/commit/3f3d1ba8417da188b606408dfc6722a5b420e80f) - Update PHPCS - [d8a3e19](http://github.com/phpstan/extension-installer/commit/d8a3e19fe79d81576ad1d518614231bccfd4c990) - Update release-toot.yml - [55a1898](http://github.com/phpstan/extension-installer/commit/55a189808731308eb5bef95c7ec8401131f7ad9e) - Create release-toot.yml - [c45f40a](http://github.com/phpstan/extension-installer/commit/c45f40a091aa771faf1aabb642916b2e3a5efefb) - chore(deps): update dessant/lock-threads action to v4 - [9f3942a](http://github.com/phpstan/extension-installer/commit/9f3942a0f03e94d48b58bafcfe2b5bd430abcdd6) - chore(deps): update metcalfc/changelog-generator action to v4
phpstan/phpdoc-parser ### [`v1.20.2`](https://togithub.com/phpstan/phpdoc-parser/releases/tag/1.20.2) [Compare Source](https://togithub.com/phpstan/phpdoc-parser/compare/1.20.1...1.20.2) - [90490bd](http://github.com/phpstan/phpdoc-parser/commit/90490bd8fd8530a272043c4950c180b6d0cf5f81) - TypeParserTest - verify indexes by concatenating token values - [08ccb8d](http://github.com/phpstan/phpdoc-parser/commit/08ccb8d27dfe0528e1b05fe9e3502e05babdd1af) - More precise type indexes ### [`v1.20.1`](https://togithub.com/phpstan/phpdoc-parser/releases/tag/1.20.1) [Compare Source](https://togithub.com/phpstan/phpdoc-parser/compare/1.20.0...1.20.1) - [57f6787](http://github.com/phpstan/phpdoc-parser/commit/57f6787f0bb6431905a18aa7caea25dcd2bd59e0) - Update slevomat/coding-standard - [900bd69](http://github.com/phpstan/phpdoc-parser/commit/900bd69a93e9bd51a11a0bdc6915c4bd813b25c3) - Do not include TOKEN_CLOSE_PHPDOC in end index with one-line tags ### [`v1.20.0`](https://togithub.com/phpstan/phpdoc-parser/releases/tag/1.20.0) [Compare Source](https://togithub.com/phpstan/phpdoc-parser/compare/1.19.1...1.20.0) - [10553ab](http://github.com/phpstan/phpdoc-parser/commit/10553ab3f0337ff1a71433c3417d7eb2a3eec1fd) - CloningVisitor - [00d0fcd](http://github.com/phpstan/phpdoc-parser/commit/00d0fcd9e691ebfde865ec6a76d4c062ba614713) - NodeTraverser inspired by nikic/php-parser - [874bf25](http://github.com/phpstan/phpdoc-parser/commit/874bf2562d15a901aba58c81a1c6299bcfba0adc) - Increase PHPStan level - [1ae8d74](http://github.com/phpstan/phpdoc-parser/commit/1ae8d74428e229264bbf0a4184f65d6211376204) - Add missing typehints - [0138dd9](http://github.com/phpstan/phpdoc-parser/commit/0138dd9483e56106bd0776b8d7bf055f5880803f) - Give even invalid nodes line and index attributes - [7ff42f5](http://github.com/phpstan/phpdoc-parser/commit/7ff42f5d4a95db0b228f0feff5f6fc48a80cfb7b) - TypeParser - give all types the line and index attributes - [4255dd3](http://github.com/phpstan/phpdoc-parser/commit/4255dd3d360576b8ecc16ad951b40263b1899a67) - Rename tests - [ddc8c7a](http://github.com/phpstan/phpdoc-parser/commit/ddc8c7aa8971ddae3611be0dbf2317c841e67c28) - Set start and end indexes to node attributes - [f9ecd17](http://github.com/phpstan/phpdoc-parser/commit/f9ecd17403d6fa66a57cf2b6022049790b522d78) - Set start and end lines to node attributes - [b508006](http://github.com/phpstan/phpdoc-parser/commit/b5080064eefa38ea9954fe31a5a68af0135aa2e8) - Document token array format ### [`v1.19.1`](https://togithub.com/phpstan/phpdoc-parser/releases/tag/1.19.1) [Compare Source](https://togithub.com/phpstan/phpdoc-parser/compare/1.19.0...1.19.1) - [f545fc3](http://github.com/phpstan/phpdoc-parser/commit/f545fc30978190a056832aa7ed995e36a66267f3) - When callable returns callable the return type needs to be put in parentheses ### [`v1.19.0`](https://togithub.com/phpstan/phpdoc-parser/releases/tag/1.19.0) [Compare Source](https://togithub.com/phpstan/phpdoc-parser/compare/1.18.1...1.19.0) - [178b33a](http://github.com/phpstan/phpdoc-parser/commit/178b33aa1c8b8d7725f0abee618ef47337e607ce) - Backward compatibility - QuoteAwareConstExprStringNode should extend ConstExprStringNode - [5194589](http://github.com/phpstan/phpdoc-parser/commit/5194589df107839656f1fe76c8035c9d84054abf) - TypeParserTest - test parsing string type representation again - [f373259](http://github.com/phpstan/phpdoc-parser/commit/f373259f520e3db0bceff2870d18a4f04af6cd92) - Fix unparseable string representation of CallableTypeParameterNode - [829bd2e](http://github.com/phpstan/phpdoc-parser/commit/829bd2e3585446a4262719b4a2ee7c52c87cab24) - TypeParserTest - use modern feature toggles - [ae5be81](http://github.com/phpstan/phpdoc-parser/commit/ae5be8123a74e6798b8c8e79e0ac96bf14b0d9f4) - Use StringUnescaper when quoteAwareConstExprString=true - [376023a](http://github.com/phpstan/phpdoc-parser/commit/376023a642a805b207d7f17775ebb96392a78c57) - Extract StringUnescaper from ConstExprParser - [5e2f2e0](http://github.com/phpstan/phpdoc-parser/commit/5e2f2e0930c3c9e11fb38b9ced09d38020f7371b) - QuoteAwareConstExprStringNode with correct quotes and escaping in `__toString()` - [80e5c87](http://github.com/phpstan/phpdoc-parser/commit/80e5c87d922b9d4712a962708cc21f6ad507b306) - Update build-cs - [4e3ca1e](http://github.com/phpstan/phpdoc-parser/commit/4e3ca1e8b029fd5767aeaf0dc05dcd3dfa5301ab) - Update peter-evans/create-pull-request action to v5
phpstan/phpstan ### [`v1.10.14`](https://togithub.com/phpstan/phpstan/releases/tag/1.10.14) [Compare Source](https://togithub.com/phpstan/phpstan/compare/1.10.13...1.10.14) # Bleeding edge šŸ”Ŗ - Check `filter_input*` type param type ([#​2271](https://togithub.com/phpstan/phpstan-src/pull/2271)), thanks [@​herndlm](https://togithub.com/herndlm)! *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 phpdoc-parser - [Changelog](https://togithub.com/phpstan/phpdoc-parser/compare/22dcdfd725ddf99583bfe398fc624ad6c5004a0f...f545fc30978190a056832aa7ed995e36a66267f3) - Add extension to add additional constructors through code ([#​2348](https://togithub.com/phpstan/phpstan-src/pull/2348)), thanks [@​raalderink](https://togithub.com/raalderink)! - [https://github.com/phpstan/phpstan-symfony/issues/346](https://togithub.com/phpstan/phpstan-symfony/issues/346) # Bugfixes šŸ› - Fix `BackedEnum::tryFrom` not being nullable ([#​2302](https://togithub.com/phpstan/phpstan-src/pull/2302)), thanks [@​schlndh](https://togithub.com/schlndh)! - Specify `never` for `array_combine` with different number of elements ([#​2303](https://togithub.com/phpstan/phpstan-src/pull/2303)), thanks [@​herndlm](https://togithub.com/herndlm)! - ConstantFloatType - fix `equals()` (https://github.com/phpstan/phpstan-src/commit/e01ce6865f9498340d60c696ee569080f2f62b09) - Fix INF logic (https://github.com/phpstan/phpstan-src/commit/fc673ee9966b7fce1a7ec8f1ca40952a3772a3b1) - Prevent false-positive in `get_parent_class()` on interfaces ([#​2336](https://togithub.com/phpstan/phpstan-src/pull/2336)), [#​4302](https://togithub.com/phpstan/phpstan/issues/4302), thanks [@​staabm](https://togithub.com/staabm)! # Function signature fixes šŸ¤– - Fix `Memcache/MemcachePool::get` method signature ([#​2344](https://togithub.com/phpstan/phpstan-src/pull/2344)), thanks [@​dravnic](https://togithub.com/dravnic)! # Internals šŸ” - `Type::toPhpDocNode()` (https://github.com/phpstan/phpstan-src/commit/8633125f66aadce22938adc3a32b8463596513d0) - Remove `symfony/polyfill-php72` (https://github.com/phpstan/phpstan-src/commit/8ff8fb0bfb1c9511600f5e14fcf6063e1654b2d5)

Configuration

šŸ“… Schedule: Branch creation - "before 3am on Monday" (UTC), 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.



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