From 8a316fa9def3b5214c377f6c74adbdf49df94c2a Mon Sep 17 00:00:00 2001 From: "WillBooster Inc." Date: Tue, 19 Sep 2023 14:41:13 +0000 Subject: [PATCH] chore: willboosterify this repo --- .github/pull_request_template.md | 2 +- package.json | 2 +- packages/shared-lib-blitz-next/package.json | 4 +- packages/shared-lib-node/package.json | 4 +- packages/shared-lib-react/package.json | 4 +- packages/shared-lib/package.json | 4 +- packages/wb/package.json | 4 +- yarn.lock | 122 ++++++++++---------- 8 files changed, 73 insertions(+), 73 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 463984b8..958d4fd8 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,7 +2,7 @@ Close # ## Self Check -- [ ] I've confirmed `All checks have passed` on PR page. +- [ ] I've confirmed `All checks have passed` on PR page. (You may leave this box unchecked due to long workflows.) - PR title follows [Angular's commit message format](https://github.com/angular/angular/blob/main/CONTRIBUTING.md#-commit-message-format). - PR title doesn't have `WIP:`. - All tests are passed. diff --git a/package.json b/package.json index 0a9343dd..1e73b675 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "devDependencies": { "@qiwi/multi-semantic-release": "7.0.0", "@types/eslint": "8.44.2", - "@typescript-eslint/parser": "6.7.0", + "@typescript-eslint/parser": "6.7.2", "@willbooster/prettier-config": "9.1.1", "conventional-changelog-conventionalcommits": "6.1.0", "eslint": "8.49.0", diff --git a/packages/shared-lib-blitz-next/package.json b/packages/shared-lib-blitz-next/package.json index e59f94d0..9764d16a 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.2", "@types/micromatch": "4.0.2", - "@typescript-eslint/eslint-plugin": "6.7.0", - "@typescript-eslint/parser": "6.7.0", + "@typescript-eslint/eslint-plugin": "6.7.2", + "@typescript-eslint/parser": "6.7.2", "@willbooster/eslint-config-ts": "10.5.0", "@willbooster/prettier-config": "9.1.1", "blitz": "2.0.0-beta.33", diff --git a/packages/shared-lib-node/package.json b/packages/shared-lib-node/package.json index f272a461..3eec2089 100644 --- a/packages/shared-lib-node/package.json +++ b/packages/shared-lib-node/package.json @@ -43,8 +43,8 @@ "@types/eslint": "8.44.2", "@types/micromatch": "4.0.2", "@types/node": "18.17.16", - "@typescript-eslint/eslint-plugin": "6.7.0", - "@typescript-eslint/parser": "6.7.0", + "@typescript-eslint/eslint-plugin": "6.7.2", + "@typescript-eslint/parser": "6.7.2", "@willbooster/eslint-config-ts": "10.5.0", "@willbooster/prettier-config": "9.1.1", "build-ts": "9.1.4", diff --git a/packages/shared-lib-react/package.json b/packages/shared-lib-react/package.json index 19c6c1f0..8c3b7949 100644 --- a/packages/shared-lib-react/package.json +++ b/packages/shared-lib-react/package.json @@ -48,8 +48,8 @@ "@types/micromatch": "4.0.2", "@types/react": "18.2.21", "@types/react-dom": "18.2.7", - "@typescript-eslint/eslint-plugin": "6.7.0", - "@typescript-eslint/parser": "6.7.0", + "@typescript-eslint/eslint-plugin": "6.7.2", + "@typescript-eslint/parser": "6.7.2", "@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 9a8c9e4b..aba6ebd7 100644 --- a/packages/shared-lib/package.json +++ b/packages/shared-lib/package.json @@ -38,8 +38,8 @@ "devDependencies": { "@types/eslint": "8.44.2", "@types/micromatch": "4.0.2", - "@typescript-eslint/eslint-plugin": "6.7.0", - "@typescript-eslint/parser": "6.7.0", + "@typescript-eslint/eslint-plugin": "6.7.2", + "@typescript-eslint/parser": "6.7.2", "@willbooster/eslint-config-ts": "10.5.0", "@willbooster/prettier-config": "9.1.1", "build-ts": "9.1.4", diff --git a/packages/wb/package.json b/packages/wb/package.json index 9a0659e7..3fa9ce31 100644 --- a/packages/wb/package.json +++ b/packages/wb/package.json @@ -35,8 +35,8 @@ "@types/micromatch": "4.0.2", "@types/node": "18.17.16", "@types/yargs": "17.0.24", - "@typescript-eslint/eslint-plugin": "6.7.0", - "@typescript-eslint/parser": "6.7.0", + "@typescript-eslint/eslint-plugin": "6.7.2", + "@typescript-eslint/parser": "6.7.2", "@willbooster/eslint-config-ts": "10.5.0", "@willbooster/prettier-config": "9.1.1", "build-ts": "9.1.4", diff --git a/yarn.lock b/yarn.lock index 0ac318d3..e4049935 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5893,15 +5893,15 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/eslint-plugin@npm:6.7.0": - version: 6.7.0 - resolution: "@typescript-eslint/eslint-plugin@npm:6.7.0" +"@typescript-eslint/eslint-plugin@npm:6.7.2": + version: 6.7.2 + resolution: "@typescript-eslint/eslint-plugin@npm:6.7.2" dependencies: "@eslint-community/regexpp": "npm:^4.5.1" - "@typescript-eslint/scope-manager": "npm:6.7.0" - "@typescript-eslint/type-utils": "npm:6.7.0" - "@typescript-eslint/utils": "npm:6.7.0" - "@typescript-eslint/visitor-keys": "npm:6.7.0" + "@typescript-eslint/scope-manager": "npm:6.7.2" + "@typescript-eslint/type-utils": "npm:6.7.2" + "@typescript-eslint/utils": "npm:6.7.2" + "@typescript-eslint/visitor-keys": "npm:6.7.2" debug: "npm:^4.3.4" graphemer: "npm:^1.4.0" ignore: "npm:^5.2.4" @@ -5914,25 +5914,25 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: f78a8de1311776bb3dd614f4a7d9cb098601ea0ccc1bec2317518794c473a813ccc58262304b999170720c16c280b56b928ba98aaa1c6a2ff9e73b7a7f9a831a + checksum: ce0c1f0cc56cdf0d442439288a8d3530fff224b93840d7bd862da38521865f60516aa6a006d77e48dc91c296915e27c1b9131bff5d7495c9e848280f53e4dd03 languageName: node linkType: hard -"@typescript-eslint/parser@npm:6.7.0": - version: 6.7.0 - resolution: "@typescript-eslint/parser@npm:6.7.0" +"@typescript-eslint/parser@npm:6.7.2": + version: 6.7.2 + resolution: "@typescript-eslint/parser@npm:6.7.2" dependencies: - "@typescript-eslint/scope-manager": "npm:6.7.0" - "@typescript-eslint/types": "npm:6.7.0" - "@typescript-eslint/typescript-estree": "npm:6.7.0" - "@typescript-eslint/visitor-keys": "npm:6.7.0" + "@typescript-eslint/scope-manager": "npm:6.7.2" + "@typescript-eslint/types": "npm:6.7.2" + "@typescript-eslint/typescript-estree": "npm:6.7.2" + "@typescript-eslint/visitor-keys": "npm:6.7.2" debug: "npm:^4.3.4" peerDependencies: eslint: ^7.0.0 || ^8.0.0 peerDependenciesMeta: typescript: optional: true - checksum: 2b15d9b1624b68ea0e17f401809d1a6e5f212ff922c45a0e63bf9bc584c1a5608a461f1c5f3d781f2060556ec512b7d957d5162848c957b96f54f485e128a93b + checksum: dde49a291d15e4eba0f286de40bd6ebcec4167979220bba5c30ff94a3c5f6f36ce2d04e7df94204a84b8cb99c261252b972500e2c46733a55d8c8c325937eeca languageName: node linkType: hard @@ -5946,22 +5946,22 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/scope-manager@npm:6.7.0": - version: 6.7.0 - resolution: "@typescript-eslint/scope-manager@npm:6.7.0" +"@typescript-eslint/scope-manager@npm:6.7.2": + version: 6.7.2 + resolution: "@typescript-eslint/scope-manager@npm:6.7.2" dependencies: - "@typescript-eslint/types": "npm:6.7.0" - "@typescript-eslint/visitor-keys": "npm:6.7.0" - checksum: c4cfb790c61eec7e1b6309eb6cc7d863b4d3dfc84e844dfee9fe21ddc86e68b4fde1f70ef5f26ce7c0f66b73f410d51c2f80b97dc697b77aef1f54b9fbbd23c4 + "@typescript-eslint/types": "npm:6.7.2" + "@typescript-eslint/visitor-keys": "npm:6.7.2" + checksum: 806cc2c10edb3324763bbedfa922147bf38b114da432c5feb11886f1b7f9f498b014cb1c26fbd9ea18ead3245abe268e29ea120962fd463de0a950ca69f620c4 languageName: node linkType: hard -"@typescript-eslint/type-utils@npm:6.7.0": - version: 6.7.0 - resolution: "@typescript-eslint/type-utils@npm:6.7.0" +"@typescript-eslint/type-utils@npm:6.7.2": + version: 6.7.2 + resolution: "@typescript-eslint/type-utils@npm:6.7.2" dependencies: - "@typescript-eslint/typescript-estree": "npm:6.7.0" - "@typescript-eslint/utils": "npm:6.7.0" + "@typescript-eslint/typescript-estree": "npm:6.7.2" + "@typescript-eslint/utils": "npm:6.7.2" debug: "npm:^4.3.4" ts-api-utils: "npm:^1.0.1" peerDependencies: @@ -5969,7 +5969,7 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 40eff7625ae7a9d32cf3e413891196ab32ef6472eef563e191fa388b3f717515e43395de34e80c763a9e4e36e71494df19a04ad3d0bb4db1df5e8833c5c6b337 + checksum: 4ca831cbeeb221ed318d9761b1e3652bc55c391029cfc588ff5535b43542fb454684ef62f21f7c27c60dd75daea6c79320c177a501646b78bee5403c67027df3 languageName: node linkType: hard @@ -5980,10 +5980,10 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/types@npm:6.7.0": - version: 6.7.0 - resolution: "@typescript-eslint/types@npm:6.7.0" - checksum: 7d79d5dafa8003de00721e0c6983dc24bfee249b9d2e072044f3a4ec5d85aa90c7d095531dc081f4da607e2ad8aa67a6f401fa840b5a3b3eea05d8ac6bb6a006 +"@typescript-eslint/types@npm:6.7.2": + version: 6.7.2 + resolution: "@typescript-eslint/types@npm:6.7.2" + checksum: d5daf0051609b1bbe5a0d43a130647c23e2951f2443307d3b5dd323a71e3bedd32f3263a4bb5fdfaa8ad8a78c865ba3d5b606695cb27d85c412d2a8931c5d9a6 languageName: node linkType: hard @@ -6005,12 +6005,12 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/typescript-estree@npm:6.7.0": - version: 6.7.0 - resolution: "@typescript-eslint/typescript-estree@npm:6.7.0" +"@typescript-eslint/typescript-estree@npm:6.7.2": + version: 6.7.2 + resolution: "@typescript-eslint/typescript-estree@npm:6.7.2" dependencies: - "@typescript-eslint/types": "npm:6.7.0" - "@typescript-eslint/visitor-keys": "npm:6.7.0" + "@typescript-eslint/types": "npm:6.7.2" + "@typescript-eslint/visitor-keys": "npm:6.7.2" debug: "npm:^4.3.4" globby: "npm:^11.1.0" is-glob: "npm:^4.0.3" @@ -6019,24 +6019,24 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 61a9a6988e706c23796bb2a3dce063c216c78cdca62a54268c54a8ebe784794791fde52cf07204f1c026e4d06dee3efd732138a93bd5e6f6d87bc51c0c9c13ca + checksum: 80205c23807ea0d508189de4326ec18dccfcaf4bccd4304c9fc8b49504083df3d001af16733272487197ffd5d499e6c8d0e0f2eb9d2d61423e163b6d4787a7bb languageName: node linkType: hard -"@typescript-eslint/utils@npm:6.7.0": - version: 6.7.0 - resolution: "@typescript-eslint/utils@npm:6.7.0" +"@typescript-eslint/utils@npm:6.7.2": + version: 6.7.2 + resolution: "@typescript-eslint/utils@npm:6.7.2" 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.7.0" - "@typescript-eslint/types": "npm:6.7.0" - "@typescript-eslint/typescript-estree": "npm:6.7.0" + "@typescript-eslint/scope-manager": "npm:6.7.2" + "@typescript-eslint/types": "npm:6.7.2" + "@typescript-eslint/typescript-estree": "npm:6.7.2" semver: "npm:^7.5.4" peerDependencies: eslint: ^7.0.0 || ^8.0.0 - checksum: c8ca9c3c078d7adc2da241046821627c6283a23aece46ee9f6c2464217190efb7838e6a669ca8b194693a6975c2dcbbda45e1376959c30a6be6953ab19d1268d + checksum: c1e5af3efc47bb5bff0d48fc73bf87e951b1393144e4ea072c3eec4346fe425a22c3261ede4ab9c9115bf15ad6c26c7c645522a12163e71d3df910e5005a87ba languageName: node linkType: hard @@ -6068,13 +6068,13 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/visitor-keys@npm:6.7.0": - version: 6.7.0 - resolution: "@typescript-eslint/visitor-keys@npm:6.7.0" +"@typescript-eslint/visitor-keys@npm:6.7.2": + version: 6.7.2 + resolution: "@typescript-eslint/visitor-keys@npm:6.7.2" dependencies: - "@typescript-eslint/types": "npm:6.7.0" + "@typescript-eslint/types": "npm:6.7.2" eslint-visitor-keys: "npm:^3.4.1" - checksum: 44405ba105d91f47387346c025bfbbefec111b3d7effcb97e47ac179bbc8717ccb3f129d9fa0545c3f56916706362f1b6f0c2ff2bad73b58cfdf2c71ed8cf982 + checksum: e6b35338a98fcf6719388a2dce7ae476622f6fa37b0d5e3607de260100a72b8cb86e76b73b16a9a3c434e8386e1ea394cd946add1e4ce712d3b8a7fd0e221830 languageName: node linkType: hard @@ -6374,8 +6374,8 @@ __metadata: dependencies: "@types/eslint": "npm:8.44.2" "@types/micromatch": "npm:4.0.2" - "@typescript-eslint/eslint-plugin": "npm:6.7.0" - "@typescript-eslint/parser": "npm:6.7.0" + "@typescript-eslint/eslint-plugin": "npm:6.7.2" + "@typescript-eslint/parser": "npm:6.7.2" "@willbooster/eslint-config-ts": "npm:10.5.0" "@willbooster/prettier-config": "npm:9.1.1" blitz: "npm:2.0.0-beta.33" @@ -6413,8 +6413,8 @@ __metadata: "@types/eslint": "npm:8.44.2" "@types/micromatch": "npm:4.0.2" "@types/node": "npm:18.17.16" - "@typescript-eslint/eslint-plugin": "npm:6.7.0" - "@typescript-eslint/parser": "npm:6.7.0" + "@typescript-eslint/eslint-plugin": "npm:6.7.2" + "@typescript-eslint/parser": "npm:6.7.2" "@willbooster/eslint-config-ts": "npm:10.5.0" "@willbooster/prettier-config": "npm:9.1.1" build-ts: "npm:9.1.4" @@ -6455,8 +6455,8 @@ __metadata: "@types/micromatch": "npm:4.0.2" "@types/react": "npm:18.2.21" "@types/react-dom": "npm:18.2.7" - "@typescript-eslint/eslint-plugin": "npm:6.7.0" - "@typescript-eslint/parser": "npm:6.7.0" + "@typescript-eslint/eslint-plugin": "npm:6.7.2" + "@typescript-eslint/parser": "npm:6.7.2" "@willbooster/eslint-config-ts-react": "npm:10.1.7" "@willbooster/prettier-config": "npm:9.1.1" babel-loader: "npm:9.1.3" @@ -6491,8 +6491,8 @@ __metadata: dependencies: "@types/eslint": "npm:8.44.2" "@types/micromatch": "npm:4.0.2" - "@typescript-eslint/eslint-plugin": "npm:6.7.0" - "@typescript-eslint/parser": "npm:6.7.0" + "@typescript-eslint/eslint-plugin": "npm:6.7.2" + "@typescript-eslint/parser": "npm:6.7.2" "@willbooster/eslint-config-ts": "npm:10.5.0" "@willbooster/prettier-config": "npm:9.1.1" build-ts: "npm:9.1.4" @@ -6521,8 +6521,8 @@ __metadata: "@types/micromatch": "npm:4.0.2" "@types/node": "npm:18.17.16" "@types/yargs": "npm:17.0.24" - "@typescript-eslint/eslint-plugin": "npm:6.7.0" - "@typescript-eslint/parser": "npm:6.7.0" + "@typescript-eslint/eslint-plugin": "npm:6.7.2" + "@typescript-eslint/parser": "npm:6.7.2" "@willbooster/eslint-config-ts": "npm:10.5.0" "@willbooster/prettier-config": "npm:9.1.1" build-ts: "npm:9.1.4" @@ -21110,7 +21110,7 @@ __metadata: dependencies: "@qiwi/multi-semantic-release": "npm:7.0.0" "@types/eslint": "npm:8.44.2" - "@typescript-eslint/parser": "npm:6.7.0" + "@typescript-eslint/parser": "npm:6.7.2" "@willbooster/prettier-config": "npm:9.1.1" conventional-changelog-conventionalcommits: "npm:6.1.0" eslint: "npm:8.49.0"