From f754303b8dda2866b15f11b02d98780239d3ff42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 20:17:40 +0900 Subject: [PATCH] Update dependency @munierujp/eslint-config-typescript to v47.1.1 (#320) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 77 +++-------------------------------------------- package.json | 2 +- 2 files changed, 5 insertions(+), 74 deletions(-) diff --git a/package-lock.json b/package-lock.json index 79c951f9..d6fa8f19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "5.0.12", "license": "MIT", "devDependencies": { - "@munierujp/eslint-config-typescript": "47.1.0", + "@munierujp/eslint-config-typescript": "47.1.1", "@tsconfig/node18": "18.2.4", "@types/node": "18.16.20", "eslint": "8.57.0", @@ -385,9 +385,9 @@ "peer": true }, "node_modules/@munierujp/eslint-config-typescript": { - "version": "47.1.0", - "resolved": "https://registry.npmjs.org/@munierujp/eslint-config-typescript/-/eslint-config-typescript-47.1.0.tgz", - "integrity": "sha512-+rSySlkdF90Pyu4G3wGARxKH34wVuLUG+8wRrYapofHGrCKZwwwhxVmK/SYl/XEfsrMwcHZX6m2xaqWtHTqwmA==", + "version": "47.1.1", + "resolved": "https://registry.npmjs.org/@munierujp/eslint-config-typescript/-/eslint-config-typescript-47.1.1.tgz", + "integrity": "sha512-xf3VXoUIY3/244kQIuYZ209WXiM2JWNNjlW2IOZqH6eUuu4wkfZMWpF6A/tHXdX/8M0Mb3Cx50exdt2d4oIbdg==", "dev": true, "license": "MIT", "engines": { @@ -397,7 +397,6 @@ "@eslint-recommended/eslint-config-typescript": "^50.0.0", "eslint": "^8.23.1", "eslint-plugin-import-newlines": "^1.2.0", - "eslint-plugin-regexp": "^2.6.0", "typescript": "*" } }, @@ -2057,29 +2056,6 @@ "eslint": "^7.0.0 || ^8.0.0" } }, - "node_modules/eslint-plugin-regexp": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-regexp/-/eslint-plugin-regexp-2.6.0.tgz", - "integrity": "sha512-FCL851+kislsTEQEMioAlpDuK5+E5vs0hi1bF8cFlPlHcEjeRhuAzEsGikXRreE+0j4WhW2uO54MqTjXtYOi3A==", - "dev": true, - "license": "MIT", - "peer": true, - "dependencies": { - "@eslint-community/eslint-utils": "^4.2.0", - "@eslint-community/regexpp": "^4.9.1", - "comment-parser": "^1.4.0", - "jsdoc-type-pratt-parser": "^4.0.0", - "refa": "^0.12.1", - "regexp-ast-analysis": "^0.7.1", - "scslre": "^0.3.0" - }, - "engines": { - "node": "^18 || >=20" - }, - "peerDependencies": { - "eslint": ">=8.44.0" - } - }, "node_modules/eslint-plugin-sonarjs": { "version": "0.25.1", "resolved": "https://registry.npmjs.org/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.25.1.tgz", @@ -3836,35 +3812,6 @@ "node": ">=8" } }, - "node_modules/refa": { - "version": "0.12.1", - "resolved": "https://registry.npmjs.org/refa/-/refa-0.12.1.tgz", - "integrity": "sha512-J8rn6v4DBb2nnFqkqwy6/NnTYMcgLA+sLr0iIO41qpv0n+ngb7ksag2tMRl0inb1bbO/esUwzW1vbJi7K0sI0g==", - "dev": true, - "license": "MIT", - "peer": true, - "dependencies": { - "@eslint-community/regexpp": "^4.8.0" - }, - "engines": { - "node": "^12.0.0 || ^14.0.0 || >=16.0.0" - } - }, - "node_modules/regexp-ast-analysis": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/regexp-ast-analysis/-/regexp-ast-analysis-0.7.1.tgz", - "integrity": "sha512-sZuz1dYW/ZsfG17WSAG7eS85r5a0dDsvg+7BiiYR5o6lKCAtUrEwdmRmaGF6rwVj3LcmAeYkOWKEPlbPzN3Y3A==", - "dev": true, - "license": "MIT", - "peer": true, - "dependencies": { - "@eslint-community/regexpp": "^4.8.0", - "refa": "^0.12.1" - }, - "engines": { - "node": "^12.0.0 || ^14.0.0 || >=16.0.0" - } - }, "node_modules/regexp-tree": { "version": "0.1.27", "resolved": "https://registry.npmjs.org/regexp-tree/-/regexp-tree-0.1.27.tgz", @@ -4086,22 +4033,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/scslre": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/scslre/-/scslre-0.3.0.tgz", - "integrity": "sha512-3A6sD0WYP7+QrjbfNA2FN3FsOaGGFoekCVgTyypy53gPxhbkCIjtO6YWgdrfM+n/8sI8JeXZOIxsHjMTNxQ4nQ==", - "dev": true, - "license": "MIT", - "peer": true, - "dependencies": { - "@eslint-community/regexpp": "^4.8.0", - "refa": "^0.12.0", - "regexp-ast-analysis": "^0.7.0" - }, - "engines": { - "node": "^14.0.0 || >=16.0.0" - } - }, "node_modules/semver": { "version": "7.6.2", "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", diff --git a/package.json b/package.json index 4daa81f7..4d9c5abe 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "rollup": "^2.0.0 || ^3.0.0 || ^4.0.0" }, "devDependencies": { - "@munierujp/eslint-config-typescript": "47.1.0", + "@munierujp/eslint-config-typescript": "47.1.1", "@tsconfig/node18": "18.2.4", "@types/node": "18.16.20", "eslint": "8.57.0",