Skip to content

Commit

Permalink
Update Composer dev tooling dependencies (#113)
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 |
|---|---|---|---|
| [php-cs-fixer/shim](https://togithub.com/PHP-CS-Fixer/shim) |
require-dev | minor | `^3.15.1` -> `^3.16.0` |
| [phpstan/phpstan](https://togithub.com/phpstan/phpstan) | require-dev
| patch | `^1.10.8` -> `^1.10.10` |

---

### Release Notes

<details>
<summary>PHP-CS-Fixer/shim</summary>

###
[`v3.16.0`](https://togithub.com/PHP-CS-Fixer/shim/compare/v3.15.1...v3.16.0)

[Compare
Source](https://togithub.com/PHP-CS-Fixer/shim/compare/v3.15.1...v3.16.0)

</details>

<details>
<summary>phpstan/phpstan</summary>

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

[Compare
Source](https://togithub.com/phpstan/phpstan/compare/1.10.9...1.10.10)

# Improvements 🔧

- JsonErrorFormatter - include identifiers
(phpstan/phpstan-src@6910be2)
- AccessPropertiesRule - tip with [article
link](https://phpstan.org/blog/solving-phpstan-access-to-undefined-property)
(phpstan/phpstan-src@e6e2d1a)
- Note about `--xdebug` when Xdebug is enabled
(phpstan/phpstan-src@1d4ede1)

# Bugfixes 🐛

- IssetCheck - respect `treatPhpDocTypesAsCertain` for variables
(phpstan/phpstan-src@5b7a115),
[#&#8203;9126](https://togithub.com/phpstan/phpstan/issues/9126)
- IssetCheck - respect `treatPhpDocTypesAsCertain` in more places
(phpstan/phpstan-src@49d2aa6)
- Do not check template type variance in constructor
([#&#8203;2311](https://togithub.com/phpstan/phpstan-src/pull/2311)),
thanks [@&#8203;jiripudil](https://togithub.com/jiripudil)!

# Function signature fixes 🤖

- Fix `Imagick::profileImage()` type
([#&#8203;2312](https://togithub.com/phpstan/phpstan-src/pull/2312)),
thanks [@&#8203;zonuexe](https://togithub.com/zonuexe)!

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

[Compare
Source](https://togithub.com/phpstan/phpstan/compare/1.10.8...1.10.9)

# Improvements 🔧

- Test cases - make some methods static because of PHPUnit 10
dataProviders
(phpstan/phpstan-src@ea2670a),
[https://github.com/phpstan/phpstan/discussions/9070](https://togithub.com/phpstan/phpstan/discussions/9070)
- StrictComparisonOfDifferentTypesRule - tip about
`treatPhpDocTypesAsCertain`
(phpstan/phpstan-src@40400ae)
- ConstantLooseComparisonRule - respect `treatPhpDocTypesAsCertain`
(phpstan/phpstan-src@72472dd)
- ConstantLooseComparisonRule - tip about `treatPhpDocTypesAsCertain`
(phpstan/phpstan-src@d892c34)
- PHPStan Pro - configurable DNS servers
(phpstan/phpstan-src@f3711a2),
[#&#8203;9106](https://togithub.com/phpstan/phpstan/issues/9106)
- Attempt unloading Xdebug before showing warnings
([#&#8203;2299](https://togithub.com/phpstan/phpstan-src/pull/2299)),
thanks [@&#8203;AJenbo](https://togithub.com/AJenbo)!

# Function signature fixes 🤖

- Fix `pg_pconnect` function signature
([#&#8203;2300](https://togithub.com/phpstan/phpstan-src/pull/2300)),
thanks [@&#8203;dravnic](https://togithub.com/dravnic)!
- Fix incorrect type for `NumberFormatter::parseCurrency`
([#&#8203;2309](https://togithub.com/phpstan/phpstan-src/pull/2309)),
thanks [@&#8203;rovansteen](https://togithub.com/rovansteen)!

</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://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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://app.renovatebot.com/dashboard#github/Lendable/composer-license-checker).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4yMy4zIiwidXBkYXRlZEluVmVyIjoiMzUuMjIuMSJ9-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 4, 2023
1 parent 9e5e34d commit da5e5ff
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
},
"require-dev": {
"ergebnis/composer-normalize": "^2.30.2",
"php-cs-fixer/shim": "^3.15.1",
"phpstan/phpstan": "^1.10.8",
"php-cs-fixer/shim": "^3.16.0",
"phpstan/phpstan": "^1.10.10",
"phpstan/phpstan-deprecation-rules": "^1.1.3",
"phpstan/phpstan-phpunit": "^1.3.11",
"phpstan/phpstan-strict-rules": "^1.5.1",
Expand Down
24 changes: 12 additions & 12 deletions composer.lock

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

0 comments on commit da5e5ff

Please sign in to comment.