Commit bc33d09
authored
chore(deps): update composer dev dependencies (#188)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [phpstan/phpstan](https://redirect.github.com/phpstan/phpstan) |
`1.12.25` -> `1.12.27` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [phpunit/phpunit](https://phpunit.de/)
([source](https://redirect.github.com/sebastianbergmann/phpunit)) |
`11.5.20` -> `11.5.23` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>phpstan/phpstan (phpstan/phpstan)</summary>
###
[`v1.12.27`](https://redirect.github.com/phpstan/phpstan/releases/tag/1.12.27)
[Compare
Source](https://redirect.github.com/phpstan/phpstan/compare/1.12.26...1.12.27)
# Major new features 🚀
- Introducing **Editor Mode**
(phpstan/phpstan-src@74b909a)
- Learn more: https://phpstan.org/user-guide/editor-mode
# Improvements 🔧
- Result cache traits optimization - analyse only files using trait when
trait implementation changes
(phpstan/phpstan-src@bd6fc4e)
- InitializerExprTypeResolver - optimize arithmetical and bitwise
operations for large types
(phpstan/phpstan-src@275d3b5,
phpstan/phpstan-src@572e0e8)
- Limit how big int-mask type can be
(phpstan/phpstan-src@80b40f2)
# Bugfixes 🐛
- Fix result cache getting stale when editing files mid-analysis
(phpstan/phpstan-src@0536d11),
[#​11788](https://redirect.github.com/phpstan/phpstan/issues/11788)
- Result cache should be invalidated when files change in paths excluded
for analysis but not scanning
(phpstan/phpstan-src@408692e),
[#​12381](https://redirect.github.com/phpstan/phpstan/issues/12381),
[#​7339](https://redirect.github.com/phpstan/phpstan/issues/7339)
- PHPStan Pro - refresh errors when scanned file is changed
(phpstan/phpstan-src@7e3639b),
[#​12465](https://redirect.github.com/phpstan/phpstan/issues/12465)
- Result cache - add traits to dependencies recursively
(phpstan/phpstan-src@e5db864)
###
[`v1.12.26`](https://redirect.github.com/phpstan/phpstan/releases/tag/1.12.26)
[Compare
Source](https://redirect.github.com/phpstan/phpstan/compare/1.12.25...1.12.26)
# Improvements 🔧
- Add callback types for array_uintersect etc.
([#​3282](https://redirect.github.com/phpstan/phpstan-src/pull/3282)),
[#​7707](https://redirect.github.com/phpstan/phpstan/issues/7707),
thanks [@​schlndh](https://redirect.github.com/schlndh)!
- Support iterable as template type bound
([#​3984](https://redirect.github.com/phpstan/phpstan-src/pull/3984)),
[#​12214](https://redirect.github.com/phpstan/phpstan/issues/12214),
thanks [@​RobertMe](https://redirect.github.com/RobertMe)!
- Introduce StrrevFunctionReturnTypeExtension
([#​3960](https://redirect.github.com/phpstan/phpstan-src/pull/3960)),
thanks
[@​VincentLanglet](https://redirect.github.com/VincentLanglet)!
# Bugfixes 🐛
- Fix ImpossibleCheckTypeFunctionCallRule for `is_subclass_of` and
`is_a`
([#​3788](https://redirect.github.com/phpstan/phpstan-src/pull/3788)),
[#​3979](https://redirect.github.com/phpstan/phpstan/issues/3979),
[#​8464](https://redirect.github.com/phpstan/phpstan/issues/8464),
thanks
[@​VincentLanglet](https://redirect.github.com/VincentLanglet)!
- Fix `numeric-string` to `array-key`
([#​3326](https://redirect.github.com/phpstan/phpstan-src/pull/3326)),
[#​4163](https://redirect.github.com/phpstan/phpstan/issues/4163),
[#​4671](https://redirect.github.com/phpstan/phpstan/issues/4671),
[#​8592](https://redirect.github.com/phpstan/phpstan/issues/8592),
[#​11390](https://redirect.github.com/phpstan/phpstan/issues/11390),
[#​12413](https://redirect.github.com/phpstan/phpstan/issues/12413),
thanks
[@​VincentLanglet](https://redirect.github.com/VincentLanglet)!
- Fix `callable-string` must be `non-empty-string`
([#​3983](https://redirect.github.com/phpstan/phpstan-src/pull/3983)),
[#​12979](https://redirect.github.com/phpstan/phpstan/issues/12979),
thanks [@​aivchen](https://redirect.github.com/aivchen)!
- Use SoapClientMethodsClassReflectionExtension as last extension
([#​3955](https://redirect.github.com/phpstan/phpstan-src/pull/3955)),
[#​12834](https://redirect.github.com/phpstan/phpstan/issues/12834),
thanks
[@​VincentLanglet](https://redirect.github.com/VincentLanglet)!
# Function signature fixes 🤖
- Fix mb_convert_encoding signature
([#​3914](https://redirect.github.com/phpstan/phpstan-src/pull/3914)),
[#​12309](https://redirect.github.com/phpstan/phpstan/issues/12309),
thanks
[@​VincentLanglet](https://redirect.github.com/VincentLanglet)!
</details>
<details>
<summary>sebastianbergmann/phpunit (phpunit/phpunit)</summary>
###
[`v11.5.23`](https://redirect.github.com/sebastianbergmann/phpunit/releases/tag/11.5.23):
PHPUnit 11.5.23
[Compare
Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/11.5.22...11.5.23)
##### Fixed
-
[#​6222](https://redirect.github.com/sebastianbergmann/phpunit/issues/6222):
Data Provider seems to mess up Test Dependencies
- `shortenArraysForExportThreshold` XML configuration setting has no
effect on all arrays exported for event-related value objects
***
[How to install or update
PHPUnit](https://docs.phpunit.de/en/11.5/installation.html)
###
[`v11.5.22`](https://redirect.github.com/sebastianbergmann/phpunit/releases/tag/11.5.22):
PHPUnit 11.5.22
[Compare
Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/11.5.21...11.5.22)
##### Changed
- Do not treat warnings differently than other issues in summary section
of default output
***
[How to install or update
PHPUnit](https://docs.phpunit.de/en/11.5/installation.html)
###
[`v11.5.21`](https://redirect.github.com/sebastianbergmann/phpunit/releases/tag/11.5.21):
PHPUnit 11.5.21
[Compare
Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/11.5.20...11.5.21)
##### Changed
-
[#​6210](https://redirect.github.com/sebastianbergmann/phpunit/pull/6210):
Set default Clover coverage project name
-
[#​6217](https://redirect.github.com/sebastianbergmann/phpunit/pull/6217):
Improve the error message when `createStubForIntersectionOfInterfaces()`
is called with a class
***
[How to install or update
PHPUnit](https://docs.phpunit.de/en/11.5/installation.html)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/Lendable/message).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xMS45IiwidXBkYXRlZEluVmVyIjoiNDAuNTAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 630645d commit bc33d09
1 file changed
+31
-19
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments