From 4a0e228d31ed33ab215c40715c25ba29df5b4235 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Aug 2022 14:00:09 +0200 Subject: [PATCH 1/5] Update phpstan/phpstan-strict-rules requirement from ^1.3 to ^1.4 (#13) Updates the requirements on [phpstan/phpstan-strict-rules](https://github.com/phpstan/phpstan-strict-rules) to permit the latest version. - [Release notes](https://github.com/phpstan/phpstan-strict-rules/releases) - [Commits](https://github.com/phpstan/phpstan-strict-rules/compare/1.3.0...1.4.2) --- updated-dependencies: - dependency-name: phpstan/phpstan-strict-rules dependency-type: direct:development ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9ccd346..a7e0d4c 100644 --- a/composer.json +++ b/composer.json @@ -57,7 +57,7 @@ "phpstan/phpstan-beberlei-assert": "^1.0", "phpstan/phpstan-deprecation-rules": "^1.0", "phpstan/phpstan-phpunit": "^1.1", - "phpstan/phpstan-strict-rules": "^1.3", + "phpstan/phpstan-strict-rules": "^1.4", "phpunit/phpunit": "^9.5.5", "rector/rector": "^0.14", "roave/security-advisories": "dev-latest", From 28d684466402dbd3aacf620f9357b79838a297d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 11:49:43 +0100 Subject: [PATCH 2/5] Bump ridedott/merge-me-action from 2.10.17 to 2.10.35 (#21) Bumps [ridedott/merge-me-action](https://github.com/ridedott/merge-me-action) from 2.10.17 to 2.10.35. - [Release notes](https://github.com/ridedott/merge-me-action/releases) - [Changelog](https://github.com/ridedott/merge-me-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/ridedott/merge-me-action/compare/v2.10.17...v2.10.35) --- updated-dependencies: - dependency-name: ridedott/merge-me-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/merge-me.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge-me.yml b/.github/workflows/merge-me.yml index 1ea3a54..1796365 100644 --- a/.github/workflows/merge-me.yml +++ b/.github/workflows/merge-me.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Merge me! - uses: ridedott/merge-me-action@v2.10.17 + uses: ridedott/merge-me-action@v2.10.35 with: # Depending on branch protection rules, a manually populated # `GITHUB_TOKEN_WORKAROUND` environment variable with permissions to From 4471162763bcfa7630e6f0496bdd67709b06aeb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 11:49:54 +0100 Subject: [PATCH 3/5] Update phpstan/phpstan requirement from ^1.8 to ^1.9 (#20) Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version. - [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.8.0...1.9.1) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a7e0d4c..b282ecf 100644 --- a/composer.json +++ b/composer.json @@ -53,7 +53,7 @@ "ekino/phpstan-banned-code": "^1.0", "infection/infection": "^0.26", "php-parallel-lint/php-parallel-lint": "^1.3", - "phpstan/phpstan": "^1.8", + "phpstan/phpstan": "^1.9", "phpstan/phpstan-beberlei-assert": "^1.0", "phpstan/phpstan-deprecation-rules": "^1.0", "phpstan/phpstan-phpunit": "^1.1", From 0b8500d300d9d728a4e4561bce1cbb1b7578e311 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 11:50:14 +0100 Subject: [PATCH 4/5] Update phpstan/phpstan-phpunit requirement from ^1.1 to ^1.2 (#18) Updates the requirements on [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit) to permit the latest version. - [Release notes](https://github.com/phpstan/phpstan-phpunit/releases) - [Commits](https://github.com/phpstan/phpstan-phpunit/compare/1.1.0...1.2.2) --- updated-dependencies: - dependency-name: phpstan/phpstan-phpunit dependency-type: direct:development ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b282ecf..540ec22 100644 --- a/composer.json +++ b/composer.json @@ -56,7 +56,7 @@ "phpstan/phpstan": "^1.9", "phpstan/phpstan-beberlei-assert": "^1.0", "phpstan/phpstan-deprecation-rules": "^1.0", - "phpstan/phpstan-phpunit": "^1.1", + "phpstan/phpstan-phpunit": "^1.2", "phpstan/phpstan-strict-rules": "^1.4", "phpunit/phpunit": "^9.5.5", "rector/rector": "^0.14", From 098fd63aa3fb592cf7c5ff3eb7e1805881314626 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 11:50:27 +0100 Subject: [PATCH 5/5] Bump laminas/automatic-releases from 1.15.0 to 1.19.0 (#16) Bumps [laminas/automatic-releases](https://github.com/laminas/automatic-releases) from 1.15.0 to 1.19.0. - [Release notes](https://github.com/laminas/automatic-releases/releases) - [Commits](https://github.com/laminas/automatic-releases/compare/1.15.0...1.19.0) --- updated-dependencies: - dependency-name: laminas/automatic-releases dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release-on-milestone-closed.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release-on-milestone-closed.yml b/.github/workflows/release-on-milestone-closed.yml index 325def1..a5f1511 100644 --- a/.github/workflows/release-on-milestone-closed.yml +++ b/.github/workflows/release-on-milestone-closed.yml @@ -17,7 +17,7 @@ jobs: uses: "actions/checkout@v3" - name: "Release" - uses: "laminas/automatic-releases@1.15.0" + uses: "laminas/automatic-releases@1.19.0" with: command-name: "laminas:automatic-releases:release" env: @@ -28,7 +28,7 @@ jobs: "GIT_AUTHOR_EMAIL": ${{ secrets.GIT_AUTHOR_EMAIL }} - name: "Create Merge-Up Pull Request" - uses: "laminas/automatic-releases@1.15.0" + uses: "laminas/automatic-releases@1.19.0" with: command-name: "laminas:automatic-releases:create-merge-up-pull-request" env: @@ -39,7 +39,7 @@ jobs: "GIT_AUTHOR_EMAIL": ${{ secrets.GIT_AUTHOR_EMAIL }} - name: "Create and/or Switch to new Release Branch" - uses: "laminas/automatic-releases@1.15.0" + uses: "laminas/automatic-releases@1.19.0" with: command-name: "laminas:automatic-releases:switch-default-branch-to-next-minor" env: @@ -50,7 +50,7 @@ jobs: "GIT_AUTHOR_EMAIL": ${{ secrets.GIT_AUTHOR_EMAIL }} - name: "Bump Changelog Version On Originating Release Branch" - uses: "laminas/automatic-releases@1.15.0" + uses: "laminas/automatic-releases@1.19.0" with: command-name: "laminas:automatic-releases:bump-changelog" env: @@ -61,7 +61,7 @@ jobs: "GIT_AUTHOR_EMAIL": ${{ secrets.GIT_AUTHOR_EMAIL }} - name: "Create new milestones" - uses: "laminas/automatic-releases@1.15.0" + uses: "laminas/automatic-releases@1.19.0" with: command-name: "laminas:automatic-releases:create-milestones" env: