From db8cdbaac391f5de4e195439d33219632ff1922b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 07:25:00 +0000 Subject: [PATCH 1/2] chore(deps): bump super-linter/super-linter from 7 to 8 Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 7 to 8. - [Release notes](https://github.com/super-linter/super-linter/releases) - [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md) - [Commits](https://github.com/super-linter/super-linter/compare/v7...v8) --- updated-dependencies: - dependency-name: super-linter/super-linter dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/super-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 05a6175..5f81c22 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -24,7 +24,7 @@ jobs: fetch-depth: 0 - name: Lint Code Base - uses: super-linter/super-linter/slim@v7 + uses: super-linter/super-linter/slim@v8 env: DEFAULT_BRANCH: main GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 1675857cc85a38296ee3726d556f6c724e6e0562 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Mon, 21 Jul 2025 16:26:11 +0900 Subject: [PATCH 2/2] Update super-linter.yml --- .github/workflows/super-linter.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 5f81c22..c99d0de 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -43,4 +43,3 @@ jobs: VALIDATE_NATURAL_LANGUAGE: false VALIDATE_TYPESCRIPT_ES: false VALIDATE_TYPESCRIPT_PRETTIER: false - VALIDATE_TYPESCRIPT_STANDARD: false