Update all non-major dependencies (patch)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
dbp/relay-core-bundle | require | patch |
0.1.42 -> 0.1.48
|
phpstan/phpstan | require-dev | patch |
1.8.10 -> 1.8.11
|
phpstan/phpstan-phpunit | require-dev | patch |
1.1.1 -> 1.1.3
|
phpunit/phpunit (source) | require-dev | patch |
9.5.25 -> 9.5.26
|
symfony/http-client (source) | require-dev | patch |
5.4.14 -> 5.4.15
|
Release Notes
dbp/relay/dbp-relay-core-bundle
v0.1.48
v0.1.47
v0.1.46
v0.1.45
- dbp:relay:core:migrate: Work around issues in DoctrineMigrationsBundle which sometimes led to migrations being skipped.
v0.1.44
- new dbp:relay:core:migrate command
- start of a new authorization framework
v0.1.43
- Temporarily restrict api-platform/core to < 2.7.0
phpstan/phpstan
v1.8.11
🔧
Improvements - MatchExpressionArmBody virtual node (#1726), thanks @janedbal!
- Detect duplicate included files in ContainerFactory (https://github.com/phpstan/phpstan-src/commit/f15cd6deea2dda4b41272aa50fb3b61304ad3515, https://github.com/phpstan/phpstan-src/commit/4cdb8060b73fc09e25cf230041532f068974234d)
- ClassPropertyNode - carry PHPDoc type (https://github.com/phpstan/phpstan-src/commit/dcd8bac24fdbe0723b9307f3f3b2e8e38cc7eae1)
🐛
Bugfixes - Fix several stale result cache issues:
- Fix stale
@mixin
result cache issue (https://github.com/phpstan/phpstan-src/commit/7228d4d5c6ba0289bd67a0b0bd113a6aafed5faa), #7831 - Include
@template
tags in the result cache (https://github.com/phpstan/phpstan-src/commit/4c0cb98c84f7c4dfe62e21f6b163529a150861fe) - Reanalyse all files with errors when new symbol appears (https://github.com/phpstan/phpstan-src/commit/bc9301d983c03cc5716ee2e00c32713c80e4b53e)
- DependencyResolver - add method/property declaring classes to dependencies (https://github.com/phpstan/phpstan-src/commit/e1c13669492079f065fd8138680fc91c96c3729a)
- DependencyResolver - declaring classes for static fetches (https://github.com/phpstan/phpstan-src/commit/be6e7ced22b578d67e58f63b9649ad2ef2c35911)
- DependencyResolver -
@method
,@property
,@extends
,@implements
tags (https://github.com/phpstan/phpstan-src/commit/ec5b6331e910e18bec1abfa4a1db8961509c7591) - Fix result cache getting stale because of trait
@use
(https://github.com/phpstan/phpstan-src/commit/08703d1dacf47cc26a33542d0589bf7912c2aeb4) - Fix stale result cache for property types (https://github.com/phpstan/phpstan-src/commit/9e4e93b48cc32298c0a1661f14891307a22def7b)
- Fix stale
- Fix wrong type inference about array (#1808), #8087, thanks @VincentLanglet!
- Invalidate DI container based on included files hashes (https://github.com/phpstan/phpstan-src/commit/615c6a1d6216a0d4b357c67657ba340c88a98a3b)
- Virtual expr nodes - do not reuse wrong attributes, a printed expr might be cached there (https://github.com/phpstan/phpstan-src/commit/83691977757661e4160c89a533cdaf589434d782)
- Fix reordering unspecified named arguments (#1903), #8204, thanks @rvanvelzen!
phpstan/phpstan-phpunit
v1.1.3
- 6b93db7 - Fix assertEmpty
v1.1.2
- f5b7eb6 - Implement assertEmpty extension
- b808cb8 - Update build.yml
- 52bdce8 - Create tag workflow
- 2ca1b46 - Update .gitattributes
- 34a6bb5 - PHPStan baseline
- 0509872 - Require PHPStan 1.8.0
- 694fe40 - Update dependency slevomat/coding-standard to v7.2.1
- e00da5f - Update dependency slevomat/coding-standard to v7.2.0
symfony/http-client
v5.4.15
Changelog (https://github.com/symfony/http-client/compare/v5.4.14...v5.4.15)
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.