Skip to content

Commit

Permalink
Update dependency phpstan/phpstan to ^1.10.35 (#191)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [phpstan/phpstan](https://togithub.com/phpstan/phpstan) | `^1.10.34`
-> `^1.10.35` |
[![age](https://developer.mend.io/api/mc/badges/age/packagist/phpstan%2fphpstan/1.10.35?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/phpstan%2fphpstan/1.10.35?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/phpstan%2fphpstan/1.10.34/1.10.35?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/phpstan%2fphpstan/1.10.34/1.10.35?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>phpstan/phpstan (phpstan/phpstan)</summary>

###
[`v1.10.35`](https://togithub.com/phpstan/phpstan/releases/tag/1.10.35)

[Compare
Source](https://togithub.com/phpstan/phpstan/compare/1.10.34...1.10.35)

# Major new features 🚀

- Generics: **Type projections aka call-site variance**
([#&#8203;2485](https://togithub.com/phpstan/phpstan-src/pull/2485)),
thanks [@&#8203;jiripudil](https://togithub.com/jiripudil)!
- Learn more:
https://phpstan.org/blog/guide-to-call-site-generic-variance

# Bugfixes 🐛

- Make `value-of<...>` lazier
(phpstan/phpstan-src@234f77d),
[#&#8203;9881](https://togithub.com/phpstan/phpstan/issues/9881)
- Update BetterReflection,
[#&#8203;9877](https://togithub.com/phpstan/phpstan/issues/9877)
- Fix `ReflectionAttribute::newInstance()` with nested class using named
arguments
(ondrejmirtes/BetterReflection@8d751dd),
thanks [@&#8203;enumag](https://togithub.com/enumag)!
- Improve typing of filters that do not accept non-falsy strings
([#&#8203;2620](https://togithub.com/phpstan/phpstan-src/pull/2620)),
thanks [@&#8203;zonuexe](https://togithub.com/zonuexe)!

# Internals 🔍

- name-collision-detector 2.0
(phpstan/phpstan-src@c3cb573)
- Remove `phpstan/phpstan-php-parser`
([#&#8203;2632](https://togithub.com/phpstan/phpstan-src/pull/2632)),
thanks [@&#8203;staabm](https://togithub.com/staabm)!

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Lendable/composer-license-checker).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi45Ny4xIiwidXBkYXRlZEluVmVyIjoiMzYuOTcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 20, 2023
1 parent 1fec5ec commit df3ab9f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"require-dev": {
"ergebnis/composer-normalize": "^2.37.0",
"php-cs-fixer/shim": "^3.27.0",
"phpstan/phpstan": "^1.10.34",
"phpstan/phpstan": "^1.10.35",
"phpstan/phpstan-deprecation-rules": "^1.1.4",
"phpstan/phpstan-phpunit": "^1.3.14",
"phpstan/phpstan-strict-rules": "^1.5.1",
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit df3ab9f

Please sign in to comment.