Skip to content

Commit f591e1f

Browse files
Merge pull request #332 from technote-space/release/next-v4.2.6
release: v4.2.7
2 parents bb77026 + ed60bcd commit f591e1f

File tree

2 files changed

+74
-74
lines changed

2 files changed

+74
-74
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/github-action-helper",
3-
"version": "4.2.6",
3+
"version": "4.2.7",
44
"description": "Helper for GitHub Action.",
55
"keywords": [
66
"github",
@@ -37,18 +37,18 @@
3737
"@actions/core": "^1.2.6",
3838
"@actions/github": "^4.0.0",
3939
"@octokit/plugin-rest-endpoint-methods": "^4.2.1",
40-
"@technote-space/github-action-log-helper": "^0.1.7",
40+
"@technote-space/github-action-log-helper": "^0.1.8",
4141
"shell-escape": "^0.2.0",
4242
"sprintf-js": "^1.1.2"
4343
},
4444
"devDependencies": {
4545
"@commitlint/cli": "^11.0.0",
4646
"@commitlint/config-conventional": "^11.0.0",
47-
"@technote-space/github-action-test-helper": "^0.6.3",
47+
"@technote-space/github-action-test-helper": "^0.6.4",
4848
"@types/jest": "^26.0.15",
49-
"@types/node": "^14.14.7",
50-
"@typescript-eslint/eslint-plugin": "^4.7.0",
51-
"@typescript-eslint/parser": "^4.7.0",
49+
"@types/node": "^14.14.8",
50+
"@typescript-eslint/eslint-plugin": "^4.8.1",
51+
"@typescript-eslint/parser": "^4.8.1",
5252
"eslint": "^7.13.0",
5353
"husky": "^4.3.0",
5454
"jest": "^26.6.3",

yarn.lock

Lines changed: 68 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -764,18 +764,18 @@
764764
dependencies:
765765
"@sinonjs/commons" "^1.7.0"
766766

767-
"@technote-space/github-action-log-helper@^0.1.7":
768-
version "0.1.7"
769-
resolved "https://registry.yarnpkg.com/@technote-space/github-action-log-helper/-/github-action-log-helper-0.1.7.tgz#40975d3f89969d6b69119c87e98f716e9cae5497"
770-
integrity sha512-IzUzp1ooFAfG8Xgwbgnj8ONaSX8oznxqJdhyAfraZZ4W7JFkrbAb4b5Pd7D6bzADjOBIBu22ToZuNq4e7hCl+A==
767+
"@technote-space/github-action-log-helper@^0.1.8":
768+
version "0.1.8"
769+
resolved "https://registry.yarnpkg.com/@technote-space/github-action-log-helper/-/github-action-log-helper-0.1.8.tgz#73b8e1d90a3e81f60d122f0988d0ffc8cae04590"
770+
integrity sha512-xGXMF18RWPebt92CzgE0F/dKojLJAj1GCoun+BI6OfIWYA9itu+FgGQXHeykniX24v2PvfFtuoyNfll44tKxKQ==
771771
dependencies:
772772
"@actions/core" "^1.2.6"
773773
sprintf-js "^1.1.2"
774774

775-
"@technote-space/github-action-test-helper@^0.6.3":
776-
version "0.6.3"
777-
resolved "https://registry.yarnpkg.com/@technote-space/github-action-test-helper/-/github-action-test-helper-0.6.3.tgz#b49ee630c233871658040013bc457df1a492faac"
778-
integrity sha512-M48nUnFO4j3blTGWmZpRbgwJ0FaWCD6hMpLlX5YmhxVESt/wEBerxkzwfXohSWc+kLu0Fq6GJTMGbOCpkgneOA==
775+
"@technote-space/github-action-test-helper@^0.6.4":
776+
version "0.6.4"
777+
resolved "https://registry.yarnpkg.com/@technote-space/github-action-test-helper/-/github-action-test-helper-0.6.4.tgz#dd8a97666254ba02782320d6a12dfce47d6f332e"
778+
integrity sha512-WLzgkL6OjWWiU/mYRmXSj3gFQihu9emdbTWTHo7ymCGBAf+nkrWH0kn+hYeu4AQH+HkKVGSPC2aSqh/NsAJ2VA==
779779
dependencies:
780780
"@actions/core" "^1.2.6"
781781
"@actions/github" "^4.0.0"
@@ -801,9 +801,9 @@
801801
"@babel/types" "^7.0.0"
802802

803803
"@types/babel__template@*":
804-
version "7.0.3"
805-
resolved "https://registry.yarnpkg.com/@types/babel__template/-/babel__template-7.0.3.tgz#b8aaeba0a45caca7b56a5de9459872dde3727214"
806-
integrity sha512-uCoznIPDmnickEi6D0v11SBpW0OuVqHJCa7syXqQHy5uktSCreIlt0iglsCnmvz8yCb38hGcWeseA8cWJSwv5Q==
804+
version "7.4.0"
805+
resolved "https://registry.yarnpkg.com/@types/babel__template/-/babel__template-7.4.0.tgz#0c888dd70b3ee9eebb6e4f200e809da0076262be"
806+
integrity sha512-NTPErx4/FiPCGScH7foPyr+/1Dkzkni+rHiYHHoTjvwou7AQzJkNeD60A9CXRy+ZEN2B1bggmkTMCDb+Mv5k+A==
807807
dependencies:
808808
"@babel/parser" "^7.1.0"
809809
"@babel/types" "^7.0.0"
@@ -859,10 +859,10 @@
859859
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.1.tgz#283f669ff76d7b8260df8ab7a4262cc83d988256"
860860
integrity sha512-fZQQafSREFyuZcdWFAExYjBiCL7AUCdgsk80iO0q4yihYYdcIiH28CcuPTGFgLOCC8RlW49GSQxdHwZP+I7CNg==
861861

862-
"@types/node@*", "@types/node@>= 8", "@types/node@^14.14.7":
863-
version "14.14.7"
864-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.7.tgz#8ea1e8f8eae2430cf440564b98c6dfce1ec5945d"
865-
integrity sha512-Zw1vhUSQZYw+7u5dAwNbIA9TuTotpzY/OF7sJM9FqPOF3SPjKnxrjoTktXDZgUjybf4cWVBP7O8wvKdSaGHweg==
862+
"@types/node@*", "@types/node@>= 8", "@types/node@^14.14.8":
863+
version "14.14.8"
864+
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.8.tgz#2127bd81949a95c8b7d3240f3254352d72563aec"
865+
integrity sha512-z/5Yd59dCKI5kbxauAJgw6dLPzW+TNOItNE00PkpzNwUIEwdj/Lsqwq94H5DdYBX7C13aRA0CY32BK76+neEUA==
866866

867867
"@types/normalize-package-data@^2.4.0":
868868
version "2.4.0"
@@ -890,80 +890,80 @@
890890
integrity sha512-FA/BWv8t8ZWJ+gEOnLLd8ygxH/2UFbAvgEonyfN6yWGLKc7zVjbpl2Y4CTjid9h2RfgPP6SEt6uHwEOply00yw==
891891

892892
"@types/yargs@^15.0.0":
893-
version "15.0.9"
894-
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.9.tgz#524cd7998fe810cdb02f26101b699cccd156ff19"
895-
integrity sha512-HmU8SeIRhZCWcnRskCs36Q1Q00KBV6Cqh/ora8WN1+22dY07AZdn6Gel8QZ3t26XYPImtcL8WV/eqjhVmMEw4g==
893+
version "15.0.10"
894+
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.10.tgz#0fe3c8173a0d5c3e780b389050140c3f5ea6ea74"
895+
integrity sha512-z8PNtlhrj7eJNLmrAivM7rjBESG6JwC5xP3RVk12i/8HVP7Xnx/sEmERnRImyEuUaJfO942X0qMOYsoupaJbZQ==
896896
dependencies:
897897
"@types/yargs-parser" "*"
898898

899-
"@typescript-eslint/eslint-plugin@^4.7.0":
900-
version "4.7.0"
901-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.7.0.tgz#85c9bbda00c0cb604d3c241f7bc7fb171a2d3479"
902-
integrity sha512-li9aiSVBBd7kU5VlQlT1AqP0uWGDK6JYKUQ9cVDnOg34VNnd9t4jr0Yqc/bKxJr/tDCPDaB4KzoSFN9fgVxe/Q==
899+
"@typescript-eslint/eslint-plugin@^4.8.1":
900+
version "4.8.1"
901+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.8.1.tgz#b362abe0ee478a6c6d06c14552a6497f0b480769"
902+
integrity sha512-d7LeQ7dbUrIv5YVFNzGgaW3IQKMmnmKFneRWagRlGYOSfLJVaRbj/FrBNOBC1a3tVO+TgNq1GbHvRtg1kwL0FQ==
903903
dependencies:
904-
"@typescript-eslint/experimental-utils" "4.7.0"
905-
"@typescript-eslint/scope-manager" "4.7.0"
904+
"@typescript-eslint/experimental-utils" "4.8.1"
905+
"@typescript-eslint/scope-manager" "4.8.1"
906906
debug "^4.1.1"
907907
functional-red-black-tree "^1.0.1"
908908
regexpp "^3.0.0"
909909
semver "^7.3.2"
910910
tsutils "^3.17.1"
911911

912-
"@typescript-eslint/experimental-utils@4.7.0":
913-
version "4.7.0"
914-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.7.0.tgz#8d1058c38bec3d3bbd9c898a1c32318d80faf3c5"
915-
integrity sha512-cymzovXAiD4EF+YoHAB5Oh02MpnXjvyaOb+v+BdpY7lsJXZQN34oIETeUwVT2XfV9rSNpXaIcknDLfupO/tUoA==
912+
"@typescript-eslint/experimental-utils@4.8.1":
913+
version "4.8.1"
914+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.8.1.tgz#27275c20fa4336df99ebcf6195f7d7aa7aa9f22d"
915+
integrity sha512-WigyLn144R3+lGATXW4nNcDJ9JlTkG8YdBWHkDlN0lC3gUGtDi7Pe3h5GPvFKMcRz8KbZpm9FJV9NTW8CpRHpg==
916916
dependencies:
917917
"@types/json-schema" "^7.0.3"
918-
"@typescript-eslint/scope-manager" "4.7.0"
919-
"@typescript-eslint/types" "4.7.0"
920-
"@typescript-eslint/typescript-estree" "4.7.0"
918+
"@typescript-eslint/scope-manager" "4.8.1"
919+
"@typescript-eslint/types" "4.8.1"
920+
"@typescript-eslint/typescript-estree" "4.8.1"
921921
eslint-scope "^5.0.0"
922922
eslint-utils "^2.0.0"
923923

924-
"@typescript-eslint/parser@^4.7.0":
925-
version "4.7.0"
926-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.7.0.tgz#44bdab0f788b478178368baa65d3365fdc63da1c"
927-
integrity sha512-+meGV8bMP1sJHBI2AFq1GeTwofcGiur8LoIr6v+rEmD9knyCqDlrQcFHR0KDDfldHIFDU/enZ53fla6ReF4wRw==
924+
"@typescript-eslint/parser@^4.8.1":
925+
version "4.8.1"
926+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.8.1.tgz#4fe2fbdbb67485bafc4320b3ae91e34efe1219d1"
927+
integrity sha512-QND8XSVetATHK9y2Ltc/XBl5Ro7Y62YuZKnPEwnNPB8E379fDsvzJ1dMJ46fg/VOmk0hXhatc+GXs5MaXuL5Uw==
928928
dependencies:
929-
"@typescript-eslint/scope-manager" "4.7.0"
930-
"@typescript-eslint/types" "4.7.0"
931-
"@typescript-eslint/typescript-estree" "4.7.0"
929+
"@typescript-eslint/scope-manager" "4.8.1"
930+
"@typescript-eslint/types" "4.8.1"
931+
"@typescript-eslint/typescript-estree" "4.8.1"
932932
debug "^4.1.1"
933933

934-
"@typescript-eslint/scope-manager@4.7.0":
935-
version "4.7.0"
936-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.7.0.tgz#2115526085fb72723ccdc1eeae75dec7126220ed"
937-
integrity sha512-ILITvqwDJYbcDCROj6+Ob0oCKNg3SH46iWcNcTIT9B5aiVssoTYkhKjxOMNzR1F7WSJkik4zmuqve5MdnA0DyA==
934+
"@typescript-eslint/scope-manager@4.8.1":
935+
version "4.8.1"
936+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.8.1.tgz#e343c475f8f1d15801b546cb17d7f309b768fdce"
937+
integrity sha512-r0iUOc41KFFbZdPAdCS4K1mXivnSZqXS5D9oW+iykQsRlTbQRfuFRSW20xKDdYiaCoH+SkSLeIF484g3kWzwOQ==
938938
dependencies:
939-
"@typescript-eslint/types" "4.7.0"
940-
"@typescript-eslint/visitor-keys" "4.7.0"
939+
"@typescript-eslint/types" "4.8.1"
940+
"@typescript-eslint/visitor-keys" "4.8.1"
941941

942-
"@typescript-eslint/types@4.7.0":
943-
version "4.7.0"
944-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.7.0.tgz#5e95ef5c740f43d942542b35811f87b62fccca69"
945-
integrity sha512-uLszFe0wExJc+I7q0Z/+BnP7wao/kzX0hB5vJn4LIgrfrMLgnB2UXoReV19lkJQS1a1mHWGGODSxnBx6JQC3Sg==
942+
"@typescript-eslint/types@4.8.1":
943+
version "4.8.1"
944+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.8.1.tgz#23829c73c5fc6f4fcd5346a7780b274f72fee222"
945+
integrity sha512-ave2a18x2Y25q5K05K/U3JQIe2Av4+TNi/2YuzyaXLAsDx6UZkz1boZ7nR/N6Wwae2PpudTZmHFXqu7faXfHmA==
946946

947-
"@typescript-eslint/typescript-estree@4.7.0":
948-
version "4.7.0"
949-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.7.0.tgz#539531167f05ba20eb0b6785567076679e29d393"
950-
integrity sha512-5XZRQznD1MfUmxu1t8/j2Af4OxbA7EFU2rbo0No7meb46eHgGkSieFdfV6omiC/DGIBhH9H9gXn7okBbVOm8jw==
947+
"@typescript-eslint/typescript-estree@4.8.1":
948+
version "4.8.1"
949+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.8.1.tgz#7307e3f2c9e95df7daa8dc0a34b8c43b7ec0dd32"
950+
integrity sha512-bJ6Fn/6tW2g7WIkCWh3QRlaSU7CdUUK52shx36/J7T5oTQzANvi6raoTsbwGM11+7eBbeem8hCCKbyvAc0X3sQ==
951951
dependencies:
952-
"@typescript-eslint/types" "4.7.0"
953-
"@typescript-eslint/visitor-keys" "4.7.0"
952+
"@typescript-eslint/types" "4.8.1"
953+
"@typescript-eslint/visitor-keys" "4.8.1"
954954
debug "^4.1.1"
955955
globby "^11.0.1"
956956
is-glob "^4.0.1"
957957
lodash "^4.17.15"
958958
semver "^7.3.2"
959959
tsutils "^3.17.1"
960960

961-
"@typescript-eslint/visitor-keys@4.7.0":
962-
version "4.7.0"
963-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.7.0.tgz#6783824f22acfc49e754970ed21b88ac03b80e6f"
964-
integrity sha512-aDJDWuCRsf1lXOtignlfiPODkzSxxop7D0rZ91L6ZuMlcMCSh0YyK+gAfo5zN/ih6WxMwhoXgJWC3cWQdaKC+A==
961+
"@typescript-eslint/visitor-keys@4.8.1":
962+
version "4.8.1"
963+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.8.1.tgz#794f68ee292d1b2e3aa9690ebedfcb3a8c90e3c3"
964+
integrity sha512-3nrwXFdEYALQh/zW8rFwP4QltqsanCDz4CwWMPiIZmwlk9GlvBeueEIbq05SEq4ganqM0g9nh02xXgv5XI3PeQ==
965965
dependencies:
966-
"@typescript-eslint/types" "4.7.0"
966+
"@typescript-eslint/types" "4.8.1"
967967
eslint-visitor-keys "^2.0.0"
968968

969969
JSONStream@^1.0.4:
@@ -3810,9 +3810,9 @@ optionator@^0.9.1:
38103810
word-wrap "^1.2.3"
38113811

38123812
p-each-series@^2.1.0:
3813-
version "2.1.0"
3814-
resolved "https://registry.yarnpkg.com/p-each-series/-/p-each-series-2.1.0.tgz#961c8dd3f195ea96c747e636b262b800a6b1af48"
3815-
integrity sha512-ZuRs1miPT4HrjFa+9fRfOFXxGJfORgelKV9f9nNOWw2gl6gVsRaVDOQP0+MI0G0wGKns1Yacsu0GjOFbTK0JFQ==
3813+
version "2.2.0"
3814+
resolved "https://registry.yarnpkg.com/p-each-series/-/p-each-series-2.2.0.tgz#105ab0357ce72b202a8a8b94933672657b5e2a9a"
3815+
integrity sha512-ycIL2+1V32th+8scbpTvyHNaHe02z0sjgh91XXjAk+ZeXoPN4Z46DVUnzdso0aX4KckKw0FNNFHdjZ2UsZvxiA==
38163816

38173817
p-finally@^1.0.0:
38183818
version "1.0.0"
@@ -4548,9 +4548,9 @@ sshpk@^1.7.0:
45484548
tweetnacl "~0.14.0"
45494549

45504550
stack-utils@^2.0.2:
4551-
version "2.0.2"
4552-
resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-2.0.2.tgz#5cf48b4557becb4638d0bc4f21d23f5d19586593"
4553-
integrity sha512-0H7QK2ECz3fyZMzQ8rH0j2ykpfbnd20BFtfg/SqVC2+sCTtcw0aDTGB7dk+de4U4uUeuz6nOtJcrkFFLG1B0Rg==
4551+
version "2.0.3"
4552+
resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-2.0.3.tgz#cd5f030126ff116b78ccb3c027fe302713b61277"
4553+
integrity sha512-gL//fkxfWUsIlFL2Tl42Cl6+HFALEaB1FU76I/Fy+oZjRreP7OPMXFlGbxM7NQsI0ZpUfw76sHnv0WNYuTb7Iw==
45544554
dependencies:
45554555
escape-string-regexp "^2.0.0"
45564556

@@ -4898,9 +4898,9 @@ type-fest@^0.11.0:
48984898
integrity sha512-OdjXJxnCN1AvyLSzeKIgXTXxV+99ZuXl3Hpo9XpJAv9MBcHrrJOQ5kV7ypXOuQie+AmWG25hLbiKdwYTifzcfQ==
48994899

49004900
type-fest@^0.18.0:
4901-
version "0.18.0"
4902-
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.18.0.tgz#2edfa6382d48653707344f7fccdb0443d460e8d6"
4903-
integrity sha512-fbDukFPnJBdn2eZ3RR+5mK2slHLFd6gYHY7jna1KWWy4Yr4XysHuCdXRzy+RiG/HwG4WJat00vdC2UHky5eKiQ==
4901+
version "0.18.1"
4902+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.18.1.tgz#db4bc151a4a2cf4eebf9add5db75508db6cc841f"
4903+
integrity sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==
49044904

49054905
type-fest@^0.6.0:
49064906
version "0.6.0"

0 commit comments

Comments
 (0)