Skip to content

Commit 8890b4d

Browse files
Merge pull request #261 from technote-space/release/next-v1.3.0
release: v1.3.1
2 parents b34d812 + 36435ec commit 8890b4d

File tree

2 files changed

+68
-60
lines changed

2 files changed

+68
-60
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/github-action-helper",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Helper to filter GitHub Action.",
55
"author": {
66
"name": "Technote",
@@ -35,10 +35,10 @@
3535
"@commitlint/cli": "^8.3.5",
3636
"@commitlint/config-conventional": "^8.3.4",
3737
"@technote-space/github-action-test-helper": "^0.2.5",
38-
"@types/jest": "^25.1.3",
38+
"@types/jest": "^25.1.4",
3939
"@types/node": "^13.9.0",
40-
"@typescript-eslint/eslint-plugin": "^2.22.0",
41-
"@typescript-eslint/parser": "^2.22.0",
40+
"@typescript-eslint/eslint-plugin": "^2.23.0",
41+
"@typescript-eslint/parser": "^2.23.0",
4242
"eslint": "^6.8.0",
4343
"husky": "^4.2.3",
4444
"jest": "^25.1.0",

yarn.lock

Lines changed: 64 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
dependencies:
127127
"@babel/helper-plugin-utils" "^7.8.0"
128128

129-
"@babel/runtime@^7.6.3":
129+
"@babel/runtime@^7.8.7":
130130
version "7.8.7"
131131
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.8.7.tgz#8fefce9802db54881ba59f90bb28719b4996324d"
132132
integrity sha512-+AATMUFppJDw6aiR5NVPHqIQBlV/Pj8wY/EZH+lmvRdUo9xBaz/rF3alAwFJQavvKfeOlPE7oaaDHVbcySbCsg==
@@ -583,9 +583,9 @@
583583
universal-user-agent "^4.0.0"
584584

585585
"@octokit/types@^2.0.0", "@octokit/types@^2.0.1":
586-
version "2.3.1"
587-
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-2.3.1.tgz#40cd61c125a6161cfb3bfabc75805ac7a54213b4"
588-
integrity sha512-rvJP1Y9A/+Cky2C3var1vsw3Lf5Rjn/0sojNl2AjCX+WbpIHYccaJ46abrZoIxMYnOToul6S9tPytUVkFI7CXQ==
586+
version "2.4.0"
587+
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-2.4.0.tgz#857c6e5e5983dc034a0b9150684062bfdebd87dd"
588+
integrity sha512-RxVKYIFUZti2POYxeASCSjj0JxtHvjlcFwpZnXQ7aDGDgkpzpve/qhQSR/nEw8zALRFiSuh9BP71AYL0rcV28A==
589589
dependencies:
590590
"@types/node" ">= 8"
591591

@@ -674,10 +674,10 @@
674674
"@types/istanbul-lib-coverage" "*"
675675
"@types/istanbul-lib-report" "*"
676676

677-
"@types/jest@^25.1.3":
678-
version "25.1.3"
679-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.1.3.tgz#9b0b5addebccfb631175870be8ba62182f1bc35a"
680-
integrity sha512-jqargqzyJWgWAJCXX96LBGR/Ei7wQcZBvRv0PLEu9ZByMfcs23keUJrKv9FMR6YZf9YCbfqDqgmY+JUBsnqhrg==
677+
"@types/jest@^25.1.4":
678+
version "25.1.4"
679+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.1.4.tgz#9e9f1e59dda86d3fd56afce71d1ea1b331f6f760"
680+
integrity sha512-QDDY2uNAhCV7TMCITrxz+MRk1EizcsevzfeS6LykIlq2V1E5oO4wXG8V2ZEd9w7Snxeeagk46YbMgZ8ESHx3sw==
681681
dependencies:
682682
jest-diff "^25.1.0"
683683
pretty-format "^25.1.0"
@@ -714,40 +714,40 @@
714714
dependencies:
715715
"@types/yargs-parser" "*"
716716

717-
"@typescript-eslint/eslint-plugin@^2.22.0":
718-
version "2.22.0"
719-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.22.0.tgz#218ce6d4aa0244c6a40baba39ca1e021b26bb017"
720-
integrity sha512-BvxRLaTDVQ3N+Qq8BivLiE9akQLAOUfxNHIEhedOcg8B2+jY8Rc4/D+iVprvuMX1AdezFYautuGDwr9QxqSxBQ==
717+
"@typescript-eslint/eslint-plugin@^2.23.0":
718+
version "2.23.0"
719+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.23.0.tgz#aa7133bfb7b685379d9eafe4ae9e08b9037e129d"
720+
integrity sha512-8iA4FvRsz8qTjR0L/nK9RcRUN3QtIHQiOm69FzV7WS3SE+7P7DyGGwh3k4UNR2JBbk+Ej2Io+jLAaqKibNhmtw==
721721
dependencies:
722-
"@typescript-eslint/experimental-utils" "2.22.0"
722+
"@typescript-eslint/experimental-utils" "2.23.0"
723723
eslint-utils "^1.4.3"
724724
functional-red-black-tree "^1.0.1"
725725
regexpp "^3.0.0"
726726
tsutils "^3.17.1"
727727

728-
"@typescript-eslint/experimental-utils@2.22.0":
729-
version "2.22.0"
730-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.22.0.tgz#4d00c91fbaaa68e56e7869be284999a265707f85"
731-
integrity sha512-sJt1GYBe6yC0dWOQzXlp+tiuGglNhJC9eXZeC8GBVH98Zv9jtatccuhz0OF5kC/DwChqsNfghHx7OlIDQjNYAQ==
728+
"@typescript-eslint/experimental-utils@2.23.0":
729+
version "2.23.0"
730+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.23.0.tgz#5d2261c8038ec1698ca4435a8da479c661dc9242"
731+
integrity sha512-OswxY59RcXH3NNPmq+4Kis2CYZPurRU6mG5xPcn24CjFyfdVli5mySwZz/g/xDbJXgDsYqNGq7enV0IziWGXVQ==
732732
dependencies:
733733
"@types/json-schema" "^7.0.3"
734-
"@typescript-eslint/typescript-estree" "2.22.0"
734+
"@typescript-eslint/typescript-estree" "2.23.0"
735735
eslint-scope "^5.0.0"
736736

737-
"@typescript-eslint/parser@^2.22.0":
738-
version "2.22.0"
739-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.22.0.tgz#8eeb6cb6de873f655e64153397d4790898e149d0"
740-
integrity sha512-FaZKC1X+nvD7qMPqKFUYHz3H0TAioSVFGvG29f796Nc5tBluoqfHgLbSFKsh7mKjRoeTm8J9WX2Wo9EyZWjG7w==
737+
"@typescript-eslint/parser@^2.23.0":
738+
version "2.23.0"
739+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.23.0.tgz#f3d4e2928ff647fe77fc2fcef1a3534fee6a3212"
740+
integrity sha512-k61pn/Nepk43qa1oLMiyqApC6x5eP5ddPz6VUYXCAuXxbmRLqkPYzkFRKl42ltxzB2luvejlVncrEpflgQoSUg==
741741
dependencies:
742742
"@types/eslint-visitor-keys" "^1.0.0"
743-
"@typescript-eslint/experimental-utils" "2.22.0"
744-
"@typescript-eslint/typescript-estree" "2.22.0"
743+
"@typescript-eslint/experimental-utils" "2.23.0"
744+
"@typescript-eslint/typescript-estree" "2.23.0"
745745
eslint-visitor-keys "^1.1.0"
746746

747-
"@typescript-eslint/typescript-estree@2.22.0":
748-
version "2.22.0"
749-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.22.0.tgz#a16ed45876abf743e1f5857e2f4a1c3199fd219e"
750-
integrity sha512-2HFZW2FQc4MhIBB8WhDm9lVFaBDy6h9jGrJ4V2Uzxe/ON29HCHBTj3GkgcsgMWfsl2U5as+pTOr30Nibaw7qRQ==
747+
"@typescript-eslint/typescript-estree@2.23.0":
748+
version "2.23.0"
749+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.23.0.tgz#d355960fab96bd550855488dcc34b9a4acac8d36"
750+
integrity sha512-pmf7IlmvXdlEXvE/JWNNJpEvwBV59wtJqA8MLAxMKLXNKVRC3HZBXR/SlZLPWTCcwOSg9IM7GeRSV3SIerGVqw==
751751
dependencies:
752752
debug "^4.1.1"
753753
eslint-visitor-keys "^1.1.0"
@@ -789,11 +789,11 @@ acorn-walk@^6.0.1:
789789
integrity sha512-7evsyfH1cLOCdAzZAd43Cic04yKydNx0cF+7tiA19p1XnLLPU4dpCQOqpjqwokFe//vS0QqfqqjCS2JkiIs0cA==
790790

791791
acorn@^6.0.1:
792-
version "6.4.0"
793-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.0.tgz#b659d2ffbafa24baf5db1cdbb2c94a983ecd2784"
794-
integrity sha512-gac8OEcQ2Li1dxIEWGZzsp2BitJxwkwcOm0zHAJLcPJaVvm58FRnk6RkuLRpU1EujipU2ZFODv2P9DLMfnV8mw==
792+
version "6.4.1"
793+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.1.tgz#531e58ba3f51b9dacb9a6646ca4debf5b14ca474"
794+
integrity sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA==
795795

796-
acorn@^7.1.0:
796+
acorn@^7.1.0, acorn@^7.1.1:
797797
version "7.1.1"
798798
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.1.1.tgz#e35668de0b402f359de515c5482a1ab9f89a69bf"
799799
integrity sha512-add7dgA5ppRPxCFJoAGfMDi7PIBXq1RtGo7BhbLaxwrXPOmw8gq48Y9ozT01hUKy9byMjlR20EJhu5zlkErEkg==
@@ -1766,11 +1766,11 @@ eslint@^6.8.0:
17661766
v8-compile-cache "^2.0.3"
17671767

17681768
espree@^6.1.2:
1769-
version "6.2.0"
1770-
resolved "https://registry.yarnpkg.com/espree/-/espree-6.2.0.tgz#349fef01a202bbab047748300deb37fa44da79d7"
1771-
integrity sha512-Xs8airJ7RQolnDIbLtRutmfvSsAe0xqMMAantCN/GMoqf81TFbeI1T7Jpd56qYu1uuh32dOG5W/X9uO+ghPXzA==
1769+
version "6.2.1"
1770+
resolved "https://registry.yarnpkg.com/espree/-/espree-6.2.1.tgz#77fc72e1fd744a2052c20f38a5b575832e82734a"
1771+
integrity sha512-ysCxRQY3WaXJz9tdbWOwuWr5Y/XrPTGX9Kiz3yoUXwW0VZ4w30HTkQLaGx/+ttFjF8i+ACbArnB4ce68a9m5hw==
17721772
dependencies:
1773-
acorn "^7.1.0"
1773+
acorn "^7.1.1"
17741774
acorn-jsx "^5.2.0"
17751775
eslint-visitor-keys "^1.1.0"
17761776

@@ -2159,9 +2159,9 @@ globals@^11.1.0:
21592159
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
21602160

21612161
globals@^12.1.0:
2162-
version "12.3.0"
2163-
resolved "https://registry.yarnpkg.com/globals/-/globals-12.3.0.tgz#1e564ee5c4dded2ab098b0f88f24702a3c56be13"
2164-
integrity sha512-wAfjdLgFsPZsklLJvOBUBmzYE8/CwhEqSBEMRXA3qxIiNtyqvjYurAtIfDh6chlEPUfmTY3MnZh5Hfh4q0UlIw==
2162+
version "12.4.0"
2163+
resolved "https://registry.yarnpkg.com/globals/-/globals-12.4.0.tgz#a18813576a41b00a24a97e7f815918c2e19925f8"
2164+
integrity sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg==
21652165
dependencies:
21662166
type-fest "^0.8.1"
21672167

@@ -2360,9 +2360,9 @@ ini@^1.3.4:
23602360
integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==
23612361

23622362
inquirer@^7.0.0:
2363-
version "7.0.6"
2364-
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.0.6.tgz#ee4ff0ea7ecda5324656fe665878790f66df7d0c"
2365-
integrity sha512-7SVO4h+QIdMq6XcqIqrNte3gS5MzCCKZdsq9DO4PJziBFNYzP3PGFbDjgadDb//MCahzgjCxvQ/O2wa7kx9o4w==
2363+
version "7.1.0"
2364+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.1.0.tgz#1298a01859883e17c7264b82870ae1034f92dd29"
2365+
integrity sha512-5fJMWEmikSYu0nv/flMc475MhGbB7TSPd/2IpFV4I4rMklboCH2rQjYY5kKiYGHqUF9gvaambupcJFFG9dvReg==
23662366
dependencies:
23672367
ansi-escapes "^4.2.1"
23682368
chalk "^3.0.0"
@@ -3513,9 +3513,9 @@ [email protected]:
35133513
integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=
35143514

35153515
minimist@^1.1.1, minimist@^1.2.0:
3516-
version "1.2.0"
3517-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
3518-
integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=
3516+
version "1.2.3"
3517+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.3.tgz#3db5c0765545ab8637be71f333a104a965a9ca3f"
3518+
integrity sha512-+bMdgqjMN/Z77a6NlY/I3U5LlRDbnmaAk6lDveAPKwSpcPM4tKAuYsvYF8xjhOPXhOYGe/73vVLVez5PW+jqhw==
35193519

35203520
mixin-deep@^1.2.0:
35213521
version "1.3.2"
@@ -5221,9 +5221,9 @@ [email protected]:
52215221
mkdirp "^0.5.1"
52225222

52235223
ws@^7.0.0:
5224-
version "7.2.1"
5225-
resolved "https://registry.yarnpkg.com/ws/-/ws-7.2.1.tgz#03ed52423cd744084b2cf42ed197c8b65a936b8e"
5226-
integrity sha512-sucePNSafamSKoOqoNfBd8V0StlkzJKL2ZAhGQinCfNQ+oacw+Pk7lcdAElecBF2VkLNZRiIb5Oi1Q5lVUVt2A==
5224+
version "7.2.3"
5225+
resolved "https://registry.yarnpkg.com/ws/-/ws-7.2.3.tgz#a5411e1fb04d5ed0efee76d26d5c46d830c39b46"
5226+
integrity sha512-HTDl9G9hbkNDk98naoR/cHDws7+EyYMOdL1BmjsZXRUjf7d+MficC4B7HLUPlSiho0vg+CWKrGIt/VJBd1xunQ==
52275227

52285228
xml-name-validator@^3.0.0:
52295229
version "3.0.0"
@@ -5246,11 +5246,11 @@ y18n@^4.0.0:
52465246
integrity sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==
52475247

52485248
yaml@^1.7.2:
5249-
version "1.7.2"
5250-
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.7.2.tgz#f26aabf738590ab61efaca502358e48dc9f348b2"
5251-
integrity sha512-qXROVp90sb83XtAoqE8bP9RwAkTTZbugRUTm5YeFCBfNRPEp2YzTeqWiz7m5OORHzEvrA/qcGS8hp/E+MMROYw==
5249+
version "1.8.2"
5250+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.8.2.tgz#a29c03f578faafd57dcb27055f9a5d569cb0c3d9"
5251+
integrity sha512-omakb0d7FjMo3R1D2EbTKVIk6dAVLRxFXdLZMEUToeAvuqgG/YuHMuQOZ5fgk+vQ8cx+cnGKwyg+8g8PNT0xQg==
52525252
dependencies:
5253-
"@babel/runtime" "^7.6.3"
5253+
"@babel/runtime" "^7.8.7"
52545254

52555255
yargs-parser@^10.0.0:
52565256
version "10.1.0"
@@ -5267,10 +5267,18 @@ yargs-parser@^16.1.0:
52675267
camelcase "^5.0.0"
52685268
decamelize "^1.2.0"
52695269

5270+
yargs-parser@^18.1.0:
5271+
version "18.1.0"
5272+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.0.tgz#1b0ab1118ebd41f68bb30e729f4c83df36ae84c3"
5273+
integrity sha512-o/Jr6JBOv6Yx3pL+5naWSoIA2jJ+ZkMYQG/ie9qFbukBe4uzmBatlXFOiu/tNKRWEtyf+n5w7jc/O16ufqOTdQ==
5274+
dependencies:
5275+
camelcase "^5.0.0"
5276+
decamelize "^1.2.0"
5277+
52705278
yargs@^15.0.0:
5271-
version "15.1.0"
5272-
resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.1.0.tgz#e111381f5830e863a89550bd4b136bb6a5f37219"
5273-
integrity sha512-T39FNN1b6hCW4SOIk1XyTOWxtXdcen0t+XYrysQmChzSipvhBO8Bj0nK1ozAasdk24dNWuMZvr4k24nz+8HHLg==
5279+
version "15.3.0"
5280+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.3.0.tgz#403af6edc75b3ae04bf66c94202228ba119f0976"
5281+
integrity sha512-g/QCnmjgOl1YJjGsnUg2SatC7NUYEiLXJqxNOQU9qSpjzGtGXda9b+OKccr1kLTy8BN9yqEyqfq5lxlwdc13TA==
52745282
dependencies:
52755283
cliui "^6.0.0"
52765284
decamelize "^1.2.0"
@@ -5282,4 +5290,4 @@ yargs@^15.0.0:
52825290
string-width "^4.2.0"
52835291
which-module "^2.0.0"
52845292
y18n "^4.0.0"
5285-
yargs-parser "^16.1.0"
5293+
yargs-parser "^18.1.0"

0 commit comments

Comments
 (0)