From 4fd8835e0f2b9fc530aebee1bef2fde585460598 Mon Sep 17 00:00:00 2001 From: "WillBooster Inc." Date: Tue, 17 Dec 2024 17:38:48 +0000 Subject: [PATCH] chore: willboosterify this repo --- package.json | 2 +- .../eslint-config-blitz-next/package.json | 4 +- packages/eslint-config-next/package.json | 4 +- packages/eslint-config-ts-react/package.json | 4 +- packages/eslint-config-ts/package.json | 4 +- packages/shared/package.json | 4 +- yarn.lock | 138 ++++++++++++++++-- 7 files changed, 136 insertions(+), 24 deletions(-) diff --git a/package.json b/package.json index 3d7b7c6a..5e30be6d 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@qiwi/multi-semantic-release": "7.1.2", "@types/eslint": "8.56.11", "@types/micromatch": "4.0.9", - "@typescript-eslint/parser": "8.18.0", + "@typescript-eslint/parser": "8.18.1", "@willbooster/prettier-config": "^9.0.1", "conventional-changelog-conventionalcommits": "6.1.0", "dotenv-cli": "7.4.4", diff --git a/packages/eslint-config-blitz-next/package.json b/packages/eslint-config-blitz-next/package.json index 5ad7df1c..c49fe44e 100644 --- a/packages/eslint-config-blitz-next/package.json +++ b/packages/eslint-config-blitz-next/package.json @@ -27,8 +27,8 @@ "@types/micromatch": "4.0.9", "@types/node": "22.10.2", "@types/react": "18.3.16", - "@typescript-eslint/eslint-plugin": "8.18.0", - "@typescript-eslint/parser": "8.18.0", + "@typescript-eslint/eslint-plugin": "8.18.1", + "@typescript-eslint/parser": "8.18.1", "@willbooster/prettier-config": "^9.0.1", "eslint": "8.57.0", "eslint-config-next": "15.1.0", diff --git a/packages/eslint-config-next/package.json b/packages/eslint-config-next/package.json index 02af88b4..26924517 100644 --- a/packages/eslint-config-next/package.json +++ b/packages/eslint-config-next/package.json @@ -26,8 +26,8 @@ "@types/micromatch": "4.0.9", "@types/node": "22.10.2", "@types/react": "18.3.16", - "@typescript-eslint/eslint-plugin": "8.18.0", - "@typescript-eslint/parser": "8.18.0", + "@typescript-eslint/eslint-plugin": "8.18.1", + "@typescript-eslint/parser": "8.18.1", "@willbooster/prettier-config": "^9.0.1", "eslint": "8.57.0", "eslint-config-next": "15.1.0", diff --git a/packages/eslint-config-ts-react/package.json b/packages/eslint-config-ts-react/package.json index 9a1e0044..65776e10 100644 --- a/packages/eslint-config-ts-react/package.json +++ b/packages/eslint-config-ts-react/package.json @@ -26,8 +26,8 @@ "@types/micromatch": "4.0.9", "@types/node": "22.10.2", "@types/react": "18.3.16", - "@typescript-eslint/eslint-plugin": "8.18.0", - "@typescript-eslint/parser": "8.18.0", + "@typescript-eslint/eslint-plugin": "8.18.1", + "@typescript-eslint/parser": "8.18.1", "@willbooster/prettier-config": "^9.0.1", "eslint": "8.57.0", "eslint-config-prettier": "9.1.0", diff --git a/packages/eslint-config-ts/package.json b/packages/eslint-config-ts/package.json index 177b4ed4..43fa2a29 100644 --- a/packages/eslint-config-ts/package.json +++ b/packages/eslint-config-ts/package.json @@ -22,8 +22,8 @@ "@types/eslint": "8.56.11", "@types/micromatch": "4.0.9", "@types/node": "22.10.2", - "@typescript-eslint/eslint-plugin": "8.18.0", - "@typescript-eslint/parser": "8.18.0", + "@typescript-eslint/eslint-plugin": "8.18.1", + "@typescript-eslint/parser": "8.18.1", "@willbooster/prettier-config": "^9.0.1", "eslint": "8.57.0", "eslint-config-prettier": "9.1.0", diff --git a/packages/shared/package.json b/packages/shared/package.json index f6d11f31..72058d6d 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -18,8 +18,8 @@ "devDependencies": { "@types/eslint": "8.56.11", "@types/micromatch": "4.0.9", - "@typescript-eslint/eslint-plugin": "8.18.0", - "@typescript-eslint/parser": "8.18.0", + "@typescript-eslint/eslint-plugin": "8.18.1", + "@typescript-eslint/parser": "8.18.1", "@willbooster/prettier-config": "^9.0.1", "eslint": "8.57.0", "eslint-config-prettier": "9.1.0", diff --git a/yarn.lock b/yarn.lock index 2d8f1ec4..a3931996 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1259,7 +1259,28 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/eslint-plugin@npm:8.18.0, @typescript-eslint/eslint-plugin@npm:^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0": +"@typescript-eslint/eslint-plugin@npm:8.18.1": + version: 8.18.1 + resolution: "@typescript-eslint/eslint-plugin@npm:8.18.1" + dependencies: + "@eslint-community/regexpp": "npm:^4.10.0" + "@typescript-eslint/scope-manager": "npm:8.18.1" + "@typescript-eslint/type-utils": "npm:8.18.1" + "@typescript-eslint/utils": "npm:8.18.1" + "@typescript-eslint/visitor-keys": "npm:8.18.1" + graphemer: "npm:^1.4.0" + ignore: "npm:^5.3.1" + natural-compare: "npm:^1.4.0" + ts-api-utils: "npm:^1.3.0" + peerDependencies: + "@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0 + eslint: ^8.57.0 || ^9.0.0 + typescript: ">=4.8.4 <5.8.0" + checksum: 10c0/7994d323228f3fc3ec124291cd02761251bcd9a5a6356001d2cb8f68abdb400c3cfbeb343d6941d8e6b6c8d2d616a278bbb3b6d9ed839ba5148a05f60a1f67b4 + languageName: node + linkType: hard + +"@typescript-eslint/eslint-plugin@npm:^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0": version: 8.18.0 resolution: "@typescript-eslint/eslint-plugin@npm:8.18.0" dependencies: @@ -1280,7 +1301,23 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/parser@npm:8.18.0, @typescript-eslint/parser@npm:^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0": +"@typescript-eslint/parser@npm:8.18.1": + version: 8.18.1 + resolution: "@typescript-eslint/parser@npm:8.18.1" + dependencies: + "@typescript-eslint/scope-manager": "npm:8.18.1" + "@typescript-eslint/types": "npm:8.18.1" + "@typescript-eslint/typescript-estree": "npm:8.18.1" + "@typescript-eslint/visitor-keys": "npm:8.18.1" + debug: "npm:^4.3.4" + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 + typescript: ">=4.8.4 <5.8.0" + checksum: 10c0/23ab30b3f00b86108137e7df03710a088046ead3582595b0f8e17d5062770365e24e0a1ae3398bb3a1c29aa0f05a0de30887e2e0f6fb86163e878dd0eed1b25c + languageName: node + linkType: hard + +"@typescript-eslint/parser@npm:^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0": version: 8.18.0 resolution: "@typescript-eslint/parser@npm:8.18.0" dependencies: @@ -1306,6 +1343,16 @@ __metadata: languageName: node linkType: hard +"@typescript-eslint/scope-manager@npm:8.18.1": + version: 8.18.1 + resolution: "@typescript-eslint/scope-manager@npm:8.18.1" + dependencies: + "@typescript-eslint/types": "npm:8.18.1" + "@typescript-eslint/visitor-keys": "npm:8.18.1" + checksum: 10c0/97c503b2ece79b6c99ca8e6a5f1f40855cf72f17fbf05e42e62d19c2666e7e6f5df9bf71f13dbc4720c5ee0397670ba8052482a90441fbffa901da5f2e739565 + languageName: node + linkType: hard + "@typescript-eslint/type-utils@npm:8.18.0": version: 8.18.0 resolution: "@typescript-eslint/type-utils@npm:8.18.0" @@ -1321,6 +1368,21 @@ __metadata: languageName: node linkType: hard +"@typescript-eslint/type-utils@npm:8.18.1": + version: 8.18.1 + resolution: "@typescript-eslint/type-utils@npm:8.18.1" + dependencies: + "@typescript-eslint/typescript-estree": "npm:8.18.1" + "@typescript-eslint/utils": "npm:8.18.1" + debug: "npm:^4.3.4" + ts-api-utils: "npm:^1.3.0" + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 + typescript: ">=4.8.4 <5.8.0" + checksum: 10c0/cfe5362a22fa5e18a2662928904da024e42c84cb58a46238b9b61edafcd046f53c9505637176c8cd1c386165c6a6ed15a2b51700495cad6c20e0e33499d483a1 + languageName: node + linkType: hard + "@typescript-eslint/types@npm:8.18.0": version: 8.18.0 resolution: "@typescript-eslint/types@npm:8.18.0" @@ -1328,6 +1390,13 @@ __metadata: languageName: node linkType: hard +"@typescript-eslint/types@npm:8.18.1": + version: 8.18.1 + resolution: "@typescript-eslint/types@npm:8.18.1" + checksum: 10c0/0a2ca5f7cdebcc844b6bc1e5afc5d83b563f55917d20e3fea3a17ed39c54b003178e26b5ec535113f45c93c569b46628d9a67defa70c01cbdfa801573fed69a2 + languageName: node + linkType: hard + "@typescript-eslint/typescript-estree@npm:8.18.0": version: 8.18.0 resolution: "@typescript-eslint/typescript-estree@npm:8.18.0" @@ -1346,6 +1415,24 @@ __metadata: languageName: node linkType: hard +"@typescript-eslint/typescript-estree@npm:8.18.1": + version: 8.18.1 + resolution: "@typescript-eslint/typescript-estree@npm:8.18.1" + dependencies: + "@typescript-eslint/types": "npm:8.18.1" + "@typescript-eslint/visitor-keys": "npm:8.18.1" + 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" + peerDependencies: + typescript: ">=4.8.4 <5.8.0" + checksum: 10c0/7ecb061dc63c729b23f4f15db5736ca93b1ae633108400e6c31cf8af782494912f25c3683f9f952dbfd10cb96031caba247a1ad406abf5d163639a00ac3ce5a3 + languageName: node + linkType: hard + "@typescript-eslint/utils@npm:8.18.0": version: 8.18.0 resolution: "@typescript-eslint/utils@npm:8.18.0" @@ -1361,6 +1448,21 @@ __metadata: languageName: node linkType: hard +"@typescript-eslint/utils@npm:8.18.1": + version: 8.18.1 + resolution: "@typescript-eslint/utils@npm:8.18.1" + dependencies: + "@eslint-community/eslint-utils": "npm:^4.4.0" + "@typescript-eslint/scope-manager": "npm:8.18.1" + "@typescript-eslint/types": "npm:8.18.1" + "@typescript-eslint/typescript-estree": "npm:8.18.1" + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 + typescript: ">=4.8.4 <5.8.0" + checksum: 10c0/1e29408bd8fbda9f3386dabdb2b7471dacff28342d5bd6521ca3b7932df0cae100030d2eac75d946a82cbefa33f78000eed4ce789128fdea069ffeabd4429d80 + languageName: node + linkType: hard + "@typescript-eslint/visitor-keys@npm:8.18.0": version: 8.18.0 resolution: "@typescript-eslint/visitor-keys@npm:8.18.0" @@ -1371,6 +1473,16 @@ __metadata: languageName: node linkType: hard +"@typescript-eslint/visitor-keys@npm:8.18.1": + version: 8.18.1 + resolution: "@typescript-eslint/visitor-keys@npm:8.18.1" + dependencies: + "@typescript-eslint/types": "npm:8.18.1" + eslint-visitor-keys: "npm:^4.2.0" + checksum: 10c0/68651ae1825dbd660ea39b4e1d1618f6ad0026fa3a04aecec296750977cab316564e3e2ace8edbebf1ae86bd17d86acc98cac7b6e9aad4e1c666bd26f18706ad + languageName: node + linkType: hard + "@ungap/structured-clone@npm:^1.2.0": version: 1.2.1 resolution: "@ungap/structured-clone@npm:1.2.1" @@ -1411,7 +1523,7 @@ __metadata: "@qiwi/multi-semantic-release": "npm:7.1.2" "@types/eslint": "npm:8.56.11" "@types/micromatch": "npm:4.0.9" - "@typescript-eslint/parser": "npm:8.18.0" + "@typescript-eslint/parser": "npm:8.18.1" "@willbooster/prettier-config": "npm:^9.0.1" conventional-changelog-conventionalcommits: "npm:6.1.0" dotenv-cli: "npm:7.4.4" @@ -1435,8 +1547,8 @@ __metadata: "@types/micromatch": "npm:4.0.9" "@types/node": "npm:22.10.2" "@types/react": "npm:18.3.16" - "@typescript-eslint/eslint-plugin": "npm:8.18.0" - "@typescript-eslint/parser": "npm:8.18.0" + "@typescript-eslint/eslint-plugin": "npm:8.18.1" + "@typescript-eslint/parser": "npm:8.18.1" "@willbooster/eslint-config-ts": "npm:^10.5.1" "@willbooster/prettier-config": "npm:^9.0.1" eslint: "npm:8.57.0" @@ -1555,8 +1667,8 @@ __metadata: "@types/micromatch": "npm:4.0.9" "@types/node": "npm:22.10.2" "@types/react": "npm:18.3.16" - "@typescript-eslint/eslint-plugin": "npm:8.18.0" - "@typescript-eslint/parser": "npm:8.18.0" + "@typescript-eslint/eslint-plugin": "npm:8.18.1" + "@typescript-eslint/parser": "npm:8.18.1" "@willbooster/eslint-config-ts": "npm:^10.5.1" "@willbooster/prettier-config": "npm:^9.0.1" eslint: "npm:8.57.0" @@ -1599,8 +1711,8 @@ __metadata: "@types/micromatch": "npm:4.0.9" "@types/node": "npm:22.10.2" "@types/react": "npm:18.3.16" - "@typescript-eslint/eslint-plugin": "npm:8.18.0" - "@typescript-eslint/parser": "npm:8.18.0" + "@typescript-eslint/eslint-plugin": "npm:8.18.1" + "@typescript-eslint/parser": "npm:8.18.1" "@willbooster/eslint-config-ts": "npm:^10.5.1" "@willbooster/prettier-config": "npm:^9.0.1" eslint: "npm:8.57.0" @@ -1660,8 +1772,8 @@ __metadata: "@types/eslint": "npm:8.56.11" "@types/micromatch": "npm:4.0.9" "@types/node": "npm:22.10.2" - "@typescript-eslint/eslint-plugin": "npm:8.18.0" - "@typescript-eslint/parser": "npm:8.18.0" + "@typescript-eslint/eslint-plugin": "npm:8.18.1" + "@typescript-eslint/parser": "npm:8.18.1" "@willbooster/prettier-config": "npm:^9.0.1" eslint: "npm:8.57.0" eslint-config-prettier: "npm:9.1.0" @@ -1717,8 +1829,8 @@ __metadata: dependencies: "@types/eslint": "npm:8.56.11" "@types/micromatch": "npm:4.0.9" - "@typescript-eslint/eslint-plugin": "npm:8.18.0" - "@typescript-eslint/parser": "npm:8.18.0" + "@typescript-eslint/eslint-plugin": "npm:8.18.1" + "@typescript-eslint/parser": "npm:8.18.1" "@willbooster/prettier-config": "npm:^9.0.1" eslint: "npm:8.57.0" eslint-config-prettier: "npm:9.1.0"