From 532450c290363fd56948b1810d067732c02f82d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 06:17:56 +0000 Subject: [PATCH 01/20] build(deps-dev): update rector/rector requirement from 0.18.3 to 0.18.4 Updates the requirements on [rector/rector](https://github.com/rectorphp/rector) to permit the latest version. - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/0.18.3...0.18.4) --- updated-dependencies: - dependency-name: rector/rector dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 095b39c..4f50c6e 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "phpstan/phpstan": "^1.10", "phpunit/phpcov": "^8.2", "phpunit/phpunit": "^9.6", - "rector/rector": "0.18.3" + "rector/rector": "0.18.4" }, "minimum-stability": "dev", "prefer-stable": true, From 0522ef89a6827de62c3776393a7e892866dbb9d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 06:20:54 +0000 Subject: [PATCH 02/20] build(deps): bump 1Password/check-signed-commits-action Bumps [1Password/check-signed-commits-action](https://github.com/1password/check-signed-commits-action) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/1password/check-signed-commits-action/releases) - [Commits](https://github.com/1password/check-signed-commits-action/compare/v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: 1Password/check-signed-commits-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/check-signing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-signing.yml b/.github/workflows/check-signing.yml index 9859086..7321c3d 100644 --- a/.github/workflows/check-signing.yml +++ b/.github/workflows/check-signing.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v4 - name: Check signed commits in PR - uses: 1Password/check-signed-commits-action@v1.0.0 + uses: 1Password/check-signed-commits-action@v1.1.0 with: token: ${{ secrets.GITHUB_TOKEN }} comment: | From 56d0f4d01719b0d260996ef7c5cb727ed52d80e6 Mon Sep 17 00:00:00 2001 From: Denny Septian Panggabean <97607754+ddevsr@users.noreply.github.com> Date: Tue, 26 Sep 2023 15:02:33 +0700 Subject: [PATCH 03/20] Create CODEOWNERS --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..435d94a --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#example-of-a-codeowners-file +* @ddevsr From 1e80fc088b2835a018dc0f343a6401171c7c8f8f Mon Sep 17 00:00:00 2001 From: Denny Septian Panggabean <97607754+ddevsr@users.noreply.github.com> Date: Tue, 26 Sep 2023 17:12:42 +0700 Subject: [PATCH 04/20] Revert "build(deps): bump 1Password/check-signed-commits-action from 1.0.0 to 1.1.0" --- .github/workflows/check-signing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-signing.yml b/.github/workflows/check-signing.yml index 7321c3d..9859086 100644 --- a/.github/workflows/check-signing.yml +++ b/.github/workflows/check-signing.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v4 - name: Check signed commits in PR - uses: 1Password/check-signed-commits-action@v1.1.0 + uses: 1Password/check-signed-commits-action@v1.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} comment: | From 744870b0307146bd72acccc04d2316d29ad0eb99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 06:34:09 +0000 Subject: [PATCH 05/20] build(deps): bump PHPDevsr/check-conflict-action from 1.0.0 to 1.1.0 Bumps [PHPDevsr/check-conflict-action](https://github.com/phpdevsr/check-conflict-action) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/phpdevsr/check-conflict-action/releases) - [Commits](https://github.com/phpdevsr/check-conflict-action/compare/v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: PHPDevsr/check-conflict-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/check-conflict.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-conflict.yml b/.github/workflows/check-conflict.yml index a0554c7..101571c 100644 --- a/.github/workflows/check-conflict.yml +++ b/.github/workflows/check-conflict.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 - name: Check conflict branch in PR - uses: PHPDevsr/check-conflict-action@v1.0.0 + uses: PHPDevsr/check-conflict-action@v1.1.0 with: token: ${{ secrets.GITHUB_TOKEN }} label: stale From 839be43c2e63775fef87a36e43cd4811b83348e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 06:39:54 +0000 Subject: [PATCH 06/20] build(deps-dev): update rector/rector requirement from 0.18.4 to 0.18.5 Updates the requirements on [rector/rector](https://github.com/rectorphp/rector) to permit the latest version. - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/0.18.4...0.18.5) --- updated-dependencies: - dependency-name: rector/rector dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4f50c6e..ff15ab7 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "phpstan/phpstan": "^1.10", "phpunit/phpcov": "^8.2", "phpunit/phpunit": "^9.6", - "rector/rector": "0.18.4" + "rector/rector": "0.18.5" }, "minimum-stability": "dev", "prefer-stable": true, From 3f28a80c476bf49b462f2dbc658270e3c1774c61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 06:39:17 +0000 Subject: [PATCH 07/20] build(deps-dev): update rector/rector requirement from 0.18.5 to 0.18.6 Updates the requirements on [rector/rector](https://github.com/rectorphp/rector) to permit the latest version. - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/0.18.5...0.18.6) --- updated-dependencies: - dependency-name: rector/rector dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ff15ab7..8413f88 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "phpstan/phpstan": "^1.10", "phpunit/phpcov": "^8.2", "phpunit/phpunit": "^9.6", - "rector/rector": "0.18.5" + "rector/rector": "0.18.6" }, "minimum-stability": "dev", "prefer-stable": true, From f84ec79a64cc45699fb1ff41fc43c304fa721b63 Mon Sep 17 00:00:00 2001 From: Denny Septian Panggabean <97607754+ddevsr@users.noreply.github.com> Date: Tue, 31 Oct 2023 18:25:07 +0700 Subject: [PATCH 08/20] feat: [Rector] added rules CompleteMissingIfElseBracketRector --- rector.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rector.php b/rector.php index 25e98ab..253c246 100644 --- a/rector.php +++ b/rector.php @@ -28,6 +28,7 @@ use Rector\CodeQuality\Rector\FuncCall\SimplifyStrposLowerRector; use Rector\CodeQuality\Rector\FunctionLike\SimplifyUselessVariableRector; use Rector\CodeQuality\Rector\If_\CombineIfRector; +use Rector\CodeQuality\Rector\If_\CompleteMissingIfElseBracketRector; use Rector\CodeQuality\Rector\If_\ExplicitBoolCompareRector; use Rector\CodeQuality\Rector\If_\ShortenElseIfRector; use Rector\CodeQuality\Rector\If_\SimplifyIfElseToTernaryRector; @@ -159,6 +160,7 @@ $rectorConfig->rule(SimplifyRegexPatternRector::class); $rectorConfig->rule(SimplifyStrposLowerRector::class); $rectorConfig->rule(CombineIfRector::class); + $rectorConfig->rule(CompleteMissingIfElseBracketRector::class); $rectorConfig->rule(ShortenElseIfRector::class); $rectorConfig->rule(SimplifyIfElseToTernaryRector::class); $rectorConfig->rule(SimplifyIfReturnBoolRector::class); From 4e06d74624496b699ba835e0bc77f39862900c82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 06:56:55 +0000 Subject: [PATCH 09/20] build(deps-dev): update rector/rector requirement from 0.18.6 to 0.18.7 Updates the requirements on [rector/rector](https://github.com/rectorphp/rector) to permit the latest version. - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/0.18.6...0.18.7) --- updated-dependencies: - dependency-name: rector/rector dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8413f88..828ba64 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "phpstan/phpstan": "^1.10", "phpunit/phpcov": "^8.2", "phpunit/phpunit": "^9.6", - "rector/rector": "0.18.6" + "rector/rector": "0.18.7" }, "minimum-stability": "dev", "prefer-stable": true, From 5bcff65cf36c40ab9cd42fa5cd8a0d7e58b32143 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 06:50:23 +0000 Subject: [PATCH 10/20] build(deps-dev): update rector/rector requirement from 0.18.7 to 0.18.12 Updates the requirements on [rector/rector](https://github.com/rectorphp/rector) to permit the latest version. - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/0.18.7...0.18.12) --- updated-dependencies: - dependency-name: rector/rector dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 828ba64..f6cf374 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "phpstan/phpstan": "^1.10", "phpunit/phpcov": "^8.2", "phpunit/phpunit": "^9.6", - "rector/rector": "0.18.7" + "rector/rector": "0.18.12" }, "minimum-stability": "dev", "prefer-stable": true, From 70584562bb45323aea9cde440c40557dc112330a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 06:14:52 +0000 Subject: [PATCH 11/20] build(deps-dev): update rector/rector requirement Updates the requirements on [rector/rector](https://github.com/rectorphp/rector) to permit the latest version. - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/0.18.12...0.18.13) --- updated-dependencies: - dependency-name: rector/rector dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f6cf374..dee2bd9 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "phpstan/phpstan": "^1.10", "phpunit/phpcov": "^8.2", "phpunit/phpunit": "^9.6", - "rector/rector": "0.18.12" + "rector/rector": "0.18.13" }, "minimum-stability": "dev", "prefer-stable": true, From 64b28ef1c35003588a5141fd08357f1d1c4e738a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 07:14:54 +0000 Subject: [PATCH 12/20] build(deps-dev): update rector/rector requirement from 0.18.13 to 0.19.0 Updates the requirements on [rector/rector](https://github.com/rectorphp/rector) to permit the latest version. - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/0.18.13...0.19.0) --- updated-dependencies: - dependency-name: rector/rector dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index dee2bd9..1ba87d6 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "phpstan/phpstan": "^1.10", "phpunit/phpcov": "^8.2", "phpunit/phpunit": "^9.6", - "rector/rector": "0.18.13" + "rector/rector": "0.19.0" }, "minimum-stability": "dev", "prefer-stable": true, From 5df16b9f80267c104f8fab3929e0b88f0788b18b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 06:22:55 +0000 Subject: [PATCH 13/20] build(deps-dev): update rector/rector requirement from 0.19.0 to 0.19.1 Updates the requirements on [rector/rector](https://github.com/rectorphp/rector) to permit the latest version. - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/0.19.0...0.19.1) --- updated-dependencies: - dependency-name: rector/rector dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1ba87d6..cd66366 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "phpstan/phpstan": "^1.10", "phpunit/phpcov": "^8.2", "phpunit/phpunit": "^9.6", - "rector/rector": "0.19.0" + "rector/rector": "0.19.1" }, "minimum-stability": "dev", "prefer-stable": true, From 32fb32dacbb6aca59e19108f99f75952a782ad52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 06:12:22 +0000 Subject: [PATCH 14/20] build(deps): bump actions/cache from 3 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test-coding-standard.yml | 2 +- .github/workflows/test-phpstan.yml | 4 ++-- .github/workflows/test-phpunit.yml | 2 +- .github/workflows/test-rector.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test-coding-standard.yml b/.github/workflows/test-coding-standard.yml index 93098ed..8e0eeb7 100644 --- a/.github/workflows/test-coding-standard.yml +++ b/.github/workflows/test-coding-standard.yml @@ -48,7 +48,7 @@ jobs: run: echo "COMPOSER_CACHE_FILES_DIR=$(composer config cache-files-dir)" >> $GITHUB_ENV - name: Cache composer dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ env.COMPOSER_CACHE_FILES_DIR }} key: ${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('**/composer.lock') }} diff --git a/.github/workflows/test-phpstan.yml b/.github/workflows/test-phpstan.yml index bbc24f0..bedf052 100644 --- a/.github/workflows/test-phpstan.yml +++ b/.github/workflows/test-phpstan.yml @@ -53,7 +53,7 @@ jobs: run: echo "COMPOSER_CACHE_FILES_DIR=$(composer config cache-files-dir)" >> $GITHUB_ENV - name: Cache composer dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ env.COMPOSER_CACHE_FILES_DIR }} key: ${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('**/composer.lock') }} @@ -65,7 +65,7 @@ jobs: run: mkdir -p build/phpstan - name: Cache PHPStan results - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: build/phpstan key: ${{ runner.os }}-phpstan-${{ github.sha }} diff --git a/.github/workflows/test-phpunit.yml b/.github/workflows/test-phpunit.yml index 695daae..21886a6 100644 --- a/.github/workflows/test-phpunit.yml +++ b/.github/workflows/test-phpunit.yml @@ -51,7 +51,7 @@ jobs: run: echo "COMPOSER_CACHE_FILES_DIR=$(composer config cache-files-dir)" >> $GITHUB_ENV - name: Cache composer dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ env.COMPOSER_CACHE_FILES_DIR }} key: ${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('**/composer.lock') }} diff --git a/.github/workflows/test-rector.yml b/.github/workflows/test-rector.yml index 21353a1..5a12ade 100644 --- a/.github/workflows/test-rector.yml +++ b/.github/workflows/test-rector.yml @@ -46,7 +46,7 @@ jobs: run: echo "COMPOSER_CACHE_FILES_DIR=$(composer config cache-files-dir)" >> $GITHUB_ENV - name: Cache composer dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ env.COMPOSER_CACHE_FILES_DIR }} key: ${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('**/composer.lock') }} From aa0c4a05c3993e99dc66cbc0ae85653c291ab45e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 06:16:10 +0000 Subject: [PATCH 15/20] build(deps): bump actions/dependency-review-action from 3 to 4 Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 3 to 4. - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](https://github.com/actions/dependency-review-action/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/dependency-review-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dependency-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 4e75197..0d4a013 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -17,4 +17,4 @@ jobs: - name: 'Checkout Repository' uses: actions/checkout@v4 - name: 'Dependency Review' - uses: actions/dependency-review-action@v3 + uses: actions/dependency-review-action@v4 From 19bb83e6fcd5214016eebfc0ce78e92e5ab64543 Mon Sep 17 00:00:00 2001 From: Denny Septian Panggabean <97607754+ddevsr@users.noreply.github.com> Date: Tue, 30 Jan 2024 20:08:53 +0700 Subject: [PATCH 16/20] Update rector.php --- rector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rector.php b/rector.php index 253c246..e7a38d9 100644 --- a/rector.php +++ b/rector.php @@ -45,7 +45,6 @@ use Rector\CodingStyle\Rector\ClassMethod\MakeInheritedMethodVisibilitySameAsParentRector; use Rector\CodingStyle\Rector\FuncCall\CountArrayToEmptyArrayComparisonRector; use Rector\Config\RectorConfig; -use Rector\Core\ValueObject\PhpVersion; use Rector\DeadCode\Rector\Array_\RemoveDuplicatedArrayKeyRector; use Rector\DeadCode\Rector\Assign\RemoveDoubleAssignRector; use Rector\DeadCode\Rector\Assign\RemoveUnusedVariableAssignRector; @@ -78,6 +77,7 @@ use Rector\Privatization\Rector\Property\PrivatizeFinalClassPropertyRector; use Rector\Set\ValueObject\LevelSetList; use Rector\Set\ValueObject\SetList; +use Rector\ValueObject\PhpVersion; return static function (RectorConfig $rectorConfig): void { $rectorConfig->sets([ From 7ca546ee05917355261fdae4221d8de938cfceae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 13:09:39 +0000 Subject: [PATCH 17/20] build(deps-dev): update rector/rector requirement from 0.19.1 to 0.19.5 Updates the requirements on [rector/rector](https://github.com/rectorphp/rector) to permit the latest version. - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/0.19.1...0.19.5) --- updated-dependencies: - dependency-name: rector/rector dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cd66366..2df1a72 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "phpstan/phpstan": "^1.10", "phpunit/phpcov": "^8.2", "phpunit/phpunit": "^9.6", - "rector/rector": "0.19.1" + "rector/rector": "0.19.5" }, "minimum-stability": "dev", "prefer-stable": true, From ff2499180d3d88f398957f0c02c3f0cdc8fc44da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 06:55:11 +0000 Subject: [PATCH 18/20] build(deps-dev): update rector/rector requirement from 0.19.5 to 0.19.8 Updates the requirements on [rector/rector](https://github.com/rectorphp/rector) to permit the latest version. - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/0.19.5...0.19.8) --- updated-dependencies: - dependency-name: rector/rector dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2df1a72..6982f96 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "phpstan/phpstan": "^1.10", "phpunit/phpcov": "^8.2", "phpunit/phpunit": "^9.6", - "rector/rector": "0.19.5" + "rector/rector": "0.19.8" }, "minimum-stability": "dev", "prefer-stable": true, From cbdf8e5dced1ede07925d079d916633b29989eee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 06:38:16 +0000 Subject: [PATCH 19/20] build(deps-dev): update rector/rector requirement from 0.19.8 to 1.0.0 Updates the requirements on [rector/rector](https://github.com/rectorphp/rector) to permit the latest version. - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/0.19.8...1.0.0) --- updated-dependencies: - dependency-name: rector/rector dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6982f96..ae1a2bc 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "phpstan/phpstan": "^1.10", "phpunit/phpcov": "^8.2", "phpunit/phpunit": "^9.6", - "rector/rector": "0.19.8" + "rector/rector": "1.0.0" }, "minimum-stability": "dev", "prefer-stable": true, From 403e051d0a52eaf65a97ac8a2e8e75b265e1c86e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 06:08:02 +0000 Subject: [PATCH 20/20] build(deps): bump 1Password/check-signed-commits-action Bumps [1Password/check-signed-commits-action](https://github.com/1password/check-signed-commits-action) from 1.0.0 to 1.2.0. - [Release notes](https://github.com/1password/check-signed-commits-action/releases) - [Commits](https://github.com/1password/check-signed-commits-action/compare/v1.0.0...v1.2.0) --- updated-dependencies: - dependency-name: 1Password/check-signed-commits-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/check-signing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-signing.yml b/.github/workflows/check-signing.yml index 9859086..b82f7de 100644 --- a/.github/workflows/check-signing.yml +++ b/.github/workflows/check-signing.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v4 - name: Check signed commits in PR - uses: 1Password/check-signed-commits-action@v1.0.0 + uses: 1Password/check-signed-commits-action@v1.2.0 with: token: ${{ secrets.GITHUB_TOKEN }} comment: |