Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@technote-space/assign-author",
"version": "1.3.3",
"version": "1.3.4",
"description": "GitHub actions to assign author to issue or PR.",
"author": {
"name": "Technote",
Expand Down Expand Up @@ -28,23 +28,23 @@
"dependencies": {
"@actions/core": "^1.2.3",
"@actions/github": "^2.1.1",
"@technote-space/filter-github-action": "^0.2.8",
"@technote-space/github-action-helper": "^2.0.3"
"@technote-space/filter-github-action": "^0.2.9",
"@technote-space/github-action-helper": "^2.0.4"
},
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@technote-space/github-action-test-helper": "^0.3.3",
"@technote-space/release-github-actions-cli": "^1.5.4",
"@technote-space/github-action-test-helper": "^0.3.5",
"@technote-space/release-github-actions-cli": "^1.6.0",
"@types/jest": "^25.2.1",
"@types/node": "^13.11.0",
"@typescript-eslint/eslint-plugin": "^2.26.0",
"@typescript-eslint/parser": "^2.26.0",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"eslint": "^6.8.0",
"husky": "^4.2.3",
"jest": "^25.2.7",
"jest-circus": "^25.2.7",
"lint-staged": "^10.1.1",
"lint-staged": "^10.1.2",
"nock": "^12.0.3",
"ts-jest": "^25.3.1",
"typescript": "^3.8.3"
Expand Down
142 changes: 71 additions & 71 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"@octokit/rest" "^16.43.1"

"@actions/http-client@^1.0.3":
version "1.0.6"
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-1.0.6.tgz#6f9267ca50e1d74d8581f4a894a943cd4c97b49a"
integrity sha512-LGmio4w98UyGX33b/W6V6Nx/sQHRXZ859YlMkn36wPsXPB82u8xTVlA/Dq2DXrm6lEq9RVmisRJa1c+HETAIJA==
version "1.0.7"
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-1.0.7.tgz#157515a4d7f92aac5b27ee616600e3f8a50870c2"
integrity sha512-PY3ys/XH5WMekkHyZhYSa/scYvlE5T/TV/T++vABHuY5ZRgtiBZkn2L2tV5Pv/xDCl59lSZb9WwRuWExDyAsSg==
dependencies:
tunnel "0.0.6"

Expand Down Expand Up @@ -667,52 +667,52 @@
dependencies:
type-detect "4.0.8"

"@technote-space/filter-github-action@^0.2.7", "@technote-space/filter-github-action@^0.2.8":
version "0.2.8"
resolved "https://registry.yarnpkg.com/@technote-space/filter-github-action/-/filter-github-action-0.2.8.tgz#7a26401a62e253f6acb8638cc00a8ee1d0bded58"
integrity sha512-q0T5GzJToKWu8obXXKf+t2J7GQ9c1HpH4MOi/Xmli6utiyzbi5L0yghSobCZiWhMyj5KquBVYwQxAwaiAoTx0Q==
"@technote-space/filter-github-action@^0.2.9":
version "0.2.9"
resolved "https://registry.yarnpkg.com/@technote-space/filter-github-action/-/filter-github-action-0.2.9.tgz#1addf54b4de03b4d8850852534c46c712fd770ce"
integrity sha512-fQXkNQym2KE8TDFDOQKTIqwxP5o2QyfpNGd9tQgMO9oyZ2wHWEZnkwtDUpCRpEilWCgMnU7TvHDyUj10wod3ZA==
dependencies:
"@actions/core" "^1.2.3"
"@actions/github" "^2.1.1"

"@technote-space/github-action-helper@^2.0.1", "@technote-space/github-action-helper@^2.0.3":
version "2.0.3"
resolved "https://registry.yarnpkg.com/@technote-space/github-action-helper/-/github-action-helper-2.0.3.tgz#f5e145eddb3ef292bfde8dcf75ef22bf5966a4e1"
integrity sha512-KrNpvV6hWhiZNjTZzNoQJFYrO6BBhtPfuYkJ2gnvO0w7FfFqtcSA2e3lqqdGjIe21P89PSc+uyV71Np7S0WcEA==
"@technote-space/github-action-helper@^2.0.4":
version "2.0.4"
resolved "https://registry.yarnpkg.com/@technote-space/github-action-helper/-/github-action-helper-2.0.4.tgz#5cf42830003661600b1b1ddba2098af7cab71dd0"
integrity sha512-JHw2x3sBwN82c9Lg9cMxSzx0c/zKksFUEXwTURFp4RZdIALlJBU5KcVDACmmLHMUc2UfSmX7izcUty6fHuEq0A==
dependencies:
"@actions/core" "^1.2.3"
"@actions/github" "^2.1.1"
shell-escape "^0.2.0"
sprintf-js "^1.1.2"

"@technote-space/github-action-test-helper@^0.3.3":
version "0.3.3"
resolved "https://registry.yarnpkg.com/@technote-space/github-action-test-helper/-/github-action-test-helper-0.3.3.tgz#73b42b656deb84b1218198a4e3e06268a18e13ad"
integrity sha512-yPApRaY7u2iB82iHfKkA91R2jI0wtWYhrGNOeNE4zqK6R0xwiMgrHYUvMm8GT/d2KYzKrUDVv65Q9f7eNIHcMQ==
"@technote-space/github-action-test-helper@^0.3.5":
version "0.3.5"
resolved "https://registry.yarnpkg.com/@technote-space/github-action-test-helper/-/github-action-test-helper-0.3.5.tgz#4ec82f75c5c4879aaa09df45c61abe88e3760737"
integrity sha512-9DVfnONRQfelQWy+e2Li6/zWknNitYJFMuwaYHz3WA5fQcj3VO9FQhBaTqruMHM8f6lbycwP+qwuQ8/ZcPiVYA==
dependencies:
"@actions/github" "^2.1.1"
js-yaml "^3.13.1"

"@technote-space/release-github-actions-cli@^1.5.4":
version "1.5.4"
resolved "https://registry.yarnpkg.com/@technote-space/release-github-actions-cli/-/release-github-actions-cli-1.5.4.tgz#5ed2fb44a8f3eef745def46b74a7ca6435a2be88"
integrity sha512-9VB5+xtD4F54WlLT7oiyiiLVaFPKD7ajFgSK5zF25FbooPfcU7qEvAc/bpTKGeQt39XdLuMo6/GdV+yJoxKcSw==
"@technote-space/release-github-actions-cli@^1.6.0":
version "1.6.0"
resolved "https://registry.yarnpkg.com/@technote-space/release-github-actions-cli/-/release-github-actions-cli-1.6.0.tgz#114a493ee73b44ee2cb37632c375845abec5ae3e"
integrity sha512-UJ+WVhUPzsNtannYEW7rS776p6yLWqt0bv/1HJS8WGwq1BWAdiVG5qYJvsiHuaqvNpe7daHXczybejObDo3fUg==
dependencies:
"@technote-space/release-github-actions" "^5.0.1"
"@technote-space/release-github-actions" "^6.0.0"
commander "^5.0.0"
cosmiconfig "^6.0.0"
dotenv "^8.2.0"
js-yaml "^3.13.1"

"@technote-space/release-github-actions@^5.0.1":
version "5.0.2"
resolved "https://registry.yarnpkg.com/@technote-space/release-github-actions/-/release-github-actions-5.0.2.tgz#998973e30d1b90876bf43399ff36158ec9524e89"
integrity sha512-2syiwrJZROw1s6L736oOkzmq35Pd86LQ1yZj4kw0jkNcAxgkUeldmAPDnaDwxHUQU4CRJy4RZYjpcNmgQu+Ecg==
"@technote-space/release-github-actions@^6.0.0":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@technote-space/release-github-actions/-/release-github-actions-6.0.0.tgz#cec2fc1512533b5fee2444700f246e791f69ff71"
integrity sha512-NXiytIAH3EhXxFUkMZd0F9hjpMFlQ6ocKJ0CL4ULXwmFPhnl0W/axRE308STkPfjz3nOalDCPtNqAZRZXoeanQ==
dependencies:
"@actions/core" "^1.2.3"
"@actions/github" "^2.1.1"
"@technote-space/filter-github-action" "^0.2.7"
"@technote-space/github-action-helper" "^2.0.1"
"@technote-space/filter-github-action" "^0.2.9"
"@technote-space/github-action-helper" "^2.0.4"
memize "^1.1.0"

"@types/babel__core@^7.1.0":
Expand Down Expand Up @@ -742,9 +742,9 @@
"@babel/types" "^7.0.0"

"@types/babel__traverse@*", "@types/babel__traverse@^7.0.6":
version "7.0.9"
resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.0.9.tgz#be82fab304b141c3eee81a4ce3b034d0eba1590a"
integrity sha512-jEFQ8L1tuvPjOI8lnpaf73oCJe+aoxL6ygqSy6c8LcW98zaC+4mzWuQIRCEvKeCOu+lbqdXcg4Uqmm1S8AP1tw==
version "7.0.10"
resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.0.10.tgz#d9a99f017317d9b3d1abc2ced45d3bca68df0daf"
integrity sha512-74fNdUGrWsgIB/V9kTO5FGHPWYY6Eqn+3Z7L6Hc4e/BxjYV7puvBqp5HwsVYYfLm6iURYBNCx4Ut37OF9yitCw==
dependencies:
"@babel/types" "^7.3.0"

Expand Down Expand Up @@ -823,40 +823,40 @@
dependencies:
"@types/yargs-parser" "*"

"@typescript-eslint/eslint-plugin@^2.26.0":
version "2.26.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.26.0.tgz#04c96560c8981421e5a9caad8394192363cc423f"
integrity sha512-4yUnLv40bzfzsXcTAtZyTjbiGUXMrcIJcIMioI22tSOyAxpdXiZ4r7YQUU8Jj6XXrLz9d5aMHPQf5JFR7h27Nw==
"@typescript-eslint/eslint-plugin@^2.27.0":
version "2.27.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.27.0.tgz#e479cdc4c9cf46f96b4c287755733311b0d0ba4b"
integrity sha512-/my+vVHRN7zYgcp0n4z5A6HAK7bvKGBiswaM5zIlOQczsxj/aiD7RcgD+dvVFuwFaGh5+kM7XA6Q6PN0bvb1tw==
dependencies:
"@typescript-eslint/experimental-utils" "2.26.0"
"@typescript-eslint/experimental-utils" "2.27.0"
functional-red-black-tree "^1.0.1"
regexpp "^3.0.0"
tsutils "^3.17.1"

"@typescript-eslint/experimental-utils@2.26.0":
version "2.26.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.26.0.tgz#063390c404d9980767d76274df386c0aa675d91d"
integrity sha512-RELVoH5EYd+JlGprEyojUv9HeKcZqF7nZUGSblyAw1FwOGNnmQIU8kxJ69fttQvEwCsX5D6ECJT8GTozxrDKVQ==
"@typescript-eslint/experimental-utils@2.27.0":
version "2.27.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.27.0.tgz#801a952c10b58e486c9a0b36cf21e2aab1e9e01a"
integrity sha512-vOsYzjwJlY6E0NJRXPTeCGqjv5OHgRU1kzxHKWJVPjDYGbPgLudBXjIlc+OD1hDBZ4l1DLbOc5VjofKahsu9Jw==
dependencies:
"@types/json-schema" "^7.0.3"
"@typescript-eslint/typescript-estree" "2.26.0"
"@typescript-eslint/typescript-estree" "2.27.0"
eslint-scope "^5.0.0"
eslint-utils "^2.0.0"

"@typescript-eslint/parser@^2.26.0":
version "2.26.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.26.0.tgz#385463615818b33acb72a25b39c03579df93d76f"
integrity sha512-+Xj5fucDtdKEVGSh9353wcnseMRkPpEAOY96EEenN7kJVrLqy/EVwtIh3mxcUz8lsFXW1mT5nN5vvEam/a5HiQ==
"@typescript-eslint/parser@^2.27.0":
version "2.27.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.27.0.tgz#d91664335b2c46584294e42eb4ff35838c427287"
integrity sha512-HFUXZY+EdwrJXZo31DW4IS1ujQW3krzlRjBrFRrJcMDh0zCu107/nRfhk/uBasO8m0NVDbBF5WZKcIUMRO7vPg==
dependencies:
"@types/eslint-visitor-keys" "^1.0.0"
"@typescript-eslint/experimental-utils" "2.26.0"
"@typescript-eslint/typescript-estree" "2.26.0"
"@typescript-eslint/experimental-utils" "2.27.0"
"@typescript-eslint/typescript-estree" "2.27.0"
eslint-visitor-keys "^1.1.0"

"@typescript-eslint/typescript-estree@2.26.0":
version "2.26.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.26.0.tgz#d8132cf1ee8a72234f996519a47d8a9118b57d56"
integrity sha512-3x4SyZCLB4zsKsjuhxDLeVJN6W29VwBnYpCsZ7vIdPel9ZqLfIZJgJXO47MNUkurGpQuIBALdPQKtsSnWpE1Yg==
"@typescript-eslint/typescript-estree@2.27.0":
version "2.27.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.27.0.tgz#a288e54605412da8b81f1660b56c8b2e42966ce8"
integrity sha512-t2miCCJIb/FU8yArjAvxllxbTiyNqaXJag7UOpB5DVoM3+xnjeOngtqlJkLRnMtzaRcJhe3CIR9RmL40omubhg==
dependencies:
debug "^4.1.1"
eslint-visitor-keys "^1.1.0"
Expand Down Expand Up @@ -1564,9 +1564,9 @@ cross-spawn@^6.0.0, cross-spawn@^6.0.5:
which "^1.2.9"

cross-spawn@^7.0.0:
version "7.0.1"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.1.tgz#0ab56286e0f7c24e153d04cc2aa027e43a9a5d14"
integrity sha512-u7v4o84SwFpD32Z8IIcPZ6z1/ie24O6RU3RbtL5Y316l3KuHVPx9ItBgWQ6VlfAFnRnTtMUrsQ9MUUTuEZjogg==
version "7.0.2"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.2.tgz#d0d7dcfa74e89115c7619f4f721a94e1fdb716d6"
integrity sha512-PD6G8QG3S4FK/XCGFbEQrDqO2AnMMsy0meR7lerlIOHAAbkuavGU/pOqprrlvfTNjvowivTeBsjebAL0NSoMxw==
dependencies:
path-key "^3.1.0"
shebang-command "^2.0.0"
Expand Down Expand Up @@ -3200,9 +3200,9 @@ json-stringify-safe@^5.0.1, json-stringify-safe@~5.0.1:
integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=

[email protected], json5@^2.1.2:
version "2.1.2"
resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.2.tgz#43ef1f0af9835dd624751a6b7fa48874fb2d608e"
integrity sha512-MoUOQ4WdiN3yxhm7NEVJSJrieAo5hNSLQ5sj05OTRHPL9HOBy8u4Bu88jsC1jvqAdN+E1bJmsUcZH+1HQxliqQ==
version "2.1.3"
resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.3.tgz#c9b0f7fa9233bfe5807fe66fcf3a5617ed597d43"
integrity sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA==
dependencies:
minimist "^1.2.5"

Expand Down Expand Up @@ -3268,10 +3268,10 @@ lines-and-columns@^1.1.6:
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=

lint-staged@^10.1.1:
version "10.1.1"
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.1.1.tgz#1c8569b66d684e6e3553cd760c03053f41fca152"
integrity sha512-wAeu/ePaBAOfwM2+cVbgPWDtn17B0Sxiv0NvNEqDAIvB8Yhvl60vafKFiK4grcYn87K1iK+a0zVoETvKbdT9/Q==
lint-staged@^10.1.2:
version "10.1.2"
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.1.2.tgz#beaefc58037ea9e02fe7639cb323d584312a7957"
integrity sha512-Vtbe8rhWbJxPNlnXk6jczRh6wvAVjGg+VhELAIjLakOjTACdB4qJOD4W2R8oUXLRCqL1t9WMUsXbSlVK34A8Lg==
dependencies:
chalk "^3.0.0"
commander "^4.0.1"
Expand Down Expand Up @@ -3840,9 +3840,9 @@ p-limit@^1.1.0:
p-try "^1.0.0"

p-limit@^2.2.0:
version "2.2.2"
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.2.2.tgz#61279b67721f5287aa1c13a9a7fbbc48c9291b1e"
integrity sha512-WGR+xHecKTr7EbUEhyLSh5Dube9JtdiG78ufaeLxTgpudf/20KqyMioIUZJAezlTIi6evxuoUs9YXc11cU+yzQ==
version "2.3.0"
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1"
integrity sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==
dependencies:
p-try "^2.0.0"

Expand Down Expand Up @@ -4155,9 +4155,9 @@ regexpp@^2.0.1:
integrity sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==

regexpp@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.0.0.tgz#dd63982ee3300e67b41c1956f850aa680d9d330e"
integrity sha512-Z+hNr7RAVWxznLPuA7DIh8UNX1j9CDrUQxskw9IrBE1Dxue2lyXT+shqEIeLUjrokxIP8CMy1WkjgG3rTsd5/g==
version "3.1.0"
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==

remove-trailing-separator@^1.0.1:
version "1.1.0"
Expand Down Expand Up @@ -4752,9 +4752,9 @@ strip-indent@^2.0.0:
integrity sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=

strip-json-comments@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.0.1.tgz#85713975a91fb87bf1b305cca77395e40d2a64a7"
integrity sha512-VTyMAUfdm047mwKl+u79WIdrZxtFtn+nBxHeb844XBQ9uMNTuTHdx2hc5RiAJYqwTj3wc/xe5HLSdJSkJ+WfZw==
version "3.1.0"
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.0.tgz#7638d31422129ecf4457440009fba03f9f9ac180"
integrity sha512-e6/d0eBu7gHtdCqFt0xJr642LdToM5/cN4Qb9DbHjVx1CP5RyeM+zH7pbecEmDv/lBqb0QH+6Uqq75rxFPkM0w==

supports-color@^2.0.0:
version "2.0.0"
Expand Down Expand Up @@ -5182,9 +5182,9 @@ which@^2.0.1, which@^2.0.2:
isexe "^2.0.0"

windows-release@^3.1.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/windows-release/-/windows-release-3.2.0.tgz#8122dad5afc303d833422380680a79cdfa91785f"
integrity sha512-QTlz2hKLrdqukrsapKsINzqMgOUpQW268eJ0OaOpJN32h272waxR9fkB9VoWRtK7uKHG5EHJcTXQBD8XZVJkFA==
version "3.3.0"
resolved "https://registry.yarnpkg.com/windows-release/-/windows-release-3.3.0.tgz#dce167e9f8be733f21c849ebd4d03fe66b29b9f0"
integrity sha512-2HetyTg1Y+R+rUgrKeUEhAG/ZuOmTrI1NBb3ZyAGQMYmOJjBBPe4MTodghRkmLJZHwkuPi02anbeGP+Zf401LQ==
dependencies:
execa "^1.0.0"

Expand Down