From 2f18c69e164d916a349d72816ab6df85437b4439 Mon Sep 17 00:00:00 2001 From: Cristian Barlutiu Date: Thu, 21 Mar 2024 11:34:42 +0100 Subject: [PATCH] upgrade for fastify 5 --- .github/workflows/ci.yml | 2 +- .taprc | 8 +++----- package.json | 10 +++++----- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0610c55..582175c 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: lint: true license-check: true diff --git a/.taprc b/.taprc index 017ea1c..b1719fd 100644 --- a/.taprc +++ b/.taprc @@ -1,7 +1,5 @@ -ts: false -jsx: false -flow: false -coverage: true - +# vim: set filetype=yaml : files: - test/**/*.js +plugin: + - "!@tapjs/typescript" diff --git a/package.json b/package.json index f48904d..98f031d 100644 --- a/package.json +++ b/package.json @@ -28,11 +28,11 @@ "homepage": "https://github.com/fastify/fastify-plugin#readme", "devDependencies": { "@fastify/type-provider-typebox": "^4.0.0", - "@types/node": "^20.1.0", - "fastify": "^4.0.1", + "@types/node": "^20.11.30", + "fastify": "^4.26.2", "proxyquire": "^2.1.3", - "standard": "^17.0.0", - "tap": "^16.0.1", - "tsd": "^0.30.0" + "standard": "^17.1.0", + "tap": "^18.7.1", + "tsd": "^0.30.7" } }