From 299e30130e464fe8f7d83213771fb0052d33b367 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jan 2022 12:13:39 +0000 Subject: [PATCH 1/2] Bump phpstan/phpstan from 0.12.94 to 0.12.99 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.94 to 0.12.99. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.94...0.12.99) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 912544471..ab1c33fca 100644 --- a/composer.lock +++ b/composer.lock @@ -12279,16 +12279,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.96", + "version": "0.12.99", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "a98bdc51318f20fcae8c953d266f81a70254917f" + "reference": "b4d40f1d759942f523be267a1bab6884f46ca3f7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/a98bdc51318f20fcae8c953d266f81a70254917f", - "reference": "a98bdc51318f20fcae8c953d266f81a70254917f", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/b4d40f1d759942f523be267a1bab6884f46ca3f7", + "reference": "b4d40f1d759942f523be267a1bab6884f46ca3f7", "shasum": "" }, "require": { @@ -12319,7 +12319,7 @@ "description": "PHPStan - PHP Static Analysis Tool", "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/0.12.96" + "source": "https://github.com/phpstan/phpstan/tree/0.12.99" }, "funding": [ { @@ -12339,7 +12339,7 @@ "type": "tidelift" } ], - "time": "2021-08-21T11:55:13+00:00" + "time": "2021-09-12T20:09:55+00:00" }, { "name": "phpstan/phpstan-doctrine", From 0afd91a1601072f50d17ffa03b1d662245d0b3ba Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Wed, 5 Jan 2022 13:25:50 +0100 Subject: [PATCH 2/2] Remove dead test The URL seems to be down now. Move to a more frequent deps update --- .github/dependabot.yml | 4 ++-- tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1d376e8b7..3c8014416 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ updates: - package-ecosystem: npm directory: "/" schedule: - interval: monthly + interval: weekly time: "04:00" timezone: Europe/Paris open-pull-requests-limit: 10 @@ -14,7 +14,7 @@ updates: - package-ecosystem: composer directory: "/" schedule: - interval: monthly + interval: daily time: "04:00" timezone: Europe/Paris open-pull-requests-limit: 10 diff --git a/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php b/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php index 4c42b8564..45815dded 100644 --- a/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php +++ b/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php @@ -1410,10 +1410,6 @@ class EntryControllerTest extends WallabagCoreTestCase 'https://politica.estadao.com.br/noticias/eleicoes,campanha-catatonica,70002491983', 'pt_BR', ], - 'fucked_list_of_languages' => [ - 'http://geocatalog.webservice-energy.org/geonetwork/srv/eng/main.home', - null, - ], 'es-ES' => [ 'https://www.20minutos.es/noticia/3360685/0/gobierno-sanchez-primero-historia-mas-mujeres-que-hombres/', 'es_ES',