From e0adb9eeb37bace0c11d0fc2225e650a5b7241db Mon Sep 17 00:00:00 2001 From: Jason Hyde Date: Mon, 2 Sep 2024 11:18:54 +0200 Subject: [PATCH] [misc] replace `@2bad/eslint-config` with `@2bad/axiom` --- eslint.config.mjs | 5 +- package-lock.json | 200 +++++++++++++++++++++++----------------------- package.json | 2 +- 3 files changed, 103 insertions(+), 104 deletions(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index c23221e..475c3f8 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -1,4 +1,3 @@ -import * as tb from '@2bad/eslint-config' -import * as plugins from '@2bad/eslint-config/plugins' +import { axiom } from '@2bad/axiom' -export default [tb.setup(import.meta.dirname), tb.configs.strict, ...Object.values(plugins)].flat() +export default axiom(import.meta.dirname) diff --git a/package-lock.json b/package-lock.json index c3f69d2..5efde25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "devDependencies": { - "@2bad/eslint-config": "1.0.0-beta.2", + "@2bad/axiom": "1.0.0-beta.3", "@2bad/tsconfig": "3.0.1", "@2bad/tsfix": "0.1.0", "@biomejs/biome": "1.8.3", @@ -28,10 +28,10 @@ "node": ">=20" } }, - "node_modules/@2bad/eslint-config": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npmjs.org/@2bad/eslint-config/-/eslint-config-1.0.0-beta.2.tgz", - "integrity": "sha512-LjnuK0f1YeH8Ri1MNRJ/K2GZ/+Hl6aH1O29/U2bT+eQaBx/8XVs3ok0EIa6gBXaHY4lMrodZVpTFrt0/HdpZRg==", + "node_modules/@2bad/axiom": { + "version": "1.0.0-beta.3", + "resolved": "https://registry.npmjs.org/@2bad/axiom/-/axiom-1.0.0-beta.3.tgz", + "integrity": "sha512-XmtKBJAbxXyNTgJJ2gvDOMKbRxSRJtsUlOYchmsB9WAZQ61h+KQKX978+hzes6Ub21V/OlK0nwKoJJ7fRPqqMw==", "dev": true, "license": "MIT", "dependencies": { @@ -46,7 +46,7 @@ "eslint-plugin-n": "17.10.2", "eslint-plugin-promise": "7.1.0", "neostandard": "0.11.4", - "typescript-eslint": "8.3.1-alpha.10" + "typescript-eslint": "8.3.1-alpha.11" }, "engines": { "node": ">=20" @@ -1804,17 +1804,17 @@ } }, "node_modules/@typescript-eslint/eslint-plugin": { - "version": "8.3.1-alpha.10", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.3.1-alpha.10.tgz", - "integrity": "sha512-/Zoxg54Mi8JAHOHauSnzpmFTkZswqafk6cPm1czSG3fgDQ5RYI4Qzx6sdZGiLN4T7JR8CxmaHCKRIbsWdNLpiQ==", + "version": "8.3.1-alpha.11", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.3.1-alpha.11.tgz", + "integrity": "sha512-O3ald8iCUw1pHTIIFhx8LvaQclPwzwVyzET9TNqCPWfd+2wqYTDHOahvnUGtFLrIglcF4Y5uAZGev7qwKA4AKA==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/regexpp": "^4.10.0", - "@typescript-eslint/scope-manager": "8.3.1-alpha.10", - "@typescript-eslint/type-utils": "8.3.1-alpha.10", - "@typescript-eslint/utils": "8.3.1-alpha.10", - "@typescript-eslint/visitor-keys": "8.3.1-alpha.10", + "@typescript-eslint/scope-manager": "8.3.1-alpha.11", + "@typescript-eslint/type-utils": "8.3.1-alpha.11", + "@typescript-eslint/utils": "8.3.1-alpha.11", + "@typescript-eslint/visitor-keys": "8.3.1-alpha.11", "graphemer": "^1.4.0", "ignore": "^5.3.1", "natural-compare": "^1.4.0", @@ -1838,14 +1838,14 @@ } }, "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": { - "version": "8.3.1-alpha.10", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.3.1-alpha.10.tgz", - "integrity": "sha512-9t+LNBMuO7lLpiL4uUqT5X8BbCC7/eRHxni4+LwX8hwSCavu8+B/npqufxj8deHce1iQJo8KCI98/PiJnMzDVA==", + "version": "8.3.1-alpha.11", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.3.1-alpha.11.tgz", + "integrity": "sha512-Pa4Q3L1cj29qh8ahJhunLhf3RKS2pd5dSRKmnyjnJjQbmeSRuUiWebpFN5hl2a1460+q5JT9pUYgfeZ5G5IHnw==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.3.1-alpha.10", - "@typescript-eslint/visitor-keys": "8.3.1-alpha.10" + "@typescript-eslint/types": "8.3.1-alpha.11", + "@typescript-eslint/visitor-keys": "8.3.1-alpha.11" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -1856,9 +1856,9 @@ } }, "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/types": { - "version": "8.3.1-alpha.10", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.3.1-alpha.10.tgz", - "integrity": "sha512-KxFklZgF8ehuxqtNbt/0RP3qgKbK89rQcJJvrAFlZ9+9Chh/Pi/9K5RaU1DwS5KOscMyMmrYFoo7Nu71teX2Qg==", + "version": "8.3.1-alpha.11", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.3.1-alpha.11.tgz", + "integrity": "sha512-f+T0VhnMloFol/TAEpEtQEQ67s74yS35XbBtAWFC1g/l0L0rMtZIoTZJCVaq2/zvlg98djPetAlyWZ2VNfbcxA==", "dev": true, "license": "MIT", "engines": { @@ -1870,14 +1870,14 @@ } }, "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/typescript-estree": { - "version": "8.3.1-alpha.10", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.3.1-alpha.10.tgz", - "integrity": "sha512-BgZPQUWJVrAXO6Vi6wiB7dwwF3DnaPFa4+ddKNRw48bp5RayeYU6HVj8n6Meb/uD64L5EOKP9apf8rb0JcS95g==", + "version": "8.3.1-alpha.11", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.3.1-alpha.11.tgz", + "integrity": "sha512-IJm0dEKfzFiKiORU7yUyd0kB426i2aZ0iNpdAvzM/cprSUBYP3GGA+FpmgYo+Fqmj6f0/wNWyehFzlRxYKPbDA==", "dev": true, "license": "BSD-2-Clause", "dependencies": { - "@typescript-eslint/types": "8.3.1-alpha.10", - "@typescript-eslint/visitor-keys": "8.3.1-alpha.10", + "@typescript-eslint/types": "8.3.1-alpha.11", + "@typescript-eslint/visitor-keys": "8.3.1-alpha.11", "debug": "^4.3.4", "fast-glob": "^3.3.2", "is-glob": "^4.0.3", @@ -1899,16 +1899,16 @@ } }, "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/utils": { - "version": "8.3.1-alpha.10", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.3.1-alpha.10.tgz", - "integrity": "sha512-w4oqBz/g6eNTKN3og+atDiSTNfmZabCIbQTdctdd6n80fPGsGDr8HZor5aGgTrKyqvNx90rWBIJDdRHwU3YU1g==", + "version": "8.3.1-alpha.11", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.3.1-alpha.11.tgz", + "integrity": "sha512-4Q1fVDFbOVkG0uOYDw49fMbMqNiSJie7W5Yp3M0UyiEC5csRBeHd6GE66n7VV2eEscQaK867f6OMYozXJYUfXw==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", - "@typescript-eslint/scope-manager": "8.3.1-alpha.10", - "@typescript-eslint/types": "8.3.1-alpha.10", - "@typescript-eslint/typescript-estree": "8.3.1-alpha.10" + "@typescript-eslint/scope-manager": "8.3.1-alpha.11", + "@typescript-eslint/types": "8.3.1-alpha.11", + "@typescript-eslint/typescript-estree": "8.3.1-alpha.11" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -1922,13 +1922,13 @@ } }, "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": { - "version": "8.3.1-alpha.10", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.3.1-alpha.10.tgz", - "integrity": "sha512-LVF1L4LXzrgy8+fHBTZTBT0+xFo7HrlxWzqd163Lxw3ElsDt10htB7vVP8+TVF2gVxA7frHb2xjnnTCELEpMXA==", + "version": "8.3.1-alpha.11", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.3.1-alpha.11.tgz", + "integrity": "sha512-6UTVgZmsN9giS1Z/Emv2xeUhjujCYK1mJVThSM5Hycy9LOdpl87EjXC1iL7GBIuchkClvjr7s+hpLkFevwgC7A==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.3.1-alpha.10", + "@typescript-eslint/types": "8.3.1-alpha.11", "eslint-visitor-keys": "^3.4.3" }, "engines": { @@ -2000,14 +2000,14 @@ } }, "node_modules/@typescript-eslint/type-utils": { - "version": "8.3.1-alpha.10", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.3.1-alpha.10.tgz", - "integrity": "sha512-ohvitv4KDCH26Y9aCrv05KaJlsDHmXGbcZfXwNTxkqoZ03iz1XHFjlzZR45flEk16eh32dTHso+M2UOTgUBsAg==", + "version": "8.3.1-alpha.11", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.3.1-alpha.11.tgz", + "integrity": "sha512-mQM5PXlSgu2frjcy6hL1h4ksHwuuWhkBr5IP0sdP8CzgU+YXEm6qoZ8LrhBiJPsykULl9nXw4Cs6t2I77DdTmg==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/typescript-estree": "8.3.1-alpha.10", - "@typescript-eslint/utils": "8.3.1-alpha.10", + "@typescript-eslint/typescript-estree": "8.3.1-alpha.11", + "@typescript-eslint/utils": "8.3.1-alpha.11", "debug": "^4.3.4", "ts-api-utils": "^1.3.0" }, @@ -2025,14 +2025,14 @@ } }, "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/scope-manager": { - "version": "8.3.1-alpha.10", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.3.1-alpha.10.tgz", - "integrity": "sha512-9t+LNBMuO7lLpiL4uUqT5X8BbCC7/eRHxni4+LwX8hwSCavu8+B/npqufxj8deHce1iQJo8KCI98/PiJnMzDVA==", + "version": "8.3.1-alpha.11", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.3.1-alpha.11.tgz", + "integrity": "sha512-Pa4Q3L1cj29qh8ahJhunLhf3RKS2pd5dSRKmnyjnJjQbmeSRuUiWebpFN5hl2a1460+q5JT9pUYgfeZ5G5IHnw==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.3.1-alpha.10", - "@typescript-eslint/visitor-keys": "8.3.1-alpha.10" + "@typescript-eslint/types": "8.3.1-alpha.11", + "@typescript-eslint/visitor-keys": "8.3.1-alpha.11" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -2043,9 +2043,9 @@ } }, "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": { - "version": "8.3.1-alpha.10", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.3.1-alpha.10.tgz", - "integrity": "sha512-KxFklZgF8ehuxqtNbt/0RP3qgKbK89rQcJJvrAFlZ9+9Chh/Pi/9K5RaU1DwS5KOscMyMmrYFoo7Nu71teX2Qg==", + "version": "8.3.1-alpha.11", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.3.1-alpha.11.tgz", + "integrity": "sha512-f+T0VhnMloFol/TAEpEtQEQ67s74yS35XbBtAWFC1g/l0L0rMtZIoTZJCVaq2/zvlg98djPetAlyWZ2VNfbcxA==", "dev": true, "license": "MIT", "engines": { @@ -2057,14 +2057,14 @@ } }, "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/typescript-estree": { - "version": "8.3.1-alpha.10", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.3.1-alpha.10.tgz", - "integrity": "sha512-BgZPQUWJVrAXO6Vi6wiB7dwwF3DnaPFa4+ddKNRw48bp5RayeYU6HVj8n6Meb/uD64L5EOKP9apf8rb0JcS95g==", + "version": "8.3.1-alpha.11", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.3.1-alpha.11.tgz", + "integrity": "sha512-IJm0dEKfzFiKiORU7yUyd0kB426i2aZ0iNpdAvzM/cprSUBYP3GGA+FpmgYo+Fqmj6f0/wNWyehFzlRxYKPbDA==", "dev": true, "license": "BSD-2-Clause", "dependencies": { - "@typescript-eslint/types": "8.3.1-alpha.10", - "@typescript-eslint/visitor-keys": "8.3.1-alpha.10", + "@typescript-eslint/types": "8.3.1-alpha.11", + "@typescript-eslint/visitor-keys": "8.3.1-alpha.11", "debug": "^4.3.4", "fast-glob": "^3.3.2", "is-glob": "^4.0.3", @@ -2086,16 +2086,16 @@ } }, "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/utils": { - "version": "8.3.1-alpha.10", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.3.1-alpha.10.tgz", - "integrity": "sha512-w4oqBz/g6eNTKN3og+atDiSTNfmZabCIbQTdctdd6n80fPGsGDr8HZor5aGgTrKyqvNx90rWBIJDdRHwU3YU1g==", + "version": "8.3.1-alpha.11", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.3.1-alpha.11.tgz", + "integrity": "sha512-4Q1fVDFbOVkG0uOYDw49fMbMqNiSJie7W5Yp3M0UyiEC5csRBeHd6GE66n7VV2eEscQaK867f6OMYozXJYUfXw==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", - "@typescript-eslint/scope-manager": "8.3.1-alpha.10", - "@typescript-eslint/types": "8.3.1-alpha.10", - "@typescript-eslint/typescript-estree": "8.3.1-alpha.10" + "@typescript-eslint/scope-manager": "8.3.1-alpha.11", + "@typescript-eslint/types": "8.3.1-alpha.11", + "@typescript-eslint/typescript-estree": "8.3.1-alpha.11" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -2109,13 +2109,13 @@ } }, "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/visitor-keys": { - "version": "8.3.1-alpha.10", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.3.1-alpha.10.tgz", - "integrity": "sha512-LVF1L4LXzrgy8+fHBTZTBT0+xFo7HrlxWzqd163Lxw3ElsDt10htB7vVP8+TVF2gVxA7frHb2xjnnTCELEpMXA==", + "version": "8.3.1-alpha.11", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.3.1-alpha.11.tgz", + "integrity": "sha512-6UTVgZmsN9giS1Z/Emv2xeUhjujCYK1mJVThSM5Hycy9LOdpl87EjXC1iL7GBIuchkClvjr7s+hpLkFevwgC7A==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.3.1-alpha.10", + "@typescript-eslint/types": "8.3.1-alpha.11", "eslint-visitor-keys": "^3.4.3" }, "engines": { @@ -7849,15 +7849,15 @@ } }, "node_modules/typescript-eslint": { - "version": "8.3.1-alpha.10", - "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.3.1-alpha.10.tgz", - "integrity": "sha512-bf6+sX9mlN6Ld1tbnaWLE+x8yjAZVdAftG7EkHSCgJug6hB5cbGL4iwVn02lw9GKGkSBwJqEL9WAZLF2OKyH8g==", + "version": "8.3.1-alpha.11", + "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.3.1-alpha.11.tgz", + "integrity": "sha512-nP9rZce+/OGBJ5MWuZMYb56pX2ilSUHxbFXo93B1OPDNUb6URZaJjDUtejslYgzcH7WCiSmk7F9qN6GBxvjOSg==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/eslint-plugin": "8.3.1-alpha.10", - "@typescript-eslint/parser": "8.3.1-alpha.10", - "@typescript-eslint/utils": "8.3.1-alpha.10" + "@typescript-eslint/eslint-plugin": "8.3.1-alpha.11", + "@typescript-eslint/parser": "8.3.1-alpha.11", + "@typescript-eslint/utils": "8.3.1-alpha.11" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -7873,16 +7873,16 @@ } }, "node_modules/typescript-eslint/node_modules/@typescript-eslint/parser": { - "version": "8.3.1-alpha.10", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.3.1-alpha.10.tgz", - "integrity": "sha512-3g+F3FNtOvWHVRwn/R7Qf2JLSWg1yAooiMO0YARR8gvFj7+J1sgVOvJP32mXGpFKVNfDT54d3gWrNVf5NiAo+w==", + "version": "8.3.1-alpha.11", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.3.1-alpha.11.tgz", + "integrity": "sha512-VDW5+VyCfBzdXHfyWybQTNoH0feUy9FbkYlQqTgPInWYaY4+09N3gsncW4sv6kKFZ0yyHciphim+5VXR5e4csQ==", "dev": true, "license": "BSD-2-Clause", "dependencies": { - "@typescript-eslint/scope-manager": "8.3.1-alpha.10", - "@typescript-eslint/types": "8.3.1-alpha.10", - "@typescript-eslint/typescript-estree": "8.3.1-alpha.10", - "@typescript-eslint/visitor-keys": "8.3.1-alpha.10", + "@typescript-eslint/scope-manager": "8.3.1-alpha.11", + "@typescript-eslint/types": "8.3.1-alpha.11", + "@typescript-eslint/typescript-estree": "8.3.1-alpha.11", + "@typescript-eslint/visitor-keys": "8.3.1-alpha.11", "debug": "^4.3.4" }, "engines": { @@ -7902,14 +7902,14 @@ } }, "node_modules/typescript-eslint/node_modules/@typescript-eslint/scope-manager": { - "version": "8.3.1-alpha.10", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.3.1-alpha.10.tgz", - "integrity": "sha512-9t+LNBMuO7lLpiL4uUqT5X8BbCC7/eRHxni4+LwX8hwSCavu8+B/npqufxj8deHce1iQJo8KCI98/PiJnMzDVA==", + "version": "8.3.1-alpha.11", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.3.1-alpha.11.tgz", + "integrity": "sha512-Pa4Q3L1cj29qh8ahJhunLhf3RKS2pd5dSRKmnyjnJjQbmeSRuUiWebpFN5hl2a1460+q5JT9pUYgfeZ5G5IHnw==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.3.1-alpha.10", - "@typescript-eslint/visitor-keys": "8.3.1-alpha.10" + "@typescript-eslint/types": "8.3.1-alpha.11", + "@typescript-eslint/visitor-keys": "8.3.1-alpha.11" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -7920,9 +7920,9 @@ } }, "node_modules/typescript-eslint/node_modules/@typescript-eslint/types": { - "version": "8.3.1-alpha.10", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.3.1-alpha.10.tgz", - "integrity": "sha512-KxFklZgF8ehuxqtNbt/0RP3qgKbK89rQcJJvrAFlZ9+9Chh/Pi/9K5RaU1DwS5KOscMyMmrYFoo7Nu71teX2Qg==", + "version": "8.3.1-alpha.11", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.3.1-alpha.11.tgz", + "integrity": "sha512-f+T0VhnMloFol/TAEpEtQEQ67s74yS35XbBtAWFC1g/l0L0rMtZIoTZJCVaq2/zvlg98djPetAlyWZ2VNfbcxA==", "dev": true, "license": "MIT", "engines": { @@ -7934,14 +7934,14 @@ } }, "node_modules/typescript-eslint/node_modules/@typescript-eslint/typescript-estree": { - "version": "8.3.1-alpha.10", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.3.1-alpha.10.tgz", - "integrity": "sha512-BgZPQUWJVrAXO6Vi6wiB7dwwF3DnaPFa4+ddKNRw48bp5RayeYU6HVj8n6Meb/uD64L5EOKP9apf8rb0JcS95g==", + "version": "8.3.1-alpha.11", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.3.1-alpha.11.tgz", + "integrity": "sha512-IJm0dEKfzFiKiORU7yUyd0kB426i2aZ0iNpdAvzM/cprSUBYP3GGA+FpmgYo+Fqmj6f0/wNWyehFzlRxYKPbDA==", "dev": true, "license": "BSD-2-Clause", "dependencies": { - "@typescript-eslint/types": "8.3.1-alpha.10", - "@typescript-eslint/visitor-keys": "8.3.1-alpha.10", + "@typescript-eslint/types": "8.3.1-alpha.11", + "@typescript-eslint/visitor-keys": "8.3.1-alpha.11", "debug": "^4.3.4", "fast-glob": "^3.3.2", "is-glob": "^4.0.3", @@ -7963,16 +7963,16 @@ } }, "node_modules/typescript-eslint/node_modules/@typescript-eslint/utils": { - "version": "8.3.1-alpha.10", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.3.1-alpha.10.tgz", - "integrity": "sha512-w4oqBz/g6eNTKN3og+atDiSTNfmZabCIbQTdctdd6n80fPGsGDr8HZor5aGgTrKyqvNx90rWBIJDdRHwU3YU1g==", + "version": "8.3.1-alpha.11", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.3.1-alpha.11.tgz", + "integrity": "sha512-4Q1fVDFbOVkG0uOYDw49fMbMqNiSJie7W5Yp3M0UyiEC5csRBeHd6GE66n7VV2eEscQaK867f6OMYozXJYUfXw==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", - "@typescript-eslint/scope-manager": "8.3.1-alpha.10", - "@typescript-eslint/types": "8.3.1-alpha.10", - "@typescript-eslint/typescript-estree": "8.3.1-alpha.10" + "@typescript-eslint/scope-manager": "8.3.1-alpha.11", + "@typescript-eslint/types": "8.3.1-alpha.11", + "@typescript-eslint/typescript-estree": "8.3.1-alpha.11" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -7986,13 +7986,13 @@ } }, "node_modules/typescript-eslint/node_modules/@typescript-eslint/visitor-keys": { - "version": "8.3.1-alpha.10", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.3.1-alpha.10.tgz", - "integrity": "sha512-LVF1L4LXzrgy8+fHBTZTBT0+xFo7HrlxWzqd163Lxw3ElsDt10htB7vVP8+TVF2gVxA7frHb2xjnnTCELEpMXA==", + "version": "8.3.1-alpha.11", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.3.1-alpha.11.tgz", + "integrity": "sha512-6UTVgZmsN9giS1Z/Emv2xeUhjujCYK1mJVThSM5Hycy9LOdpl87EjXC1iL7GBIuchkClvjr7s+hpLkFevwgC7A==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.3.1-alpha.10", + "@typescript-eslint/types": "8.3.1-alpha.11", "eslint-visitor-keys": "^3.4.3" }, "engines": { diff --git a/package.json b/package.json index 4826bf3..4aa2d02 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "test:unit": "vitest run unit --coverage" }, "devDependencies": { - "@2bad/eslint-config": "1.0.0-beta.2", + "@2bad/axiom": "1.0.0-beta.3", "@2bad/tsconfig": "3.0.1", "@2bad/tsfix": "0.1.0", "@biomejs/biome": "1.8.3",