Skip to content

Commit

Permalink
Update dependency phpstan/phpstan to ^1.10.34 (#182)
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 | Type | Update | Change |
|---|---|---|---|
| [phpstan/phpstan](https://togithub.com/phpstan/phpstan) | require-dev
| patch | `^1.10.33` -> `^1.10.34` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

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

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

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

# Improvements 🔧

- Add support and tests for `$this` type assertions
([#&#8203;2609](https://togithub.com/phpstan/phpstan-src/pull/2609)),
[#&#8203;8904](https://togithub.com/phpstan/phpstan/issues/8904), thanks
[@&#8203;ekisu](https://togithub.com/ekisu)!
- Update [phpstan/phpdoc-parser to
1.24.0](https://togithub.com/phpstan/phpdoc-parser/releases/tag/1.24.0)
- Allow asserting the type of `$this`
([https://github.com/phpstan/phpdoc-parser/pull/209](https://togithub.com/phpstan/phpdoc-parser/pull/209)),
thanks [@&#8203;ekisu](https://togithub.com/ekisu)!
- Avoid creating an Exception when it is not necessary
([https://github.com/phpstan/phpdoc-parser/pull/208](https://togithub.com/phpstan/phpdoc-parser/pull/208)),
thanks [@&#8203;mad-briller](https://togithub.com/mad-briller)!
- Added `--fail-without-result-cache` CLI option
([#&#8203;2611](https://togithub.com/phpstan/phpstan-src/pull/2611)),
thanks [@&#8203;staabm](https://togithub.com/staabm)!
- Make result cache independent from configs include order
([#&#8203;2606](https://togithub.com/phpstan/phpstan-src/pull/2606)),
thanks [@&#8203;staabm](https://togithub.com/staabm)!
- Reduce unnecessary calls into reflection
([#&#8203;2614](https://togithub.com/phpstan/phpstan-src/pull/2614)),
thanks [@&#8203;staabm](https://togithub.com/staabm)!
- Micro-optimize with `in_array()`
([#&#8203;2618](https://togithub.com/phpstan/phpstan-src/pull/2618)),
thanks [@&#8203;zonuexe](https://togithub.com/zonuexe)!
- Cover ArgumentsNormalizer with BC promise
(phpstan/phpstan-src@b87db62)
- LastConditionVisitor: condition followed by throw is marked as last
([#&#8203;2405](https://togithub.com/phpstan/phpstan-src/pull/2405)),
thanks [@&#8203;JanTvrdik](https://togithub.com/JanTvrdik)!

# Function signature fixes 🤖

- fix incorrect doc for `inotify_read`
([#&#8203;2605](https://togithub.com/phpstan/phpstan-src/pull/2605)),
thanks [@&#8203;taka-oyama](https://togithub.com/taka-oyama)!

# Internals 🔍

- name-collision-detector
(phpstan/phpstan-src@95cdbe5)

</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/ben-challis/sql-migrations).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 13, 2023
1 parent 3ae8755 commit 0a0b507
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 @@ -45,7 +45,7 @@
"lendable/clock": "^2.3",
"php-cs-fixer/shim": "^v3.26.1",
"php-standard-library/phpstan-extension": "^1.0",
"phpstan/phpstan": "^1.10.33",
"phpstan/phpstan": "^1.10.34",
"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 0a0b507

Please sign in to comment.