samuelnogueira / cache-datastore-newrelic

Reports calls to any `psr/simple-cache` or `psr/cache` implementation as a custom New Relic Datastore
MIT License
3 stars 0 forks source link

Update PHPStan packages #36

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/phpstan require-dev patch 1.10.8 -> 1.10.10
phpstan/phpstan-strict-rules require-dev patch 1.5.0 -> 1.5.1

Release Notes

phpstan/phpstan ### [`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 (https://github.com/phpstan/phpstan-src/commit/6910be2321136601b75112a8c1e3d107bf3a25c7) - AccessPropertiesRule - tip with [article link](https://phpstan.org/blog/solving-phpstan-access-to-undefined-property) (https://github.com/phpstan/phpstan-src/commit/e6e2d1a63417909c50900a10fbedf0a426f5ac21) - Note about `--xdebug` when Xdebug is enabled (https://github.com/phpstan/phpstan-src/commit/1d4ede19f6f08d6a07216cfe8536dc7dec2f4001) # Bugfixes πŸ› - IssetCheck - respect `treatPhpDocTypesAsCertain` for variables (https://github.com/phpstan/phpstan-src/commit/5b7a1153dd76b2f771b13dcd28ef4f7b832e2b84), [#​9126](https://togithub.com/phpstan/phpstan/issues/9126) - IssetCheck - respect `treatPhpDocTypesAsCertain` in more places (https://github.com/phpstan/phpstan-src/commit/49d2aa6fd0205da790f251d7ee42fb0fc0676888) - Do not check template type variance in constructor ([#​2311](https://togithub.com/phpstan/phpstan-src/pull/2311)), thanks [@​jiripudil](https://togithub.com/jiripudil)! # Function signature fixes πŸ€– - Fix `Imagick::profileImage()` type ([#​2312](https://togithub.com/phpstan/phpstan-src/pull/2312)), thanks [@​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 (https://github.com/phpstan/phpstan-src/commit/ea2670a086f0f699b92dd6b2535504771054498c), [https://github.com/phpstan/phpstan/discussions/9070](https://togithub.com/phpstan/phpstan/discussions/9070) - StrictComparisonOfDifferentTypesRule - tip about `treatPhpDocTypesAsCertain` (https://github.com/phpstan/phpstan-src/commit/40400aeb2830f1e4f29748f5a20989fa34d4d02f) - ConstantLooseComparisonRule - respect `treatPhpDocTypesAsCertain` (https://github.com/phpstan/phpstan-src/commit/72472dd441e445ff6bf4b01b53dfee3613cfea78) - ConstantLooseComparisonRule - tip about `treatPhpDocTypesAsCertain` (https://github.com/phpstan/phpstan-src/commit/d892c34e9b2865e6e1908b08b2a84823f2ec54cf) - PHPStan Pro - configurable DNS servers (https://github.com/phpstan/phpstan-src/commit/f3711a2598c6dd8c9e1ca2f1990736db4de61ee3), [#​9106](https://togithub.com/phpstan/phpstan/issues/9106) - Attempt unloading Xdebug before showing warnings ([#​2299](https://togithub.com/phpstan/phpstan-src/pull/2299)), thanks [@​AJenbo](https://togithub.com/AJenbo)! # Function signature fixes πŸ€– - Fix `pg_pconnect` function signature ([#​2300](https://togithub.com/phpstan/phpstan-src/pull/2300)), thanks [@​dravnic](https://togithub.com/dravnic)! - Fix incorrect type for `NumberFormatter::parseCurrency` ([#​2309](https://togithub.com/phpstan/phpstan-src/pull/2309)), thanks [@​rovansteen](https://togithub.com/rovansteen)!
phpstan/phpstan-strict-rules ### [`v1.5.1`](https://togithub.com/phpstan/phpstan-strict-rules/releases/tag/1.5.1) [Compare Source](https://togithub.com/phpstan/phpstan-strict-rules/compare/1.5.0...1.5.1) - [b21c03d](http://github.com/phpstan/phpstan-strict-rules/commit/b21c03d4f6f3a446e4311155f4be9d65048218e6) - DynamicCallOnStaticMethodsRule - do not report for methods declared on PHPStanTestCase and TypeInferenceTestCase - [ce25f06](http://github.com/phpstan/phpstan-strict-rules/commit/ce25f06a29be307aef03a726799a57b6dd833b8a) - Update dependency slevomat/coding-standard to v8.9.0 - [b3a558c](http://github.com/phpstan/phpstan-strict-rules/commit/b3a558c9cefa128f83df6787f7b1b86e67ca4cc2) - Update PHPCS - [d811ef6](http://github.com/phpstan/phpstan-strict-rules/commit/d811ef616a1ca84978d5ab44c105b7aa9ba082db) - Update metcalfc/changelog-generator action to v4.1.0

Configuration

πŸ“… Schedule: Branch creation - "before 3am on the first day of the month" (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.