From 1393dfae9783c703721298bc61b69e04690f6178 Mon Sep 17 00:00:00 2001 From: Mohammed Bilal Shareef Date: Wed, 20 Mar 2024 23:07:11 +0530 Subject: [PATCH 1/3] Update for v5 (#180) --- .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 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 b76c7d4..bf2a1dc 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", @@ -27,18 +27,18 @@ }, "homepage": "https://github.com/fastify/fastify-env#readme", "dependencies": { - "env-schema": "^5.0.0", - "fastify-plugin": "^4.0.0" + "env-schema": "^5.2.1", + "fastify-plugin": "^4.5.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": "^4.26.2", "snazzy": "^9.0.0", - "standard": "^17.0.0", - "tap": "^16.0.0", - "tsd": "^0.30.0" + "standard": "^17.1.0", + "tap": "^18.7.1", + "tsd": "^0.30.7" }, "pre-commit": [ "lint", From 2cdfefc4ec3d1b8d73aa304b269660fc164b1d22 Mon Sep 17 00:00:00 2001 From: Mohammed Bilal Shareef Date: Wed, 20 Mar 2024 23:07:11 +0530 Subject: [PATCH 2/3] Update for v5 (#180) --- .github/workflows/ci.yml | 2 +- package.json | 18 +++++++++--------- 2 files changed, 10 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/package.json b/package.json index 02fdf7f..a1f5bd9 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", @@ -27,17 +27,17 @@ }, "homepage": "https://github.com/fastify/fastify-env#readme", "dependencies": { - "env-schema": "^6.0.0", - "fastify-plugin": "^4.0.0" + "env-schema": "^5.2.1", + "fastify-plugin": "^4.5.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": "^4.26.2", "snazzy": "^9.0.0", - "standard": "^17.0.0", - "tap": "^16.0.0", + "standard": "^17.1.0", + "tap": "^18.7.1", "tsd": "^0.31.0" }, "pre-commit": [ From bf71fee4f277127a1e147c87772a69e27e60749b Mon Sep 17 00:00:00 2001 From: James Sumners Date: Wed, 26 Jun 2024 06:49:05 -0400 Subject: [PATCH 3/3] update deps --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index a1f5bd9..8e26035 100644 --- a/package.json +++ b/package.json @@ -27,17 +27,17 @@ }, "homepage": "https://github.com/fastify/fastify-env#readme", "dependencies": { - "env-schema": "^5.2.1", - "fastify-plugin": "^4.5.1" + "env-schema": "^6.0.0", + "fastify-plugin": "^5.0.0-pre.fv5.1" }, "devDependencies": { "@fastify/pre-commit": "^2.1.0", "@types/node": "^20.11.30", "cross-env": "^7.0.3", - "fastify": "^4.26.2", + "fastify": "^5.0.0-alpha.2", "snazzy": "^9.0.0", "standard": "^17.1.0", - "tap": "^18.7.1", + "tap": "^20.0.1", "tsd": "^0.31.0" }, "pre-commit": [