From fe33d09a11fa10cb361422de711e9fb2c96b412c Mon Sep 17 00:00:00 2001 From: "WillBooster Inc." Date: Tue, 26 Nov 2024 16:36:18 +0000 Subject: [PATCH] chore: willboosterify this repo --- package.json | 4 +- packages/shared-lib-blitz-next/package.json | 6 +- packages/shared-lib-node/package.json | 6 +- packages/shared-lib-react/package.json | 6 +- packages/shared-lib/package.json | 6 +- packages/wb/package.json | 6 +- yarn.lock | 151 ++++++++++++++------ 7 files changed, 124 insertions(+), 61 deletions(-) diff --git a/package.json b/package.json index ecd5e652..9f792a11 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "devDependencies": { "@qiwi/multi-semantic-release": "7.1.2", "@types/eslint": "8.56.10", - "@typescript-eslint/parser": "8.15.0", + "@typescript-eslint/parser": "8.16.0", "@willbooster/prettier-config": "9.1.3", "conventional-changelog-conventionalcommits": "6.1.0", "eslint": "8.57.0", @@ -38,7 +38,7 @@ "lint-staged": "15.2.10", "micromatch": "4.0.8", "pinst": "3.0.0", - "prettier": "3.3.3", + "prettier": "3.4.1", "sort-package-json": "2.12.0", "typescript": "5.7.2" }, diff --git a/packages/shared-lib-blitz-next/package.json b/packages/shared-lib-blitz-next/package.json index a94e44d5..cffa2f36 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.56.10", "@types/micromatch": "4.0.9", - "@typescript-eslint/eslint-plugin": "8.15.0", - "@typescript-eslint/parser": "8.15.0", + "@typescript-eslint/eslint-plugin": "8.16.0", + "@typescript-eslint/parser": "8.16.0", "@willbooster/eslint-config-ts": "10.6.1", "@willbooster/prettier-config": "9.1.3", "blitz": "2.1.1", @@ -53,7 +53,7 @@ "eslint-plugin-unicorn": "56.0.1", "lint-staged": "15.2.10", "micromatch": "4.0.8", - "prettier": "3.3.3", + "prettier": "3.4.1", "sort-package-json": "2.12.0", "typescript": "5.7.2", "vitest": "2.1.5" diff --git a/packages/shared-lib-node/package.json b/packages/shared-lib-node/package.json index db28ccf2..4a59783e 100644 --- a/packages/shared-lib-node/package.json +++ b/packages/shared-lib-node/package.json @@ -43,8 +43,8 @@ "@types/eslint": "8.56.10", "@types/micromatch": "4.0.9", "@types/node": "22.9.3", - "@typescript-eslint/eslint-plugin": "8.15.0", - "@typescript-eslint/parser": "8.15.0", + "@typescript-eslint/eslint-plugin": "8.16.0", + "@typescript-eslint/parser": "8.16.0", "@willbooster/eslint-config-ts": "10.6.1", "@willbooster/prettier-config": "9.1.3", "build-ts": "13.1.8", @@ -57,7 +57,7 @@ "eslint-plugin-unicorn": "56.0.1", "lint-staged": "15.2.10", "micromatch": "4.0.8", - "prettier": "3.3.3", + "prettier": "3.4.1", "sort-package-json": "2.12.0", "typescript": "5.7.2", "vitest": "2.1.5" diff --git a/packages/shared-lib-react/package.json b/packages/shared-lib-react/package.json index 16cac8e5..a53c04ff 100644 --- a/packages/shared-lib-react/package.json +++ b/packages/shared-lib-react/package.json @@ -48,8 +48,8 @@ "@types/micromatch": "4.0.9", "@types/react": "18.3.12", "@types/react-dom": "18.3.1", - "@typescript-eslint/eslint-plugin": "8.15.0", - "@typescript-eslint/parser": "8.15.0", + "@typescript-eslint/eslint-plugin": "8.16.0", + "@typescript-eslint/parser": "8.16.0", "@willbooster/eslint-config-ts-react": "10.2.1", "@willbooster/prettier-config": "9.1.3", "babel-loader": "9.2.1", @@ -66,7 +66,7 @@ "eslint-plugin-unicorn": "56.0.1", "lint-staged": "15.2.10", "micromatch": "4.0.8", - "prettier": "3.3.3", + "prettier": "3.4.1", "react": "18.3.1", "react-dom": "18.3.1", "sort-package-json": "2.12.0", diff --git a/packages/shared-lib/package.json b/packages/shared-lib/package.json index 373c562f..6dd5548d 100644 --- a/packages/shared-lib/package.json +++ b/packages/shared-lib/package.json @@ -38,8 +38,8 @@ "devDependencies": { "@types/eslint": "8.56.10", "@types/micromatch": "4.0.9", - "@typescript-eslint/eslint-plugin": "8.15.0", - "@typescript-eslint/parser": "8.15.0", + "@typescript-eslint/eslint-plugin": "8.16.0", + "@typescript-eslint/parser": "8.16.0", "@willbooster/eslint-config-ts": "10.6.1", "@willbooster/prettier-config": "9.1.3", "build-ts": "13.1.8", @@ -52,7 +52,7 @@ "eslint-plugin-unicorn": "56.0.1", "lint-staged": "15.2.10", "micromatch": "4.0.8", - "prettier": "3.3.3", + "prettier": "3.4.1", "sort-package-json": "2.12.0", "typescript": "5.7.2", "vitest": "2.1.5" diff --git a/packages/wb/package.json b/packages/wb/package.json index 89d11420..e917aba0 100644 --- a/packages/wb/package.json +++ b/packages/wb/package.json @@ -40,8 +40,8 @@ "@types/micromatch": "4.0.9", "@types/node": "22.9.3", "@types/yargs": "17.0.33", - "@typescript-eslint/eslint-plugin": "8.15.0", - "@typescript-eslint/parser": "8.15.0", + "@typescript-eslint/eslint-plugin": "8.16.0", + "@typescript-eslint/parser": "8.16.0", "@willbooster/eslint-config-ts": "10.6.1", "@willbooster/prettier-config": "9.1.3", "at-decorators": "2.1.0", @@ -55,7 +55,7 @@ "eslint-plugin-unicorn": "56.0.1", "lint-staged": "15.2.10", "micromatch": "4.0.8", - "prettier": "3.3.3", + "prettier": "3.4.1", "prisma": "5.22.0", "sort-package-json": "2.12.0", "type-fest": "4.27.1", diff --git a/yarn.lock b/yarn.lock index dbcc1021..1bc58822 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5000,15 +5000,15 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/eslint-plugin@npm:8.15.0": - version: 8.15.0 - resolution: "@typescript-eslint/eslint-plugin@npm:8.15.0" +"@typescript-eslint/eslint-plugin@npm:8.16.0": + version: 8.16.0 + resolution: "@typescript-eslint/eslint-plugin@npm:8.16.0" dependencies: "@eslint-community/regexpp": "npm:^4.10.0" - "@typescript-eslint/scope-manager": "npm:8.15.0" - "@typescript-eslint/type-utils": "npm:8.15.0" - "@typescript-eslint/utils": "npm:8.15.0" - "@typescript-eslint/visitor-keys": "npm:8.15.0" + "@typescript-eslint/scope-manager": "npm:8.16.0" + "@typescript-eslint/type-utils": "npm:8.16.0" + "@typescript-eslint/utils": "npm:8.16.0" + "@typescript-eslint/visitor-keys": "npm:8.16.0" graphemer: "npm:^1.4.0" ignore: "npm:^5.3.1" natural-compare: "npm:^1.4.0" @@ -5019,25 +5019,25 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 10c0/90ef10cc7d37a81abec4f4a3ffdfc3a0da8e99d949e03c75437e96e8ab2e896e34b85ab64718690180a7712581031b8611c5d8e7666d6ed4d60b9ace834d58e3 + checksum: 10c0/b03612b726ee5aff631cd50e05ceeb06a522e64465e4efdc134e3a27a09406b959ef7a05ec4acef1956b3674dc4fedb6d3a62ce69382f9e30c227bd4093003e5 languageName: node linkType: hard -"@typescript-eslint/parser@npm:8.15.0": - version: 8.15.0 - resolution: "@typescript-eslint/parser@npm:8.15.0" +"@typescript-eslint/parser@npm:8.16.0": + version: 8.16.0 + resolution: "@typescript-eslint/parser@npm:8.16.0" dependencies: - "@typescript-eslint/scope-manager": "npm:8.15.0" - "@typescript-eslint/types": "npm:8.15.0" - "@typescript-eslint/typescript-estree": "npm:8.15.0" - "@typescript-eslint/visitor-keys": "npm:8.15.0" + "@typescript-eslint/scope-manager": "npm:8.16.0" + "@typescript-eslint/types": "npm:8.16.0" + "@typescript-eslint/typescript-estree": "npm:8.16.0" + "@typescript-eslint/visitor-keys": "npm:8.16.0" debug: "npm:^4.3.4" peerDependencies: eslint: ^8.57.0 || ^9.0.0 peerDependenciesMeta: typescript: optional: true - checksum: 10c0/19c25aea0dc51faa758701a5319a89950fd30494d9d645db8ced84fb60714c5e7d4b51fc4ee8ccb07ddefec88c51ee307ee7e49addd6330ee8f3e7ee9ba329fc + checksum: 10c0/e49c6640a7a863a16baecfbc5b99392a4731e9c7e9c9aaae4efbc354e305485fe0f39a28bf0acfae85bc01ce37fe0cc140fd315fdaca8b18f9b5e0addff8ceae languageName: node linkType: hard @@ -5051,12 +5051,22 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/type-utils@npm:8.15.0": - version: 8.15.0 - resolution: "@typescript-eslint/type-utils@npm:8.15.0" +"@typescript-eslint/scope-manager@npm:8.16.0": + version: 8.16.0 + resolution: "@typescript-eslint/scope-manager@npm:8.16.0" dependencies: - "@typescript-eslint/typescript-estree": "npm:8.15.0" - "@typescript-eslint/utils": "npm:8.15.0" + "@typescript-eslint/types": "npm:8.16.0" + "@typescript-eslint/visitor-keys": "npm:8.16.0" + checksum: 10c0/23b7c738b83f381c6419a36e6ca951944187e3e00abb8e012bce8041880410fe498303e28bdeb0e619023a69b14cf32a5ec1f9427c5382807788cd8e52a46a6e + languageName: node + linkType: hard + +"@typescript-eslint/type-utils@npm:8.16.0": + version: 8.16.0 + resolution: "@typescript-eslint/type-utils@npm:8.16.0" + dependencies: + "@typescript-eslint/typescript-estree": "npm:8.16.0" + "@typescript-eslint/utils": "npm:8.16.0" debug: "npm:^4.3.4" ts-api-utils: "npm:^1.3.0" peerDependencies: @@ -5064,7 +5074,7 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 10c0/20f09c79c83b38a962cf7eff10d47a2c01bcc0bab7bf6d762594221cd89023ef8c7aec26751c47b524f53f5c8d38bba55a282529b3df82d5f5ab4350496316f9 + checksum: 10c0/24c0e815c8bdf99bf488c7528bd6a7c790e8b3b674cb7fb075663afc2ee26b48e6f4cf7c0d14bb21e2376ca62bd8525cbcb5688f36135b00b62b1d353d7235b9 languageName: node linkType: hard @@ -5075,6 +5085,13 @@ __metadata: languageName: node linkType: hard +"@typescript-eslint/types@npm:8.16.0": + version: 8.16.0 + resolution: "@typescript-eslint/types@npm:8.16.0" + checksum: 10c0/141e257ab4060a9c0e2e14334ca14ab6be713659bfa38acd13be70a699fb5f36932a2584376b063063ab3d723b24bc703dbfb1ce57d61d7cfd7ec5bd8a975129 + languageName: node + linkType: hard + "@typescript-eslint/typescript-estree@npm:8.15.0": version: 8.15.0 resolution: "@typescript-eslint/typescript-estree@npm:8.15.0" @@ -5094,7 +5111,43 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/utils@npm:8.15.0, @typescript-eslint/utils@npm:^8.8.1": +"@typescript-eslint/typescript-estree@npm:8.16.0": + version: 8.16.0 + resolution: "@typescript-eslint/typescript-estree@npm:8.16.0" + dependencies: + "@typescript-eslint/types": "npm:8.16.0" + "@typescript-eslint/visitor-keys": "npm:8.16.0" + debug: "npm:^4.3.4" + fast-glob: "npm:^3.3.2" + is-glob: "npm:^4.0.3" + minimatch: "npm:^9.0.4" + semver: "npm:^7.6.0" + ts-api-utils: "npm:^1.3.0" + peerDependenciesMeta: + typescript: + optional: true + checksum: 10c0/f28fea5af4798a718b6735d1758b791a331af17386b83cb2856d89934a5d1693f7cb805e73c3b33f29140884ac8ead9931b1d7c3de10176fa18ca7a346fe10d0 + languageName: node + linkType: hard + +"@typescript-eslint/utils@npm:8.16.0": + version: 8.16.0 + resolution: "@typescript-eslint/utils@npm:8.16.0" + dependencies: + "@eslint-community/eslint-utils": "npm:^4.4.0" + "@typescript-eslint/scope-manager": "npm:8.16.0" + "@typescript-eslint/types": "npm:8.16.0" + "@typescript-eslint/typescript-estree": "npm:8.16.0" + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 + peerDependenciesMeta: + typescript: + optional: true + checksum: 10c0/1e61187eef3da1ab1486d2a977d8f3b1cb8ef7fa26338500a17eb875ca42a8942ef3f2241f509eef74cf7b5620c109483afc7d83d5b0ab79b1e15920f5a49818 + languageName: node + linkType: hard + +"@typescript-eslint/utils@npm:^8.8.1": version: 8.15.0 resolution: "@typescript-eslint/utils@npm:8.15.0" dependencies: @@ -5121,6 +5174,16 @@ __metadata: languageName: node linkType: hard +"@typescript-eslint/visitor-keys@npm:8.16.0": + version: 8.16.0 + resolution: "@typescript-eslint/visitor-keys@npm:8.16.0" + dependencies: + "@typescript-eslint/types": "npm:8.16.0" + eslint-visitor-keys: "npm:^4.2.0" + checksum: 10c0/537df37801831aa8d91082b2adbffafd40305ed4518f0e7d3cbb17cc466d8b9ac95ac91fa232e7fe585d7c522d1564489ec80052ebb2a6ab9bbf89ef9dd9b7bc + languageName: node + linkType: hard + "@ungap/structured-clone@npm:^1.2.0": version: 1.2.0 resolution: "@ungap/structured-clone@npm:1.2.0" @@ -5494,8 +5557,8 @@ __metadata: dependencies: "@types/eslint": "npm:8.56.10" "@types/micromatch": "npm:4.0.9" - "@typescript-eslint/eslint-plugin": "npm:8.15.0" - "@typescript-eslint/parser": "npm:8.15.0" + "@typescript-eslint/eslint-plugin": "npm:8.16.0" + "@typescript-eslint/parser": "npm:8.16.0" "@willbooster/eslint-config-ts": "npm:10.6.1" "@willbooster/prettier-config": "npm:9.1.3" blitz: "npm:2.1.1" @@ -5509,7 +5572,7 @@ __metadata: eslint-plugin-unicorn: "npm:56.0.1" lint-staged: "npm:15.2.10" micromatch: "npm:4.0.8" - prettier: "npm:3.3.3" + prettier: "npm:3.4.1" sort-package-json: "npm:2.12.0" typescript: "npm:5.7.2" vitest: "npm:2.1.5" @@ -5533,8 +5596,8 @@ __metadata: "@types/eslint": "npm:8.56.10" "@types/micromatch": "npm:4.0.9" "@types/node": "npm:22.9.3" - "@typescript-eslint/eslint-plugin": "npm:8.15.0" - "@typescript-eslint/parser": "npm:8.15.0" + "@typescript-eslint/eslint-plugin": "npm:8.16.0" + "@typescript-eslint/parser": "npm:8.16.0" "@willbooster/eslint-config-ts": "npm:10.6.1" "@willbooster/prettier-config": "npm:9.1.3" build-ts: "npm:13.1.8" @@ -5548,7 +5611,7 @@ __metadata: eslint-plugin-unicorn: "npm:56.0.1" lint-staged: "npm:15.2.10" micromatch: "npm:4.0.8" - prettier: "npm:3.3.3" + prettier: "npm:3.4.1" sort-package-json: "npm:2.12.0" tree-kill: "npm:1.2.2" typescript: "npm:5.7.2" @@ -5575,8 +5638,8 @@ __metadata: "@types/micromatch": "npm:4.0.9" "@types/react": "npm:18.3.12" "@types/react-dom": "npm:18.3.1" - "@typescript-eslint/eslint-plugin": "npm:8.15.0" - "@typescript-eslint/parser": "npm:8.15.0" + "@typescript-eslint/eslint-plugin": "npm:8.16.0" + "@typescript-eslint/parser": "npm:8.16.0" "@willbooster/eslint-config-ts-react": "npm:10.2.1" "@willbooster/prettier-config": "npm:9.1.3" babel-loader: "npm:9.2.1" @@ -5593,7 +5656,7 @@ __metadata: eslint-plugin-unicorn: "npm:56.0.1" lint-staged: "npm:15.2.10" micromatch: "npm:4.0.8" - prettier: "npm:3.3.3" + prettier: "npm:3.4.1" react: "npm:18.3.1" react-dom: "npm:18.3.1" sort-package-json: "npm:2.12.0" @@ -5611,8 +5674,8 @@ __metadata: dependencies: "@types/eslint": "npm:8.56.10" "@types/micromatch": "npm:4.0.9" - "@typescript-eslint/eslint-plugin": "npm:8.15.0" - "@typescript-eslint/parser": "npm:8.15.0" + "@typescript-eslint/eslint-plugin": "npm:8.16.0" + "@typescript-eslint/parser": "npm:8.16.0" "@willbooster/eslint-config-ts": "npm:10.6.1" "@willbooster/prettier-config": "npm:9.1.3" build-ts: "npm:13.1.8" @@ -5625,7 +5688,7 @@ __metadata: eslint-plugin-unicorn: "npm:56.0.1" lint-staged: "npm:15.2.10" micromatch: "npm:4.0.8" - prettier: "npm:3.3.3" + prettier: "npm:3.4.1" sort-package-json: "npm:2.12.0" typescript: "npm:5.7.2" vitest: "npm:2.1.5" @@ -5643,8 +5706,8 @@ __metadata: "@types/micromatch": "npm:4.0.9" "@types/node": "npm:22.9.3" "@types/yargs": "npm:17.0.33" - "@typescript-eslint/eslint-plugin": "npm:8.15.0" - "@typescript-eslint/parser": "npm:8.15.0" + "@typescript-eslint/eslint-plugin": "npm:8.16.0" + "@typescript-eslint/parser": "npm:8.16.0" "@willbooster/eslint-config-ts": "npm:10.6.1" "@willbooster/prettier-config": "npm:9.1.3" at-decorators: "npm:2.1.0" @@ -5663,7 +5726,7 @@ __metadata: lint-staged: "npm:15.2.10" micromatch: "npm:4.0.8" minimal-promise-pool: "npm:4.1.2" - prettier: "npm:3.3.3" + prettier: "npm:3.4.1" prisma: "npm:5.22.0" sort-package-json: "npm:2.12.0" tree-kill: "npm:1.2.2" @@ -15531,12 +15594,12 @@ __metadata: languageName: node linkType: hard -"prettier@npm:3.3.3": - version: 3.3.3 - resolution: "prettier@npm:3.3.3" +"prettier@npm:3.4.1": + version: 3.4.1 + resolution: "prettier@npm:3.4.1" bin: prettier: bin/prettier.cjs - checksum: 10c0/b85828b08e7505716324e4245549b9205c0cacb25342a030ba8885aba2039a115dbcf75a0b7ca3b37bc9d101ee61fab8113fc69ca3359f2a226f1ecc07ad2e26 + checksum: 10c0/2d6cc3101ad9de72b49c59339480b0983e6ff6742143da0c43f476bf3b5ef88ede42ebd9956d7a0a8fa59f7a5990e8ef03c9ad4c37f7e4c9e5db43ee0853156c languageName: node linkType: hard @@ -19737,7 +19800,7 @@ __metadata: dependencies: "@qiwi/multi-semantic-release": "npm:7.1.2" "@types/eslint": "npm:8.56.10" - "@typescript-eslint/parser": "npm:8.15.0" + "@typescript-eslint/parser": "npm:8.16.0" "@willbooster/prettier-config": "npm:9.1.3" conventional-changelog-conventionalcommits: "npm:6.1.0" eslint: "npm:8.57.0" @@ -19745,7 +19808,7 @@ __metadata: lint-staged: "npm:15.2.10" micromatch: "npm:4.0.8" pinst: "npm:3.0.0" - prettier: "npm:3.3.3" + prettier: "npm:3.4.1" sort-package-json: "npm:2.12.0" typescript: "npm:5.7.2" languageName: unknown