From e41d21e2e7947210a846525888d523b527d129b9 Mon Sep 17 00:00:00 2001 From: James Sumners <321201+jsumners@users.noreply.github.com> Date: Tue, 9 Jul 2024 16:10:22 -0400 Subject: [PATCH] Merge `next` into `master` (#160) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update for Fastify v5 (#150) * upgrade for fastify 5 * Fixed typo * removed engine field * workflows:pin node versions to lts (#154) * pin node versions to lts * Update .github/workflows/ci.yml Signed-off-by: Gürgün Dayıoğlu * Update .github/workflows/ci.yml Signed-off-by: Gürgün Dayıoğlu * Update .github/workflows/ci.yml Signed-off-by: Gürgün Dayıoğlu --------- Signed-off-by: Gürgün Dayıoğlu * Update for Fastify v5 (#150) * upgrade for fastify 5 * Fixed typo * removed engine field * workflows:pin node versions to lts (#154) * pin node versions to lts * Update .github/workflows/ci.yml Signed-off-by: Gürgün Dayıoğlu * Update .github/workflows/ci.yml Signed-off-by: Gürgün Dayıoğlu * Update .github/workflows/ci.yml Signed-off-by: Gürgün Dayıoğlu --------- Signed-off-by: Gürgün Dayıoğlu --------- Signed-off-by: Gürgün Dayıoğlu Co-authored-by: Cristian Barlutiu Co-authored-by: Gürgün Dayıoğlu --- .github/workflows/ci.yml | 3 ++- .taprc | 5 ++--- package.json | 15 ++++++--------- 3 files changed, 10 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index babd56d..cc453ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,7 @@ on: jobs: test: - uses: fastify/workflows/.github/workflows/plugins-ci.yml@v3 + uses: fastify/workflows/.github/workflows/plugins-ci.yml@v5.0.0 with: license-check: true + node-versions: '["20", "22"]' diff --git a/.taprc b/.taprc index 30a802b..4e0cdc0 100644 --- a/.taprc +++ b/.taprc @@ -1,4 +1,3 @@ +disable-coverage: true files: - - test/**/*.test.js - -coverage: false \ No newline at end of file + - test/**/*.test.js \ No newline at end of file diff --git a/package.json b/package.json index f0d9336..387c687 100644 --- a/package.json +++ b/package.json @@ -32,19 +32,16 @@ "test:coverage": "nyc npm run test", "test": "npm run test:mocha" }, - "engines": { - "node": ">=14" - }, "devDependencies": { - "@types/node": "^20.1.0", - "busboy": "^1.0.0", + "@types/node": "^20.11.30", + "busboy": "^1.6.0", "photofinish": "^1.8.0", "snazzy": "^9.0.0", - "standard": "^17.0.0", - "tap": "^16.3.8", - "tinybench": "^2.5.1", + "standard": "^17.1.0", + "tap": "^18.7.1", + "tinybench": "^2.6.0", "tsd": "^0.31.0", - "typescript": "^5.0.2" + "typescript": "^5.4.3" }, "keywords": [ "uploads",