From 9795c90c14f0df6ec9ad4a292528cd874c304eed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 09:14:53 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-github in /github-action Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 5.1.8 to 6.0.0. - [Release notes](https://github.com/github/eslint-plugin-github/releases) - [Commits](https://github.com/github/eslint-plugin-github/compare/v5.1.8...v6.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-github dependency-version: 6.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- github-action/package-lock.json | 17 +++++++++-------- github-action/package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/github-action/package-lock.json b/github-action/package-lock.json index c3bf760..11360e1 100644 --- a/github-action/package-lock.json +++ b/github-action/package-lock.json @@ -23,7 +23,7 @@ "@typescript-eslint/parser": "^8.46.2", "@vercel/ncc": "^0.38.4", "eslint": "^8.57.0", - "eslint-plugin-github": "^5.1.8", + "eslint-plugin-github": "^6.0.0", "eslint-plugin-jest": "^29.0.1", "jest": "^30.2.0", "jest-circus": "^30.0.0", @@ -3577,9 +3577,9 @@ } }, "node_modules/eslint-plugin-github": { - "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==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-6.0.0.tgz", + "integrity": "sha512-J8MvUoiR/TU/Y9NnEmg1AnbvMUj9R6IO260z47zymMLLvso7B4c80IKjd8diqmqtSmeXXlbIus4i0SvK84flag==", "dev": true, "license": "MIT", "dependencies": { @@ -3600,10 +3600,11 @@ "eslint-plugin-no-only-tests": "^3.0.0", "eslint-plugin-prettier": "^5.2.1", "eslint-rule-documentation": ">=1.0.0", - "globals": "^15.12.0", + "globals": "^16.0.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": { @@ -3713,9 +3714,9 @@ } }, "node_modules/eslint-plugin-github/node_modules/globals": { - "version": "15.15.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz", - "integrity": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==", + "version": "16.5.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz", + "integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==", "dev": true, "license": "MIT", "engines": { diff --git a/github-action/package.json b/github-action/package.json index a80b863..1720404 100644 --- a/github-action/package.json +++ b/github-action/package.json @@ -41,7 +41,7 @@ "@typescript-eslint/parser": "^8.46.2", "@vercel/ncc": "^0.38.4", "eslint": "^8.57.0", - "eslint-plugin-github": "^5.1.8", + "eslint-plugin-github": "^6.0.0", "eslint-plugin-jest": "^29.0.1", "jest": "^30.2.0", "jest-circus": "^30.0.0",