diff --git a/package.json b/package.json index f2ee3f2c..c6132b75 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "devDependencies": { "@qiwi/multi-semantic-release": "7.1.0", "@types/eslint": "8.44.6", - "@typescript-eslint/parser": "6.8.0", + "@typescript-eslint/parser": "6.9.0", "@willbooster/prettier-config": "9.1.1", "conventional-changelog-conventionalcommits": "6.1.0", "eslint": "8.52.0", diff --git a/packages/shared-lib-blitz-next/package.json b/packages/shared-lib-blitz-next/package.json index 56d7960e..1dfa3106 100644 --- a/packages/shared-lib-blitz-next/package.json +++ b/packages/shared-lib-blitz-next/package.json @@ -38,8 +38,8 @@ "devDependencies": { "@types/eslint": "8.44.6", "@types/micromatch": "4.0.4", - "@typescript-eslint/eslint-plugin": "6.8.0", - "@typescript-eslint/parser": "6.8.0", + "@typescript-eslint/eslint-plugin": "6.9.0", + "@typescript-eslint/parser": "6.9.0", "@willbooster/eslint-config-ts": "10.5.0", "@willbooster/prettier-config": "9.1.1", "blitz": "2.0.0-beta.34", diff --git a/packages/shared-lib-node/package.json b/packages/shared-lib-node/package.json index 0b6b48b7..4b56eeb2 100644 --- a/packages/shared-lib-node/package.json +++ b/packages/shared-lib-node/package.json @@ -43,8 +43,8 @@ "@types/eslint": "8.44.6", "@types/micromatch": "4.0.4", "@types/node": "20.8.7", - "@typescript-eslint/eslint-plugin": "6.8.0", - "@typescript-eslint/parser": "6.8.0", + "@typescript-eslint/eslint-plugin": "6.9.0", + "@typescript-eslint/parser": "6.9.0", "@willbooster/eslint-config-ts": "10.5.0", "@willbooster/prettier-config": "9.1.1", "build-ts": "11.0.4", diff --git a/packages/shared-lib-react/package.json b/packages/shared-lib-react/package.json index 5b1bfb91..14daf942 100644 --- a/packages/shared-lib-react/package.json +++ b/packages/shared-lib-react/package.json @@ -48,8 +48,8 @@ "@types/micromatch": "4.0.4", "@types/react": "18.2.31", "@types/react-dom": "18.2.14", - "@typescript-eslint/eslint-plugin": "6.8.0", - "@typescript-eslint/parser": "6.8.0", + "@typescript-eslint/eslint-plugin": "6.9.0", + "@typescript-eslint/parser": "6.9.0", "@willbooster/eslint-config-ts-react": "10.1.7", "@willbooster/prettier-config": "9.1.1", "babel-loader": "9.1.3", diff --git a/packages/shared-lib/package.json b/packages/shared-lib/package.json index dd9afd86..61a81956 100644 --- a/packages/shared-lib/package.json +++ b/packages/shared-lib/package.json @@ -38,8 +38,8 @@ "devDependencies": { "@types/eslint": "8.44.6", "@types/micromatch": "4.0.4", - "@typescript-eslint/eslint-plugin": "6.8.0", - "@typescript-eslint/parser": "6.8.0", + "@typescript-eslint/eslint-plugin": "6.9.0", + "@typescript-eslint/parser": "6.9.0", "@willbooster/eslint-config-ts": "10.5.0", "@willbooster/prettier-config": "9.1.1", "build-ts": "11.0.4", diff --git a/packages/wb/package.json b/packages/wb/package.json index ed83a966..4d4d505d 100644 --- a/packages/wb/package.json +++ b/packages/wb/package.json @@ -35,8 +35,8 @@ "@types/micromatch": "4.0.4", "@types/node": "20.8.7", "@types/yargs": "17.0.29", - "@typescript-eslint/eslint-plugin": "6.8.0", - "@typescript-eslint/parser": "6.8.0", + "@typescript-eslint/eslint-plugin": "6.9.0", + "@typescript-eslint/parser": "6.9.0", "@willbooster/eslint-config-ts": "10.5.0", "@willbooster/prettier-config": "9.1.1", "build-ts": "11.0.4", diff --git a/yarn.lock b/yarn.lock index d5e0815b..92751d38 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5832,15 +5832,15 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/eslint-plugin@npm:6.8.0": - version: 6.8.0 - resolution: "@typescript-eslint/eslint-plugin@npm:6.8.0" +"@typescript-eslint/eslint-plugin@npm:6.9.0": + version: 6.9.0 + resolution: "@typescript-eslint/eslint-plugin@npm:6.9.0" dependencies: "@eslint-community/regexpp": "npm:^4.5.1" - "@typescript-eslint/scope-manager": "npm:6.8.0" - "@typescript-eslint/type-utils": "npm:6.8.0" - "@typescript-eslint/utils": "npm:6.8.0" - "@typescript-eslint/visitor-keys": "npm:6.8.0" + "@typescript-eslint/scope-manager": "npm:6.9.0" + "@typescript-eslint/type-utils": "npm:6.9.0" + "@typescript-eslint/utils": "npm:6.9.0" + "@typescript-eslint/visitor-keys": "npm:6.9.0" debug: "npm:^4.3.4" graphemer: "npm:^1.4.0" ignore: "npm:^5.2.4" @@ -5853,25 +5853,25 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: bb86942c67a3aa050e9fe568d1156ef4b7769cde826f1ea41f7c3419dde6d75e785f5846a5887f3816d2fe58e6136ef593153147ab7983f0d9f339dbd4fb3f5c + checksum: 0907c596b1309f4f9e49fb82906ac05a03ec10b5127a0c4628bd9027b0e4a5344a8278af44d5eb69a6819af1b30487e54b5209eacc17334269dbbd4c8fc10aa9 languageName: node linkType: hard -"@typescript-eslint/parser@npm:6.8.0": - version: 6.8.0 - resolution: "@typescript-eslint/parser@npm:6.8.0" +"@typescript-eslint/parser@npm:6.9.0": + version: 6.9.0 + resolution: "@typescript-eslint/parser@npm:6.9.0" dependencies: - "@typescript-eslint/scope-manager": "npm:6.8.0" - "@typescript-eslint/types": "npm:6.8.0" - "@typescript-eslint/typescript-estree": "npm:6.8.0" - "@typescript-eslint/visitor-keys": "npm:6.8.0" + "@typescript-eslint/scope-manager": "npm:6.9.0" + "@typescript-eslint/types": "npm:6.9.0" + "@typescript-eslint/typescript-estree": "npm:6.9.0" + "@typescript-eslint/visitor-keys": "npm:6.9.0" debug: "npm:^4.3.4" peerDependencies: eslint: ^7.0.0 || ^8.0.0 peerDependenciesMeta: typescript: optional: true - checksum: 958f7cb1cafd1388a2ba000c84a1caf3d62047d51d1c481f548cf450c8e9fc4cbcb4e9d2a0d18bbc5915bba5389bb7d20d8b36aa22f2354ef9c3bf80bb14622a + checksum: b1943297f4c5fa2bf9293c61b717037a21d73f36b67ad7a1180b6961fcfa6540dfc327365827b4316fd032f5c587e46be206b235c5f982f7a49f7191f4c653ad languageName: node linkType: hard @@ -5885,22 +5885,22 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/scope-manager@npm:6.8.0": - version: 6.8.0 - resolution: "@typescript-eslint/scope-manager@npm:6.8.0" +"@typescript-eslint/scope-manager@npm:6.9.0": + version: 6.9.0 + resolution: "@typescript-eslint/scope-manager@npm:6.9.0" dependencies: - "@typescript-eslint/types": "npm:6.8.0" - "@typescript-eslint/visitor-keys": "npm:6.8.0" - checksum: c528d858a3c647ca695d2245b6009f8d779a165c9de419f4f17ad861312964c767e0963781c38627ddb3a7ff4f68d8a9f095a8a1f30f194356ec53aefb7a5363 + "@typescript-eslint/types": "npm:6.9.0" + "@typescript-eslint/visitor-keys": "npm:6.9.0" + checksum: 26b52a02419edf073859b7a3d15b4b4a9b3acd7e33232bff2cb2589cdf81c784cd818f677b6eefc08f3354ed4aa010b370a085ec89e8150fffeba8da0d3951ad languageName: node linkType: hard -"@typescript-eslint/type-utils@npm:6.8.0": - version: 6.8.0 - resolution: "@typescript-eslint/type-utils@npm:6.8.0" +"@typescript-eslint/type-utils@npm:6.9.0": + version: 6.9.0 + resolution: "@typescript-eslint/type-utils@npm:6.9.0" dependencies: - "@typescript-eslint/typescript-estree": "npm:6.8.0" - "@typescript-eslint/utils": "npm:6.8.0" + "@typescript-eslint/typescript-estree": "npm:6.9.0" + "@typescript-eslint/utils": "npm:6.9.0" debug: "npm:^4.3.4" ts-api-utils: "npm:^1.0.1" peerDependencies: @@ -5908,7 +5908,7 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: dea804a02e6e3280c9d9665adf6e399d33e51d90516497a55e1534733da07aff7230b16e942e2c61e0616cca1f26f6c42fed0e4ad3672ffd3843bdcc95ba858a + checksum: ac56a0e5a90a9ea3c1e54a908f8da95b7ae37cde3395554a310517aeee8a0da0747162ca8db389f7fe0e7cd414f4c34ed4684553c396eb1ff0b4d5ce2071a798 languageName: node linkType: hard @@ -5919,10 +5919,10 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/types@npm:6.8.0": - version: 6.8.0 - resolution: "@typescript-eslint/types@npm:6.8.0" - checksum: 714a716f796a805335768ca5b762e2202173586d802cc0ce4e49dac8c211056f66af6a57c8eb29dbc58c310204062f8ed48007e962f345e2ecfa290abacafaec +"@typescript-eslint/types@npm:6.9.0": + version: 6.9.0 + resolution: "@typescript-eslint/types@npm:6.9.0" + checksum: 18ca92e19ed45407f55e75353047e9cd08183639939ba912a995c89bac89cfc28ddd10f02d8d8f71e44494337f80ee87096aff9498026f0d23f1899a72adf70a languageName: node linkType: hard @@ -5944,12 +5944,12 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/typescript-estree@npm:6.8.0": - version: 6.8.0 - resolution: "@typescript-eslint/typescript-estree@npm:6.8.0" +"@typescript-eslint/typescript-estree@npm:6.9.0": + version: 6.9.0 + resolution: "@typescript-eslint/typescript-estree@npm:6.9.0" dependencies: - "@typescript-eslint/types": "npm:6.8.0" - "@typescript-eslint/visitor-keys": "npm:6.8.0" + "@typescript-eslint/types": "npm:6.9.0" + "@typescript-eslint/visitor-keys": "npm:6.9.0" debug: "npm:^4.3.4" globby: "npm:^11.1.0" is-glob: "npm:^4.0.3" @@ -5958,24 +5958,24 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 9707f1b3e7189686dd0f68407b2f147597b4604384e54e47abd95cdaff4e2a2b76ef89a25bd584f0285011f4303d576b0705623e24288eed8121e56d6b90da44 + checksum: cf747f1540ac4760b01a56acf6a5d84457d46a3542309d9c853323cb6ca307559114e3226e6c2f17d757b42f52ee9c8dc57368cc34a8f292ff105b1fca9a3601 languageName: node linkType: hard -"@typescript-eslint/utils@npm:6.8.0": - version: 6.8.0 - resolution: "@typescript-eslint/utils@npm:6.8.0" +"@typescript-eslint/utils@npm:6.9.0": + version: 6.9.0 + resolution: "@typescript-eslint/utils@npm:6.9.0" dependencies: "@eslint-community/eslint-utils": "npm:^4.4.0" "@types/json-schema": "npm:^7.0.12" "@types/semver": "npm:^7.5.0" - "@typescript-eslint/scope-manager": "npm:6.8.0" - "@typescript-eslint/types": "npm:6.8.0" - "@typescript-eslint/typescript-estree": "npm:6.8.0" + "@typescript-eslint/scope-manager": "npm:6.9.0" + "@typescript-eslint/types": "npm:6.9.0" + "@typescript-eslint/typescript-estree": "npm:6.9.0" semver: "npm:^7.5.4" peerDependencies: eslint: ^7.0.0 || ^8.0.0 - checksum: e882a84fd8906f8c3227ae25568d2ff565ff4bad665102808e087b13fdb79fb4f122a76132f01157baf535f91afb96734d1d07296fdecd44c465a59af9894e8e + checksum: bf9ef9ad66212a46ddf8335d16f80a583803c2ba2d3b1f2a8f37449b0409105377d03fa52381c57676aae48dd5cf83adba2465155b6b96b8c91a40a5987a6ded languageName: node linkType: hard @@ -6007,13 +6007,13 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/visitor-keys@npm:6.8.0": - version: 6.8.0 - resolution: "@typescript-eslint/visitor-keys@npm:6.8.0" +"@typescript-eslint/visitor-keys@npm:6.9.0": + version: 6.9.0 + resolution: "@typescript-eslint/visitor-keys@npm:6.9.0" dependencies: - "@typescript-eslint/types": "npm:6.8.0" + "@typescript-eslint/types": "npm:6.9.0" eslint-visitor-keys: "npm:^3.4.1" - checksum: 71c3080eea8928eb6337889f767f2d5ee666aa87edd376fdeafabeb9b99171760c074d3bf413d7227920c9ad0ba7e93207cace8394793442fb3bc7ead438a24d + checksum: fa255a8fd74c4f3cf990281a70d76dafc0f7fc4122507051210b74627ae4b514903c7eaab69090f47ff8421ee48f218633849939653cb6c48001fcc9f4bc65d8 languageName: node linkType: hard @@ -6320,8 +6320,8 @@ __metadata: dependencies: "@types/eslint": "npm:8.44.6" "@types/micromatch": "npm:4.0.4" - "@typescript-eslint/eslint-plugin": "npm:6.8.0" - "@typescript-eslint/parser": "npm:6.8.0" + "@typescript-eslint/eslint-plugin": "npm:6.9.0" + "@typescript-eslint/parser": "npm:6.9.0" "@willbooster/eslint-config-ts": "npm:10.5.0" "@willbooster/prettier-config": "npm:9.1.1" blitz: "npm:2.0.0-beta.34" @@ -6359,8 +6359,8 @@ __metadata: "@types/eslint": "npm:8.44.6" "@types/micromatch": "npm:4.0.4" "@types/node": "npm:20.8.7" - "@typescript-eslint/eslint-plugin": "npm:6.8.0" - "@typescript-eslint/parser": "npm:6.8.0" + "@typescript-eslint/eslint-plugin": "npm:6.9.0" + "@typescript-eslint/parser": "npm:6.9.0" "@willbooster/eslint-config-ts": "npm:10.5.0" "@willbooster/prettier-config": "npm:9.1.1" build-ts: "npm:11.0.4" @@ -6401,8 +6401,8 @@ __metadata: "@types/micromatch": "npm:4.0.4" "@types/react": "npm:18.2.31" "@types/react-dom": "npm:18.2.14" - "@typescript-eslint/eslint-plugin": "npm:6.8.0" - "@typescript-eslint/parser": "npm:6.8.0" + "@typescript-eslint/eslint-plugin": "npm:6.9.0" + "@typescript-eslint/parser": "npm:6.9.0" "@willbooster/eslint-config-ts-react": "npm:10.1.7" "@willbooster/prettier-config": "npm:9.1.1" babel-loader: "npm:9.1.3" @@ -6437,8 +6437,8 @@ __metadata: dependencies: "@types/eslint": "npm:8.44.6" "@types/micromatch": "npm:4.0.4" - "@typescript-eslint/eslint-plugin": "npm:6.8.0" - "@typescript-eslint/parser": "npm:6.8.0" + "@typescript-eslint/eslint-plugin": "npm:6.9.0" + "@typescript-eslint/parser": "npm:6.9.0" "@willbooster/eslint-config-ts": "npm:10.5.0" "@willbooster/prettier-config": "npm:9.1.1" build-ts: "npm:11.0.4" @@ -6467,8 +6467,8 @@ __metadata: "@types/micromatch": "npm:4.0.4" "@types/node": "npm:20.8.7" "@types/yargs": "npm:17.0.29" - "@typescript-eslint/eslint-plugin": "npm:6.8.0" - "@typescript-eslint/parser": "npm:6.8.0" + "@typescript-eslint/eslint-plugin": "npm:6.9.0" + "@typescript-eslint/parser": "npm:6.9.0" "@willbooster/eslint-config-ts": "npm:10.5.0" "@willbooster/prettier-config": "npm:9.1.1" build-ts: "npm:11.0.4" @@ -20947,7 +20947,7 @@ __metadata: dependencies: "@qiwi/multi-semantic-release": "npm:7.1.0" "@types/eslint": "npm:8.44.6" - "@typescript-eslint/parser": "npm:6.8.0" + "@typescript-eslint/parser": "npm:6.9.0" "@willbooster/prettier-config": "npm:9.1.1" conventional-changelog-conventionalcommits: "npm:6.1.0" eslint: "npm:8.52.0"