Skip to content

Commit ec2c884

Browse files
Merge pull request #94 from technote-space/release/next-v0.5.49
release: v0.5.50
2 parents ad6f286 + ca17bb3 commit ec2c884

File tree

2 files changed

+72
-72
lines changed

2 files changed

+72
-72
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/worker-controller",
3-
"version": "0.5.49",
3+
"version": "0.5.50",
44
"description": "Worker Controller",
55
"keywords": [
66
"github",
@@ -40,13 +40,13 @@
4040
"@commitlint/cli": "^16.2.1",
4141
"@commitlint/config-conventional": "^16.2.1",
4242
"@types/node": "^17.0.21",
43-
"@typescript-eslint/eslint-plugin": "^5.12.1",
44-
"@typescript-eslint/parser": "^5.12.1",
43+
"@typescript-eslint/eslint-plugin": "^5.13.0",
44+
"@typescript-eslint/parser": "^5.13.0",
4545
"eslint": "^8.10.0",
4646
"husky": "^7.0.4",
47-
"lint-staged": "^12.3.4",
47+
"lint-staged": "^12.3.5",
4848
"pinst": "^3.0.0",
49-
"typescript": "^4.5.5"
49+
"typescript": "^4.6.2"
5050
},
5151
"publishConfig": {
5252
"access": "public"

yarn.lock

+67-67
Original file line numberDiff line numberDiff line change
@@ -282,84 +282,84 @@
282282
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
283283
integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
284284

285-
"@typescript-eslint/eslint-plugin@^5.12.1":
286-
version "5.12.1"
287-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.12.1.tgz#b2cd3e288f250ce8332d5035a2ff65aba3374ac4"
288-
integrity sha512-M499lqa8rnNK7mUv74lSFFttuUsubIRdAbHcVaP93oFcKkEmHmLqy2n7jM9C8DVmFMYK61ExrZU6dLYhQZmUpw==
289-
dependencies:
290-
"@typescript-eslint/scope-manager" "5.12.1"
291-
"@typescript-eslint/type-utils" "5.12.1"
292-
"@typescript-eslint/utils" "5.12.1"
285+
"@typescript-eslint/eslint-plugin@^5.13.0":
286+
version "5.13.0"
287+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.13.0.tgz#2809052b85911ced9c54a60dac10e515e9114497"
288+
integrity sha512-vLktb2Uec81fxm/cfz2Hd6QaWOs8qdmVAZXLdOBX6JFJDhf6oDZpMzZ4/LZ6SFM/5DgDcxIMIvy3F+O9yZBuiQ==
289+
dependencies:
290+
"@typescript-eslint/scope-manager" "5.13.0"
291+
"@typescript-eslint/type-utils" "5.13.0"
292+
"@typescript-eslint/utils" "5.13.0"
293293
debug "^4.3.2"
294294
functional-red-black-tree "^1.0.1"
295295
ignore "^5.1.8"
296296
regexpp "^3.2.0"
297297
semver "^7.3.5"
298298
tsutils "^3.21.0"
299299

300-
"@typescript-eslint/parser@^5.12.1":
301-
version "5.12.1"
302-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.12.1.tgz#b090289b553b8aa0899740d799d0f96e6f49771b"
303-
integrity sha512-6LuVUbe7oSdHxUWoX/m40Ni8gsZMKCi31rlawBHt7VtW15iHzjbpj2WLiToG2758KjtCCiLRKZqfrOdl3cNKuw==
300+
"@typescript-eslint/parser@^5.13.0":
301+
version "5.13.0"
302+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.13.0.tgz#0394ed8f2f849273c0bf4b811994d177112ced5c"
303+
integrity sha512-GdrU4GvBE29tm2RqWOM0P5QfCtgCyN4hXICj/X9ibKED16136l9ZpoJvCL5pSKtmJzA+NRDzQ312wWMejCVVfg==
304304
dependencies:
305-
"@typescript-eslint/scope-manager" "5.12.1"
306-
"@typescript-eslint/types" "5.12.1"
307-
"@typescript-eslint/typescript-estree" "5.12.1"
305+
"@typescript-eslint/scope-manager" "5.13.0"
306+
"@typescript-eslint/types" "5.13.0"
307+
"@typescript-eslint/typescript-estree" "5.13.0"
308308
debug "^4.3.2"
309309

310-
"@typescript-eslint/scope-manager@5.12.1":
311-
version "5.12.1"
312-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.12.1.tgz#58734fd45d2d1dec49641aacc075fba5f0968817"
313-
integrity sha512-J0Wrh5xS6XNkd4TkOosxdpObzlYfXjAFIm9QxYLCPOcHVv1FyyFCPom66uIh8uBr0sZCrtS+n19tzufhwab8ZQ==
310+
"@typescript-eslint/scope-manager@5.13.0":
311+
version "5.13.0"
312+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.13.0.tgz#cf6aff61ca497cb19f0397eea8444a58f46156b6"
313+
integrity sha512-T4N8UvKYDSfVYdmJq7g2IPJYCRzwtp74KyDZytkR4OL3NRupvswvmJQJ4CX5tDSurW2cvCc1Ia1qM7d0jpa7IA==
314314
dependencies:
315-
"@typescript-eslint/types" "5.12.1"
316-
"@typescript-eslint/visitor-keys" "5.12.1"
315+
"@typescript-eslint/types" "5.13.0"
316+
"@typescript-eslint/visitor-keys" "5.13.0"
317317

318-
"@typescript-eslint/type-utils@5.12.1":
319-
version "5.12.1"
320-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.12.1.tgz#8d58c6a0bb176b5e9a91581cda1a7f91a114d3f0"
321-
integrity sha512-Gh8feEhsNLeCz6aYqynh61Vsdy+tiNNkQtc+bN3IvQvRqHkXGUhYkUi+ePKzP0Mb42se7FDb+y2SypTbpbR/Sg==
318+
"@typescript-eslint/type-utils@5.13.0":
319+
version "5.13.0"
320+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.13.0.tgz#b0efd45c85b7bab1125c97b752cab3a86c7b615d"
321+
integrity sha512-/nz7qFizaBM1SuqAKb7GLkcNn2buRdDgZraXlkhz+vUGiN1NZ9LzkA595tHHeduAiS2MsHqMNhE2zNzGdw43Yg==
322322
dependencies:
323-
"@typescript-eslint/utils" "5.12.1"
323+
"@typescript-eslint/utils" "5.13.0"
324324
debug "^4.3.2"
325325
tsutils "^3.21.0"
326326

327-
"@typescript-eslint/types@5.12.1":
328-
version "5.12.1"
329-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.12.1.tgz#46a36a28ff4d946821b58fe5a73c81dc2e12aa89"
330-
integrity sha512-hfcbq4qVOHV1YRdhkDldhV9NpmmAu2vp6wuFODL71Y0Ixak+FLeEU4rnPxgmZMnGreGEghlEucs9UZn5KOfHJA==
327+
"@typescript-eslint/types@5.13.0":
328+
version "5.13.0"
329+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.13.0.tgz#da1de4ae905b1b9ff682cab0bed6b2e3be9c04e5"
330+
integrity sha512-LmE/KO6DUy0nFY/OoQU0XelnmDt+V8lPQhh8MOVa7Y5k2gGRd6U9Kp3wAjhB4OHg57tUO0nOnwYQhRRyEAyOyg==
331331

332-
"@typescript-eslint/typescript-estree@5.12.1":
333-
version "5.12.1"
334-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.12.1.tgz#6a9425b9c305bcbc38e2d1d9a24c08e15e02b722"
335-
integrity sha512-ahOdkIY9Mgbza7L9sIi205Pe1inCkZWAHE1TV1bpxlU4RZNPtXaDZfiiFWcL9jdxvW1hDYZJXrFm+vlMkXRbBw==
332+
"@typescript-eslint/typescript-estree@5.13.0":
333+
version "5.13.0"
334+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.13.0.tgz#b37c07b748ff030a3e93d87c842714e020b78141"
335+
integrity sha512-Q9cQow0DeLjnp5DuEDjLZ6JIkwGx3oYZe+BfcNuw/POhtpcxMTy18Icl6BJqTSd+3ftsrfuVb7mNHRZf7xiaNA==
336336
dependencies:
337-
"@typescript-eslint/types" "5.12.1"
338-
"@typescript-eslint/visitor-keys" "5.12.1"
337+
"@typescript-eslint/types" "5.13.0"
338+
"@typescript-eslint/visitor-keys" "5.13.0"
339339
debug "^4.3.2"
340340
globby "^11.0.4"
341341
is-glob "^4.0.3"
342342
semver "^7.3.5"
343343
tsutils "^3.21.0"
344344

345-
"@typescript-eslint/utils@5.12.1":
346-
version "5.12.1"
347-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.12.1.tgz#447c24a05d9c33f9c6c64cb48f251f2371eef920"
348-
integrity sha512-Qq9FIuU0EVEsi8fS6pG+uurbhNTtoYr4fq8tKjBupsK5Bgbk2I32UGm0Sh+WOyjOPgo/5URbxxSNV6HYsxV4MQ==
345+
"@typescript-eslint/utils@5.13.0":
346+
version "5.13.0"
347+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.13.0.tgz#2328feca700eb02837298339a2e49c46b41bd0af"
348+
integrity sha512-+9oHlPWYNl6AwwoEt5TQryEHwiKRVjz7Vk6kaBeD3/kwHE5YqTGHtm/JZY8Bo9ITOeKutFaXnBlMgSATMJALUQ==
349349
dependencies:
350350
"@types/json-schema" "^7.0.9"
351-
"@typescript-eslint/scope-manager" "5.12.1"
352-
"@typescript-eslint/types" "5.12.1"
353-
"@typescript-eslint/typescript-estree" "5.12.1"
351+
"@typescript-eslint/scope-manager" "5.13.0"
352+
"@typescript-eslint/types" "5.13.0"
353+
"@typescript-eslint/typescript-estree" "5.13.0"
354354
eslint-scope "^5.1.1"
355355
eslint-utils "^3.0.0"
356356

357-
"@typescript-eslint/visitor-keys@5.12.1":
358-
version "5.12.1"
359-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.12.1.tgz#f722da106c8f9695ae5640574225e45af3e52ec3"
360-
integrity sha512-l1KSLfupuwrXx6wc0AuOmC7Ko5g14ZOQ86wJJqRbdLbXLK02pK/DPiDDqCc7BqqiiA04/eAA6ayL0bgOrAkH7A==
357+
"@typescript-eslint/visitor-keys@5.13.0":
358+
version "5.13.0"
359+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.13.0.tgz#f45ff55bcce16403b221ac9240fbeeae4764f0fd"
360+
integrity sha512-HLKEAS/qA1V7d9EzcpLFykTePmOQqOFim8oCvhY3pZgQ8Hi38hYpHd9e5GN6nQBFQNecNhws5wkS9Y5XIO0s/g==
361361
dependencies:
362-
"@typescript-eslint/types" "5.12.1"
362+
"@typescript-eslint/types" "5.13.0"
363363
eslint-visitor-keys "^3.0.0"
364364

365365
JSONStream@^1.0.4:
@@ -639,12 +639,12 @@ conventional-commits-parser@^3.2.2:
639639
through2 "^4.0.0"
640640

641641
cosmiconfig-typescript-loader@^1.0.0:
642-
version "1.0.5"
643-
resolved "https://registry.yarnpkg.com/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-1.0.5.tgz#22373003194a1887bbccbdfd05a13501397109a8"
644-
integrity sha512-FL/YR1nb8hyN0bAcP3MBaIoZravfZtVsN/RuPnoo6UVjqIrDxSNIpXHCGgJe0ZWy5yImpyD6jq5wCJ5f1nUv8g==
642+
version "1.0.6"
643+
resolved "https://registry.yarnpkg.com/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-1.0.6.tgz#6d879cece8063b15ec8a3258f55a8e94893c7cca"
644+
integrity sha512-2nEotziYJWtNtoTjKbchj9QrdTT6DBxCvqjNKoDKARw+e2yZmTQCa07uRrykLIZuvSgp69YXLH89UHc0WhdMfQ==
645645
dependencies:
646646
cosmiconfig "^7"
647-
ts-node "^10.5.0"
647+
ts-node "^10.6.0"
648648

649649
cosmiconfig@^7, cosmiconfig@^7.0.0:
650650
version "7.0.1"
@@ -1289,10 +1289,10 @@ lines-and-columns@^1.1.6:
12891289
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
12901290
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
12911291

1292-
lint-staged@^12.3.4:
1293-
version "12.3.4"
1294-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-12.3.4.tgz#4b1ff8c394c3e6da436aaec5afd4db18b5dac360"
1295-
integrity sha512-yv/iK4WwZ7/v0GtVkNb3R82pdL9M+ScpIbJLJNyCXkJ1FGaXvRCOg/SeL59SZtPpqZhE7BD6kPKFLIDUhDx2/w==
1292+
lint-staged@^12.3.5:
1293+
version "12.3.5"
1294+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-12.3.5.tgz#8048ce048c3cac12f57200a06344a54dc91c8fa9"
1295+
integrity sha512-oOH36RUs1It7b9U/C7Nl/a0sLfoIBcMB8ramiB3nuJ6brBqzsWiUAFSR5DQ3yyP/OR7XKMpijtgKl2DV1lQ3lA==
12961296
dependencies:
12971297
cli-truncate "^3.1.0"
12981298
colorette "^2.0.16"
@@ -1853,9 +1853,9 @@ string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
18531853
strip-ansi "^6.0.1"
18541854

18551855
string-width@^5.0.0:
1856-
version "5.1.1"
1857-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.1.tgz#8825ca5f6b8dd5566a674e4f85001475a4b9c46e"
1858-
integrity sha512-V4jFFhDoJzUOpG491nUrDginBuZi+wKtG+omlT5hgdBLYGPNNVT/o75JWwsSqClbrYMEV9Dvm3fXjZzxyOjk2w==
1856+
version "5.1.2"
1857+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
1858+
integrity sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==
18591859
dependencies:
18601860
eastasianwidth "^0.2.0"
18611861
emoji-regex "^9.2.2"
@@ -1957,10 +1957,10 @@ trim-newlines@^3.0.0:
19571957
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
19581958
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
19591959

1960-
ts-node@^10.5.0:
1961-
version "10.5.0"
1962-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.5.0.tgz#618bef5854c1fbbedf5e31465cbb224a1d524ef9"
1963-
integrity sha512-6kEJKwVxAJ35W4akuiysfKwKmjkbYxwQMTBaAxo9KKAx/Yd26mPUyhGz3ji+EsJoAgrLqVsYHNuuYwQe22lbtw==
1960+
ts-node@^10.6.0:
1961+
version "10.7.0"
1962+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.7.0.tgz#35d503d0fab3e2baa672a0e94f4b40653c2463f5"
1963+
integrity sha512-TbIGS4xgJoX2i3do417KSaep1uRAW/Lu+WAL2doDHC0D6ummjirVOXU5/7aiZotbQ5p1Zp9tP7U6cYhA0O7M8A==
19641964
dependencies:
19651965
"@cspotcode/source-map-support" "0.7.0"
19661966
"@tsconfig/node10" "^1.0.7"
@@ -2025,10 +2025,10 @@ type-fest@^0.8.1:
20252025
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d"
20262026
integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
20272027

2028-
typescript@^4.4.3, typescript@^4.5.5:
2029-
version "4.5.5"
2030-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.5.tgz#d8c953832d28924a9e3d37c73d729c846c5896f3"
2031-
integrity sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==
2028+
typescript@^4.4.3, typescript@^4.6.2:
2029+
version "4.6.2"
2030+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.2.tgz#fe12d2727b708f4eef40f51598b3398baa9611d4"
2031+
integrity sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==
20322032

20332033
universalify@^2.0.0:
20342034
version "2.0.0"

0 commit comments

Comments
 (0)