Issue #3341254 by Spokje, longwave: Fix failing "updated deps" test-runs on 10.x.x
parent
f3af4a5f45
commit
7cf8cec67d
composer/Metapackage
DevDependencies
PinnedDevDependencies
core
lib/Drupal/Component/DependencyInjection
|
@ -22,11 +22,11 @@
|
|||
"drupal/coder": "^8.3.10",
|
||||
"instaclick/php-webdriver": "^1.4.1",
|
||||
"justinrainbow/json-schema": "^5.2",
|
||||
"mglaman/phpstan-drupal": "^1.1.27",
|
||||
"mglaman/phpstan-drupal": "^1.1.29",
|
||||
"mikey179/vfsstream": "^1.6.11",
|
||||
"phpspec/prophecy-phpunit": "^2",
|
||||
"phpstan/extension-installer": "^1.1",
|
||||
"phpstan/phpstan": "^1.9.9",
|
||||
"phpstan/phpstan": "^1.10.1",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"symfony/browser-kit": "^6.2",
|
||||
"symfony/css-selector": "^6.2",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "325f7170ea2137245a2bbcc5e2de9011",
|
||||
"content-hash": "31ed43e991e91dae14239ba7578c8320",
|
||||
"packages": [
|
||||
{
|
||||
"name": "asm89/stack-cors",
|
||||
|
@ -5227,16 +5227,16 @@
|
|||
},
|
||||
{
|
||||
"name": "mglaman/phpstan-drupal",
|
||||
"version": "1.1.27",
|
||||
"version": "1.1.29",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/mglaman/phpstan-drupal.git",
|
||||
"reference": "61daa574664fa138f42dc7e883de9a12a7703462"
|
||||
"reference": "e6f6191c53b159013fcbd186d7f85511f3f96ff8"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/61daa574664fa138f42dc7e883de9a12a7703462",
|
||||
"reference": "61daa574664fa138f42dc7e883de9a12a7703462",
|
||||
"url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/e6f6191c53b159013fcbd186d7f85511f3f96ff8",
|
||||
"reference": "e6f6191c53b159013fcbd186d7f85511f3f96ff8",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -5311,7 +5311,7 @@
|
|||
"description": "Drupal extension and rules for PHPStan",
|
||||
"support": {
|
||||
"issues": "https://github.com/mglaman/phpstan-drupal/issues",
|
||||
"source": "https://github.com/mglaman/phpstan-drupal/tree/1.1.27"
|
||||
"source": "https://github.com/mglaman/phpstan-drupal/tree/1.1.29"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -5327,7 +5327,7 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2023-01-25T22:02:09+00:00"
|
||||
"time": "2023-02-08T21:44:03+00:00"
|
||||
},
|
||||
{
|
||||
"name": "mikey179/vfsstream",
|
||||
|
@ -5981,16 +5981,16 @@
|
|||
},
|
||||
{
|
||||
"name": "phpstan/phpstan",
|
||||
"version": "1.9.9",
|
||||
"version": "1.10.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpstan/phpstan.git",
|
||||
"reference": "f68d7cc3d0638a01bc6321cb826e4cae7fa6884d"
|
||||
"reference": "1cd5fc530a8b68702f3733ad64294b2a39564198"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/f68d7cc3d0638a01bc6321cb826e4cae7fa6884d",
|
||||
"reference": "f68d7cc3d0638a01bc6321cb826e4cae7fa6884d",
|
||||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/1cd5fc530a8b68702f3733ad64294b2a39564198",
|
||||
"reference": "1cd5fc530a8b68702f3733ad64294b2a39564198",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -6020,7 +6020,7 @@
|
|||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/phpstan/phpstan/issues",
|
||||
"source": "https://github.com/phpstan/phpstan/tree/1.9.9"
|
||||
"source": "https://github.com/phpstan/phpstan/tree/1.10.1"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -6036,7 +6036,7 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2023-01-11T14:39:22+00:00"
|
||||
"time": "2023-02-21T21:57:23+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpunit/php-code-coverage",
|
||||
|
|
|
@ -14,11 +14,11 @@
|
|||
"drupal/coder": "^8.3.10",
|
||||
"instaclick/php-webdriver": "^1.4.1",
|
||||
"justinrainbow/json-schema": "^5.2",
|
||||
"mglaman/phpstan-drupal": "^1.1.27",
|
||||
"mglaman/phpstan-drupal": "^1.1.29",
|
||||
"mikey179/vfsstream": "^1.6.11",
|
||||
"phpspec/prophecy-phpunit": "^2",
|
||||
"phpstan/extension-installer": "^1.1",
|
||||
"phpstan/phpstan": "^1.9.9",
|
||||
"phpstan/phpstan": "^1.10.1",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"symfony/browser-kit": "^6.2",
|
||||
"symfony/css-selector": "^6.2",
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
"drupal/coder": "8.3.16",
|
||||
"instaclick/php-webdriver": "1.4.16",
|
||||
"justinrainbow/json-schema": "5.2.12",
|
||||
"mglaman/phpstan-drupal": "1.1.27",
|
||||
"mglaman/phpstan-drupal": "1.1.29",
|
||||
"mikey179/vfsstream": "v1.6.11",
|
||||
"myclabs/deep-copy": "1.11.0",
|
||||
"nikic/php-parser": "v4.15.2",
|
||||
|
@ -36,7 +36,7 @@
|
|||
"phpspec/prophecy-phpunit": "v2.0.1",
|
||||
"phpstan/extension-installer": "1.2.0",
|
||||
"phpstan/phpdoc-parser": "1.13.1",
|
||||
"phpstan/phpstan": "1.9.9",
|
||||
"phpstan/phpstan": "1.10.1",
|
||||
"phpunit/php-code-coverage": "9.2.19",
|
||||
"phpunit/php-file-iterator": "3.0.6",
|
||||
"phpunit/php-invoker": "3.1.1",
|
||||
|
|
|
@ -34,7 +34,6 @@ final class ReverseContainer {
|
|||
*/
|
||||
public function __construct(private readonly Container|SymfonyContainer $serviceContainer) {
|
||||
$this->getServiceId = \Closure::bind(function ($service): ?string {
|
||||
/** @phpstan-ignore-next-line */
|
||||
return array_search($service, $this->services, TRUE) ?: NULL;
|
||||
}, $serviceContainer, $serviceContainer);
|
||||
}
|
||||
|
@ -71,7 +70,6 @@ final class ReverseContainer {
|
|||
*/
|
||||
public function recordContainer(): void {
|
||||
$service_recorder = \Closure::bind(function () : array {
|
||||
/** @phpstan-ignore-next-line */
|
||||
return $this->services;
|
||||
}, $this->serviceContainer, $this->serviceContainer);
|
||||
self::$recordedServices = array_merge(self::$recordedServices, array_flip(array_map([$this, 'generateServiceIdHash'], $service_recorder())));
|
||||
|
|
|
@ -645,11 +645,6 @@ parameters:
|
|||
count: 1
|
||||
path: lib/Drupal/Core/Lock/NullLockBackend.php
|
||||
|
||||
-
|
||||
message: "#^Relying on entity queries to check access by default is deprecated in drupal\\:9\\.2\\.0 and an error will be thrown from drupal\\:10\\.0\\.0\\. Call \\\\Drupal\\\\Core\\\\Entity\\\\Query\\\\QueryInterface\\:\\:accessCheck\\(\\) with TRUE or FALSE to specify whether access should be checked\\.$#"
|
||||
count: 1
|
||||
path: lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php
|
||||
|
||||
-
|
||||
message: "#^Variable \\$parent in isset\\(\\) always exists and is not nullable\\.$#"
|
||||
count: 1
|
||||
|
@ -1827,7 +1822,7 @@ parameters:
|
|||
|
||||
-
|
||||
message: "#^Relying on entity queries to check access by default is deprecated in drupal\\:9\\.2\\.0 and an error will be thrown from drupal\\:10\\.0\\.0\\. Call \\\\Drupal\\\\Core\\\\Entity\\\\Query\\\\QueryInterface\\:\\:accessCheck\\(\\) with TRUE or FALSE to specify whether access should be checked\\.$#"
|
||||
count: 3
|
||||
count: 2
|
||||
path: modules/node/node.module
|
||||
|
||||
-
|
||||
|
@ -2380,11 +2375,6 @@ parameters:
|
|||
count: 1
|
||||
path: modules/user/src/RoleForm.php
|
||||
|
||||
-
|
||||
message: "#^Relying on entity queries to check access by default is deprecated in drupal\\:9\\.2\\.0 and an error will be thrown from drupal\\:10\\.0\\.0\\. Call \\\\Drupal\\\\Core\\\\Entity\\\\Query\\\\QueryInterface\\:\\:accessCheck\\(\\) with TRUE or FALSE to specify whether access should be checked\\.$#"
|
||||
count: 1
|
||||
path: modules/user/src/UserListBuilder.php
|
||||
|
||||
-
|
||||
message: "#^Call to deprecated constant REQUEST_TIME\\: Deprecated in drupal\\:8\\.3\\.0 and is removed from drupal\\:11\\.0\\.0\\. Use \\\\Drupal\\:\\:time\\(\\)\\-\\>getRequestTime\\(\\); $#"
|
||||
count: 2
|
||||
|
|
Loading…
Reference in New Issue