From f32f56b78ae93a4551711e540e03a14e69437d22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 15:37:56 +0000 Subject: [PATCH 1/2] chore(deps): Bump actions/setup-node from 4 to 5 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-node 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 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 5c4bd8b0..9a26cfda 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -32,7 +32,7 @@ jobs: - name: Setup Node.js id: setup-node - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version-file: .node-version cache: npm diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ff62ee9..f14e4a50 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: ref: ${{ github.head_ref }} - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version-file: .node-version cache: npm From 2f646d7e2402ae64faf53db23e3bfb29a34f3d73 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 8 Sep 2025 15:38:44 +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",