From 01e14d7fb0cebe8857e2f19c5c983568dd8f074f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Nov 2022 06:21:46 +0000 Subject: [PATCH 01/42] [TASK]: Bump phpstan/phpstan from 1.9.1 to 1.9.2 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.9.1 to 1.9.2. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/1.9.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.9.1...1.9.2) --- 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 7c659d0..eb44ca5 100644 --- a/composer.lock +++ b/composer.lock @@ -3151,16 +3151,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.9.1", + "version": "1.9.2", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "a59c8b5bfd4a236f27efc8b5ce72c313c2b54b5f" + "reference": "d6fdf01c53978b6429f1393ba4afeca39cc68afa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/a59c8b5bfd4a236f27efc8b5ce72c313c2b54b5f", - "reference": "a59c8b5bfd4a236f27efc8b5ce72c313c2b54b5f", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/d6fdf01c53978b6429f1393ba4afeca39cc68afa", + "reference": "d6fdf01c53978b6429f1393ba4afeca39cc68afa", "shasum": "" }, "require": { @@ -3190,7 +3190,7 @@ ], "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.9.1" + "source": "https://github.com/phpstan/phpstan/tree/1.9.2" }, "funding": [ { @@ -3206,7 +3206,7 @@ "type": "tidelift" } ], - "time": "2022-11-04T13:35:59+00:00" + "time": "2022-11-10T09:56:11+00:00" }, { "name": "phpstan/phpstan-phpunit", From 44a924195ff8165b8b5ad36283680db5d26ae5ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 06:06:07 +0000 Subject: [PATCH 02/42] [TASK]: Bump rector/rector from 0.14.7 to 0.14.8 Bumps [rector/rector](https://github.com/rectorphp/rector) from 0.14.7 to 0.14.8. - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/0.14.7...0.14.8) --- updated-dependencies: - dependency-name: rector/rector 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 eb44ca5..8be7b91 100644 --- a/composer.lock +++ b/composer.lock @@ -3952,16 +3952,16 @@ }, { "name": "rector/rector", - "version": "0.14.7", + "version": "0.14.8", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "3553aaba0e820083fc6d7f0dc78d8d789226a398" + "reference": "46ee9a173a2b2645ca92a75ffc17460139fa226e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/3553aaba0e820083fc6d7f0dc78d8d789226a398", - "reference": "3553aaba0e820083fc6d7f0dc78d8d789226a398", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/46ee9a173a2b2645ca92a75ffc17460139fa226e", + "reference": "46ee9a173a2b2645ca92a75ffc17460139fa226e", "shasum": "" }, "require": { @@ -3997,7 +3997,7 @@ "description": "Instant Upgrade and Automated Refactoring of any PHP code", "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/0.14.7" + "source": "https://github.com/rectorphp/rector/tree/0.14.8" }, "funding": [ { @@ -4005,7 +4005,7 @@ "type": "github" } ], - "time": "2022-11-04T08:48:40+00:00" + "time": "2022-11-14T14:09:49+00:00" }, { "name": "sebastian/cli-parser", From d8768fc4d637c6a59c2ef471b56664285b9dbca8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20H=C3=A4u=C3=9Fler?= Date: Thu, 24 Nov 2022 11:53:23 +0100 Subject: [PATCH 03/42] [BUGFIX] Replace Dependabot auto-merge action --- .github/workflows/auto-merge.yaml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-merge.yaml b/.github/workflows/auto-merge.yaml index 09a832b..bb975ec 100644 --- a/.github/workflows/auto-merge.yaml +++ b/.github/workflows/auto-merge.yaml @@ -8,8 +8,14 @@ jobs: if: ${{ github.actor == 'dependabot[bot]' }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: ahmadnassri/action-dependabot-auto-merge@v2 + - name: Fetch metadata + id: dependabot-metadata + uses: dependabot/fetch-metadata@v1 with: - target: minor github-token: ${{ secrets.MERGE_TOKEN }} + - name: Comment with merge instructions + if: ${{ steps.dependabot-metadata.outputs.update-type != 'version-update:semver-major' }} + uses: mshick/add-pr-comment@v2 + with: + repo-token: ${{ secrets.MERGE_TOKEN }} + message: '@dependabot merge' From 20d96356d6fc3da30b5833a44d2dc63987886ea1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20H=C3=A4u=C3=9Fler?= Date: Thu, 24 Nov 2022 12:01:25 +0100 Subject: [PATCH 04/42] [TASK] Downgrade rector/rector to test new Dependabot auto-merge --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 8be7b91..eb44ca5 100644 --- a/composer.lock +++ b/composer.lock @@ -3952,16 +3952,16 @@ }, { "name": "rector/rector", - "version": "0.14.8", + "version": "0.14.7", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "46ee9a173a2b2645ca92a75ffc17460139fa226e" + "reference": "3553aaba0e820083fc6d7f0dc78d8d789226a398" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/46ee9a173a2b2645ca92a75ffc17460139fa226e", - "reference": "46ee9a173a2b2645ca92a75ffc17460139fa226e", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/3553aaba0e820083fc6d7f0dc78d8d789226a398", + "reference": "3553aaba0e820083fc6d7f0dc78d8d789226a398", "shasum": "" }, "require": { @@ -3997,7 +3997,7 @@ "description": "Instant Upgrade and Automated Refactoring of any PHP code", "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/0.14.8" + "source": "https://github.com/rectorphp/rector/tree/0.14.7" }, "funding": [ { @@ -4005,7 +4005,7 @@ "type": "github" } ], - "time": "2022-11-14T14:09:49+00:00" + "time": "2022-11-04T08:48:40+00:00" }, { "name": "sebastian/cli-parser", From 0cb32cf907387574c657e4213bc59a39f4e35278 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 11:02:21 +0000 Subject: [PATCH 05/42] [TASK]: Bump rector/rector from 0.14.7 to 0.14.8 Bumps [rector/rector](https://github.com/rectorphp/rector) from 0.14.7 to 0.14.8. - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/0.14.7...0.14.8) --- updated-dependencies: - dependency-name: rector/rector 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 eb44ca5..8be7b91 100644 --- a/composer.lock +++ b/composer.lock @@ -3952,16 +3952,16 @@ }, { "name": "rector/rector", - "version": "0.14.7", + "version": "0.14.8", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "3553aaba0e820083fc6d7f0dc78d8d789226a398" + "reference": "46ee9a173a2b2645ca92a75ffc17460139fa226e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/3553aaba0e820083fc6d7f0dc78d8d789226a398", - "reference": "3553aaba0e820083fc6d7f0dc78d8d789226a398", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/46ee9a173a2b2645ca92a75ffc17460139fa226e", + "reference": "46ee9a173a2b2645ca92a75ffc17460139fa226e", "shasum": "" }, "require": { @@ -3997,7 +3997,7 @@ "description": "Instant Upgrade and Automated Refactoring of any PHP code", "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/0.14.7" + "source": "https://github.com/rectorphp/rector/tree/0.14.8" }, "funding": [ { @@ -4005,7 +4005,7 @@ "type": "github" } ], - "time": "2022-11-04T08:48:40+00:00" + "time": "2022-11-14T14:09:49+00:00" }, { "name": "sebastian/cli-parser", From f279b5530cc42e9296a46c00c3dba1e19107d81c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 06:11:52 +0000 Subject: [PATCH 06/42] [TASK]: Bump symfony/console from 6.1.7 to 6.1.8 Bumps [symfony/console](https://github.com/symfony/console) from 6.1.7 to 6.1.8. - [Release notes](https://github.com/symfony/console/releases) - [Changelog](https://github.com/symfony/console/blob/6.1/CHANGELOG.md) - [Commits](https://github.com/symfony/console/compare/v6.1.7...v6.1.8) --- updated-dependencies: - dependency-name: symfony/console dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 82 +++++++++++++++++++++++++-------------------------- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/composer.lock b/composer.lock index 8be7b91..9ffd31d 100644 --- a/composer.lock +++ b/composer.lock @@ -1085,16 +1085,16 @@ }, { "name": "symfony/console", - "version": "v6.1.7", + "version": "v6.1.8", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "a1282bd0c096e0bdb8800b104177e2ce404d8815" + "reference": "a71863ea74f444d93c768deb3e314e1f750cf20d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/a1282bd0c096e0bdb8800b104177e2ce404d8815", - "reference": "a1282bd0c096e0bdb8800b104177e2ce404d8815", + "url": "https://api.github.com/repos/symfony/console/zipball/a71863ea74f444d93c768deb3e314e1f750cf20d", + "reference": "a71863ea74f444d93c768deb3e314e1f750cf20d", "shasum": "" }, "require": { @@ -1161,7 +1161,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.1.7" + "source": "https://github.com/symfony/console/tree/v6.1.8" }, "funding": [ { @@ -1177,7 +1177,7 @@ "type": "tidelift" } ], - "time": "2022-10-26T21:42:49+00:00" + "time": "2022-11-25T18:59:16+00:00" }, { "name": "symfony/dependency-injection", @@ -1462,16 +1462,16 @@ }, { "name": "symfony/polyfill-ctype", - "version": "v1.26.0", + "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4" + "reference": "5bbc823adecdae860bb64756d639ecfec17b050a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4", - "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a", + "reference": "5bbc823adecdae860bb64756d639ecfec17b050a", "shasum": "" }, "require": { @@ -1486,7 +1486,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -1524,7 +1524,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.26.0" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0" }, "funding": [ { @@ -1540,20 +1540,20 @@ "type": "tidelift" } ], - "time": "2022-05-24T11:49:31+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/polyfill-intl-grapheme", - "version": "v1.26.0", + "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git", - "reference": "433d05519ce6990bf3530fba6957499d327395c2" + "reference": "511a08c03c1960e08a883f4cffcacd219b758354" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/433d05519ce6990bf3530fba6957499d327395c2", - "reference": "433d05519ce6990bf3530fba6957499d327395c2", + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354", + "reference": "511a08c03c1960e08a883f4cffcacd219b758354", "shasum": "" }, "require": { @@ -1565,7 +1565,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -1605,7 +1605,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.26.0" + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.27.0" }, "funding": [ { @@ -1621,20 +1621,20 @@ "type": "tidelift" } ], - "time": "2022-05-24T11:49:31+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/polyfill-intl-normalizer", - "version": "v1.26.0", + "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "219aa369ceff116e673852dce47c3a41794c14bd" + "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/219aa369ceff116e673852dce47c3a41794c14bd", - "reference": "219aa369ceff116e673852dce47c3a41794c14bd", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6", + "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6", "shasum": "" }, "require": { @@ -1646,7 +1646,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -1689,7 +1689,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.26.0" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0" }, "funding": [ { @@ -1705,20 +1705,20 @@ "type": "tidelift" } ], - "time": "2022-05-24T11:49:31+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.26.0", + "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e" + "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", - "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534", + "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534", "shasum": "" }, "require": { @@ -1733,7 +1733,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -1772,7 +1772,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0" }, "funding": [ { @@ -1788,7 +1788,7 @@ "type": "tidelift" } ], - "time": "2022-05-24T11:49:31+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/process", @@ -5446,16 +5446,16 @@ }, { "name": "symfony/polyfill-php80", - "version": "v1.26.0", + "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace" + "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace", - "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", + "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", "shasum": "" }, "require": { @@ -5464,7 +5464,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -5509,7 +5509,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.26.0" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0" }, "funding": [ { @@ -5525,7 +5525,7 @@ "type": "tidelift" } ], - "time": "2022-05-10T07:21:04+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/polyfill-php81", From 7f07003fcabcb2a0bc3acbb95642aee620eafe9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 06:15:30 +0000 Subject: [PATCH 07/42] [TASK]: Bump ergebnis/json-printer from 3.2.0 to 3.3.0 Bumps [ergebnis/json-printer](https://github.com/ergebnis/json-printer) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/ergebnis/json-printer/releases) - [Changelog](https://github.com/ergebnis/json-printer/blob/main/CHANGELOG.md) - [Commits](https://github.com/ergebnis/json-printer/compare/3.2.0...3.3.0) --- updated-dependencies: - dependency-name: ergebnis/json-printer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 32 +++++++++++++------------------- 1 file changed, 13 insertions(+), 19 deletions(-) diff --git a/composer.lock b/composer.lock index 9ffd31d..4db3bc9 100644 --- a/composer.lock +++ b/composer.lock @@ -73,31 +73,31 @@ }, { "name": "ergebnis/json-printer", - "version": "3.2.0", + "version": "3.3.0", "source": { "type": "git", "url": "https://github.com/ergebnis/json-printer.git", - "reference": "651cab2b7604a6b338d0d16749f5ea0851a68005" + "reference": "18920367473b099633f644f0ca6dc8794345148f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ergebnis/json-printer/zipball/651cab2b7604a6b338d0d16749f5ea0851a68005", - "reference": "651cab2b7604a6b338d0d16749f5ea0851a68005", + "url": "https://api.github.com/repos/ergebnis/json-printer/zipball/18920367473b099633f644f0ca6dc8794345148f", + "reference": "18920367473b099633f644f0ca6dc8794345148f", "shasum": "" }, "require": { "ext-json": "*", "ext-mbstring": "*", - "php": "^7.4 || ^8.0" + "php": "^8.0" }, "require-dev": { - "ergebnis/license": "^1.1.0", - "ergebnis/php-cs-fixer-config": "^3.4.0", - "fakerphp/faker": "^1.17.0", - "infection/infection": "~0.25.5", - "phpunit/phpunit": "^9.5.11", - "psalm/plugin-phpunit": "~0.16.1", - "vimeo/psalm": "^4.16.1" + "ergebnis/license": "^2.0.0", + "ergebnis/php-cs-fixer-config": "^4.11.0", + "fakerphp/faker": "^1.20.0", + "infection/infection": "~0.26.6", + "phpunit/phpunit": "^9.5.26", + "psalm/plugin-phpunit": "~0.18.3", + "vimeo/psalm": "^4.30.0" }, "type": "library", "autoload": { @@ -126,13 +126,7 @@ "issues": "https://github.com/ergebnis/json-printer/issues", "source": "https://github.com/ergebnis/json-printer" }, - "funding": [ - { - "url": "https://github.com/localheinz", - "type": "github" - } - ], - "time": "2021-12-27T12:39:13+00:00" + "time": "2022-11-28T10:27:43+00:00" }, { "name": "ergebnis/json-schema-validator", From 2d40b4e5a312ee1017fee42c51750ab50293ec8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 06:18:09 +0000 Subject: [PATCH 08/42] [TASK]: Bump symfony/yaml from 6.1.6 to 6.1.8 Bumps [symfony/yaml](https://github.com/symfony/yaml) from 6.1.6 to 6.1.8. - [Release notes](https://github.com/symfony/yaml/releases) - [Changelog](https://github.com/symfony/yaml/blob/6.1/CHANGELOG.md) - [Commits](https://github.com/symfony/yaml/compare/v6.1.6...v6.1.8) --- updated-dependencies: - dependency-name: symfony/yaml dependency-type: direct:production 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 4db3bc9..d23f764 100644 --- a/composer.lock +++ b/composer.lock @@ -2017,16 +2017,16 @@ }, { "name": "symfony/yaml", - "version": "v6.1.6", + "version": "v6.1.8", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "66c6b0cf52b00f74614a2cf7ae7db08ea1095931" + "reference": "20e9985d3fc6a77289102c47b6a110b6fbd24585" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/66c6b0cf52b00f74614a2cf7ae7db08ea1095931", - "reference": "66c6b0cf52b00f74614a2cf7ae7db08ea1095931", + "url": "https://api.github.com/repos/symfony/yaml/zipball/20e9985d3fc6a77289102c47b6a110b6fbd24585", + "reference": "20e9985d3fc6a77289102c47b6a110b6fbd24585", "shasum": "" }, "require": { @@ -2071,7 +2071,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v6.1.6" + "source": "https://github.com/symfony/yaml/tree/v6.1.8" }, "funding": [ { @@ -2087,7 +2087,7 @@ "type": "tidelift" } ], - "time": "2022-10-07T08:04:03+00:00" + "time": "2022-11-25T18:59:16+00:00" }, { "name": "webmozart/assert", From 562ae330b112de76582cdef001b379cb7b535cac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 06:20:41 +0000 Subject: [PATCH 09/42] [TASK]: Bump symfony/dependency-injection from 6.1.5 to 6.1.8 Bumps [symfony/dependency-injection](https://github.com/symfony/dependency-injection) from 6.1.5 to 6.1.8. - [Release notes](https://github.com/symfony/dependency-injection/releases) - [Changelog](https://github.com/symfony/dependency-injection/blob/6.1/CHANGELOG.md) - [Commits](https://github.com/symfony/dependency-injection/compare/v6.1.5...v6.1.8) --- updated-dependencies: - dependency-name: symfony/dependency-injection dependency-type: direct:production 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 d23f764..31b613e 100644 --- a/composer.lock +++ b/composer.lock @@ -1175,16 +1175,16 @@ }, { "name": "symfony/dependency-injection", - "version": "v6.1.5", + "version": "v6.1.8", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "b9c797c9d56afc290d4265854bafd01b4e379240" + "reference": "11e33ed84db0ced77511a23b35168db127909f0e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/b9c797c9d56afc290d4265854bafd01b4e379240", - "reference": "b9c797c9d56afc290d4265854bafd01b4e379240", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/11e33ed84db0ced77511a23b35168db127909f0e", + "reference": "11e33ed84db0ced77511a23b35168db127909f0e", "shasum": "" }, "require": { @@ -1242,7 +1242,7 @@ "description": "Allows you to standardize and centralize the way objects are constructed in your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dependency-injection/tree/v6.1.5" + "source": "https://github.com/symfony/dependency-injection/tree/v6.1.8" }, "funding": [ { @@ -1258,7 +1258,7 @@ "type": "tidelift" } ], - "time": "2022-09-28T16:00:52+00:00" + "time": "2022-11-25T07:34:52+00:00" }, { "name": "symfony/deprecation-contracts", From a7a377a4fd275b3e63fa24e0c1d881b740ea841e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 06:11:48 +0000 Subject: [PATCH 10/42] [TASK]: Bump symfony/console from 6.1.8 to 6.2.0 Bumps [symfony/console](https://github.com/symfony/console) from 6.1.8 to 6.2.0. - [Release notes](https://github.com/symfony/console/releases) - [Changelog](https://github.com/symfony/console/blob/6.2/CHANGELOG.md) - [Commits](https://github.com/symfony/console/compare/v6.1.8...v6.2.0) --- updated-dependencies: - dependency-name: symfony/console dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/composer.lock b/composer.lock index 31b613e..d976111 100644 --- a/composer.lock +++ b/composer.lock @@ -1079,16 +1079,16 @@ }, { "name": "symfony/console", - "version": "v6.1.8", + "version": "v6.2.0", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "a71863ea74f444d93c768deb3e314e1f750cf20d" + "reference": "75d4749d9620a8fa21a2d2847800a84b5c4e7682" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/a71863ea74f444d93c768deb3e314e1f750cf20d", - "reference": "a71863ea74f444d93c768deb3e314e1f750cf20d", + "url": "https://api.github.com/repos/symfony/console/zipball/75d4749d9620a8fa21a2d2847800a84b5c4e7682", + "reference": "75d4749d9620a8fa21a2d2847800a84b5c4e7682", "shasum": "" }, "require": { @@ -1155,7 +1155,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.1.8" + "source": "https://github.com/symfony/console/tree/v6.2.0" }, "funding": [ { @@ -1171,7 +1171,7 @@ "type": "tidelift" } ], - "time": "2022-11-25T18:59:16+00:00" + "time": "2022-11-29T16:44:51+00:00" }, { "name": "symfony/dependency-injection", @@ -1932,16 +1932,16 @@ }, { "name": "symfony/string", - "version": "v6.1.7", + "version": "v6.2.0", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "823f143370880efcbdfa2dbca946b3358c4707e5" + "reference": "145702685e0d12f81d755c71127bfff7582fdd36" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/823f143370880efcbdfa2dbca946b3358c4707e5", - "reference": "823f143370880efcbdfa2dbca946b3358c4707e5", + "url": "https://api.github.com/repos/symfony/string/zipball/145702685e0d12f81d755c71127bfff7582fdd36", + "reference": "145702685e0d12f81d755c71127bfff7582fdd36", "shasum": "" }, "require": { @@ -1957,6 +1957,7 @@ "require-dev": { "symfony/error-handler": "^5.4|^6.0", "symfony/http-client": "^5.4|^6.0", + "symfony/intl": "^6.2", "symfony/translation-contracts": "^2.0|^3.0", "symfony/var-exporter": "^5.4|^6.0" }, @@ -1997,7 +1998,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.1.7" + "source": "https://github.com/symfony/string/tree/v6.2.0" }, "funding": [ { @@ -2013,7 +2014,7 @@ "type": "tidelift" } ], - "time": "2022-10-10T09:34:31+00:00" + "time": "2022-11-30T17:13:47+00:00" }, { "name": "symfony/yaml", From 5455d5cb83edcddfe6718448dc1ee104766c2b51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 06:16:36 +0000 Subject: [PATCH 11/42] [TASK]: Bump symfony/yaml from 6.1.8 to 6.2.0 Bumps [symfony/yaml](https://github.com/symfony/yaml) from 6.1.8 to 6.2.0. - [Release notes](https://github.com/symfony/yaml/releases) - [Changelog](https://github.com/symfony/yaml/blob/6.2/CHANGELOG.md) - [Commits](https://github.com/symfony/yaml/compare/v6.1.8...v6.2.0) --- updated-dependencies: - dependency-name: symfony/yaml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index d976111..1da4671 100644 --- a/composer.lock +++ b/composer.lock @@ -2018,16 +2018,16 @@ }, { "name": "symfony/yaml", - "version": "v6.1.8", + "version": "v6.2.0", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "20e9985d3fc6a77289102c47b6a110b6fbd24585" + "reference": "f2570f21bd4adc3589aa3133323273995109bae0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/20e9985d3fc6a77289102c47b6a110b6fbd24585", - "reference": "20e9985d3fc6a77289102c47b6a110b6fbd24585", + "url": "https://api.github.com/repos/symfony/yaml/zipball/f2570f21bd4adc3589aa3133323273995109bae0", + "reference": "f2570f21bd4adc3589aa3133323273995109bae0", "shasum": "" }, "require": { @@ -2072,7 +2072,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v6.1.8" + "source": "https://github.com/symfony/yaml/tree/v6.2.0" }, "funding": [ { @@ -2088,7 +2088,7 @@ "type": "tidelift" } ], - "time": "2022-11-25T18:59:16+00:00" + "time": "2022-11-25T19:00:27+00:00" }, { "name": "webmozart/assert", From 5ea6933d766446c9b45ffd5fdbec370316587989 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 06:20:06 +0000 Subject: [PATCH 12/42] [TASK]: Bump symfony/dependency-injection from 6.1.8 to 6.2.0 Bumps [symfony/dependency-injection](https://github.com/symfony/dependency-injection) from 6.1.8 to 6.2.0. - [Release notes](https://github.com/symfony/dependency-injection/releases) - [Changelog](https://github.com/symfony/dependency-injection/blob/6.2/CHANGELOG.md) - [Commits](https://github.com/symfony/dependency-injection/compare/v6.1.8...v6.2.0) --- updated-dependencies: - dependency-name: symfony/dependency-injection dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 91 ++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 83 insertions(+), 8 deletions(-) diff --git a/composer.lock b/composer.lock index 1da4671..985f612 100644 --- a/composer.lock +++ b/composer.lock @@ -1175,29 +1175,30 @@ }, { "name": "symfony/dependency-injection", - "version": "v6.1.8", + "version": "v6.2.0", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "11e33ed84db0ced77511a23b35168db127909f0e" + "reference": "bb328032f400961be5db5aed87fac9742b506f80" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/11e33ed84db0ced77511a23b35168db127909f0e", - "reference": "11e33ed84db0ced77511a23b35168db127909f0e", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/bb328032f400961be5db5aed87fac9742b506f80", + "reference": "bb328032f400961be5db5aed87fac9742b506f80", "shasum": "" }, "require": { "php": ">=8.1", "psr/container": "^1.1|^2.0", "symfony/deprecation-contracts": "^2.1|^3", - "symfony/service-contracts": "^1.1.6|^2.0|^3.0" + "symfony/service-contracts": "^1.1.6|^2.0|^3.0", + "symfony/var-exporter": "^6.2" }, "conflict": { "ext-psr": "<1.1|>=2", "symfony/config": "<6.1", "symfony/finder": "<5.4", - "symfony/proxy-manager-bridge": "<5.4", + "symfony/proxy-manager-bridge": "<6.2", "symfony/yaml": "<5.4" }, "provide": { @@ -1242,7 +1243,7 @@ "description": "Allows you to standardize and centralize the way objects are constructed in your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dependency-injection/tree/v6.1.8" + "source": "https://github.com/symfony/dependency-injection/tree/v6.2.0" }, "funding": [ { @@ -1258,7 +1259,7 @@ "type": "tidelift" } ], - "time": "2022-11-25T07:34:52+00:00" + "time": "2022-11-25T07:37:13+00:00" }, { "name": "symfony/deprecation-contracts", @@ -2016,6 +2017,80 @@ ], "time": "2022-11-30T17:13:47+00:00" }, + { + "name": "symfony/var-exporter", + "version": "v6.2.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/var-exporter.git", + "reference": "0437f26ca0c648071cc15ddacd26152cc65f4cd6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/0437f26ca0c648071cc15ddacd26152cc65f4cd6", + "reference": "0437f26ca0c648071cc15ddacd26152cc65f4cd6", + "shasum": "" + }, + "require": { + "php": ">=8.1" + }, + "require-dev": { + "symfony/var-dumper": "^5.4|^6.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\VarExporter\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Allows exporting any serializable PHP data structure to plain PHP code", + "homepage": "https://symfony.com", + "keywords": [ + "clone", + "construct", + "export", + "hydrate", + "instantiate", + "lazy loading", + "proxy", + "serialize" + ], + "support": { + "source": "https://github.com/symfony/var-exporter/tree/v6.2.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-11-25T08:33:31+00:00" + }, { "name": "symfony/yaml", "version": "v6.2.0", From 95b3b8a0331f215939269cf25154a6cef1d8bb65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 06:23:00 +0000 Subject: [PATCH 13/42] [TASK]: Bump symfony/process from 6.1.3 to 6.2.0 Bumps [symfony/process](https://github.com/symfony/process) from 6.1.3 to 6.2.0. - [Release notes](https://github.com/symfony/process/releases) - [Changelog](https://github.com/symfony/process/blob/6.2/CHANGELOG.md) - [Commits](https://github.com/symfony/process/compare/v6.1.3...v6.2.0) --- updated-dependencies: - dependency-name: symfony/process dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 985f612..0718cd2 100644 --- a/composer.lock +++ b/composer.lock @@ -1787,16 +1787,16 @@ }, { "name": "symfony/process", - "version": "v6.1.3", + "version": "v6.2.0", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "a6506e99cfad7059b1ab5cab395854a0a0c21292" + "reference": "ba6e55359f8f755fe996c58a81e00eaa67a35877" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/a6506e99cfad7059b1ab5cab395854a0a0c21292", - "reference": "a6506e99cfad7059b1ab5cab395854a0a0c21292", + "url": "https://api.github.com/repos/symfony/process/zipball/ba6e55359f8f755fe996c58a81e00eaa67a35877", + "reference": "ba6e55359f8f755fe996c58a81e00eaa67a35877", "shasum": "" }, "require": { @@ -1828,7 +1828,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v6.1.3" + "source": "https://github.com/symfony/process/tree/v6.2.0" }, "funding": [ { @@ -1844,7 +1844,7 @@ "type": "tidelift" } ], - "time": "2022-06-27T17:24:16+00:00" + "time": "2022-11-02T09:08:04+00:00" }, { "name": "symfony/service-contracts", From 396ac2d563513a59090159e5d39309a4c2915bc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 06:26:17 +0000 Subject: [PATCH 14/42] [TASK]: Bump symfony/filesystem from 6.1.5 to 6.2.0 Bumps [symfony/filesystem](https://github.com/symfony/filesystem) from 6.1.5 to 6.2.0. - [Release notes](https://github.com/symfony/filesystem/releases) - [Changelog](https://github.com/symfony/filesystem/blob/6.2/CHANGELOG.md) - [Commits](https://github.com/symfony/filesystem/compare/v6.1.5...v6.2.0) --- updated-dependencies: - dependency-name: symfony/filesystem dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 0718cd2..19577e2 100644 --- a/composer.lock +++ b/composer.lock @@ -1330,16 +1330,16 @@ }, { "name": "symfony/filesystem", - "version": "v6.1.5", + "version": "v6.2.0", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "4d216a2beef096edf040a070117c39ca2abce307" + "reference": "50b2523c874605cf3d4acf7a9e2b30b6a440a016" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/4d216a2beef096edf040a070117c39ca2abce307", - "reference": "4d216a2beef096edf040a070117c39ca2abce307", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/50b2523c874605cf3d4acf7a9e2b30b6a440a016", + "reference": "50b2523c874605cf3d4acf7a9e2b30b6a440a016", "shasum": "" }, "require": { @@ -1373,7 +1373,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v6.1.5" + "source": "https://github.com/symfony/filesystem/tree/v6.2.0" }, "funding": [ { @@ -1389,7 +1389,7 @@ "type": "tidelift" } ], - "time": "2022-09-21T20:29:40+00:00" + "time": "2022-11-20T13:01:27+00:00" }, { "name": "symfony/finder", From 8b79864c9abcf371934b38b20b5728f43a833c92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 06:26:19 +0000 Subject: [PATCH 15/42] [TASK]: Bump symfony/config from 6.1.3 to 6.2.0 Bumps [symfony/config](https://github.com/symfony/config) from 6.1.3 to 6.2.0. - [Release notes](https://github.com/symfony/config/releases) - [Changelog](https://github.com/symfony/config/blob/6.2/CHANGELOG.md) - [Commits](https://github.com/symfony/config/compare/v6.1.3...v6.2.0) --- updated-dependencies: - dependency-name: symfony/config dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/composer.lock b/composer.lock index 0718cd2..f7dc409 100644 --- a/composer.lock +++ b/composer.lock @@ -1002,16 +1002,16 @@ }, { "name": "symfony/config", - "version": "v6.1.3", + "version": "v6.2.0", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "a0645dc585d378b73c01115dd7ab9348f7d40c85" + "reference": "ebf27792246165a2a0b6b69ec9c620cac8c5a2f0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/a0645dc585d378b73c01115dd7ab9348f7d40c85", - "reference": "a0645dc585d378b73c01115dd7ab9348f7d40c85", + "url": "https://api.github.com/repos/symfony/config/zipball/ebf27792246165a2a0b6b69ec9c620cac8c5a2f0", + "reference": "ebf27792246165a2a0b6b69ec9c620cac8c5a2f0", "shasum": "" }, "require": { @@ -1059,7 +1059,7 @@ "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/config/tree/v6.1.3" + "source": "https://github.com/symfony/config/tree/v6.2.0" }, "funding": [ { @@ -1075,7 +1075,7 @@ "type": "tidelift" } ], - "time": "2022-07-20T15:00:40+00:00" + "time": "2022-11-02T09:08:04+00:00" }, { "name": "symfony/console", @@ -1330,16 +1330,16 @@ }, { "name": "symfony/filesystem", - "version": "v6.1.5", + "version": "v6.2.0", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "4d216a2beef096edf040a070117c39ca2abce307" + "reference": "50b2523c874605cf3d4acf7a9e2b30b6a440a016" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/4d216a2beef096edf040a070117c39ca2abce307", - "reference": "4d216a2beef096edf040a070117c39ca2abce307", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/50b2523c874605cf3d4acf7a9e2b30b6a440a016", + "reference": "50b2523c874605cf3d4acf7a9e2b30b6a440a016", "shasum": "" }, "require": { @@ -1373,7 +1373,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v6.1.5" + "source": "https://github.com/symfony/filesystem/tree/v6.2.0" }, "funding": [ { @@ -1389,7 +1389,7 @@ "type": "tidelift" } ], - "time": "2022-09-21T20:29:40+00:00" + "time": "2022-11-20T13:01:27+00:00" }, { "name": "symfony/finder", From e48114477ee599f93301740c7c5952e14e4b2dd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 06:30:18 +0000 Subject: [PATCH 16/42] [TASK]: Bump symfony/finder from 6.1.3 to 6.2.0 Bumps [symfony/finder](https://github.com/symfony/finder) from 6.1.3 to 6.2.0. - [Release notes](https://github.com/symfony/finder/releases) - [Changelog](https://github.com/symfony/finder/blob/6.2/CHANGELOG.md) - [Commits](https://github.com/symfony/finder/compare/v6.1.3...v6.2.0) --- updated-dependencies: - dependency-name: symfony/finder dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index f7dc409..e25102b 100644 --- a/composer.lock +++ b/composer.lock @@ -1393,16 +1393,16 @@ }, { "name": "symfony/finder", - "version": "v6.1.3", + "version": "v6.2.0", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "39696bff2c2970b3779a5cac7bf9f0b88fc2b709" + "reference": "eb2355f69519e4ef33f1835bca4c935f5d42e570" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/39696bff2c2970b3779a5cac7bf9f0b88fc2b709", - "reference": "39696bff2c2970b3779a5cac7bf9f0b88fc2b709", + "url": "https://api.github.com/repos/symfony/finder/zipball/eb2355f69519e4ef33f1835bca4c935f5d42e570", + "reference": "eb2355f69519e4ef33f1835bca4c935f5d42e570", "shasum": "" }, "require": { @@ -1437,7 +1437,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v6.1.3" + "source": "https://github.com/symfony/finder/tree/v6.2.0" }, "funding": [ { @@ -1453,7 +1453,7 @@ "type": "tidelift" } ], - "time": "2022-07-29T07:42:06+00:00" + "time": "2022-10-09T08:55:40+00:00" }, { "name": "symfony/polyfill-ctype", From cc3a9110c410ffa7fed88cce8dee8819e1df2ffc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 06:19:12 +0000 Subject: [PATCH 17/42] [TASK]: Bump rector/rector from 0.14.8 to 0.15.0 Bumps [rector/rector](https://github.com/rectorphp/rector) from 0.14.8 to 0.15.0. - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/0.14.8...0.15.0) --- updated-dependencies: - dependency-name: rector/rector dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 17 ++++++++--------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 72b2978..17f5307 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ "phpstan/phpstan-symfony": "^1.1", "phpstan/phpstan-webmozart-assert": "^1.2", "phpunit/phpunit": "^9.5.5", - "rector/rector": "^0.14.7" + "rector/rector": "^0.14.7 || ^0.15.0" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index e25102b..48e552a 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "d5b240d4c6f318cbc747c3e6fa45a72f", + "content-hash": "18642f05374cdae526abe57f977509b3", "packages": [ { "name": "ergebnis/json-normalizer", @@ -4022,27 +4022,26 @@ }, { "name": "rector/rector", - "version": "0.14.8", + "version": "0.15.0", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "46ee9a173a2b2645ca92a75ffc17460139fa226e" + "reference": "fbfbe499d0fedfac7fe2fed1a55a00bd08f19c91" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/46ee9a173a2b2645ca92a75ffc17460139fa226e", - "reference": "46ee9a173a2b2645ca92a75ffc17460139fa226e", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/fbfbe499d0fedfac7fe2fed1a55a00bd08f19c91", + "reference": "fbfbe499d0fedfac7fe2fed1a55a00bd08f19c91", "shasum": "" }, "require": { "php": "^7.2|^8.0", - "phpstan/phpstan": "^1.9.0" + "phpstan/phpstan": "^1.9.2" }, "conflict": { "rector/rector-doctrine": "*", "rector/rector-downgrade-php": "*", "rector/rector-php-parser": "*", - "rector/rector-phpoffice": "*", "rector/rector-phpunit": "*", "rector/rector-symfony": "*" }, @@ -4067,7 +4066,7 @@ "description": "Instant Upgrade and Automated Refactoring of any PHP code", "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/0.14.8" + "source": "https://github.com/rectorphp/rector/tree/0.15.0" }, "funding": [ { @@ -4075,7 +4074,7 @@ "type": "github" } ], - "time": "2022-11-14T14:09:49+00:00" + "time": "2022-12-04T22:40:18+00:00" }, { "name": "sebastian/cli-parser", From f07855e6281428e1f4ed68713b8e40df75474966 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20H=C3=A4u=C3=9Fler?= Date: Mon, 5 Dec 2022 09:00:31 +0100 Subject: [PATCH 18/42] [TASK] Upgrade to Rector 0.15.x --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 17f5307..08128e4 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ "phpstan/phpstan-symfony": "^1.1", "phpstan/phpstan-webmozart-assert": "^1.2", "phpunit/phpunit": "^9.5.5", - "rector/rector": "^0.14.7 || ^0.15.0" + "rector/rector": "^0.15.0" }, "autoload": { "psr-4": { From 4041c2c41ef022fbe2267a396d62c8d4bb583e4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 06:09:42 +0000 Subject: [PATCH 19/42] [TASK]: Bump symfony/console from 6.2.0 to 6.2.1 Bumps [symfony/console](https://github.com/symfony/console) from 6.2.0 to 6.2.1. - [Release notes](https://github.com/symfony/console/releases) - [Changelog](https://github.com/symfony/console/blob/6.2/CHANGELOG.md) - [Commits](https://github.com/symfony/console/compare/v6.2.0...v6.2.1) --- updated-dependencies: - dependency-name: symfony/console dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index 48e552a..8f4348b 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "18642f05374cdae526abe57f977509b3", + "content-hash": "99db85eeb7e1a5d569fccbbbf0f539f2", "packages": [ { "name": "ergebnis/json-normalizer", @@ -1079,16 +1079,16 @@ }, { "name": "symfony/console", - "version": "v6.2.0", + "version": "v6.2.1", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "75d4749d9620a8fa21a2d2847800a84b5c4e7682" + "reference": "58f6cef5dc5f641b7bbdbf8b32b44cc926c35f3f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/75d4749d9620a8fa21a2d2847800a84b5c4e7682", - "reference": "75d4749d9620a8fa21a2d2847800a84b5c4e7682", + "url": "https://api.github.com/repos/symfony/console/zipball/58f6cef5dc5f641b7bbdbf8b32b44cc926c35f3f", + "reference": "58f6cef5dc5f641b7bbdbf8b32b44cc926c35f3f", "shasum": "" }, "require": { @@ -1155,7 +1155,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.2.0" + "source": "https://github.com/symfony/console/tree/v6.2.1" }, "funding": [ { @@ -1171,7 +1171,7 @@ "type": "tidelift" } ], - "time": "2022-11-29T16:44:51+00:00" + "time": "2022-12-01T13:44:20+00:00" }, { "name": "symfony/dependency-injection", From 160d809f2240a14b5d035d16985543710c6ba42e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 06:16:12 +0000 Subject: [PATCH 20/42] [TASK]: Bump symfony/dependency-injection from 6.2.0 to 6.2.1 Bumps [symfony/dependency-injection](https://github.com/symfony/dependency-injection) from 6.2.0 to 6.2.1. - [Release notes](https://github.com/symfony/dependency-injection/releases) - [Changelog](https://github.com/symfony/dependency-injection/blob/6.2/CHANGELOG.md) - [Commits](https://github.com/symfony/dependency-injection/compare/v6.2.0...v6.2.1) --- updated-dependencies: - dependency-name: symfony/dependency-injection dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/composer.lock b/composer.lock index 8f4348b..b08ee2b 100644 --- a/composer.lock +++ b/composer.lock @@ -1175,16 +1175,16 @@ }, { "name": "symfony/dependency-injection", - "version": "v6.2.0", + "version": "v6.2.1", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "bb328032f400961be5db5aed87fac9742b506f80" + "reference": "1989baaa573b64eab1a8535717e3e8670e06cb7a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/bb328032f400961be5db5aed87fac9742b506f80", - "reference": "bb328032f400961be5db5aed87fac9742b506f80", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/1989baaa573b64eab1a8535717e3e8670e06cb7a", + "reference": "1989baaa573b64eab1a8535717e3e8670e06cb7a", "shasum": "" }, "require": { @@ -1214,7 +1214,6 @@ "symfony/config": "", "symfony/expression-language": "For using expressions in service container configuration", "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", - "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", "symfony/yaml": "" }, "type": "library", @@ -1243,7 +1242,7 @@ "description": "Allows you to standardize and centralize the way objects are constructed in your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dependency-injection/tree/v6.2.0" + "source": "https://github.com/symfony/dependency-injection/tree/v6.2.1" }, "funding": [ { @@ -1259,7 +1258,7 @@ "type": "tidelift" } ], - "time": "2022-11-25T07:37:13+00:00" + "time": "2022-12-06T17:08:33+00:00" }, { "name": "symfony/deprecation-contracts", @@ -2019,16 +2018,16 @@ }, { "name": "symfony/var-exporter", - "version": "v6.2.0", + "version": "v6.2.1", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", - "reference": "0437f26ca0c648071cc15ddacd26152cc65f4cd6" + "reference": "8a3f442d48567a5447e984ce9e86875ed768304a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/0437f26ca0c648071cc15ddacd26152cc65f4cd6", - "reference": "0437f26ca0c648071cc15ddacd26152cc65f4cd6", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/8a3f442d48567a5447e984ce9e86875ed768304a", + "reference": "8a3f442d48567a5447e984ce9e86875ed768304a", "shasum": "" }, "require": { @@ -2073,7 +2072,7 @@ "serialize" ], "support": { - "source": "https://github.com/symfony/var-exporter/tree/v6.2.0" + "source": "https://github.com/symfony/var-exporter/tree/v6.2.1" }, "funding": [ { @@ -2089,7 +2088,7 @@ "type": "tidelift" } ], - "time": "2022-11-25T08:33:31+00:00" + "time": "2022-12-03T22:32:58+00:00" }, { "name": "symfony/yaml", From 8fd33d2c878158607cb46e3eb559a3a3ad46e331 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 06:12:33 +0000 Subject: [PATCH 21/42] [TASK]: Bump phpstan/phpstan-phpunit from 1.2.2 to 1.3.0 Bumps [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit) from 1.2.2 to 1.3.0. - [Release notes](https://github.com/phpstan/phpstan-phpunit/releases) - [Commits](https://github.com/phpstan/phpstan-phpunit/compare/1.2.2...1.3.0) --- updated-dependencies: - dependency-name: phpstan/phpstan-phpunit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index b08ee2b..240ee76 100644 --- a/composer.lock +++ b/composer.lock @@ -3279,21 +3279,21 @@ }, { "name": "phpstan/phpstan-phpunit", - "version": "1.2.2", + "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-phpunit.git", - "reference": "dea1f87344c6964c607d9076dee42d891f3923f0" + "reference": "4c06b7e3f2c40081334d86975350dda814bd064a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/dea1f87344c6964c607d9076dee42d891f3923f0", - "reference": "dea1f87344c6964c607d9076dee42d891f3923f0", + "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/4c06b7e3f2c40081334d86975350dda814bd064a", + "reference": "4c06b7e3f2c40081334d86975350dda814bd064a", "shasum": "" }, "require": { "php": "^7.2 || ^8.0", - "phpstan/phpstan": "^1.8.11" + "phpstan/phpstan": "^1.9.0" }, "conflict": { "phpunit/phpunit": "<7.0" @@ -3325,9 +3325,9 @@ "description": "PHPUnit extensions and rules for PHPStan", "support": { "issues": "https://github.com/phpstan/phpstan-phpunit/issues", - "source": "https://github.com/phpstan/phpstan-phpunit/tree/1.2.2" + "source": "https://github.com/phpstan/phpstan-phpunit/tree/1.3.0" }, - "time": "2022-10-28T10:23:07+00:00" + "time": "2022-12-07T15:46:24+00:00" }, { "name": "phpstan/phpstan-symfony", From cbcd86f23d56aab5f30e8840ba0bc2c1f4cecc22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 06:12:09 +0000 Subject: [PATCH 22/42] [TASK]: Bump phpunit/phpunit from 9.5.26 to 9.5.27 Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.5.26 to 9.5.27. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/main/ChangeLog-9.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.26...9.5.27) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/composer.lock b/composer.lock index 240ee76..bd9c249 100644 --- a/composer.lock +++ b/composer.lock @@ -3053,16 +3053,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.15.1", + "version": "v4.15.2", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "0ef6c55a3f47f89d7a374e6f835197a0b5fcf900" + "reference": "f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/0ef6c55a3f47f89d7a374e6f835197a0b5fcf900", - "reference": "0ef6c55a3f47f89d7a374e6f835197a0b5fcf900", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc", + "reference": "f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc", "shasum": "" }, "require": { @@ -3103,9 +3103,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.1" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.2" }, - "time": "2022-09-04T07:30:47+00:00" + "time": "2022-11-12T15:38:23+00:00" }, { "name": "phar-io/manifest", @@ -3452,16 +3452,16 @@ }, { "name": "phpunit/php-code-coverage", - "version": "9.2.18", + "version": "9.2.19", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "12fddc491826940cf9b7e88ad9664cf51f0f6d0a" + "reference": "c77b56b63e3d2031bd8997fcec43c1925ae46559" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/12fddc491826940cf9b7e88ad9664cf51f0f6d0a", - "reference": "12fddc491826940cf9b7e88ad9664cf51f0f6d0a", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c77b56b63e3d2031bd8997fcec43c1925ae46559", + "reference": "c77b56b63e3d2031bd8997fcec43c1925ae46559", "shasum": "" }, "require": { @@ -3517,7 +3517,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.18" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.19" }, "funding": [ { @@ -3525,7 +3525,7 @@ "type": "github" } ], - "time": "2022-10-27T13:35:33+00:00" + "time": "2022-11-18T07:47:47+00:00" }, { "name": "phpunit/php-file-iterator", @@ -3770,16 +3770,16 @@ }, { "name": "phpunit/phpunit", - "version": "9.5.26", + "version": "9.5.27", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "851867efcbb6a1b992ec515c71cdcf20d895e9d2" + "reference": "a2bc7ffdca99f92d959b3f2270529334030bba38" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/851867efcbb6a1b992ec515c71cdcf20d895e9d2", - "reference": "851867efcbb6a1b992ec515c71cdcf20d895e9d2", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a2bc7ffdca99f92d959b3f2270529334030bba38", + "reference": "a2bc7ffdca99f92d959b3f2270529334030bba38", "shasum": "" }, "require": { @@ -3852,7 +3852,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.26" + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.27" }, "funding": [ { @@ -3868,7 +3868,7 @@ "type": "tidelift" } ], - "time": "2022-10-28T06:00:21+00:00" + "time": "2022-12-09T07:31:23+00:00" }, { "name": "psr/cache", From 8fd3c396724eb091006011bc1c707ba40e27182b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20H=C3=A4u=C3=9Fler?= Date: Tue, 13 Dec 2022 09:29:06 +0100 Subject: [PATCH 23/42] [!!!][FEATURE] Add temporary file creation method to FilesystemHelper --- src/Helper/FilesystemHelper.php | 44 +++++++++++++++++++- src/Provider/HttpFileProvider.php | 24 +---------- tests/Unit/Helper/FilesystemHelperTest.php | 35 ++++++++++++++++ tests/Unit/Provider/HttpFileProviderTest.php | 15 +------ 4 files changed, 81 insertions(+), 37 deletions(-) diff --git a/src/Helper/FilesystemHelper.php b/src/Helper/FilesystemHelper.php index 7665879..260a92b 100644 --- a/src/Helper/FilesystemHelper.php +++ b/src/Helper/FilesystemHelper.php @@ -31,6 +31,8 @@ use Symfony\Component\Filesystem; use function getcwd; +use function ltrim; +use function register_shutdown_function; /** * FilesystemHelper. @@ -42,6 +44,13 @@ */ final class FilesystemHelper { + private static ?Filesystem\Filesystem $filesystem = null; + + /** + * @var list + */ + private static array $tempFiles = []; + public static function getProjectDirectory(): string { $projectDirectory = null; @@ -63,7 +72,7 @@ public static function getProjectDirectory(): string public static function resolveRelativePath(string $relativePath): string { - $filesystem = new Filesystem\Filesystem(); + $filesystem = self::getFilesystem(); if ($filesystem->isAbsolutePath($relativePath)) { return $relativePath; @@ -94,4 +103,37 @@ public static function parseJsonFileContents(string $filePath): Normalizer\Json return Normalizer\Json::fromEncoded($encoded); } + + public static function createTemporaryFile(string $extension = '', bool $filenameOnly = false): string + { + $filesystem = self::getFilesystem(); + + // Remove all temporary files on shutdown + if ([] === self::$tempFiles) { + register_shutdown_function(fn () => $filesystem->remove(self::$tempFiles)); + } + + // Create temporary file + $extension = ltrim($extension, '.'); + $tempFile = $filesystem->tempnam(sys_get_temp_dir(), 'frontend_asset_handler_', $extension ? '.'.$extension : ''); + + if ($filenameOnly) { + // Remove file if only filename should be returned + $filesystem->remove($tempFile); + } else { + // Register temporary file to be removed on shutdown + self::$tempFiles[] = $tempFile; + } + + return $tempFile; + } + + private static function getFilesystem(): Filesystem\Filesystem + { + if (null === self::$filesystem) { + self::$filesystem = new Filesystem\Filesystem(); + } + + return self::$filesystem; + } } diff --git a/src/Provider/HttpFileProvider.php b/src/Provider/HttpFileProvider.php index a16491b..a2aac96 100644 --- a/src/Provider/HttpFileProvider.php +++ b/src/Provider/HttpFileProvider.php @@ -33,7 +33,6 @@ use GuzzleHttp\RequestOptions; use Psr\Http\Message; use Symfony\Component\Console; -use Symfony\Component\Filesystem; /** * HttpFileProvider. @@ -46,12 +45,10 @@ final class HttpFileProvider implements ProviderInterface, ChattyInterface use Traits\OutputAwareTrait; private ?Console\Helper\ProgressBar $progressBar = null; - private ?string $temporaryFile = null; private int $expectedBytes = -1; public function __construct( private readonly ClientInterface $client, - private readonly Filesystem\Filesystem $filesystem, private readonly Asset\Revision\RevisionProvider $revisionProvider, ) { } @@ -73,7 +70,7 @@ public function fetchAsset(Asset\Definition\Source $source): Asset\Asset // Process download $url = $this->getAssetUrl($source); - $temporaryFile = $this->createTemporaryFile(pathinfo($url, PATHINFO_BASENAME)); + $temporaryFile = Helper\FilesystemHelper::createTemporaryFile(pathinfo($url, PATHINFO_EXTENSION)); $this->processDownload($url, $temporaryFile); // Verify downloaded file @@ -146,15 +143,6 @@ private function verifyDownload(string $targetFile): bool return file_exists($targetFile) && filesize($targetFile) === $this->expectedBytes; } - private function createTemporaryFile(string $basename): string - { - $file = $this->filesystem->tempnam(sys_get_temp_dir(), 'tmp_asset_'); - $this->temporaryFile = $file.'_'.$basename; - $this->filesystem->rename($file, $this->temporaryFile); - - return $this->temporaryFile; - } - public function advanceProgress(int $total, int $downloaded): void { if (0 === $total) { @@ -193,14 +181,4 @@ private function initializeProgressBarStyles(): void Console\Helper\ProgressBar::setPlaceholderFormatterDefinition('current_bytes', fn (Console\Helper\ProgressBar $bar) => Helper\StringHelper::formatBytes($bar->getProgress())); Console\Helper\ProgressBar::setPlaceholderFormatterDefinition('max_bytes', fn (Console\Helper\ProgressBar $bar) => Helper\StringHelper::formatBytes($bar->getMaxSteps())); } - - /** - * @codeCoverageIgnore - */ - public function __destruct() - { - if (null !== $this->temporaryFile && $this->filesystem->exists($this->temporaryFile)) { - $this->filesystem->remove($this->temporaryFile); - } - } } diff --git a/tests/Unit/Helper/FilesystemHelperTest.php b/tests/Unit/Helper/FilesystemHelperTest.php index 8a279bf..cef97ac 100644 --- a/tests/Unit/Helper/FilesystemHelperTest.php +++ b/tests/Unit/Helper/FilesystemHelperTest.php @@ -26,10 +26,12 @@ use CPSIT\FrontendAssetHandler\Exception; use CPSIT\FrontendAssetHandler\Helper; use Ergebnis\Json\Normalizer; +use Generator; use PHPUnit\Framework\TestCase; use stdClass; use function dirname; +use function pathinfo; /** * FilesystemHelperTest. @@ -109,4 +111,37 @@ public function parseJsonFileContentsReturnsParsedJsonFileContents(): void self::assertEquals($expected, $actual->decoded()); self::assertJsonStringEqualsJsonString('{"foo":"baz"}', $actual->encoded()); } + + /** + * @test + * + * @dataProvider createTemporaryFileCreatesTemporaryFileDataProvider + */ + public function createTemporaryFileCreatesTemporaryFile(string $extension, string $expected): void + { + $actual = Helper\FilesystemHelper::createTemporaryFile($extension); + + self::assertFileExists($actual); + self::assertSame($expected, pathinfo($actual, PATHINFO_EXTENSION)); + } + + /** + * @test + */ + public function createTemporaryFileReturnsOnlyFilename(): void + { + $actual = Helper\FilesystemHelper::createTemporaryFile(filenameOnly: true); + + self::assertFileDoesNotExist($actual); + } + + /** + * @return Generator + */ + public function createTemporaryFileCreatesTemporaryFileDataProvider(): Generator + { + yield 'no extension' => ['', '']; + yield 'extension without dot' => ['foo', 'foo']; + yield 'extension with dot' => ['.foo', 'foo']; + } } diff --git a/tests/Unit/Provider/HttpFileProviderTest.php b/tests/Unit/Provider/HttpFileProviderTest.php index c9183ba..548e43f 100644 --- a/tests/Unit/Provider/HttpFileProviderTest.php +++ b/tests/Unit/Provider/HttpFileProviderTest.php @@ -38,7 +38,6 @@ use GuzzleHttp\Psr7\Response; use GuzzleHttp\RequestOptions; use Psr\Http\Message\RequestInterface; -use ReflectionClass; use Symfony\Component\Filesystem\Filesystem; /** @@ -70,11 +69,7 @@ protected function setUp(): void 'revision' => new Revision('1234567890'), ]); $this->output = new BufferedConsoleOutput(); - $this->subject = new HttpFileProvider( - $client, - $filesystem, - new RevisionProvider($client, $filesystem) - ); + $this->subject = new HttpFileProvider($client, new RevisionProvider($client, $filesystem)); $this->subject->setOutput($this->output); } @@ -222,16 +217,10 @@ public function fetchAssetReturnsTemporaryAsset(): void $this->expectedBytes = filesize($targetFile) ?: 0; $filesystem->remove($targetFile); - /** @var TemporaryAsset $actual */ $actual = $this->subject->fetchAsset($this->source); - // Get temporary file from subject - $reflection = new ReflectionClass($this->subject); - $reflectionProperty = $reflection->getProperty('temporaryFile'); - $reflectionProperty->setAccessible(true); - self::assertInstanceOf(TemporaryAsset::class, $actual); - self::assertSame($actual->getTempFile(), $reflectionProperty->getValue($this->subject)); + self::assertFileExists($actual->getTempFile()); } /** From 501b3adefe5524610198631d6f1e242caa0f6049 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20H=C3=A4u=C3=9Fler?= Date: Tue, 13 Dec 2022 11:20:24 +0100 Subject: [PATCH 24/42] [FEATURE] Introduce `FilesystemHelper::getWorkingDirectory()` method --- src/Console/Application.php | 5 ++-- src/Helper/FilesystemHelper.php | 27 +++++++++++++--------- tests/Unit/Helper/FilesystemHelperTest.php | 10 ++++++++ 3 files changed, 28 insertions(+), 14 deletions(-) diff --git a/src/Console/Application.php b/src/Console/Application.php index d3835c3..b1d059f 100644 --- a/src/Console/Application.php +++ b/src/Console/Application.php @@ -26,12 +26,11 @@ use Composer\InstalledVersions; use CPSIT\FrontendAssetHandler\Command; use CPSIT\FrontendAssetHandler\DependencyInjection; +use CPSIT\FrontendAssetHandler\Helper\FilesystemHelper; use OutOfBoundsException; use Symfony\Component\Console; use Symfony\Component\DependencyInjection as SymfonyDI; -use Symfony\Component\Filesystem; -use function getcwd; use function in_array; /** @@ -71,7 +70,7 @@ protected function getDefaultInputDefinition(): Console\Input\InputDefinition 'c', Console\Input\InputOption::VALUE_REQUIRED, 'Path to the assets configuration file', - Filesystem\Path::join(getcwd() ?: '', 'assets.json'), + FilesystemHelper::resolveRelativePath('assets.json'), ), ); diff --git a/src/Helper/FilesystemHelper.php b/src/Helper/FilesystemHelper.php index 260a92b..270e76b 100644 --- a/src/Helper/FilesystemHelper.php +++ b/src/Helper/FilesystemHelper.php @@ -70,27 +70,32 @@ public static function getProjectDirectory(): string return Filesystem\Path::canonicalize($projectDirectory); } - public static function resolveRelativePath(string $relativePath): string + public static function getWorkingDirectory(): string { - $filesystem = self::getFilesystem(); - - if ($filesystem->isAbsolutePath($relativePath)) { - return $relativePath; - } - if (Phar::running()) { - $basePath = getcwd(); + $cwd = getcwd(); } else { - $basePath = InstalledVersions::getRootPackage()['install_path']; + $cwd = InstalledVersions::getRootPackage()['install_path']; } // @codeCoverageIgnoreStart - if (false === $basePath) { + if (false === $cwd) { throw Exception\FilesystemFailureException::forUnresolvableWorkingDirectory(); } // @codeCoverageIgnoreEnd - return Filesystem\Path::join($basePath, $relativePath); + return Filesystem\Path::canonicalize($cwd); + } + + public static function resolveRelativePath(string $relativePath): string + { + $filesystem = self::getFilesystem(); + + if ($filesystem->isAbsolutePath($relativePath)) { + return $relativePath; + } + + return Filesystem\Path::join(self::getWorkingDirectory(), $relativePath); } public static function parseJsonFileContents(string $filePath): Normalizer\Json diff --git a/tests/Unit/Helper/FilesystemHelperTest.php b/tests/Unit/Helper/FilesystemHelperTest.php index cef97ac..36f09b8 100644 --- a/tests/Unit/Helper/FilesystemHelperTest.php +++ b/tests/Unit/Helper/FilesystemHelperTest.php @@ -51,6 +51,16 @@ public function getProjectDirectoryReturnsProjectDirectory(): void self::assertSame($expected, Helper\FilesystemHelper::getProjectDirectory()); } + /** + * @test + */ + public function getWorkingDirectoryReturnsCurrentWorkingDirectory(): void + { + $expected = dirname(__DIR__, 3); + + self::assertSame($expected, Helper\FilesystemHelper::getWorkingDirectory()); + } + /** * @test */ From cdb1a922572312e9a3ebeefe6f036deeb265ca62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 06:11:16 +0000 Subject: [PATCH 25/42] [TASK]: Bump phpstan/phpstan from 1.9.2 to 1.9.3 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.9.2 to 1.9.3. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/1.9.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.9.2...1.9.3) --- 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 bd9c249..56f503e 100644 --- a/composer.lock +++ b/composer.lock @@ -3220,16 +3220,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.9.2", + "version": "1.9.3", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "d6fdf01c53978b6429f1393ba4afeca39cc68afa" + "reference": "709999b91448d4f2bb07daffffedc889b33e461c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/d6fdf01c53978b6429f1393ba4afeca39cc68afa", - "reference": "d6fdf01c53978b6429f1393ba4afeca39cc68afa", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/709999b91448d4f2bb07daffffedc889b33e461c", + "reference": "709999b91448d4f2bb07daffffedc889b33e461c", "shasum": "" }, "require": { @@ -3259,7 +3259,7 @@ ], "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.9.2" + "source": "https://github.com/phpstan/phpstan/tree/1.9.3" }, "funding": [ { @@ -3275,7 +3275,7 @@ "type": "tidelift" } ], - "time": "2022-11-10T09:56:11+00:00" + "time": "2022-12-13T10:28:10+00:00" }, { "name": "phpstan/phpstan-phpunit", From bd551d40f57470a9e77a7c3fed92f84cd06b9ccd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 06:14:03 +0000 Subject: [PATCH 26/42] [TASK]: Bump phpstan/phpstan-phpunit from 1.3.0 to 1.3.2 Bumps [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit) from 1.3.0 to 1.3.2. - [Release notes](https://github.com/phpstan/phpstan-phpunit/releases) - [Commits](https://github.com/phpstan/phpstan-phpunit/compare/1.3.0...1.3.2) --- updated-dependencies: - dependency-name: phpstan/phpstan-phpunit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index 56f503e..5958063 100644 --- a/composer.lock +++ b/composer.lock @@ -3279,21 +3279,21 @@ }, { "name": "phpstan/phpstan-phpunit", - "version": "1.3.0", + "version": "1.3.2", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-phpunit.git", - "reference": "4c06b7e3f2c40081334d86975350dda814bd064a" + "reference": "cd9c6938f8bbfcb6da3ed5a3c7ea60873825d088" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/4c06b7e3f2c40081334d86975350dda814bd064a", - "reference": "4c06b7e3f2c40081334d86975350dda814bd064a", + "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/cd9c6938f8bbfcb6da3ed5a3c7ea60873825d088", + "reference": "cd9c6938f8bbfcb6da3ed5a3c7ea60873825d088", "shasum": "" }, "require": { "php": "^7.2 || ^8.0", - "phpstan/phpstan": "^1.9.0" + "phpstan/phpstan": "^1.9.3" }, "conflict": { "phpunit/phpunit": "<7.0" @@ -3325,9 +3325,9 @@ "description": "PHPUnit extensions and rules for PHPStan", "support": { "issues": "https://github.com/phpstan/phpstan-phpunit/issues", - "source": "https://github.com/phpstan/phpstan-phpunit/tree/1.3.0" + "source": "https://github.com/phpstan/phpstan-phpunit/tree/1.3.2" }, - "time": "2022-12-07T15:46:24+00:00" + "time": "2022-12-13T15:08:22+00:00" }, { "name": "phpstan/phpstan-symfony", From a13f1b883b1de04f61a5037bbcf6c58b7e3c793a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Dec 2022 06:19:19 +0000 Subject: [PATCH 27/42] [TASK]: Bump rector/rector from 0.15.0 to 0.15.1 Bumps [rector/rector](https://github.com/rectorphp/rector) from 0.15.0 to 0.15.1. - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/0.15.0...0.15.1) --- updated-dependencies: - dependency-name: rector/rector dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index 5958063..88781b0 100644 --- a/composer.lock +++ b/composer.lock @@ -4021,21 +4021,21 @@ }, { "name": "rector/rector", - "version": "0.15.0", + "version": "0.15.1", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "fbfbe499d0fedfac7fe2fed1a55a00bd08f19c91" + "reference": "bf5297204f7d46b8a74c1cc01b54341cbf00b74c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/fbfbe499d0fedfac7fe2fed1a55a00bd08f19c91", - "reference": "fbfbe499d0fedfac7fe2fed1a55a00bd08f19c91", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/bf5297204f7d46b8a74c1cc01b54341cbf00b74c", + "reference": "bf5297204f7d46b8a74c1cc01b54341cbf00b74c", "shasum": "" }, "require": { "php": "^7.2|^8.0", - "phpstan/phpstan": "^1.9.2" + "phpstan/phpstan": "^1.9.3" }, "conflict": { "rector/rector-doctrine": "*", @@ -4065,7 +4065,7 @@ "description": "Instant Upgrade and Automated Refactoring of any PHP code", "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/0.15.0" + "source": "https://github.com/rectorphp/rector/tree/0.15.1" }, "funding": [ { @@ -4073,7 +4073,7 @@ "type": "github" } ], - "time": "2022-12-04T22:40:18+00:00" + "time": "2022-12-14T15:53:50+00:00" }, { "name": "sebastian/cli-parser", From 2cb124a2e0260224115dbdc3589979f115309572 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 06:11:32 +0000 Subject: [PATCH 28/42] [TASK]: Bump phpstan/phpstan-symfony from 1.2.16 to 1.2.18 Bumps [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony) from 1.2.16 to 1.2.18. - [Release notes](https://github.com/phpstan/phpstan-symfony/releases) - [Commits](https://github.com/phpstan/phpstan-symfony/compare/1.2.16...1.2.18) --- updated-dependencies: - dependency-name: phpstan/phpstan-symfony dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/composer.lock b/composer.lock index 88781b0..f956040 100644 --- a/composer.lock +++ b/composer.lock @@ -3220,16 +3220,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.9.3", + "version": "1.9.4", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "709999b91448d4f2bb07daffffedc889b33e461c" + "reference": "d03bccee595e2146b7c9d174486b84f4dc61b0f2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/709999b91448d4f2bb07daffffedc889b33e461c", - "reference": "709999b91448d4f2bb07daffffedc889b33e461c", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/d03bccee595e2146b7c9d174486b84f4dc61b0f2", + "reference": "d03bccee595e2146b7c9d174486b84f4dc61b0f2", "shasum": "" }, "require": { @@ -3259,7 +3259,7 @@ ], "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.9.3" + "source": "https://github.com/phpstan/phpstan/tree/1.9.4" }, "funding": [ { @@ -3275,7 +3275,7 @@ "type": "tidelift" } ], - "time": "2022-12-13T10:28:10+00:00" + "time": "2022-12-17T13:33:52+00:00" }, { "name": "phpstan/phpstan-phpunit", @@ -3331,16 +3331,16 @@ }, { "name": "phpstan/phpstan-symfony", - "version": "1.2.16", + "version": "1.2.18", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-symfony.git", - "reference": "d6ea16206b1b645ded5b43736d8ef5ae1168eb55" + "reference": "3178f15a60b62df21ddd202f6a668851eeb138c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/d6ea16206b1b645ded5b43736d8ef5ae1168eb55", - "reference": "d6ea16206b1b645ded5b43736d8ef5ae1168eb55", + "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/3178f15a60b62df21ddd202f6a668851eeb138c7", + "reference": "3178f15a60b62df21ddd202f6a668851eeb138c7", "shasum": "" }, "require": { @@ -3396,9 +3396,9 @@ "description": "Symfony Framework extensions and rules for PHPStan", "support": { "issues": "https://github.com/phpstan/phpstan-symfony/issues", - "source": "https://github.com/phpstan/phpstan-symfony/tree/1.2.16" + "source": "https://github.com/phpstan/phpstan-symfony/tree/1.2.18" }, - "time": "2022-11-04T13:16:15+00:00" + "time": "2022-12-16T09:43:26+00:00" }, { "name": "phpstan/phpstan-webmozart-assert", From 0a45598a3f844ffe29e1aad70d8adea6b8c64047 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 06:14:12 +0000 Subject: [PATCH 29/42] [TASK]: Bump symfony/dependency-injection from 6.2.1 to 6.2.2 Bumps [symfony/dependency-injection](https://github.com/symfony/dependency-injection) from 6.2.1 to 6.2.2. - [Release notes](https://github.com/symfony/dependency-injection/releases) - [Changelog](https://github.com/symfony/dependency-injection/blob/6.2/CHANGELOG.md) - [Commits](https://github.com/symfony/dependency-injection/compare/v6.2.1...v6.2.2) --- updated-dependencies: - dependency-name: symfony/dependency-injection dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 52 +++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/composer.lock b/composer.lock index f956040..eededc8 100644 --- a/composer.lock +++ b/composer.lock @@ -1175,16 +1175,16 @@ }, { "name": "symfony/dependency-injection", - "version": "v6.2.1", + "version": "v6.2.2", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "1989baaa573b64eab1a8535717e3e8670e06cb7a" + "reference": "c33a5f6ab389b225b8c418f4835d1be7e2a78a04" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/1989baaa573b64eab1a8535717e3e8670e06cb7a", - "reference": "1989baaa573b64eab1a8535717e3e8670e06cb7a", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/c33a5f6ab389b225b8c418f4835d1be7e2a78a04", + "reference": "c33a5f6ab389b225b8c418f4835d1be7e2a78a04", "shasum": "" }, "require": { @@ -1242,7 +1242,7 @@ "description": "Allows you to standardize and centralize the way objects are constructed in your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dependency-injection/tree/v6.2.1" + "source": "https://github.com/symfony/dependency-injection/tree/v6.2.2" }, "funding": [ { @@ -1258,20 +1258,20 @@ "type": "tidelift" } ], - "time": "2022-12-06T17:08:33+00:00" + "time": "2022-12-15T14:32:18+00:00" }, { "name": "symfony/deprecation-contracts", - "version": "v3.1.1", + "version": "v3.2.0", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918" + "reference": "1ee04c65529dea5d8744774d474e7cbd2f1206d3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918", - "reference": "07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/1ee04c65529dea5d8744774d474e7cbd2f1206d3", + "reference": "1ee04c65529dea5d8744774d474e7cbd2f1206d3", "shasum": "" }, "require": { @@ -1280,7 +1280,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "3.1-dev" + "dev-main": "3.3-dev" }, "thanks": { "name": "symfony/contracts", @@ -1309,7 +1309,7 @@ "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/v3.1.1" + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.2.0" }, "funding": [ { @@ -1325,7 +1325,7 @@ "type": "tidelift" } ], - "time": "2022-02-25T11:15:52+00:00" + "time": "2022-11-25T10:21:52+00:00" }, { "name": "symfony/filesystem", @@ -1847,16 +1847,16 @@ }, { "name": "symfony/service-contracts", - "version": "v3.1.1", + "version": "v3.2.0", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "925e713fe8fcacf6bc05e936edd8dd5441a21239" + "reference": "aac98028c69df04ee77eb69b96b86ee51fbf4b75" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/925e713fe8fcacf6bc05e936edd8dd5441a21239", - "reference": "925e713fe8fcacf6bc05e936edd8dd5441a21239", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/aac98028c69df04ee77eb69b96b86ee51fbf4b75", + "reference": "aac98028c69df04ee77eb69b96b86ee51fbf4b75", "shasum": "" }, "require": { @@ -1872,7 +1872,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "3.1-dev" + "dev-main": "3.3-dev" }, "thanks": { "name": "symfony/contracts", @@ -1912,7 +1912,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/service-contracts/tree/v3.1.1" + "source": "https://github.com/symfony/service-contracts/tree/v3.2.0" }, "funding": [ { @@ -1928,7 +1928,7 @@ "type": "tidelift" } ], - "time": "2022-05-30T19:18:58+00:00" + "time": "2022-11-25T10:21:52+00:00" }, { "name": "symfony/string", @@ -2018,16 +2018,16 @@ }, { "name": "symfony/var-exporter", - "version": "v6.2.1", + "version": "v6.2.2", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", - "reference": "8a3f442d48567a5447e984ce9e86875ed768304a" + "reference": "ada947160cf9444d17d9ac0b2df46c06941b5526" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/8a3f442d48567a5447e984ce9e86875ed768304a", - "reference": "8a3f442d48567a5447e984ce9e86875ed768304a", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/ada947160cf9444d17d9ac0b2df46c06941b5526", + "reference": "ada947160cf9444d17d9ac0b2df46c06941b5526", "shasum": "" }, "require": { @@ -2072,7 +2072,7 @@ "serialize" ], "support": { - "source": "https://github.com/symfony/var-exporter/tree/v6.2.1" + "source": "https://github.com/symfony/var-exporter/tree/v6.2.2" }, "funding": [ { @@ -2088,7 +2088,7 @@ "type": "tidelift" } ], - "time": "2022-12-03T22:32:58+00:00" + "time": "2022-12-12T08:57:11+00:00" }, { "name": "symfony/yaml", From 74ac5b21fccb8af9b91ebd2dacbc2856130638d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 06:18:20 +0000 Subject: [PATCH 30/42] [TASK]: Bump symfony/yaml from 6.2.0 to 6.2.2 Bumps [symfony/yaml](https://github.com/symfony/yaml) from 6.2.0 to 6.2.2. - [Release notes](https://github.com/symfony/yaml/releases) - [Changelog](https://github.com/symfony/yaml/blob/6.2/CHANGELOG.md) - [Commits](https://github.com/symfony/yaml/compare/v6.2.0...v6.2.2) --- updated-dependencies: - dependency-name: symfony/yaml dependency-type: direct:production 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 eededc8..dd26c0d 100644 --- a/composer.lock +++ b/composer.lock @@ -2092,16 +2092,16 @@ }, { "name": "symfony/yaml", - "version": "v6.2.0", + "version": "v6.2.2", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "f2570f21bd4adc3589aa3133323273995109bae0" + "reference": "6ed8243aa5f2cb5a57009f826b5e7fb3c4200cf3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/f2570f21bd4adc3589aa3133323273995109bae0", - "reference": "f2570f21bd4adc3589aa3133323273995109bae0", + "url": "https://api.github.com/repos/symfony/yaml/zipball/6ed8243aa5f2cb5a57009f826b5e7fb3c4200cf3", + "reference": "6ed8243aa5f2cb5a57009f826b5e7fb3c4200cf3", "shasum": "" }, "require": { @@ -2146,7 +2146,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v6.2.0" + "source": "https://github.com/symfony/yaml/tree/v6.2.2" }, "funding": [ { @@ -2162,7 +2162,7 @@ "type": "tidelift" } ], - "time": "2022-11-25T19:00:27+00:00" + "time": "2022-12-14T16:11:27+00:00" }, { "name": "webmozart/assert", From 3f456350c41637fe795aa610ce15a7ab2a3c58aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 06:21:38 +0000 Subject: [PATCH 31/42] [TASK]: Bump symfony/console from 6.2.1 to 6.2.2 Bumps [symfony/console](https://github.com/symfony/console) from 6.2.1 to 6.2.2. - [Release notes](https://github.com/symfony/console/releases) - [Changelog](https://github.com/symfony/console/blob/6.2/CHANGELOG.md) - [Commits](https://github.com/symfony/console/compare/v6.2.1...v6.2.2) --- updated-dependencies: - dependency-name: symfony/console dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/composer.lock b/composer.lock index dd26c0d..2a9b99d 100644 --- a/composer.lock +++ b/composer.lock @@ -1079,16 +1079,16 @@ }, { "name": "symfony/console", - "version": "v6.2.1", + "version": "v6.2.2", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "58f6cef5dc5f641b7bbdbf8b32b44cc926c35f3f" + "reference": "5a9bd5c543f00157c55face973c149957467db31" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/58f6cef5dc5f641b7bbdbf8b32b44cc926c35f3f", - "reference": "58f6cef5dc5f641b7bbdbf8b32b44cc926c35f3f", + "url": "https://api.github.com/repos/symfony/console/zipball/5a9bd5c543f00157c55face973c149957467db31", + "reference": "5a9bd5c543f00157c55face973c149957467db31", "shasum": "" }, "require": { @@ -1155,7 +1155,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.2.1" + "source": "https://github.com/symfony/console/tree/v6.2.2" }, "funding": [ { @@ -1171,7 +1171,7 @@ "type": "tidelift" } ], - "time": "2022-12-01T13:44:20+00:00" + "time": "2022-12-16T15:08:36+00:00" }, { "name": "symfony/dependency-injection", @@ -1932,16 +1932,16 @@ }, { "name": "symfony/string", - "version": "v6.2.0", + "version": "v6.2.2", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "145702685e0d12f81d755c71127bfff7582fdd36" + "reference": "863219fd713fa41cbcd285a79723f94672faff4d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/145702685e0d12f81d755c71127bfff7582fdd36", - "reference": "145702685e0d12f81d755c71127bfff7582fdd36", + "url": "https://api.github.com/repos/symfony/string/zipball/863219fd713fa41cbcd285a79723f94672faff4d", + "reference": "863219fd713fa41cbcd285a79723f94672faff4d", "shasum": "" }, "require": { @@ -1998,7 +1998,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.2.0" + "source": "https://github.com/symfony/string/tree/v6.2.2" }, "funding": [ { @@ -2014,7 +2014,7 @@ "type": "tidelift" } ], - "time": "2022-11-30T17:13:47+00:00" + "time": "2022-12-14T16:11:27+00:00" }, { "name": "symfony/var-exporter", From 853b3e8bfa63b48583531e7cea5d3d6c56455862 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 06:24:12 +0000 Subject: [PATCH 32/42] [TASK]: Bump friendsofphp/php-cs-fixer from 3.13.0 to 3.13.1 Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.13.0 to 3.13.1. - [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases) - [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md) - [Commits](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.13.0...v3.13.1) --- updated-dependencies: - dependency-name: friendsofphp/php-cs-fixer dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 168 ++++++++++++++++++++++++++++++++------------------ 1 file changed, 108 insertions(+), 60 deletions(-) diff --git a/composer.lock b/composer.lock index 2a9b99d..64aa36b 100644 --- a/composer.lock +++ b/composer.lock @@ -2284,16 +2284,16 @@ }, { "name": "composer/pcre", - "version": "3.0.0", + "version": "3.1.0", "source": { "type": "git", "url": "https://github.com/composer/pcre.git", - "reference": "e300eb6c535192decd27a85bc72a9290f0d6b3bd" + "reference": "4bff79ddd77851fe3cdd11616ed3f92841ba5bd2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/pcre/zipball/e300eb6c535192decd27a85bc72a9290f0d6b3bd", - "reference": "e300eb6c535192decd27a85bc72a9290f0d6b3bd", + "url": "https://api.github.com/repos/composer/pcre/zipball/4bff79ddd77851fe3cdd11616ed3f92841ba5bd2", + "reference": "4bff79ddd77851fe3cdd11616ed3f92841ba5bd2", "shasum": "" }, "require": { @@ -2335,7 +2335,7 @@ ], "support": { "issues": "https://github.com/composer/pcre/issues", - "source": "https://github.com/composer/pcre/tree/3.0.0" + "source": "https://github.com/composer/pcre/tree/3.1.0" }, "funding": [ { @@ -2351,7 +2351,7 @@ "type": "tidelift" } ], - "time": "2022-02-25T20:21:48+00:00" + "time": "2022-11-17T09:50:14+00:00" }, { "name": "composer/semver", @@ -2502,32 +2502,35 @@ }, { "name": "doctrine/annotations", - "version": "1.13.3", + "version": "1.14.1", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", - "reference": "648b0343343565c4a056bfc8392201385e8d89f0" + "reference": "9e034d7a70032d422169f27d8759e8d84abb4f51" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/648b0343343565c4a056bfc8392201385e8d89f0", - "reference": "648b0343343565c4a056bfc8392201385e8d89f0", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/9e034d7a70032d422169f27d8759e8d84abb4f51", + "reference": "9e034d7a70032d422169f27d8759e8d84abb4f51", "shasum": "" }, "require": { - "doctrine/lexer": "1.*", + "doctrine/lexer": "^1 || ^2", "ext-tokenizer": "*", "php": "^7.1 || ^8.0", "psr/cache": "^1 || ^2 || ^3" }, "require-dev": { "doctrine/cache": "^1.11 || ^2.0", - "doctrine/coding-standard": "^6.0 || ^8.1", - "phpstan/phpstan": "^1.4.10 || ^1.8.0", - "phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5", - "symfony/cache": "^4.4 || ^5.2", + "doctrine/coding-standard": "^9 || ^10", + "phpstan/phpstan": "~1.4.10 || ^1.8.0", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "symfony/cache": "^4.4 || ^5.4 || ^6", "vimeo/psalm": "^4.10" }, + "suggest": { + "php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations" + }, "type": "library", "autoload": { "psr-4": { @@ -2569,9 +2572,52 @@ ], "support": { "issues": "https://github.com/doctrine/annotations/issues", - "source": "https://github.com/doctrine/annotations/tree/1.13.3" + "source": "https://github.com/doctrine/annotations/tree/1.14.1" }, - "time": "2022-07-02T10:48:51+00:00" + "time": "2022-12-12T12:46:12+00:00" + }, + { + "name": "doctrine/deprecations", + "version": "v1.0.0", + "source": { + "type": "git", + "url": "https://github.com/doctrine/deprecations.git", + "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de", + "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de", + "shasum": "" + }, + "require": { + "php": "^7.1|^8.0" + }, + "require-dev": { + "doctrine/coding-standard": "^9", + "phpunit/phpunit": "^7.5|^8.5|^9.5", + "psr/log": "^1|^2|^3" + }, + "suggest": { + "psr/log": "Allows logging deprecations via PSR-3 logger implementation" + }, + "type": "library", + "autoload": { + "psr-4": { + "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.", + "homepage": "https://www.doctrine-project.org/", + "support": { + "issues": "https://github.com/doctrine/deprecations/issues", + "source": "https://github.com/doctrine/deprecations/tree/v1.0.0" + }, + "time": "2022-05-02T15:47:09+00:00" }, { "name": "doctrine/instantiator", @@ -2645,31 +2691,33 @@ }, { "name": "doctrine/lexer", - "version": "1.2.3", + "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", - "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229" + "reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/lexer/zipball/c268e882d4dbdd85e36e4ad69e02dc284f89d229", - "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/39ab8fcf5a51ce4b85ca97c7a7d033eb12831124", + "reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124", "shasum": "" }, "require": { + "doctrine/deprecations": "^1.0", "php": "^7.1 || ^8.0" }, "require-dev": { - "doctrine/coding-standard": "^9.0", + "doctrine/coding-standard": "^9 || ^10", "phpstan/phpstan": "^1.3", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "vimeo/psalm": "^4.11" + "psalm/plugin-phpunit": "^0.18.3", + "vimeo/psalm": "^4.11 || ^5.0" }, "type": "library", "autoload": { "psr-4": { - "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" + "Doctrine\\Common\\Lexer\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -2701,7 +2749,7 @@ ], "support": { "issues": "https://github.com/doctrine/lexer/issues", - "source": "https://github.com/doctrine/lexer/tree/1.2.3" + "source": "https://github.com/doctrine/lexer/tree/2.1.0" }, "funding": [ { @@ -2717,7 +2765,7 @@ "type": "tidelift" } ], - "time": "2022-02-28T11:07:21+00:00" + "time": "2022-12-14T08:49:07+00:00" }, { "name": "ergebnis/composer-normalize", @@ -2796,16 +2844,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.13.0", + "version": "v3.13.1", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", - "reference": "a6232229a8309e8811dc751c28b91cb34b2943e1" + "reference": "78d2251dd86b49c609a0fd37c20dcf0a00aea5a7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/a6232229a8309e8811dc751c28b91cb34b2943e1", - "reference": "a6232229a8309e8811dc751c28b91cb34b2943e1", + "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/78d2251dd86b49c609a0fd37c20dcf0a00aea5a7", + "reference": "78d2251dd86b49c609a0fd37c20dcf0a00aea5a7", "shasum": "" }, "require": { @@ -2873,7 +2921,7 @@ "description": "A tool to automatically fix PHP code style", "support": { "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues", - "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.13.0" + "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.13.1" }, "funding": [ { @@ -2881,7 +2929,7 @@ "type": "github" } ], - "time": "2022-10-31T19:28:50+00:00" + "time": "2022-12-18T00:47:22+00:00" }, { "name": "idiosyncratic/editorconfig", @@ -5041,16 +5089,16 @@ }, { "name": "symfony/event-dispatcher", - "version": "v6.1.0", + "version": "v6.2.2", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "a0449a7ad7daa0f7c0acd508259f80544ab5a347" + "reference": "3ffeb31139b49bf6ef0bc09d1db95eac053388d1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a0449a7ad7daa0f7c0acd508259f80544ab5a347", - "reference": "a0449a7ad7daa0f7c0acd508259f80544ab5a347", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/3ffeb31139b49bf6ef0bc09d1db95eac053388d1", + "reference": "3ffeb31139b49bf6ef0bc09d1db95eac053388d1", "shasum": "" }, "require": { @@ -5104,7 +5152,7 @@ "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/event-dispatcher/tree/v6.1.0" + "source": "https://github.com/symfony/event-dispatcher/tree/v6.2.2" }, "funding": [ { @@ -5120,20 +5168,20 @@ "type": "tidelift" } ], - "time": "2022-05-05T16:51:07+00:00" + "time": "2022-12-14T16:11:27+00:00" }, { "name": "symfony/event-dispatcher-contracts", - "version": "v3.1.1", + "version": "v3.2.0", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher-contracts.git", - "reference": "02ff5eea2f453731cfbc6bc215e456b781480448" + "reference": "0782b0b52a737a05b4383d0df35a474303cabdae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/02ff5eea2f453731cfbc6bc215e456b781480448", - "reference": "02ff5eea2f453731cfbc6bc215e456b781480448", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/0782b0b52a737a05b4383d0df35a474303cabdae", + "reference": "0782b0b52a737a05b4383d0df35a474303cabdae", "shasum": "" }, "require": { @@ -5146,7 +5194,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "3.1-dev" + "dev-main": "3.3-dev" }, "thanks": { "name": "symfony/contracts", @@ -5183,7 +5231,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.1.1" + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.2.0" }, "funding": [ { @@ -5199,7 +5247,7 @@ "type": "tidelift" } ], - "time": "2022-02-25T11:15:52+00:00" + "time": "2022-11-25T10:21:52+00:00" }, { "name": "symfony/mime", @@ -5284,16 +5332,16 @@ }, { "name": "symfony/options-resolver", - "version": "v6.1.0", + "version": "v6.2.0", "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", - "reference": "a3016f5442e28386ded73c43a32a5b68586dd1c4" + "reference": "d28f02acde71ff75e957082cd36e973df395f626" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/options-resolver/zipball/a3016f5442e28386ded73c43a32a5b68586dd1c4", - "reference": "a3016f5442e28386ded73c43a32a5b68586dd1c4", + "url": "https://api.github.com/repos/symfony/options-resolver/zipball/d28f02acde71ff75e957082cd36e973df395f626", + "reference": "d28f02acde71ff75e957082cd36e973df395f626", "shasum": "" }, "require": { @@ -5331,7 +5379,7 @@ "options" ], "support": { - "source": "https://github.com/symfony/options-resolver/tree/v6.1.0" + "source": "https://github.com/symfony/options-resolver/tree/v6.2.0" }, "funding": [ { @@ -5347,7 +5395,7 @@ "type": "tidelift" } ], - "time": "2022-02-25T11:15:52+00:00" + "time": "2022-11-02T09:08:04+00:00" }, { "name": "symfony/polyfill-intl-idn", @@ -5597,16 +5645,16 @@ }, { "name": "symfony/polyfill-php81", - "version": "v1.26.0", + "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php81.git", - "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1" + "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/13f6d1271c663dc5ae9fb843a8f16521db7687a1", - "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/707403074c8ea6e2edaf8794b0157a0bfa52157a", + "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a", "shasum": "" }, "require": { @@ -5615,7 +5663,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -5656,7 +5704,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php81/tree/v1.26.0" + "source": "https://github.com/symfony/polyfill-php81/tree/v1.27.0" }, "funding": [ { @@ -5672,11 +5720,11 @@ "type": "tidelift" } ], - "time": "2022-05-24T11:49:31+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/stopwatch", - "version": "v6.1.5", + "version": "v6.2.0", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", @@ -5718,7 +5766,7 @@ "description": "Provides a way to profile code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/stopwatch/tree/v6.1.5" + "source": "https://github.com/symfony/stopwatch/tree/v6.2.0" }, "funding": [ { From 3602d59604d07d1415aa741f7991c7f9386f8a59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Dec 2022 06:08:35 +0000 Subject: [PATCH 33/42] [TASK]: Bump phpstan/phpstan-phpunit from 1.3.2 to 1.3.3 Bumps [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit) from 1.3.2 to 1.3.3. - [Release notes](https://github.com/phpstan/phpstan-phpunit/releases) - [Commits](https://github.com/phpstan/phpstan-phpunit/compare/1.3.2...1.3.3) --- updated-dependencies: - dependency-name: phpstan/phpstan-phpunit 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 64aa36b..721cf2c 100644 --- a/composer.lock +++ b/composer.lock @@ -3327,16 +3327,16 @@ }, { "name": "phpstan/phpstan-phpunit", - "version": "1.3.2", + "version": "1.3.3", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-phpunit.git", - "reference": "cd9c6938f8bbfcb6da3ed5a3c7ea60873825d088" + "reference": "54a24bd23e9e80ee918cdc24f909d376c2e273f7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/cd9c6938f8bbfcb6da3ed5a3c7ea60873825d088", - "reference": "cd9c6938f8bbfcb6da3ed5a3c7ea60873825d088", + "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/54a24bd23e9e80ee918cdc24f909d376c2e273f7", + "reference": "54a24bd23e9e80ee918cdc24f909d376c2e273f7", "shasum": "" }, "require": { @@ -3373,9 +3373,9 @@ "description": "PHPUnit extensions and rules for PHPStan", "support": { "issues": "https://github.com/phpstan/phpstan-phpunit/issues", - "source": "https://github.com/phpstan/phpstan-phpunit/tree/1.3.2" + "source": "https://github.com/phpstan/phpstan-phpunit/tree/1.3.3" }, - "time": "2022-12-13T15:08:22+00:00" + "time": "2022-12-21T15:25:00+00:00" }, { "name": "phpstan/phpstan-symfony", From c7cf484a05c565ba50210fc82f747d7c61f30593 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Dec 2022 06:10:33 +0000 Subject: [PATCH 34/42] [TASK]: Bump phpstan/phpstan-symfony from 1.2.18 to 1.2.19 Bumps [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony) from 1.2.18 to 1.2.19. - [Release notes](https://github.com/phpstan/phpstan-symfony/releases) - [Commits](https://github.com/phpstan/phpstan-symfony/compare/1.2.18...1.2.19) --- updated-dependencies: - dependency-name: phpstan/phpstan-symfony 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 721cf2c..1acff98 100644 --- a/composer.lock +++ b/composer.lock @@ -3379,16 +3379,16 @@ }, { "name": "phpstan/phpstan-symfony", - "version": "1.2.18", + "version": "1.2.19", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-symfony.git", - "reference": "3178f15a60b62df21ddd202f6a668851eeb138c7" + "reference": "dac2474904b092267f0a19dfba8c46b6f21eab6a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/3178f15a60b62df21ddd202f6a668851eeb138c7", - "reference": "3178f15a60b62df21ddd202f6a668851eeb138c7", + "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/dac2474904b092267f0a19dfba8c46b6f21eab6a", + "reference": "dac2474904b092267f0a19dfba8c46b6f21eab6a", "shasum": "" }, "require": { @@ -3444,9 +3444,9 @@ "description": "Symfony Framework extensions and rules for PHPStan", "support": { "issues": "https://github.com/phpstan/phpstan-symfony/issues", - "source": "https://github.com/phpstan/phpstan-symfony/tree/1.2.18" + "source": "https://github.com/phpstan/phpstan-symfony/tree/1.2.19" }, - "time": "2022-12-16T09:43:26+00:00" + "time": "2022-12-22T20:05:46+00:00" }, { "name": "phpstan/phpstan-webmozart-assert", From 1c8f13c380a4f1d5b08c668d0bff3ac0611679fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 06:11:08 +0000 Subject: [PATCH 35/42] [TASK]: Bump rector/rector from 0.15.1 to 0.15.2 Bumps [rector/rector](https://github.com/rectorphp/rector) from 0.15.1 to 0.15.2. - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/0.15.1...0.15.2) --- updated-dependencies: - dependency-name: rector/rector dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index 1acff98..abe064f 100644 --- a/composer.lock +++ b/composer.lock @@ -4069,21 +4069,21 @@ }, { "name": "rector/rector", - "version": "0.15.1", + "version": "0.15.2", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "bf5297204f7d46b8a74c1cc01b54341cbf00b74c" + "reference": "5bc89fa73d0be2769e02e49a0e924c95b1842093" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/bf5297204f7d46b8a74c1cc01b54341cbf00b74c", - "reference": "bf5297204f7d46b8a74c1cc01b54341cbf00b74c", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/5bc89fa73d0be2769e02e49a0e924c95b1842093", + "reference": "5bc89fa73d0be2769e02e49a0e924c95b1842093", "shasum": "" }, "require": { "php": "^7.2|^8.0", - "phpstan/phpstan": "^1.9.3" + "phpstan/phpstan": "^1.9.4" }, "conflict": { "rector/rector-doctrine": "*", @@ -4113,7 +4113,7 @@ "description": "Instant Upgrade and Automated Refactoring of any PHP code", "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/0.15.1" + "source": "https://github.com/rectorphp/rector/tree/0.15.2" }, "funding": [ { @@ -4121,7 +4121,7 @@ "type": "github" } ], - "time": "2022-12-14T15:53:50+00:00" + "time": "2022-12-24T12:55:36+00:00" }, { "name": "sebastian/cli-parser", From d4d45d6c5d18b7dae63de593e70bfa16b7b75576 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 06:08:43 +0000 Subject: [PATCH 36/42] [TASK]: Bump symfony/finder from 6.2.0 to 6.2.3 Bumps [symfony/finder](https://github.com/symfony/finder) from 6.2.0 to 6.2.3. - [Release notes](https://github.com/symfony/finder/releases) - [Changelog](https://github.com/symfony/finder/blob/6.2/CHANGELOG.md) - [Commits](https://github.com/symfony/finder/compare/v6.2.0...v6.2.3) --- updated-dependencies: - dependency-name: symfony/finder dependency-type: direct:production 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 abe064f..9d78503 100644 --- a/composer.lock +++ b/composer.lock @@ -1392,16 +1392,16 @@ }, { "name": "symfony/finder", - "version": "v6.2.0", + "version": "v6.2.3", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "eb2355f69519e4ef33f1835bca4c935f5d42e570" + "reference": "81eefbddfde282ee33b437ba5e13d7753211ae8e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/eb2355f69519e4ef33f1835bca4c935f5d42e570", - "reference": "eb2355f69519e4ef33f1835bca4c935f5d42e570", + "url": "https://api.github.com/repos/symfony/finder/zipball/81eefbddfde282ee33b437ba5e13d7753211ae8e", + "reference": "81eefbddfde282ee33b437ba5e13d7753211ae8e", "shasum": "" }, "require": { @@ -1436,7 +1436,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v6.2.0" + "source": "https://github.com/symfony/finder/tree/v6.2.3" }, "funding": [ { @@ -1452,7 +1452,7 @@ "type": "tidelift" } ], - "time": "2022-10-09T08:55:40+00:00" + "time": "2022-12-22T17:55:15+00:00" }, { "name": "symfony/polyfill-ctype", From 7f84b8e14a6ac55274a618fddeb068a507dff292 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 06:12:05 +0000 Subject: [PATCH 37/42] [TASK]: Bump symfony/console from 6.2.2 to 6.2.3 Bumps [symfony/console](https://github.com/symfony/console) from 6.2.2 to 6.2.3. - [Release notes](https://github.com/symfony/console/releases) - [Changelog](https://github.com/symfony/console/blob/6.2/CHANGELOG.md) - [Commits](https://github.com/symfony/console/compare/v6.2.2...v6.2.3) --- updated-dependencies: - dependency-name: symfony/console dependency-type: direct:production 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 9d78503..25f35ea 100644 --- a/composer.lock +++ b/composer.lock @@ -1079,16 +1079,16 @@ }, { "name": "symfony/console", - "version": "v6.2.2", + "version": "v6.2.3", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "5a9bd5c543f00157c55face973c149957467db31" + "reference": "0f579613e771dba2dbb8211c382342a641f5da06" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/5a9bd5c543f00157c55face973c149957467db31", - "reference": "5a9bd5c543f00157c55face973c149957467db31", + "url": "https://api.github.com/repos/symfony/console/zipball/0f579613e771dba2dbb8211c382342a641f5da06", + "reference": "0f579613e771dba2dbb8211c382342a641f5da06", "shasum": "" }, "require": { @@ -1155,7 +1155,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.2.2" + "source": "https://github.com/symfony/console/tree/v6.2.3" }, "funding": [ { @@ -1171,7 +1171,7 @@ "type": "tidelift" } ], - "time": "2022-12-16T15:08:36+00:00" + "time": "2022-12-28T14:26:22+00:00" }, { "name": "symfony/dependency-injection", From e994a211ff958de3dd7c62a3e304eb4470b870c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 06:14:47 +0000 Subject: [PATCH 38/42] [TASK]: Bump symfony/dependency-injection from 6.2.2 to 6.2.3 Bumps [symfony/dependency-injection](https://github.com/symfony/dependency-injection) from 6.2.2 to 6.2.3. - [Release notes](https://github.com/symfony/dependency-injection/releases) - [Changelog](https://github.com/symfony/dependency-injection/blob/6.2/CHANGELOG.md) - [Commits](https://github.com/symfony/dependency-injection/compare/v6.2.2...v6.2.3) --- updated-dependencies: - dependency-name: symfony/dependency-injection dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/composer.lock b/composer.lock index 25f35ea..77e6ee5 100644 --- a/composer.lock +++ b/composer.lock @@ -1175,16 +1175,16 @@ }, { "name": "symfony/dependency-injection", - "version": "v6.2.2", + "version": "v6.2.3", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "c33a5f6ab389b225b8c418f4835d1be7e2a78a04" + "reference": "d10309b75035ce8aae33a377375dac04cab941d6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/c33a5f6ab389b225b8c418f4835d1be7e2a78a04", - "reference": "c33a5f6ab389b225b8c418f4835d1be7e2a78a04", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/d10309b75035ce8aae33a377375dac04cab941d6", + "reference": "d10309b75035ce8aae33a377375dac04cab941d6", "shasum": "" }, "require": { @@ -1242,7 +1242,7 @@ "description": "Allows you to standardize and centralize the way objects are constructed in your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dependency-injection/tree/v6.2.2" + "source": "https://github.com/symfony/dependency-injection/tree/v6.2.3" }, "funding": [ { @@ -1258,7 +1258,7 @@ "type": "tidelift" } ], - "time": "2022-12-15T14:32:18+00:00" + "time": "2022-12-28T14:43:49+00:00" }, { "name": "symfony/deprecation-contracts", @@ -2018,16 +2018,16 @@ }, { "name": "symfony/var-exporter", - "version": "v6.2.2", + "version": "v6.2.3", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", - "reference": "ada947160cf9444d17d9ac0b2df46c06941b5526" + "reference": "d055d12b20b42e407e607460e7552a1fe6d27f08" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/ada947160cf9444d17d9ac0b2df46c06941b5526", - "reference": "ada947160cf9444d17d9ac0b2df46c06941b5526", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/d055d12b20b42e407e607460e7552a1fe6d27f08", + "reference": "d055d12b20b42e407e607460e7552a1fe6d27f08", "shasum": "" }, "require": { @@ -2072,7 +2072,7 @@ "serialize" ], "support": { - "source": "https://github.com/symfony/var-exporter/tree/v6.2.2" + "source": "https://github.com/symfony/var-exporter/tree/v6.2.3" }, "funding": [ { @@ -2088,7 +2088,7 @@ "type": "tidelift" } ], - "time": "2022-12-12T08:57:11+00:00" + "time": "2022-12-22T17:55:15+00:00" }, { "name": "symfony/yaml", From 1ae3b49b75d513261cdde1854aab2f3e0a88d30f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 06:08:36 +0000 Subject: [PATCH 39/42] [TASK]: Bump phpstan/phpstan from 1.9.4 to 1.9.5 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.9.4 to 1.9.5. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/1.9.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.9.4...1.9.5) --- 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 77e6ee5..63f9ea1 100644 --- a/composer.lock +++ b/composer.lock @@ -3268,16 +3268,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.9.4", + "version": "1.9.5", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "d03bccee595e2146b7c9d174486b84f4dc61b0f2" + "reference": "4d18c5d98965029c2aa1ccbd91dc22e7ba8c5034" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/d03bccee595e2146b7c9d174486b84f4dc61b0f2", - "reference": "d03bccee595e2146b7c9d174486b84f4dc61b0f2", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/4d18c5d98965029c2aa1ccbd91dc22e7ba8c5034", + "reference": "4d18c5d98965029c2aa1ccbd91dc22e7ba8c5034", "shasum": "" }, "require": { @@ -3307,7 +3307,7 @@ ], "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.9.4" + "source": "https://github.com/phpstan/phpstan/tree/1.9.5" }, "funding": [ { @@ -3323,7 +3323,7 @@ "type": "tidelift" } ], - "time": "2022-12-17T13:33:52+00:00" + "time": "2023-01-02T21:35:42+00:00" }, { "name": "phpstan/phpstan-phpunit", From 5c1cbf9e968f96c0e4e530ac94c6342b8b401aa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20H=C3=A4u=C3=9Fler?= Date: Tue, 3 Jan 2023 10:59:16 +0100 Subject: [PATCH 40/42] [TASK] Drop ChangeLog file --- ChangeLog | 131 ------------------------------------------------------ 1 file changed, 131 deletions(-) delete mode 100644 ChangeLog diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index 0140bf5..0000000 --- a/ChangeLog +++ /dev/null @@ -1,131 +0,0 @@ -2022-11-07 [RELEASE] Release of frontend-asset-handler 1.4.0 (Elias Häußler) -2022-11-07 056eb5f [FEATURE] Add support for PHP 8.3 🔥 (Elias Häußler) -2022-11-07 05db94c [TASK] Do not ignore platform reqs for PHP 8.2 in CI (Elias Häußler) -2022-11-07 f311243 [TASK] Revert "[BUGFIX] Disable invalid behavior of ReadOnlyPropertyRector" (Elias Häußler) -2022-11-07 bc32e09 [TASK]: Bump phpstan/phpstan-symfony from 1.2.15 to 1.2.16 (dependabot[bot]) -2022-11-07 f5446eb [TASK]: Bump rector/rector from 0.14.6 to 0.14.7 (dependabot[bot]) -2022-11-07 45e4c07 [TASK]: Bump phpstan/phpstan-webmozart-assert from 1.2.1 to 1.2.2 (dependabot[bot]) -2022-11-07 e398924 [BUGFIX] Use codecov token in CI (Elias Häußler) -2022-11-04 6336ab2 [TASK]: Bump phpstan/phpstan-symfony from 1.2.14 to 1.2.15 (dependabot[bot]) - -2022-11-03 [RELEASE] Release of frontend-asset-handler 1.3.0 (Elias Häußler) -2022-11-03 20ad80d [DOCS] Mention required scope for GitLab access tokens (Elias Häußler) -2022-11-03 183b8a5 [DOCS] Improve documentation about VCS providers (Elias Häußler) -2022-11-03 5455408 [BUGFIX] Harden check for latest deployment status (Elias Häußler) -2022-11-03 6f17b3f [TASK] Ask for additional variables on initializing GitHub VCS provider (Elias Häußler) -2022-11-02 9f03ae8 [BUGFIX] Disable invalid behavior of ReadOnlyPropertyRector (Elias Häußler) -2022-09-16 777b3cc [FEATURE] Add support for GitHub as VCS provider (Elias Häußler) -2022-11-03 5216a21 [TASK] Make codebase compatible with PHPStan 1.9.x (Elias Häußler) -2022-11-03 61f19d0 [TASK]: Bump phpstan/phpstan from 1.8.11 to 1.9.0 (dependabot[bot]) -2022-11-02 6167440 [BUGFIX] Promote all properties in GitlabVcsProvider (Elias Häußler) -2022-11-02 a618d1e [TASK]: Bump friendsofphp/php-cs-fixer from 3.12.0 to 3.13.0 (dependabot[bot]) - -2022-11-02 [RELEASE] Release of frontend-asset-handler 1.2.6 (Elias Häußler) -2022-11-02 b573e13 [DOCS] Use less badges in README.md (Elias Häußler) -2022-11-01 2ed4e53 [TASK] Enable Dependabot auto-merge for minor and patch updates (Elias Häußler) - -2022-10-31 [RELEASE] Release of frontend-asset-handler 1.2.5 (Elias Häußler) -2022-10-31 21683bf [TASK] Switch to `ncipollo/release-action` for new releases (Elias Häußler) -2022-10-31 b1d6d9b [TASK]: Bump phpstan/phpstan-phpunit from 1.2.1 to 1.2.2 (dependabot[bot]) -2022-10-31 64fa93d [TASK]: Bump symfony/console from 6.1.6 to 6.1.7 (dependabot[bot]) - -2022-10-30 [RELEASE] Release of frontend-asset-handler 1.2.4 (Elias Häußler) -2022-10-30 20a3fe5 [BUGFIX] Streamline base path handling for relative paths (Elias Häußler) -2022-10-28 3aaa05e [TASK]: Bump phpunit/phpunit from 9.5.25 to 9.5.26 (dependabot[bot]) -2022-10-27 cfdf52e [TASK]: Bump guzzlehttp/psr7 from 2.4.2 to 2.4.3 (dependabot[bot]) -2022-10-27 fbc6c94 [TASK]: Bump phpstan/phpstan-phpunit from 1.1.3 to 1.2.1 (dependabot[bot]) -2022-10-26 b643802 [TASK]: Bump guzzlehttp/psr7 from 2.4.1 to 2.4.2 (dependabot[bot]) -2022-10-25 227f45c [TASK]: Bump phpstan/phpstan-phpunit from 1.1.1 to 1.1.3 (dependabot[bot]) -2022-10-25 7cac7ca [TASK]: Bump phpstan/phpstan from 1.8.10 to 1.8.11 (dependabot[bot]) - -2022-10-24 [RELEASE] Release of frontend-asset-handler 1.2.3 (Elias Häußler) -2022-10-24 53f0024 [DOCS] Fix and align code example of API usage (Elias Häußler) -2022-10-24 074145e [BUGFIX] Make config parser a public service (Elias Häußler) -2022-10-24 7ca4e21 [BUGFIX] Convert all non-internal factories to public services (Elias Häußler) -2022-10-24 2868f3b [TASK] Flag classes being part of the public API (Elias Häußler) -2022-10-24 2a17a95 [TASK]: Bump paambaati/codeclimate-action from 3.1.1 to 3.2.0 (dependabot[bot]) -2022-10-23 c7f93b6 [BUGFIX] Exclude `CONTRIBUTING.md` from being exported (Elias Häußler) -2022-10-23 7f15ce7 [BUGFIX] Exclude service config for tests from being exported (Elias Häußler) -2022-10-23 87b0098 [BUGFIX] Exclude `.ddev` directory from being exported (Elias Häußler) -2022-10-21 2be4a57 [TASK]: Bump paambaati/codeclimate-action from 3.1.0 to 3.1.1 (dependabot[bot]) -2022-10-18 766b98a [TASK]: Bump phpstan/phpstan from 1.8.9 to 1.8.10 (dependabot[bot]) - -2022-10-17 [RELEASE] Release of frontend-asset-handler 1.2.2 (Elias Häußler) -2022-10-17 fc59d74 [BUGFIX] Pass on strategy when fetching assets for fallback environment (Elias Häußler) -2022-10-17 30b7669 [TASK]: Bump rector/rector from 0.14.5 to 0.14.6 (dependabot[bot]) - -2022-10-14 [RELEASE] Release of frontend-asset-handler 1.2.1 (Elias Häußler) -2022-10-14 226ef23 [BUGFIX] Add mapping for Renovate branches to default map (Elias Häußler) -2022-10-14 1057d0c [TASK]: Bump paambaati/codeclimate-action from 3.0.0 to 3.1.0 (dependabot[bot]) -2022-10-14 82c5683 [TASK]: Bump phpstan/phpstan from 1.8.8 to 1.8.9 (dependabot[bot]) - -2022-10-14 [RELEASE] Release of frontend-asset-handler 1.2.0 (Elias Häußler) -2022-10-14 0f87a09 [BUGFIX] Print warning only for more than one asset definition (Elias Häußler) -2022-10-10 cf1306b [FEATURE] print warning in command's summary for existing asset revisions (Martin Adler) -2022-10-07 4b2ac63 [FEATURE] lower error level to warning for already downloaded revisions (Martin Adler) - -2022-10-13 [RELEASE] Release of frontend-asset-handler 1.1.0 (Elias Häußler) -2022-10-13 2d97290 [BUGFIX] fix redundant fetch assets test assertion (Martin Adler) -2022-10-13 de61622 [BUGFIX] Harden branch pattern for versions (Elias Häußler) -2022-10-13 2f69b03 [FEATURE] Support regular expression in branch map (Elias Häußler) -2022-10-13 dab7091 [TASK]: Bump friendsofphp/php-cs-fixer from 3.11.0 to 3.12.0 (dependabot[bot]) -2022-10-13 9462e4d [TASK]: Bump symfony/yaml from 6.1.4 to 6.1.6 (dependabot[bot]) -2022-10-13 3cb8e63 [TASK]: Bump symfony/console from 6.1.5 to 6.1.6 (dependabot[bot]) -2022-10-08 7dd316e [BUGFIX] Skip codeclimate coverate report if secret is not available (Elias Häußler) -2022-10-07 ecdbf0a [TASK]: Bump phpstan/phpstan from 1.8.7 to 1.8.8 (dependabot[bot]) -2022-10-06 e4b646f [TASK]: Bump phpstan/phpstan-symfony from 1.2.13 to 1.2.14 (dependabot[bot]) -2022-10-05 2992934 [TASK]: Bump phpstan/phpstan from 1.8.6 to 1.8.7 (dependabot[bot]) -2022-10-03 0f3edb5 [TASK]: Bump symfony/filesystem from 6.1.4 to 6.1.5 (dependabot[bot]) -2022-10-03 d1d0b47 [TASK]: Bump symfony/dependency-injection from 6.1.3 to 6.1.5 (dependabot[bot]) -2022-10-03 96670e0 [TASK]: Bump symfony/console from 6.1.4 to 6.1.5 (dependabot[bot]) -2022-09-30 aca15aa [TASK]: Bump rector/rector from 0.14.4 to 0.14.5 (dependabot[bot]) -2022-09-28 b9faa62 [TASK]: Bump rector/rector from 0.14.3 to 0.14.4 (dependabot[bot]) -2022-09-26 6e5201b [TASK]: Bump phpstan/phpstan from 1.8.5 to 1.8.6 (dependabot[bot]) -2022-09-26 a2a4866 [TASK]: Bump rector/rector from 0.14.2 to 0.14.3 (dependabot[bot]) -2022-09-26 cebc93f [TASK]: Bump phpunit/phpunit from 9.5.24 to 9.5.25 (dependabot[bot]) -2022-09-22 c87d6e9 [TASK]: Bump phpstan/phpstan-webmozart-assert from 1.2.0 to 1.2.1 (dependabot[bot]) - -2022-09-22 [RELEASE] Release of frontend-asset-handler 1.0.3 (Elias Häußler) -2022-09-22 4c3c381 [BUGFIX] Harden match for environment mapping branches (Elias Häußler) -2022-09-21 5f7c7ba [TASK] Add application to bug report issue form (Elias Häußler) - -2022-09-16 [RELEASE] Release of frontend-asset-handler 1.0.2 (Elias Häußler) -2022-09-16 f24ab16 [BUGFIX] Follow-up: Require a type when building a Vcs object (Elias Häußler) -2022-09-16 6615411 [BUGFIX] Respect default source and target types (Elias Häußler) -2022-09-16 a9a0225 [DOCS] Make CLI input option shorthands more prominent (Elias Häußler) -2022-09-16 0044216 [DOCS] Reflect changed CI detection in documentation (Elias Häußler) -2022-09-16 bcfd95e [DOCS] Add missing `project-id` configuration to Gitlab vcs provider (Elias Häußler) -2022-09-16 89b9ab4 [DOCS] Fix some invalid configurations of default values (Elias Häußler) -2022-09-16 2503360 [BUGFIX] Include version in source config initialization step (Elias Häußler) -2022-09-16 d7ecd23 [DOCS] Fix strategy declaration in API usage code example (Elias Häußler) - -2022-09-16 [RELEASE] Release of frontend-asset-handler 1.0.1 (Elias Häußler) -2022-09-16 ab10c18 [BUGFIX] Add `codecov.yml` (Elias Häußler) -2022-09-16 7c8ffc0 [DOCS] Fix link in contribution guide (Elias Häußler) -2022-09-16 f171921 [BUGFIX] Restore phar artifact in correct path (Elias Häußler) - -2022-09-16 [RELEASE] Release of frontend-asset-handler 1.0.0 (Elias Häußler) -2022-09-16 b345a99 [DOCS] Add service parsing to migration guide (Elias Häußler) -2022-09-16 315775e [BUGFIX] Respect replace path when writing configuration (Elias Häußler) -2022-09-14 26f7889 [FEATURE] Introduce configuration initialization steps (Elias Häußler) -2022-09-13 8318fd0 [BUGFIX] Handle multiple environment variable placeholders (Elias Häußler) -2022-09-12 dc67d8a [BUGFIX] Require webmozart/assert ^1.10 (Elias Häußler) -2022-09-12 a6a843b [DOCS] Add FOSSA badge to README.md (Elias Häußler) -2022-09-12 1683909 [TASK] Mark some classes as internal (Elias Häußler) -2022-09-12 8310be7 [TASK] Add more test cases (Elias Häußler) -2022-09-12 00566be [TASK] Add more test cases (Elias Häußler) -2022-09-12 f7dd554 [BUGFIX] Read "handler" config when running `fetch` command (Elias Häußler) -2022-09-12 312a409 [TASK] Align namespace of console input validators (Elias Häußler) -2022-09-09 c507436 [BUGFIX] Streamline output handling of chatty classes (Elias Häußler) -2022-09-09 dbc8236 [BUGFIX] Remove temporary files created during test execution (Elias Häußler) -2022-09-09 960681c [FEATURE] Make `VcsProviderFactory` service public (Elias Häußler) -2022-09-09 b2b45dd [TASK] Include handler type in `init` command (Elias Häußler) -2022-09-09 e4f4722 [!!!][FEATURE] Allow custom handler implementations (Elias Häußler) -2022-09-09 93030b5 [!!!][BUGFIX] Return only existing and processed assets from handler (Elias Häußler) -2022-09-09 ae95e16 [!!!][FEATURE] Do not process values by default in `config` command (Elias Häußler) -2022-09-09 8e5e1de [BUGFIX] Validate initialized configuration (Elias Häußler) -2022-09-09 d5a4477 [!!!][FEATURE] Expect config object in `SchemaValidator::validate()` (Elias Häußler) -2022-09-09 64ad477 [DOCS] Use semantically correct listing (Elias Häußler) -2022-09-09 7867d1d [DOCS] Add release badge to README.md (Elias Häußler) -2022-09-09 1b9fcce [BUGFIX] Exclude testing-only classes from code coverage (Elias Häußler) -2022-09-09 cc54e37 [DOCS] Add link to Symfony documentation for configuring the service container (Elias Häußler) From b366750afa50f4dba055d1c0d430571729119cb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20H=C3=A4u=C3=9Fler?= Date: Tue, 3 Jan 2023 11:03:53 +0100 Subject: [PATCH 41/42] [TASK] Drop FOSSA integration --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 122e785..661ef76 100644 --- a/README.md +++ b/README.md @@ -87,5 +87,3 @@ Please have a look at [`CONTRIBUTING.md`](CONTRIBUTING.md). ## :star: License This project is licensed under [GNU General Public License 3.0 (or later)](LICENSE.md). - -[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FCPS-IT%2Ffrontend-asset-handler.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FCPS-IT%2Ffrontend-asset-handler?ref=badge_large) From 9129b8d2be88a734eecfaedc9d2c789c71fcfb67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 06:12:16 +0000 Subject: [PATCH 42/42] [TASK]: Bump friendsofphp/php-cs-fixer from 3.13.1 to 3.13.2 Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.13.1 to 3.13.2. - [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases) - [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md) - [Commits](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.13.1...v3.13.2) --- updated-dependencies: - dependency-name: friendsofphp/php-cs-fixer dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/composer.lock b/composer.lock index 63f9ea1..0d7ec31 100644 --- a/composer.lock +++ b/composer.lock @@ -2502,16 +2502,16 @@ }, { "name": "doctrine/annotations", - "version": "1.14.1", + "version": "1.14.2", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", - "reference": "9e034d7a70032d422169f27d8759e8d84abb4f51" + "reference": "ad785217c1e9555a7d6c6c8c9f406395a5e2882b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/9e034d7a70032d422169f27d8759e8d84abb4f51", - "reference": "9e034d7a70032d422169f27d8759e8d84abb4f51", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/ad785217c1e9555a7d6c6c8c9f406395a5e2882b", + "reference": "ad785217c1e9555a7d6c6c8c9f406395a5e2882b", "shasum": "" }, "require": { @@ -2572,9 +2572,9 @@ ], "support": { "issues": "https://github.com/doctrine/annotations/issues", - "source": "https://github.com/doctrine/annotations/tree/1.14.1" + "source": "https://github.com/doctrine/annotations/tree/1.14.2" }, - "time": "2022-12-12T12:46:12+00:00" + "time": "2022-12-15T06:48:22+00:00" }, { "name": "doctrine/deprecations", @@ -2844,16 +2844,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.13.1", + "version": "v3.13.2", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", - "reference": "78d2251dd86b49c609a0fd37c20dcf0a00aea5a7" + "reference": "3952f08a81bd3b1b15e11c3de0b6bf037faa8496" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/78d2251dd86b49c609a0fd37c20dcf0a00aea5a7", - "reference": "78d2251dd86b49c609a0fd37c20dcf0a00aea5a7", + "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/3952f08a81bd3b1b15e11c3de0b6bf037faa8496", + "reference": "3952f08a81bd3b1b15e11c3de0b6bf037faa8496", "shasum": "" }, "require": { @@ -2921,7 +2921,7 @@ "description": "A tool to automatically fix PHP code style", "support": { "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues", - "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.13.1" + "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.13.2" }, "funding": [ { @@ -2929,7 +2929,7 @@ "type": "github" } ], - "time": "2022-12-18T00:47:22+00:00" + "time": "2023-01-02T23:53:50+00:00" }, { "name": "idiosyncratic/editorconfig",