From a287bd06ca21f9d954aae488996f422770cd15ff Mon Sep 17 00:00:00 2001 From: Yongmin Hong Date: Thu, 20 Jun 2024 14:58:52 +0900 Subject: [PATCH] npm(eslint-config): version bump with deps update Summary: add @types, --save-exact for prettier(-config), add homepage. Signed-off-by: Yongmin Hong Test Plan: No visible changes. Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Differential Revision: https://issuetracker.revi.xyz/D378 --- npm/eslint-config/package.json | 15 +++--- package-lock.json | 87 ++++++++++++++++++++++++++-------- 2 files changed, 75 insertions(+), 27 deletions(-) diff --git a/npm/eslint-config/package.json b/npm/eslint-config/package.json index 6b509b0..9557b39 100644 --- a/npm/eslint-config/package.json +++ b/npm/eslint-config/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@revi/eslint-config", - "version": "0.0.3", + "version": "0.0.4", "description": "@revi's shared eslint config", "main": "eslint.config.js", "peerDependencies": { @@ -11,21 +11,24 @@ "globals": "^15.4.0" }, "devDependencies": { - "@revi/prettier-config": "^0.0.2", - "prettier": "^3.3.2" + "@revi/prettier-config": "0.0.2", + "@types/eslint__js": "^8.42.3", + "@types/eslint-config-prettier": "^6.11.3", + "prettier": "3.3.2" }, "scripts": { "test": "prettier --check" }, "funding": "https://github.com/sponsors/revi", - "keywords": [ - "eslint" - ], + "homepage": "https://github.com/revi/sandbox/tree/master/npm/eslint-config", "repository": { "type": "git", "url": "git+https://github.com/revi/sandbox.git", "directory": "npm/eslint-config" }, + "keywords": [ + "eslint" + ], "author": { "name": "Yongmin Hong", "url": "https://revi.xyz/", diff --git a/package-lock.json b/package-lock.json index 39e5324..d3a1add 100644 --- a/package-lock.json +++ b/package-lock.json @@ -400,13 +400,15 @@ "version": "0.1.1", "resolved": "https://registry.npmjs.org/@taplo/core/-/core-0.1.1.tgz", "integrity": "sha512-BG/zLGf5wiNXGEVPvUAAX/4ilB3PwDUY2o0MV0y47mZbDZ9ad9UK/cIQsILat3bqbPJsALVbU6k3cskNZ3vAQg==", - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/@taplo/lib": { "version": "0.4.0-alpha.2", "resolved": "https://registry.npmjs.org/@taplo/lib/-/lib-0.4.0-alpha.2.tgz", "integrity": "sha512-DV/Re3DPVY+BhBtLZ3dmP4mP6YMLSsgq9qGLXwOV38lvNF/fBlgvQswzlXmzCEefL/3q2eMoefZpOI/+GLuCNA==", "license": "MIT", + "peer": true, "dependencies": { "@taplo/core": "^0.1.0" } @@ -422,6 +424,23 @@ "@types/json-schema": "*" } }, + "node_modules/@types/eslint__js": { + "version": "8.42.3", + "resolved": "https://registry.npmjs.org/@types/eslint__js/-/eslint__js-8.42.3.tgz", + "integrity": "sha512-alfG737uhmPdnvkrLdZLcEKJ/B8s9Y4hrZ+YAdzUeoArBlSUERA2E87ROfOaS4jd/C45fzOoZzidLc1IPwLqOw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/eslint": "*" + } + }, + "node_modules/@types/eslint-config-prettier": { + "version": "6.11.3", + "resolved": "https://registry.npmjs.org/@types/eslint-config-prettier/-/eslint-config-prettier-6.11.3.tgz", + "integrity": "sha512-3wXCiM8croUnhg9LdtZUJQwNcQYGWxxdOWDjPe1ykCqJFPVpzAKfs/2dgSoCtAvdPeaponcWPI7mPcGGp9dkKQ==", + "dev": true, + "license": "MIT" + }, "node_modules/@types/estree": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", @@ -2686,7 +2705,8 @@ "version": "0.10.1", "resolved": "https://registry.npmjs.org/mvdan-sh/-/mvdan-sh-0.10.1.tgz", "integrity": "sha512-kMbrH0EObaKmK3nVRKUIIya1dpASHIEusM13S4V1ViHFuxuNxCo+arxoa6j/dbV22YBGjl7UKJm9QQKJ2Crzhg==", - "license": "BSD-3-Clause" + "license": "BSD-3-Clause", + "peer": true }, "node_modules/natural-compare": { "version": "1.4.0", @@ -2966,6 +2986,7 @@ "resolved": "https://registry.npmjs.org/prettier-plugin-sh/-/prettier-plugin-sh-0.14.0.tgz", "integrity": "sha512-hfXulj5+zEl/ulrO5kMuuTPKmXvOg0bnLHY1hKFNN/N+/903iZbNp8NyZBTsgI8dtkSgFfAEIQq0IQTyP1ZVFQ==", "license": "MIT", + "peer": true, "dependencies": { "mvdan-sh": "^0.10.1", "sh-syntax": "^0.4.1" @@ -2985,6 +3006,7 @@ "resolved": "https://registry.npmjs.org/prettier-plugin-toml/-/prettier-plugin-toml-2.0.1.tgz", "integrity": "sha512-99z1YOkViECHtXQjGIigd3talI/ybUI1zB3yniAwUrlWBXupNXThB1hM6bwSMUEj2/+tomTlMtT98F5t4s8IWA==", "license": "MIT", + "peer": true, "dependencies": { "@taplo/lib": "^0.4.0-alpha.2" }, @@ -3304,6 +3326,7 @@ "resolved": "https://registry.npmjs.org/sh-syntax/-/sh-syntax-0.4.2.tgz", "integrity": "sha512-/l2UZ5fhGZLVZa16XQM9/Vq/hezGGbdHeVEA01uWjOL1+7Ek/gt6FquW0iKKws4a9AYPYvlz6RyVvjh3JxOteg==", "license": "MIT", + "peer": true, "dependencies": { "tslib": "^2.6.2" }, @@ -3508,7 +3531,8 @@ "version": "2.6.3", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz", "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==", - "license": "0BSD" + "license": "0BSD", + "peer": true }, "node_modules/type-check": { "version": "0.4.0", @@ -3799,11 +3823,13 @@ }, "npm/eslint-config": { "name": "@revi/eslint-config", - "version": "0.0.3", + "version": "0.0.4", "license": "Apache-2.0", "devDependencies": { - "@revi/prettier-config": "^0.0.2", - "prettier": "^3.3.2" + "@revi/prettier-config": "0.0.2", + "@types/eslint__js": "^8.42.3", + "@types/eslint-config-prettier": "^6.11.3", + "prettier": "3.3.2" }, "funding": { "url": "https://github.com/sponsors/revi" @@ -3830,18 +3856,16 @@ }, "npm/prettier-config": { "name": "@revi/prettier-config", - "version": "0.0.3", + "version": "0.0.5", "license": "Apache-2.0", - "dependencies": { - "prettier-plugin-sh": "0.14.0", - "prettier-plugin-toml": "2.0.1" - }, "funding": { "url": "https://github.com/sponsors/revi" }, "peerDependencies": { "@prettier/plugin-php": "0.22.2", - "prettier": "3.3.2" + "prettier": "3.3.2", + "prettier-plugin-sh": "0.14.0", + "prettier-plugin-toml": "2.0.1" } } }, @@ -4091,8 +4115,10 @@ "@revi/eslint-config": { "version": "file:npm/eslint-config", "requires": { - "@revi/prettier-config": "^0.0.2", - "prettier": "^3.3.2" + "@revi/prettier-config": "0.0.2", + "@types/eslint__js": "^8.42.3", + "@types/eslint-config-prettier": "^6.11.3", + "prettier": "3.3.2" }, "dependencies": { "@revi/prettier-config": { @@ -4106,20 +4132,19 @@ }, "@revi/prettier-config": { "version": "file:npm/prettier-config", - "requires": { - "prettier-plugin-sh": "0.14.0", - "prettier-plugin-toml": "2.0.1" - } + "requires": {} }, "@taplo/core": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@taplo/core/-/core-0.1.1.tgz", - "integrity": "sha512-BG/zLGf5wiNXGEVPvUAAX/4ilB3PwDUY2o0MV0y47mZbDZ9ad9UK/cIQsILat3bqbPJsALVbU6k3cskNZ3vAQg==" + "integrity": "sha512-BG/zLGf5wiNXGEVPvUAAX/4ilB3PwDUY2o0MV0y47mZbDZ9ad9UK/cIQsILat3bqbPJsALVbU6k3cskNZ3vAQg==", + "peer": true }, "@taplo/lib": { "version": "0.4.0-alpha.2", "resolved": "https://registry.npmjs.org/@taplo/lib/-/lib-0.4.0-alpha.2.tgz", "integrity": "sha512-DV/Re3DPVY+BhBtLZ3dmP4mP6YMLSsgq9qGLXwOV38lvNF/fBlgvQswzlXmzCEefL/3q2eMoefZpOI/+GLuCNA==", + "peer": true, "requires": { "@taplo/core": "^0.1.0" } @@ -4134,6 +4159,21 @@ "@types/json-schema": "*" } }, + "@types/eslint__js": { + "version": "8.42.3", + "resolved": "https://registry.npmjs.org/@types/eslint__js/-/eslint__js-8.42.3.tgz", + "integrity": "sha512-alfG737uhmPdnvkrLdZLcEKJ/B8s9Y4hrZ+YAdzUeoArBlSUERA2E87ROfOaS4jd/C45fzOoZzidLc1IPwLqOw==", + "dev": true, + "requires": { + "@types/eslint": "*" + } + }, + "@types/eslint-config-prettier": { + "version": "6.11.3", + "resolved": "https://registry.npmjs.org/@types/eslint-config-prettier/-/eslint-config-prettier-6.11.3.tgz", + "integrity": "sha512-3wXCiM8croUnhg9LdtZUJQwNcQYGWxxdOWDjPe1ykCqJFPVpzAKfs/2dgSoCtAvdPeaponcWPI7mPcGGp9dkKQ==", + "dev": true + }, "@types/estree": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", @@ -5644,7 +5684,8 @@ "mvdan-sh": { "version": "0.10.1", "resolved": "https://registry.npmjs.org/mvdan-sh/-/mvdan-sh-0.10.1.tgz", - "integrity": "sha512-kMbrH0EObaKmK3nVRKUIIya1dpASHIEusM13S4V1ViHFuxuNxCo+arxoa6j/dbV22YBGjl7UKJm9QQKJ2Crzhg==" + "integrity": "sha512-kMbrH0EObaKmK3nVRKUIIya1dpASHIEusM13S4V1ViHFuxuNxCo+arxoa6j/dbV22YBGjl7UKJm9QQKJ2Crzhg==", + "peer": true }, "natural-compare": { "version": "1.4.0", @@ -5832,6 +5873,7 @@ "version": "0.14.0", "resolved": "https://registry.npmjs.org/prettier-plugin-sh/-/prettier-plugin-sh-0.14.0.tgz", "integrity": "sha512-hfXulj5+zEl/ulrO5kMuuTPKmXvOg0bnLHY1hKFNN/N+/903iZbNp8NyZBTsgI8dtkSgFfAEIQq0IQTyP1ZVFQ==", + "peer": true, "requires": { "mvdan-sh": "^0.10.1", "sh-syntax": "^0.4.1" @@ -5841,6 +5883,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/prettier-plugin-toml/-/prettier-plugin-toml-2.0.1.tgz", "integrity": "sha512-99z1YOkViECHtXQjGIigd3talI/ybUI1zB3yniAwUrlWBXupNXThB1hM6bwSMUEj2/+tomTlMtT98F5t4s8IWA==", + "peer": true, "requires": { "@taplo/lib": "^0.4.0-alpha.2" } @@ -6035,6 +6078,7 @@ "version": "0.4.2", "resolved": "https://registry.npmjs.org/sh-syntax/-/sh-syntax-0.4.2.tgz", "integrity": "sha512-/l2UZ5fhGZLVZa16XQM9/Vq/hezGGbdHeVEA01uWjOL1+7Ek/gt6FquW0iKKws4a9AYPYvlz6RyVvjh3JxOteg==", + "peer": true, "requires": { "tslib": "^2.6.2" } @@ -6175,7 +6219,8 @@ "tslib": { "version": "2.6.3", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz", - "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==" + "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==", + "peer": true }, "type-check": { "version": "0.4.0",