diff --git a/package.json b/package.json index 173220b..0d7c156 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@technote-space/github-action-config-helper", - "version": "2.0.10", + "version": "2.0.11", "description": "Helper for GitHub Action to manage config.", "author": { "name": "Technote", @@ -28,7 +28,7 @@ "dependencies": { "@actions/github": "^4.0.0", "@octokit/plugin-rest-endpoint-methods": "^4.2.0", - "@technote-space/github-action-helper": "^3.5.0", + "@technote-space/github-action-helper": "^4.0.1", "js-yaml": "^3.14.0" }, "devDependencies": { @@ -41,8 +41,8 @@ "jest": "^26.4.2", "jest-circus": "^26.4.2", "nock": "^13.0.4", - "ts-jest": "^26.3.0", - "typescript": "^4.0.2" + "ts-jest": "^26.4.0", + "typescript": "^4.0.3" }, "publishConfig": { "access": "public" diff --git a/yarn.lock b/yarn.lock index 58ea5c4..e1ec759 100644 --- a/yarn.lock +++ b/yarn.lock @@ -571,7 +571,7 @@ dependencies: "@octokit/types" "^5.5.0" -"@octokit/plugin-rest-endpoint-methods@^4.0.0", "@octokit/plugin-rest-endpoint-methods@^4.1.3", "@octokit/plugin-rest-endpoint-methods@^4.1.4", "@octokit/plugin-rest-endpoint-methods@^4.2.0": +"@octokit/plugin-rest-endpoint-methods@^4.0.0", "@octokit/plugin-rest-endpoint-methods@^4.1.3", "@octokit/plugin-rest-endpoint-methods@^4.2.0": version "4.2.0" resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.2.0.tgz#c5a0691b3aba5d8b4ef5dffd6af3649608f167ba" integrity sha512-1/qn1q1C1hGz6W/iEDm9DoyNoG/xdFDt78E3eZ5hHeUfJTLJgyAMdj9chL/cNBHjcjd+FH5aO1x0VCqR2RE0mw== @@ -623,17 +623,25 @@ dependencies: "@sinonjs/commons" "^1.7.0" -"@technote-space/github-action-helper@^3.5.0": - version "3.5.0" - resolved "https://registry.yarnpkg.com/@technote-space/github-action-helper/-/github-action-helper-3.5.0.tgz#2310e2fc7d89747e8a5b729ba4336f436b371bc5" - integrity sha512-jfCutNMJAeGhx/vqznFX2cYAPtGlRT24C1KD1GLJERXfAgerEW4ExsooMTCxSBTEZtihQCuFS979LVXV8at8UQ== +"@technote-space/github-action-helper@^4.0.1": + version "4.0.1" + resolved "https://registry.yarnpkg.com/@technote-space/github-action-helper/-/github-action-helper-4.0.1.tgz#ed22524ca269a886e142bb34d5d9bc46c9d8d46f" + integrity sha512-J0bSNaViDVMG9cXzzPdUlUDLSqxvg6M0P5pHnRLNqB4zvl01ORsmPx7h206w8cw3kzGhPd4rh078uTcoaEZWXw== dependencies: "@actions/core" "^1.2.5" "@actions/github" "^4.0.0" - "@octokit/plugin-rest-endpoint-methods" "^4.1.4" + "@octokit/plugin-rest-endpoint-methods" "^4.2.0" + "@technote-space/github-action-log-helper" "^0.1.0" shell-escape "^0.2.0" sprintf-js "^1.1.2" +"@technote-space/github-action-log-helper@^0.1.0": + version "0.1.0" + resolved "https://registry.yarnpkg.com/@technote-space/github-action-log-helper/-/github-action-log-helper-0.1.0.tgz#ac7ef71f8f81fd689b31e0c34384bc346ba13d1a" + integrity sha512-IOK3gHzEuIbMUY2Jnk5d70sUXJ69Jntf6+46DtASWrokVH6f/+vFOKHACZQKjH47nFfZT0yU1DkPubs/lB0iiQ== + dependencies: + "@actions/core" "^1.2.5" + "@technote-space/github-action-test-helper@^0.5.7": version "0.5.7" resolved "https://registry.yarnpkg.com/@technote-space/github-action-test-helper/-/github-action-test-helper-0.5.7.tgz#ac8b1b9c5113ea311b06dff7385235c238134ba7" @@ -1373,11 +1381,11 @@ debug@^2.2.0, debug@^2.3.3: ms "2.0.0" debug@^4.0.1, debug@^4.1.0, debug@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791" - integrity sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw== + version "4.2.0" + resolved "https://registry.yarnpkg.com/debug/-/debug-4.2.0.tgz#7f150f93920e94c58f5574c2fd01a3110effe7f1" + integrity sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg== dependencies: - ms "^2.1.1" + ms "2.1.2" decamelize@^1.2.0: version "1.2.0" @@ -2711,7 +2719,7 @@ jest-snapshot@^26.4.2: pretty-format "^26.4.2" semver "^7.3.2" -jest-util@26.x, jest-util@^26.3.0: +jest-util@^26.1.0, jest-util@^26.3.0: version "26.3.0" resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-26.3.0.tgz#a8974b191df30e2bf523ebbfdbaeb8efca535b3e" integrity sha512-4zpn6bwV0+AMFN0IYhH/wnzIQzRaYVrz1A8sYnRnj4UXDXbOVtWmlaZkO9mipFqZ13okIfN87aDoJWB7VH6hcw== @@ -3067,7 +3075,7 @@ ms@2.0.0: resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= -ms@^2.1.1: +ms@2.1.2: version "2.1.2" resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== @@ -4065,22 +4073,22 @@ tr46@^2.0.2: dependencies: punycode "^2.1.1" -ts-jest@^26.3.0: - version "26.3.0" - resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.3.0.tgz#6b2845045347dce394f069bb59358253bc1338a9" - integrity sha512-Jq2uKfx6bPd9+JDpZNMBJMdMQUC3sJ08acISj8NXlVgR2d5OqslEHOR2KHMgwymu8h50+lKIm0m0xj/ioYdW2Q== +ts-jest@^26.4.0: + version "26.4.0" + resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.4.0.tgz#903c7827f3d3bc33efc2f91be294b164400c32e3" + integrity sha512-ofBzoCqf6Nv/PoWb/ByV3VNKy2KJSikamOBxvR3E6eVdIw10GwAXoyvMWXXjZJK2s6S27ZE8fI+JBTnGaovl6Q== dependencies: "@types/jest" "26.x" bs-logger "0.x" buffer-from "1.x" fast-json-stable-stringify "2.x" - jest-util "26.x" + jest-util "^26.1.0" json5 "2.x" lodash.memoize "4.x" make-error "1.x" mkdirp "1.x" semver "7.x" - yargs-parser "18.x" + yargs-parser "20.x" tslib@^1.8.1: version "1.13.0" @@ -4152,10 +4160,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.2.tgz#7ea7c88777c723c681e33bf7988be5d008d05ac2" - integrity sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ== +typescript@^4.0.3: + version "4.0.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.3.tgz#153bbd468ef07725c1df9c77e8b453f8d36abba5" + integrity sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg== union-value@^1.0.0: version "1.0.1" @@ -4365,7 +4373,12 @@ y18n@^4.0.0: resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.0.tgz#95ef94f85ecc81d007c264e190a120f0a3c8566b" integrity sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w== -yargs-parser@18.x, yargs-parser@^18.1.2: +yargs-parser@20.x: + version "20.1.0" + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.1.0.tgz#9abade5095ac4391156496743e60d5ec9a5b486c" + integrity sha512-RV4YEjMLfjWkK9jNV/aZytlJ5uz+JBk7t29FofILa41jJAU/yCwghgsjH2xT0h7eu7b6MrCDJb1qZjeDJ/jI1w== + +yargs-parser@^18.1.2: version "18.1.3" resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0" integrity sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==