From 4806b5c5069f53ae13583a8ab0bee822428c5f1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 21:52:09 +0000 Subject: [PATCH 1/2] chore(deps): Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check-dist.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 5c4bd8b0..8c434e77 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Node.js id: setup-node diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ff62ee9..1b091778 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout Branch - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 ref: ${{ github.head_ref }} diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index c954668c..f5aff905 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Initialize CodeQL id: initialize From c0024e887bc0e2b16bf535de4fef75e55c9c6eff Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 11 Aug 2025 21:52:42 +0000 Subject: [PATCH 2/2] [automated commit] lint format and import sort --- custom-elements.json | 48 -------------------------------------------- 1 file changed, 48 deletions(-) diff --git a/custom-elements.json b/custom-elements.json index 2fda9673..239543fb 100644 --- a/custom-elements.json +++ b/custom-elements.json @@ -257,54 +257,6 @@ } ] }, - { - "kind": "javascript-module", - "path": "coverage/lcov-report/block-navigation.js", - "declarations": [], - "exports": [] - }, - { - "kind": "javascript-module", - "path": "coverage/lcov-report/prettify.js", - "declarations": [], - "exports": [] - }, - { - "kind": "javascript-module", - "path": "coverage/lcov-report/sorter.js", - "declarations": [], - "exports": [] - }, - { - "kind": "javascript-module", - "path": "docs/assets/hierarchy.js", - "declarations": [], - "exports": [] - }, - { - "kind": "javascript-module", - "path": "docs/assets/icons.js", - "declarations": [], - "exports": [] - }, - { - "kind": "javascript-module", - "path": "docs/assets/main.js", - "declarations": [], - "exports": [] - }, - { - "kind": "javascript-module", - "path": "docs/assets/navigation.js", - "declarations": [], - "exports": [] - }, - { - "kind": "javascript-module", - "path": "docs/assets/search.js", - "declarations": [], - "exports": [] - }, { "kind": "javascript-module", "path": "src/scripts/analyze.ts",