From 25a6bd88e999c9c539428b7b466b66caa6dc34bc Mon Sep 17 00:00:00 2001 From: Cristian Barlutiu Date: Tue, 19 Mar 2024 15:11:18 +0100 Subject: [PATCH 1/2] upgrade for fastify 5 --- .github/workflows/ci.yml | 2 +- .taprc | 1 + package.json | 18 +++++++++--------- 3 files changed, 11 insertions(+), 10 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 eb6eb3e..343ddd5 100644 --- a/.taprc +++ b/.taprc @@ -1,2 +1,3 @@ +disable-coverage: true files: - test/**/*.test.js diff --git a/package.json b/package.json index f5c4259..ff746e6 100644 --- a/package.json +++ b/package.json @@ -29,17 +29,17 @@ }, "homepage": "https://github.com/fastify/fastify-basic-auth#readme", "devDependencies": { - "@fastify/auth": "^4.0.0", - "@fastify/pre-commit": "^2.0.2", - "@types/node": "^20.1.0", - "fastify": "^4.0.0-rc.2", - "standard": "^17.0.0", - "tap": "^16.0.0", - "tsd": "^0.30.0" + "@fastify/auth": "^4.6.1", + "@fastify/pre-commit": "^2.1.0", + "@types/node": "^20.11.30", + "fastify": "^4.26.2", + "standard": "^17.1.0", + "tap": "^18.7.1", + "tsd": "^0.30.7" }, "dependencies": { - "@fastify/error": "^3.0.0", - "fastify-plugin": "^4.0.0" + "@fastify/error": "^3.4.1", + "fastify-plugin": "^4.5.1" }, "publishConfig": { "access": "public" From 7ad22ea895a940e208da0fc3ebe713638d7d14b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCrg=C3=BCn=20Day=C4=B1o=C4=9Flu?= Date: Tue, 26 Mar 2024 01:15:18 +0100 Subject: [PATCH 2/2] Update .taprc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gürgün Dayıoğlu --- .taprc | 1 - 1 file changed, 1 deletion(-) diff --git a/.taprc b/.taprc index 343ddd5..eb6eb3e 100644 --- a/.taprc +++ b/.taprc @@ -1,3 +1,2 @@ -disable-coverage: true files: - test/**/*.test.js