From bc8e3963eafa5d84d62f043cb07b045785cc1885 Mon Sep 17 00:00:00 2001 From: James Sumners <321201+jsumners@users.noreply.github.com> Date: Tue, 2 Jul 2024 06:53:30 -0400 Subject: [PATCH] Merge `next` into `master` (#185) * Update for v5 (#180) * Update for v5 (#180) * update deps --------- Co-authored-by: Mohammed Bilal Shareef --- .github/workflows/ci.yml | 2 +- package.json | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 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/package.json b/package.json index 02fdf7f..8e26035 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "type": "commonjs", "types": "types/index.d.ts", "scripts": { - "coverage": "cross-env VALUE_FROM_ENV=pippo tap --cov --coverage-report=html", + "coverage": "cross-env VALUE_FROM_ENV=pippo tap --coverage-report=html", "lint": "standard | snazzy", "lint:fix": "standard --fix", "test": "npm run test:unit && npm run test:typescript", @@ -28,16 +28,16 @@ "homepage": "https://github.com/fastify/fastify-env#readme", "dependencies": { "env-schema": "^6.0.0", - "fastify-plugin": "^4.0.0" + "fastify-plugin": "^5.0.0-pre.fv5.1" }, "devDependencies": { - "@fastify/pre-commit": "^2.0.2", - "@types/node": "^20.1.0", - "cross-env": "^7.0.2", - "fastify": "^4.0.0-rc.2", + "@fastify/pre-commit": "^2.1.0", + "@types/node": "^20.11.30", + "cross-env": "^7.0.3", + "fastify": "^5.0.0-alpha.2", "snazzy": "^9.0.0", - "standard": "^17.0.0", - "tap": "^16.0.0", + "standard": "^17.1.0", + "tap": "^20.0.1", "tsd": "^0.31.0" }, "pre-commit": [