From c587b6468f5506c53a49b1774e32018c33567b4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 13:05:15 +0100 Subject: [PATCH] build(deps-dev): bump @tada5hi/eslint-config-typescript (#419) Bumps [@tada5hi/eslint-config-typescript](https://github.com/tada5hi/javascript/tree/HEAD/packages/eslint-config-typescript) from 1.2.6 to 1.2.7. - [Changelog](https://github.com/tada5hi/javascript/blob/master/packages/eslint-config-typescript/CHANGELOG.md) - [Commits](https://github.com/tada5hi/javascript/commits/@tada5hi/eslint-config-typescript@1.2.7/packages/eslint-config-typescript) --- updated-dependencies: - dependency-name: "@tada5hi/eslint-config-typescript" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6ec8cf31..d6bfe578 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@swc/core": "^1.3.99", "@swc/jest": "^0.2.27", "@tada5hi/commitlint-config": "^1.1.3", - "@tada5hi/eslint-config-typescript": "^1.2.3", + "@tada5hi/eslint-config-typescript": "^1.2.7", "@tada5hi/semantic-release": "^0.3.0", "@tada5hi/tsconfig": "^0.5.0", "@types/flat": "^5.0.2", @@ -3369,9 +3369,9 @@ } }, "node_modules/@tada5hi/eslint-config": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/@tada5hi/eslint-config/-/eslint-config-1.2.5.tgz", - "integrity": "sha512-kUZPF6c7SBb++yWj63BJuV0gZ77aHsZEU+tF+0eyVJjAO6FNj/dBUnj7xy0wfH8UazzMPoIxn3QtWcuHmoWnjA==", + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/@tada5hi/eslint-config/-/eslint-config-1.2.6.tgz", + "integrity": "sha512-j9TAsoJ5IFRQyldVPgT0qY/nBKzwPkk2qdi/8M67meHeFh8DA2L++mNfgImR2fwSpvmxrp9qC4IfKYnPlsApBw==", "dev": true, "dependencies": { "eslint-config-airbnb-base": "^15.0.0", @@ -3384,14 +3384,14 @@ } }, "node_modules/@tada5hi/eslint-config-typescript": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/@tada5hi/eslint-config-typescript/-/eslint-config-typescript-1.2.6.tgz", - "integrity": "sha512-hx895nvnRGPQsWWFe7cK7cSauNEKwcmmIVMW0iDReHHq7eoB4nRbBMVPnFDxWmhZyf1/JYiZtryY8ybTnwF0Fw==", + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/@tada5hi/eslint-config-typescript/-/eslint-config-typescript-1.2.7.tgz", + "integrity": "sha512-EVrtQ4cK3YX8jifCanFjL809QXbkiQN75PIOBigk1txYA9n0VDTnf9zMWbutTXOpA04vRYb9tXiW2HhnWHhKhQ==", "dev": true, "dependencies": { - "@tada5hi/eslint-config": "^1.2.5", - "@typescript-eslint/eslint-plugin": "^6.9.0", - "@typescript-eslint/parser": "^6.9.0", + "@tada5hi/eslint-config": "^1.2.6", + "@typescript-eslint/eslint-plugin": "^6.12.0", + "@typescript-eslint/parser": "^6.12.0", "eslint-config-airbnb-typescript": "^17.1.0", "eslint-import-resolver-typescript": "^3.6.1" } diff --git a/package.json b/package.json index 528ba45e..188e17ad 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@swc/core": "^1.3.99", "@swc/jest": "^0.2.27", "@tada5hi/commitlint-config": "^1.1.3", - "@tada5hi/eslint-config-typescript": "^1.2.3", + "@tada5hi/eslint-config-typescript": "^1.2.7", "@tada5hi/semantic-release": "^0.3.0", "@tada5hi/tsconfig": "^0.5.0", "@types/flat": "^5.0.2",