From e245b5cab6abb9f8938e22e75396e35fd4f64c5d Mon Sep 17 00:00:00 2001 From: wellwelwel <46850407+wellwelwel@users.noreply.github.com> Date: Tue, 28 Jan 2025 00:15:30 -0300 Subject: [PATCH] chore(deps): upgrade `poku` --- package-lock.json | 23 ++++++++++++----------- package.json | 8 ++++---- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index d6a6cd6068..dfe45846da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "eslint-plugin-async-await": "0.0.0", "eslint-plugin-markdown": "^5.0.0", "lint-staged": "^15.0.1", - "poku": "^2.0.0", + "poku": "^3.0.0", "portfinder": "^1.0.28", "prettier": "^3.0.0", "progress": "^2.0.3", @@ -2588,18 +2588,19 @@ "dev": true }, "node_modules/poku": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/poku/-/poku-2.7.1.tgz", - "integrity": "sha512-kMILWcJjQjbrcChqSzrJ/2/QaRe2xJX6/KX+5s4mGRrpLkXeLX7jTgFYNNtYv2hN3nyH3QYeD7/Afa/b5XEEBA==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/poku/-/poku-3.0.0.tgz", + "integrity": "sha512-h3qHw0TaHD996CLZWbkm1W1+n/b47KYgmFwWaaVA3lJNT27u9d5d81IW9rWq3nmyt06rEu08sj3lU2XBHK0bFg==", "dev": true, + "license": "MIT", "bin": { "poku": "lib/bin/index.js" }, "engines": { - "bun": ">=1.0.0", - "deno": ">=1.30.0", - "node": ">=8.17.0", - "typescript": ">=4.7.2" + "bun": ">=1.x.x", + "deno": ">=1.x.x", + "node": ">=14.x.x", + "typescript": ">=5.x.x" }, "funding": { "type": "github", @@ -5247,9 +5248,9 @@ "dev": true }, "poku": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/poku/-/poku-2.7.1.tgz", - "integrity": "sha512-kMILWcJjQjbrcChqSzrJ/2/QaRe2xJX6/KX+5s4mGRrpLkXeLX7jTgFYNNtYv2hN3nyH3QYeD7/Afa/b5XEEBA==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/poku/-/poku-3.0.0.tgz", + "integrity": "sha512-h3qHw0TaHD996CLZWbkm1W1+n/b47KYgmFwWaaVA3lJNT27u9d5d81IW9rWq3nmyt06rEu08sj3lU2XBHK0bFg==", "dev": true }, "portfinder": { diff --git a/package.json b/package.json index 0f47927ff3..18c11a6248 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ "lint:docs": "eslint Contributing.md README.md", "lint:typings": "npx prettier --check ./typings", "lint:tests": "npx prettier --check ./test", - "test": "poku -d test/esm test/unit test/integration", - "test:bun": "poku -d --bun test/esm test/unit test/integration", - "test:deno": "deno run --allow-read --allow-env --allow-run npm:poku -d --deno --denoAllow=\"read,env,net,sys\" test/esm test/unit test/integration", + "test": "poku -d --sequential test/esm test/unit test/integration", + "test:bun": "bun poku -d --sequential test/esm test/unit test/integration", + "test:deno": "deno run --allow-read --allow-env --allow-run npm:poku -d --sequential --denoAllow=\"read,env,net,sys\" test/esm test/unit test/integration", "test:tsc-build": "cd \"test/tsc-build\" && npx tsc -p \"tsconfig.json\"", "coverage-test": "c8 npm run test", "benchmark": "node ./benchmarks/benchmark.js", @@ -82,7 +82,7 @@ "eslint-plugin-async-await": "0.0.0", "eslint-plugin-markdown": "^5.0.0", "lint-staged": "^15.0.1", - "poku": "^2.0.0", + "poku": "^3.0.0", "portfinder": "^1.0.28", "prettier": "^3.0.0", "progress": "^2.0.3",