From f903a39cfd9bea7f66e2fb70ee92726a8c5d38bd Mon Sep 17 00:00:00 2001 From: Technote Date: Sun, 14 May 2023 13:00:48 +0900 Subject: [PATCH 1/2] chore: tweaks --- package.json | 12 ++++++------ yarn.lock | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 627b474..58ca30f 100644 --- a/package.json +++ b/package.json @@ -40,23 +40,23 @@ "update": "npm_config_yes=true npx npm-check-updates -x /vitest/ -u --timeout 100000 && yarn install && yarn upgrade && yarn audit" }, "dependencies": { - "@actions/core": "*", - "@actions/github": "*", - "js-yaml": "*", - "vitest": "<0.31" + "js-yaml": "4.1.0" }, "devDependencies": { + "@actions/core": "^1.10.0", + "@actions/github": "^5.1.1", "@rollup/plugin-typescript": "^11.1.1", "@sindresorhus/tsconfig": "^3.0.1", "@types/js-yaml": "^4.0.5", "@types/node": "^20.1.4", "@typescript-eslint/eslint-plugin": "^5.59.5", "@typescript-eslint/parser": "^5.59.5", - "@vitest/coverage-c8": "<0.31", + "@vitest/coverage-c8": "^0.30.1", "eslint": "^8.40.0", "eslint-plugin-import": "^2.27.5", "rollup": "^3.21.7", - "typescript": "^5.0.4" + "typescript": "^5.0.4", + "vitest": "^0.30.1" }, "publishConfig": { "access": "public" diff --git a/yarn.lock b/yarn.lock index efc0078..f56639a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,7 +2,7 @@ # yarn lockfile v1 -"@actions/core@*": +"@actions/core@^1.10.0": version "1.10.0" resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.10.0.tgz#44551c3c71163949a2f06e94d9ca2157a0cfac4f" integrity sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug== @@ -10,7 +10,7 @@ "@actions/http-client" "^2.0.1" uuid "^8.3.2" -"@actions/github@*": +"@actions/github@^5.1.1": version "5.1.1" resolved "https://registry.yarnpkg.com/@actions/github/-/github-5.1.1.tgz#40b9b9e1323a5efcf4ff7dadd33d8ea51651bbcb" integrity sha512-Nk59rMDoJaV+mHCOJPXuvB1zIbomlKS0dmSIqPGxd0enAXBnOfn4VWF+CGtRCwXZG9Epa54tZA7VIRlJDS8A6g== @@ -481,7 +481,7 @@ "@typescript-eslint/types" "5.59.5" eslint-visitor-keys "^3.3.0" -"@vitest/coverage-c8@<0.31": +"@vitest/coverage-c8@^0.30.1": version "0.30.1" resolved "https://registry.yarnpkg.com/@vitest/coverage-c8/-/coverage-c8-0.30.1.tgz#81cd4f2674e6b2807cd116cd0632d591fd6aad2c" integrity sha512-/Wa3dtSuckpdngAmiCwowaEXXgJkqPrtfvrs9HTB9QoEfNbZWPu4E4cjEn4lJZb4qcGf4fxFtUA2f9DnDNAzBA== @@ -1569,7 +1569,7 @@ js-string-escape@^1.0.1: resolved "https://registry.yarnpkg.com/js-string-escape/-/js-string-escape-1.0.1.tgz#e2625badbc0d67c7533e9edc1068c587ae4137ef" integrity sha512-Smw4xcfIQ5LVjAOuJCvN/zIodzA/BBSsluuoSykP+lUvScIi4U6RJLfwHet5cxFnCswUjISV8oAXaqaJDY3chg== -js-yaml@*, js-yaml@^4.1.0: +js-yaml@4.1.0, js-yaml@^4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602" integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA== @@ -2269,7 +2269,7 @@ vite-node@0.30.1: optionalDependencies: fsevents "~2.3.2" -vitest@<0.31: +vitest@^0.30.1: version "0.30.1" resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.30.1.tgz#351d4a2f27aa8cc0245e3583e3ed45e30efc71d6" integrity sha512-y35WTrSTlTxfMLttgQk4rHcaDkbHQwDP++SNwPb+7H8yb13Q3cu2EixrtHzF27iZ8v0XCciSsLg00RkPAzB/aA== From b6592c3c60a2d3911e9c22bb5edb937bf20300c9 Mon Sep 17 00:00:00 2001 From: Technote Date: Sun, 14 May 2023 13:02:00 +0900 Subject: [PATCH 2/2] feat: update package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 58ca30f..d229d9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@technote-space/github-action-test-helper", - "version": "0.11.12", + "version": "0.11.13", "description": "Test helper for GitHub Actions.", "keywords": [ "github",