Skip to content

Commit 6133643

Browse files
Merge pull request #107 from technote-space/release/next-v0.5.55
release: v0.5.56
2 parents ac3286c + 9c7038f commit 6133643

File tree

2 files changed

+69
-75
lines changed

2 files changed

+69
-75
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.55",
3+
"version": "0.5.56",
44
"description": "Worker Controller",
55
"keywords": [
66
"github",
@@ -39,10 +39,10 @@
3939
"devDependencies": {
4040
"@commitlint/cli": "^17.1.2",
4141
"@commitlint/config-conventional": "^17.1.0",
42-
"@types/node": "^18.7.18",
43-
"@typescript-eslint/eslint-plugin": "^5.37.0",
44-
"@typescript-eslint/parser": "^5.37.0",
45-
"eslint": "^8.23.1",
42+
"@types/node": "^18.7.21",
43+
"@typescript-eslint/eslint-plugin": "^5.38.0",
44+
"@typescript-eslint/parser": "^5.38.0",
45+
"eslint": "^8.24.0",
4646
"husky": "^8.0.1",
4747
"lint-staged": "^13.0.3",
4848
"pinst": "^3.0.0",

yarn.lock

+64-70
Original file line numberDiff line numberDiff line change
@@ -200,10 +200,10 @@
200200
minimatch "^3.1.2"
201201
strip-json-comments "^3.1.1"
202202

203-
"@humanwhocodes/config-array@^0.10.4":
204-
version "0.10.4"
205-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.4.tgz#01e7366e57d2ad104feea63e72248f22015c520c"
206-
integrity sha512-mXAIHxZT3Vcpg83opl1wGlVZ9xydbfZO3r5YfRSH6Gpp2J/PfdBP0wbDa2sO6/qRbcalpoevVyW6A/fI6LfeMw==
203+
"@humanwhocodes/config-array@^0.10.5":
204+
version "0.10.5"
205+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.5.tgz#bb679745224745fff1e9a41961c1d45a49f81c04"
206+
integrity sha512-XVVDtp+dVvRxMoxSiSfasYaG02VEe1qH5cKgMQJWhol6HwzbcqoCMJi8dAGoYAO57jhUyhI6cWuRiTcRaDaYug==
207207
dependencies:
208208
"@humanwhocodes/object-schema" "^1.2.1"
209209
debug "^4.1.1"
@@ -294,14 +294,14 @@
294294
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
295295

296296
"@types/node@^14.0.0":
297-
version "14.18.29"
298-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.29.tgz#a0c58d67a42f8953c13d32f0acda47ed26dfce40"
299-
integrity sha512-LhF+9fbIX4iPzhsRLpK5H7iPdvW8L4IwGciXQIOEcuF62+9nw/VQVsOViAOOGxY3OlOKGLFv0sWwJXdwQeTn6A==
297+
version "14.18.30"
298+
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.30.tgz#34c8d934fe86b6ee5c21c08fc1b7858599c84a5a"
299+
integrity sha512-8OEyg4oc/CqN5+LbInKNLA8MfbGzbC+k8lVPePXazuwEVrVeQ9gwMDX00HJwWbC7syc1FWRU6Mow0Lm+mibHAQ==
300300

301-
"@types/node@^18.7.18":
302-
version "18.7.18"
303-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.18.tgz#633184f55c322e4fb08612307c274ee6d5ed3154"
304-
integrity sha512-m+6nTEOadJZuTPkKR/SYK3A2d7FZrgElol9UP1Kae90VVU4a6mxnPuLiIW1m4Cq4gZ/nWb9GrdVXJCoCazDAbg==
301+
"@types/node@^18.7.21":
302+
version "18.7.21"
303+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.21.tgz#63ee6688070e456325b6748dc492a7b948593871"
304+
integrity sha512-rLFzK5bhM0YPyCoTC8bolBjMk7bwnZ8qeZUBslBfjZQou2ssJdWslx9CZ8DGM+Dx7QXQiiTVZ/6QO6kwtHkZCA==
305305

306306
"@types/normalize-package-data@^2.4.0":
307307
version "2.4.1"
@@ -313,85 +313,84 @@
313313
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
314314
integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
315315

316-
"@typescript-eslint/eslint-plugin@^5.37.0":
317-
version "5.37.0"
318-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.37.0.tgz#5ccdd5d9004120f28fc6e717fb4b5c9bddcfbc04"
319-
integrity sha512-Fde6W0IafXktz1UlnhGkrrmnnGpAo1kyX7dnyHHVrmwJOn72Oqm3eYtddrpOwwel2W8PAK9F3pIL5S+lfoM0og==
316+
"@typescript-eslint/eslint-plugin@^5.38.0":
317+
version "5.38.0"
318+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.38.0.tgz#ac919a199548861012e8c1fb2ec4899ac2bc22ae"
319+
integrity sha512-GgHi/GNuUbTOeoJiEANi0oI6fF3gBQc3bGFYj40nnAPCbhrtEDf2rjBmefFadweBmO1Du1YovHeDP2h5JLhtTQ==
320320
dependencies:
321-
"@typescript-eslint/scope-manager" "5.37.0"
322-
"@typescript-eslint/type-utils" "5.37.0"
323-
"@typescript-eslint/utils" "5.37.0"
321+
"@typescript-eslint/scope-manager" "5.38.0"
322+
"@typescript-eslint/type-utils" "5.38.0"
323+
"@typescript-eslint/utils" "5.38.0"
324324
debug "^4.3.4"
325-
functional-red-black-tree "^1.0.1"
326325
ignore "^5.2.0"
327326
regexpp "^3.2.0"
328327
semver "^7.3.7"
329328
tsutils "^3.21.0"
330329

331-
"@typescript-eslint/parser@^5.37.0":
332-
version "5.37.0"
333-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.37.0.tgz#c382077973f3a4ede7453fb14cadcad3970cbf3b"
334-
integrity sha512-01VzI/ipYKuaG5PkE5+qyJ6m02fVALmMPY3Qq5BHflDx3y4VobbLdHQkSMg9VPRS4KdNt4oYTMaomFoHonBGAw==
330+
"@typescript-eslint/parser@^5.38.0":
331+
version "5.38.0"
332+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.38.0.tgz#5a59a1ff41a7b43aacd1bb2db54f6bf1c02b2ff8"
333+
integrity sha512-/F63giJGLDr0ms1Cr8utDAxP2SPiglaD6V+pCOcG35P2jCqdfR7uuEhz1GIC3oy4hkUF8xA1XSXmd9hOh/a5EA==
335334
dependencies:
336-
"@typescript-eslint/scope-manager" "5.37.0"
337-
"@typescript-eslint/types" "5.37.0"
338-
"@typescript-eslint/typescript-estree" "5.37.0"
335+
"@typescript-eslint/scope-manager" "5.38.0"
336+
"@typescript-eslint/types" "5.38.0"
337+
"@typescript-eslint/typescript-estree" "5.38.0"
339338
debug "^4.3.4"
340339

341-
"@typescript-eslint/scope-manager@5.37.0":
342-
version "5.37.0"
343-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.37.0.tgz#044980e4f1516a774a418dafe701a483a6c9f9ca"
344-
integrity sha512-F67MqrmSXGd/eZnujjtkPgBQzgespu/iCZ+54Ok9X5tALb9L2v3G+QBSoWkXG0p3lcTJsL+iXz5eLUEdSiJU9Q==
340+
"@typescript-eslint/scope-manager@5.38.0":
341+
version "5.38.0"
342+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.38.0.tgz#8f0927024b6b24e28671352c93b393a810ab4553"
343+
integrity sha512-ByhHIuNyKD9giwkkLqzezZ9y5bALW8VNY6xXcP+VxoH4JBDKjU5WNnsiD4HJdglHECdV+lyaxhvQjTUbRboiTA==
345344
dependencies:
346-
"@typescript-eslint/types" "5.37.0"
347-
"@typescript-eslint/visitor-keys" "5.37.0"
345+
"@typescript-eslint/types" "5.38.0"
346+
"@typescript-eslint/visitor-keys" "5.38.0"
348347

349-
"@typescript-eslint/type-utils@5.37.0":
350-
version "5.37.0"
351-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.37.0.tgz#43ed2f567ada49d7e33a6e4b6f9babd060445fe5"
352-
integrity sha512-BSx/O0Z0SXOF5tY0bNTBcDEKz2Ec20GVYvq/H/XNKiUorUFilH7NPbFUuiiyzWaSdN3PA8JV0OvYx0gH/5aFAQ==
348+
"@typescript-eslint/type-utils@5.38.0":
349+
version "5.38.0"
350+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.38.0.tgz#c8b7f681da825fcfc66ff2b63d70693880496876"
351+
integrity sha512-iZq5USgybUcj/lfnbuelJ0j3K9dbs1I3RICAJY9NZZpDgBYXmuUlYQGzftpQA9wC8cKgtS6DASTvF3HrXwwozA==
353352
dependencies:
354-
"@typescript-eslint/typescript-estree" "5.37.0"
355-
"@typescript-eslint/utils" "5.37.0"
353+
"@typescript-eslint/typescript-estree" "5.38.0"
354+
"@typescript-eslint/utils" "5.38.0"
356355
debug "^4.3.4"
357356
tsutils "^3.21.0"
358357

359-
"@typescript-eslint/types@5.37.0":
360-
version "5.37.0"
361-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.37.0.tgz#09e4870a5f3af7af3f84e08d792644a87d232261"
362-
integrity sha512-3frIJiTa5+tCb2iqR/bf7XwU20lnU05r/sgPJnRpwvfZaqCJBrl8Q/mw9vr3NrNdB/XtVyMA0eppRMMBqdJ1bA==
358+
"@typescript-eslint/types@5.38.0":
359+
version "5.38.0"
360+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.38.0.tgz#8cd15825e4874354e31800dcac321d07548b8a5f"
361+
integrity sha512-HHu4yMjJ7i3Cb+8NUuRCdOGu2VMkfmKyIJsOr9PfkBVYLYrtMCK/Ap50Rpov+iKpxDTfnqvDbuPLgBE5FwUNfA==
363362

364-
"@typescript-eslint/typescript-estree@5.37.0":
365-
version "5.37.0"
366-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.37.0.tgz#956dcf5c98363bcb97bdd5463a0a86072ff79355"
367-
integrity sha512-JkFoFIt/cx59iqEDSgIGnQpCTRv96MQnXCYvJi7QhBC24uyuzbD8wVbajMB1b9x4I0octYFJ3OwjAwNqk1AjDA==
363+
"@typescript-eslint/typescript-estree@5.38.0":
364+
version "5.38.0"
365+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.38.0.tgz#89f86b2279815c6fb7f57d68cf9b813f0dc25d98"
366+
integrity sha512-6P0RuphkR+UuV7Avv7MU3hFoWaGcrgOdi8eTe1NwhMp2/GjUJoODBTRWzlHpZh6lFOaPmSvgxGlROa0Sg5Zbyg==
368367
dependencies:
369-
"@typescript-eslint/types" "5.37.0"
370-
"@typescript-eslint/visitor-keys" "5.37.0"
368+
"@typescript-eslint/types" "5.38.0"
369+
"@typescript-eslint/visitor-keys" "5.38.0"
371370
debug "^4.3.4"
372371
globby "^11.1.0"
373372
is-glob "^4.0.3"
374373
semver "^7.3.7"
375374
tsutils "^3.21.0"
376375

377-
"@typescript-eslint/utils@5.37.0":
378-
version "5.37.0"
379-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.37.0.tgz#7784cb8e91390c4f90ccaffd24a0cf9874df81b2"
380-
integrity sha512-jUEJoQrWbZhmikbcWSMDuUSxEE7ID2W/QCV/uz10WtQqfOuKZUqFGjqLJ+qhDd17rjgp+QJPqTdPIBWwoob2NQ==
376+
"@typescript-eslint/utils@5.38.0":
377+
version "5.38.0"
378+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.38.0.tgz#5b31f4896471818153790700eb02ac869a1543f4"
379+
integrity sha512-6sdeYaBgk9Fh7N2unEXGz+D+som2QCQGPAf1SxrkEr+Z32gMreQ0rparXTNGRRfYUWk/JzbGdcM8NSSd6oqnTA==
381380
dependencies:
382381
"@types/json-schema" "^7.0.9"
383-
"@typescript-eslint/scope-manager" "5.37.0"
384-
"@typescript-eslint/types" "5.37.0"
385-
"@typescript-eslint/typescript-estree" "5.37.0"
382+
"@typescript-eslint/scope-manager" "5.38.0"
383+
"@typescript-eslint/types" "5.38.0"
384+
"@typescript-eslint/typescript-estree" "5.38.0"
386385
eslint-scope "^5.1.1"
387386
eslint-utils "^3.0.0"
388387

389-
"@typescript-eslint/visitor-keys@5.37.0":
390-
version "5.37.0"
391-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.37.0.tgz#7b72dd343295ea11e89b624995abc7103c554eee"
392-
integrity sha512-Hp7rT4cENBPIzMwrlehLW/28EVCOcE9U1Z1BQTc8EA8v5qpr7GRGuG+U58V5tTY48zvUOA3KHvw3rA8tY9fbdA==
388+
"@typescript-eslint/visitor-keys@5.38.0":
389+
version "5.38.0"
390+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.38.0.tgz#60591ca3bf78aa12b25002c0993d067c00887e34"
391+
integrity sha512-MxnrdIyArnTi+XyFLR+kt/uNAcdOnmT+879os7qDRI+EYySR4crXJq9BXPfRzzLGq0wgxkwidrCJ9WCAoacm1w==
393392
dependencies:
394-
"@typescript-eslint/types" "5.37.0"
393+
"@typescript-eslint/types" "5.38.0"
395394
eslint-visitor-keys "^3.3.0"
396395

397396
JSONStream@^1.0.4:
@@ -836,13 +835,13 @@ eslint-visitor-keys@^3.3.0:
836835
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
837836
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
838837

839-
eslint@^8.23.1:
840-
version "8.23.1"
841-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.23.1.tgz#cfd7b3f7fdd07db8d16b4ac0516a29c8d8dca5dc"
842-
integrity sha512-w7C1IXCc6fNqjpuYd0yPlcTKKmHlHHktRkzmBPZ+7cvNBQuiNjx0xaMTjAJGCafJhQkrFJooREv0CtrVzmHwqg==
838+
eslint@^8.24.0:
839+
version "8.24.0"
840+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.24.0.tgz#489516c927a5da11b3979dbfb2679394523383c8"
841+
integrity sha512-dWFaPhGhTAiPcCgm3f6LI2MBWbogMnTJzFBbhXVRQDJPkr9pGZvVjlVfXd+vyDcWPA2Ic9L2AXPIQM0+vk/cSQ==
843842
dependencies:
844843
"@eslint/eslintrc" "^1.3.2"
845-
"@humanwhocodes/config-array" "^0.10.4"
844+
"@humanwhocodes/config-array" "^0.10.5"
846845
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
847846
"@humanwhocodes/module-importer" "^1.0.1"
848847
ajv "^6.10.0"
@@ -1044,11 +1043,6 @@ function-bind@^1.1.1:
10441043
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
10451044
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
10461045

1047-
functional-red-black-tree@^1.0.1:
1048-
version "1.0.1"
1049-
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
1050-
integrity sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==
1051-
10521046
get-caller-file@^2.0.5:
10531047
version "2.0.5"
10541048
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"

0 commit comments

Comments
 (0)