From d7ba4633a45a51e4836e4c57a41d9aff6c1ed670 Mon Sep 17 00:00:00 2001 From: Mohammed Bilal Shareef Date: Wed, 20 Mar 2024 22:57:04 +0530 Subject: [PATCH 1/3] Update for v5 (#131) --- .github/workflows/ci.yml | 2 +- package.json | 20 ++++++++++---------- 2 files changed, 11 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/package.json b/package.json index 4225f02..73a98a2 100644 --- a/package.json +++ b/package.json @@ -20,22 +20,22 @@ "lint:fix": "standard --fix" }, "dependencies": { - "fastify-plugin": "^4.0.0" + "fastify-plugin": "^4.5.1" }, "peerDependencies": { "fastify": "^4.0.0", "toad-scheduler": ">= 2.0.0 < 4" }, "devDependencies": { - "@fastify/pre-commit": "^2.0.2", - "@sinonjs/fake-timers": "^11.0.0", - "@types/node": "^20.1.0", - "fastify": "^4.8.1", - "prettier": "^3.0.0", - "standard": "^17.0.0", - "tap": "^16.3.0", - "toad-scheduler": "^3.0.0", - "tsd": "^0.30.0" + "@fastify/pre-commit": "^2.1.0", + "@sinonjs/fake-timers": "^11.2.2", + "@types/node": "^20.11.30", + "fastify": "^4.26.2", + "prettier": "^3.2.5", + "standard": "^17.1.0", + "tap": "^18.7.1", + "toad-scheduler": "^3.0.1", + "tsd": "^0.30.7" }, "homepage": "http://github.com/fastify/fastify-schedule", "repository": { From 62bdd9e51987779765de790e4830990301c0851b Mon Sep 17 00:00:00 2001 From: Mohammed Bilal Shareef Date: Wed, 20 Mar 2024 22:57:04 +0530 Subject: [PATCH 2/3] Update for v5 (#131) --- .github/workflows/ci.yml | 2 +- package.json | 20 ++++++++++---------- 2 files changed, 11 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/package.json b/package.json index 18fa2b1..73a98a2 100644 --- a/package.json +++ b/package.json @@ -20,22 +20,22 @@ "lint:fix": "standard --fix" }, "dependencies": { - "fastify-plugin": "^4.0.0" + "fastify-plugin": "^4.5.1" }, "peerDependencies": { "fastify": "^4.0.0", "toad-scheduler": ">= 2.0.0 < 4" }, "devDependencies": { - "@fastify/pre-commit": "^2.0.2", - "@sinonjs/fake-timers": "^11.0.0", - "@types/node": "^20.1.0", - "fastify": "^4.8.1", - "prettier": "^3.0.0", - "standard": "^17.0.0", - "tap": "^16.3.0", - "toad-scheduler": "^3.0.0", - "tsd": "^0.31.0" + "@fastify/pre-commit": "^2.1.0", + "@sinonjs/fake-timers": "^11.2.2", + "@types/node": "^20.11.30", + "fastify": "^4.26.2", + "prettier": "^3.2.5", + "standard": "^17.1.0", + "tap": "^18.7.1", + "toad-scheduler": "^3.0.1", + "tsd": "^0.30.7" }, "homepage": "http://github.com/fastify/fastify-schedule", "repository": { From 81d6d1fbf4283b34937099f1dd2396d67c5ac8bb Mon Sep 17 00:00:00 2001 From: James Sumners Date: Tue, 25 Jun 2024 07:02:47 -0400 Subject: [PATCH 3/3] update deps --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 73a98a2..8f8855d 100644 --- a/package.json +++ b/package.json @@ -30,12 +30,12 @@ "@fastify/pre-commit": "^2.1.0", "@sinonjs/fake-timers": "^11.2.2", "@types/node": "^20.11.30", - "fastify": "^4.26.2", + "fastify": "^5.0.0-alpha.2", "prettier": "^3.2.5", "standard": "^17.1.0", - "tap": "^18.7.1", + "tap": "^20.0.0", "toad-scheduler": "^3.0.1", - "tsd": "^0.30.7" + "tsd": "^0.31.1" }, "homepage": "http://github.com/fastify/fastify-schedule", "repository": {