From 3406e3715c7ca4cd74a8f76d9eaf7c076f3c3318 Mon Sep 17 00:00:00 2001 From: Tony133 Date: Wed, 25 Mar 2026 11:58:23 +0100 Subject: [PATCH 1/2] chore: upgrade pnpm to v10 and minor grammatical correction --- .github/workflows/plugins-ci-elasticsearch.yml | 10 +++++----- .github/workflows/plugins-ci-kafka.yml | 10 +++++----- .github/workflows/plugins-ci-mongo.yml | 10 +++++----- .github/workflows/plugins-ci-mysql.yml | 10 +++++----- .github/workflows/plugins-ci-package-manager.yml | 2 +- .github/workflows/plugins-ci-postgres.yml | 10 +++++----- .github/workflows/plugins-ci-redis.yml | 10 +++++----- .github/workflows/plugins-ci.yml | 16 ++++++++-------- 8 files changed, 39 insertions(+), 39 deletions(-) diff --git a/.github/workflows/plugins-ci-elasticsearch.yml b/.github/workflows/plugins-ci-elasticsearch.yml index 2b10314..e2069e3 100644 --- a/.github/workflows/plugins-ci-elasticsearch.yml +++ b/.github/workflows/plugins-ci-elasticsearch.yml @@ -4,7 +4,7 @@ on: workflow_call: inputs: auto-merge-exclude: - description: 'A semicolon seperated list of packages that you do not want to be auto-merged.' + description: 'A semicolon separated list of packages that you do not want to be auto-merged.' required: false default: 'fastify' type: string @@ -19,7 +19,7 @@ on: type: boolean default: false license-check-allowed-additional: - description: 'A semicolon seperated list of additional licenses to allow.' + description: 'A semicolon separated list of additional licenses to allow.' required: false type: string default: '' @@ -84,9 +84,9 @@ jobs: automerge: name: Automerge Dependabot PRs if: > - github.event_name == 'pull_request' && - github.event.pull_request.head.repo.full_name == github.repository && - github.event.pull_request.user.login == 'dependabot[bot]' + github.event_name == 'pull_request' && + github.event.pull_request.head.repo.full_name == github.repository && + github.event.pull_request.user.login == 'dependabot[bot]' needs: [quality-check, test] permissions: pull-requests: write diff --git a/.github/workflows/plugins-ci-kafka.yml b/.github/workflows/plugins-ci-kafka.yml index 5bcd8ed..401dc63 100644 --- a/.github/workflows/plugins-ci-kafka.yml +++ b/.github/workflows/plugins-ci-kafka.yml @@ -4,7 +4,7 @@ on: workflow_call: inputs: auto-merge-exclude: - description: 'A semicolon seperated list of packages that you do not want to be auto-merged.' + description: 'A semicolon separated list of packages that you do not want to be auto-merged.' required: false default: 'fastify' type: string @@ -14,7 +14,7 @@ on: type: boolean default: false license-check-allowed-additional: - description: 'A semicolon seperated list of additional licenses to allow.' + description: 'A semicolon separated list of additional licenses to allow.' required: false type: string default: '' @@ -88,9 +88,9 @@ jobs: automerge: name: Automerge Dependabot PRs if: > - github.event_name == 'pull_request' && - github.event.pull_request.head.repo.full_name == github.repository && - github.event.pull_request.user.login == 'dependabot[bot]' + github.event_name == 'pull_request' && + github.event.pull_request.head.repo.full_name == github.repository && + github.event.pull_request.user.login == 'dependabot[bot]' needs: [quality-check, test] permissions: pull-requests: write diff --git a/.github/workflows/plugins-ci-mongo.yml b/.github/workflows/plugins-ci-mongo.yml index 8f5fc96..35d4269 100644 --- a/.github/workflows/plugins-ci-mongo.yml +++ b/.github/workflows/plugins-ci-mongo.yml @@ -4,7 +4,7 @@ on: workflow_call: inputs: auto-merge-exclude: - description: 'A semicolon seperated list of packages that you do not want to be auto-merged.' + description: 'A semicolon separated list of packages that you do not want to be auto-merged.' required: false default: 'fastify' type: string @@ -14,7 +14,7 @@ on: type: boolean default: false license-check-allowed-additional: - description: 'A semicolon seperated list of additional licenses to allow.' + description: 'A semicolon separated list of additional licenses to allow.' required: false type: string default: '' @@ -76,9 +76,9 @@ jobs: automerge: name: Automerge Dependabot PRs if: > - github.event_name == 'pull_request' && - github.event.pull_request.head.repo.full_name == github.repository && - github.event.pull_request.user.login == 'dependabot[bot]' + github.event_name == 'pull_request' && + github.event.pull_request.head.repo.full_name == github.repository && + github.event.pull_request.user.login == 'dependabot[bot]' needs: [quality-check, test] permissions: pull-requests: write diff --git a/.github/workflows/plugins-ci-mysql.yml b/.github/workflows/plugins-ci-mysql.yml index 0b48269..adf83ab 100644 --- a/.github/workflows/plugins-ci-mysql.yml +++ b/.github/workflows/plugins-ci-mysql.yml @@ -4,7 +4,7 @@ on: workflow_call: inputs: auto-merge-exclude: - description: 'A semicolon seperated list of packages that you do not want to be auto-merged.' + description: 'A semicolon separated list of packages that you do not want to be auto-merged.' required: false default: 'fastify' type: string @@ -14,7 +14,7 @@ on: type: boolean default: false license-check-allowed-additional: - description: 'A semicolon seperated list of additional licenses to allow.' + description: 'A semicolon separated list of additional licenses to allow.' required: false type: string default: '' @@ -82,9 +82,9 @@ jobs: automerge: name: Automerge Dependabot PRs if: > - github.event_name == 'pull_request' && - github.event.pull_request.head.repo.full_name == github.repository && - github.event.pull_request.user.login == 'dependabot[bot]' + github.event_name == 'pull_request' && + github.event.pull_request.head.repo.full_name == github.repository && + github.event.pull_request.user.login == 'dependabot[bot]' needs: [quality-check, test] permissions: pull-requests: write diff --git a/.github/workflows/plugins-ci-package-manager.yml b/.github/workflows/plugins-ci-package-manager.yml index 1a8bd81..68dfb33 100644 --- a/.github/workflows/plugins-ci-package-manager.yml +++ b/.github/workflows/plugins-ci-package-manager.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: node-version: ${{ fromJson(inputs.node-versions) }} - pnpm-version: [8] + pnpm-version: [10] steps: - name: Check out repo uses: actions/checkout@v6 diff --git a/.github/workflows/plugins-ci-postgres.yml b/.github/workflows/plugins-ci-postgres.yml index 96e19dd..17eaf9e 100644 --- a/.github/workflows/plugins-ci-postgres.yml +++ b/.github/workflows/plugins-ci-postgres.yml @@ -4,7 +4,7 @@ on: workflow_call: inputs: auto-merge-exclude: - description: 'A semicolon seperated list of packages that you do not want to be auto-merged.' + description: 'A semicolon separated list of packages that you do not want to be auto-merged.' required: false default: 'fastify' type: string @@ -14,7 +14,7 @@ on: type: boolean default: false license-check-allowed-additional: - description: 'A semicolon seperated list of additional licenses to allow.' + description: 'A semicolon separated list of additional licenses to allow.' required: false type: string default: '' @@ -97,9 +97,9 @@ jobs: automerge: name: Automerge Dependabot PRs if: > - github.event_name == 'pull_request' && - github.event.pull_request.head.repo.full_name == github.repository && - github.event.pull_request.user.login == 'dependabot[bot]' + github.event_name == 'pull_request' && + github.event.pull_request.head.repo.full_name == github.repository && + github.event.pull_request.user.login == 'dependabot[bot]' needs: [quality-check, test] permissions: pull-requests: write diff --git a/.github/workflows/plugins-ci-redis.yml b/.github/workflows/plugins-ci-redis.yml index 4cb0f55..8eecda8 100644 --- a/.github/workflows/plugins-ci-redis.yml +++ b/.github/workflows/plugins-ci-redis.yml @@ -4,7 +4,7 @@ on: workflow_call: inputs: auto-merge-exclude: - description: 'A semicolon seperated list of packages that you do not want to be auto-merged.' + description: 'A semicolon separated list of packages that you do not want to be auto-merged.' required: false default: 'fastify' type: string @@ -14,7 +14,7 @@ on: type: boolean default: false license-check-allowed-additional: - description: 'A semicolon seperated list of additional licenses to allow.' + description: 'A semicolon separated list of additional licenses to allow.' required: false type: string default: '' @@ -75,9 +75,9 @@ jobs: automerge: name: Automerge Dependabot PRs if: > - github.event_name == 'pull_request' && - github.event.pull_request.head.repo.full_name == github.repository && - github.event.pull_request.user.login == 'dependabot[bot]' + github.event_name == 'pull_request' && + github.event.pull_request.head.repo.full_name == github.repository && + github.event.pull_request.user.login == 'dependabot[bot]' needs: [quality-check, test] permissions: pull-requests: write diff --git a/.github/workflows/plugins-ci.yml b/.github/workflows/plugins-ci.yml index 3062f58..dc585ba 100644 --- a/.github/workflows/plugins-ci.yml +++ b/.github/workflows/plugins-ci.yml @@ -4,7 +4,7 @@ on: workflow_call: inputs: auto-merge-exclude: - description: 'A semicolon seperated list of packages that you do not want to be auto-merged.' + description: 'A semicolon separated list of packages that you do not want to be auto-merged.' required: false default: 'fastify' type: string @@ -14,7 +14,7 @@ on: type: boolean default: false license-check-allowed-additional: - description: 'A semicolon seperated list of additional licenses to allow.' + description: 'A semicolon separated list of additional licenses to allow.' required: false type: string default: '' @@ -118,12 +118,12 @@ jobs: automerge: name: Automerge Dependabot PRs if: > - always() && - needs.test.result == 'success' && - (needs.fastify-dependency-integration.result == 'success' || needs.fastify-dependency-integration.result == 'skipped') && - github.event_name == 'pull_request' && - github.event.pull_request.head.repo.full_name == github.repository && - github.event.pull_request.user.login == 'dependabot[bot]' + always() && + needs.test.result == 'success' && + (needs.fastify-dependency-integration.result == 'success' || needs.fastify-dependency-integration.result == 'skipped') && + github.event_name == 'pull_request' && + github.event.pull_request.head.repo.full_name == github.repository && + github.event.pull_request.user.login == 'dependabot[bot]' needs: [fastify-dependency-integration, quality-check, test] permissions: pull-requests: write From 466a0a4501284b18d2ce510c7146c48d075ab0e8 Mon Sep 17 00:00:00 2001 From: Tony133 Date: Wed, 25 Mar 2026 17:27:33 +0100 Subject: [PATCH 2/2] chore: minor grammatical correction --- .github/workflows/nested-quality.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nested-quality.yml b/.github/workflows/nested-quality.yml index cb01e0d..34bb439 100644 --- a/.github/workflows/nested-quality.yml +++ b/.github/workflows/nested-quality.yml @@ -12,7 +12,7 @@ on: type: boolean default: false license-check-allowed-additional: - description: 'A semicolon seperated list of additional licenses to allow.' + description: 'A semicolon separated list of additional licenses to allow.' required: false type: string default: '' @@ -91,4 +91,4 @@ jobs: run: npm i --ignore-scripts - name: Lint code - run: npm run lint \ No newline at end of file + run: npm run lint