From 086c9e4b25c544ef148c374d34a7a844517c740b Mon Sep 17 00:00:00 2001 From: daz Date: Tue, 25 Mar 2025 14:24:27 -0600 Subject: [PATCH] Revert update to eslint-plugin-github --- sources/package-lock.json | 34 +++++++++++++++------------------- sources/package.json | 2 +- 2 files changed, 16 insertions(+), 20 deletions(-) diff --git a/sources/package-lock.json b/sources/package-lock.json index dc555b3..8458d71 100644 --- a/sources/package-lock.json +++ b/sources/package-lock.json @@ -36,7 +36,7 @@ "@typescript-eslint/parser": "7.18.0", "@vercel/ncc": "0.38.3", "eslint": "8.57.1", - "eslint-plugin-github": "6.0.0", + "eslint-plugin-github": "5.1.8", "eslint-plugin-jest": "28.11.0", "jest": "29.7.0", "js-yaml": "4.1.0", @@ -4814,11 +4814,10 @@ } }, "node_modules/eslint-plugin-github": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-6.0.0.tgz", - "integrity": "sha512-J8MvUoiR/TU/Y9NnEmg1AnbvMUj9R6IO260z47zymMLLvso7B4c80IKjd8diqmqtSmeXXlbIus4i0SvK84flag==", + "version": "5.1.8", + "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-5.1.8.tgz", + "integrity": "sha512-A6q+R3EBMF7hxIViWpQsalqpu3O0POcQ9VpN1m9W2I8yGumw+SFxXZUTafBd9X9mgUJhaU4M9qSifC1q/39H3A==", "dev": true, - "license": "MIT", "dependencies": { "@eslint/compat": "^1.2.3", "@eslint/eslintrc": "^3.1.0", @@ -4837,11 +4836,10 @@ "eslint-plugin-no-only-tests": "^3.0.0", "eslint-plugin-prettier": "^5.2.1", "eslint-rule-documentation": ">=1.0.0", - "globals": "^16.0.0", + "globals": "^15.12.0", "jsx-ast-utils": "^3.3.2", "prettier": "^3.0.0", "svg-element-attributes": "^1.3.1", - "typescript": "^5.7.3", "typescript-eslint": "^8.14.0" }, "bin": { @@ -5027,11 +5025,10 @@ } }, "node_modules/eslint-plugin-github/node_modules/globals": { - "version": "16.0.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-16.0.0.tgz", - "integrity": "sha512-iInW14XItCXET01CQFqudPOWP2jYMl7T+QRQT+UNcR/iQncN/F0UNpgd76iFkBPgNQb4+X3LV9tLJYzwh+Gl3A==", + "version": "15.15.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz", + "integrity": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==", "dev": true, - "license": "MIT", "engines": { "node": ">=18" }, @@ -14168,9 +14165,9 @@ } }, "eslint-plugin-github": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-6.0.0.tgz", - "integrity": "sha512-J8MvUoiR/TU/Y9NnEmg1AnbvMUj9R6IO260z47zymMLLvso7B4c80IKjd8diqmqtSmeXXlbIus4i0SvK84flag==", + "version": "5.1.8", + "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-5.1.8.tgz", + "integrity": "sha512-A6q+R3EBMF7hxIViWpQsalqpu3O0POcQ9VpN1m9W2I8yGumw+SFxXZUTafBd9X9mgUJhaU4M9qSifC1q/39H3A==", "dev": true, "requires": { "@eslint/compat": "^1.2.3", @@ -14190,11 +14187,10 @@ "eslint-plugin-no-only-tests": "^3.0.0", "eslint-plugin-prettier": "^5.2.1", "eslint-rule-documentation": ">=1.0.0", - "globals": "^16.0.0", + "globals": "^15.12.0", "jsx-ast-utils": "^3.3.2", "prettier": "^3.0.0", "svg-element-attributes": "^1.3.1", - "typescript": "^5.7.3", "typescript-eslint": "^8.14.0" }, "dependencies": { @@ -14296,9 +14292,9 @@ } }, "globals": { - "version": "16.0.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-16.0.0.tgz", - "integrity": "sha512-iInW14XItCXET01CQFqudPOWP2jYMl7T+QRQT+UNcR/iQncN/F0UNpgd76iFkBPgNQb4+X3LV9tLJYzwh+Gl3A==", + "version": "15.15.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz", + "integrity": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==", "dev": true } } diff --git a/sources/package.json b/sources/package.json index 76908b4..bea7f6d 100644 --- a/sources/package.json +++ b/sources/package.json @@ -58,7 +58,7 @@ "@typescript-eslint/parser": "7.18.0", "@vercel/ncc": "0.38.3", "eslint": "8.57.1", - "eslint-plugin-github": "6.0.0", + "eslint-plugin-github": "5.1.8", "eslint-plugin-jest": "28.11.0", "jest": "29.7.0", "js-yaml": "4.1.0",