From 9d94995a484a69b13711e0332420cbca0e14e99e Mon Sep 17 00:00:00 2001 From: Cristian Barlutiu Date: Tue, 19 Mar 2024 17:02:31 +0100 Subject: [PATCH 1/2] upgrade for fastify 5 --- .github/workflows/ci.yml | 2 +- .taprc | 1 + package.json | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b00276..5395d92 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ on: jobs: test: - uses: fastify/workflows/.github/workflows/plugins-ci.yml@v3 + uses: fastify/workflows/.github/workflows/plugins-ci.yml@v4.1.0 with: license-check: true lint: true diff --git a/.taprc b/.taprc index 7695d35..4e0cdc0 100644 --- a/.taprc +++ b/.taprc @@ -1,2 +1,3 @@ +disable-coverage: true files: - test/**/*.test.js \ No newline at end of file diff --git a/package.json b/package.json index 51fa9dd..04cd60f 100644 --- a/package.json +++ b/package.json @@ -30,9 +30,9 @@ "homepage": "https://github.com/fastify/fastify-error#readme", "devDependencies": { "benchmark": "^2.1.4", - "standard": "^17.0.0", - "tap": "^16.0.0", - "tsd": "^0.30.0" + "standard": "^17.1.0", + "tap": "^18.7.1", + "tsd": "^0.30.7" }, "tsd": { "compilerOptions": { From c0805f8d0f1911271e27d40b6b7bc14c0bd7d4c9 Mon Sep 17 00:00:00 2001 From: Cristian Barlutiu Date: Mon, 25 Mar 2024 09:42:47 +0100 Subject: [PATCH 2/2] removed disable coverage --- .taprc | 1 - 1 file changed, 1 deletion(-) diff --git a/.taprc b/.taprc index 4e0cdc0..7695d35 100644 --- a/.taprc +++ b/.taprc @@ -1,3 +1,2 @@ -disable-coverage: true files: - test/**/*.test.js \ No newline at end of file