From aeea3c796ff20f8f5955c5b5d38c9196370b901a Mon Sep 17 00:00:00 2001 From: Copilot <223556219+Copilot@users.noreply.github.com> Date: Mon, 3 Aug 2026 20:31:44 -0400 Subject: [PATCH 1/4] [scanner] fix: repair broken key-features link Signed-off-by: Copilot <223556219+Copilot@users.noreply.github.com> --- src/components/master-page/AboutSection.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/master-page/AboutSection.tsx b/src/components/master-page/AboutSection.tsx index 180f734c9..84f7e2c36 100644 --- a/src/components/master-page/AboutSection.tsx +++ b/src/components/master-page/AboutSection.tsx @@ -99,6 +99,8 @@ export default function AboutSection() { id="about" className="relative py-24 bg-gradient-to-br from-slate-900 via-purple-900 to-slate-900 text-white overflow-hidden" > + {/* Anchor for key-features navigation link */} + {/* Dark base background */}
From 25602965e403b5e6cabdcd76d6417bb61fe7d71e Mon Sep 17 00:00:00 2001 From: Copilot <223556219+Copilot@users.noreply.github.com> Date: Tue, 4 Aug 2026 04:32:39 -0400 Subject: [PATCH 2/4] =?UTF-8?q?=F0=9F=90=9B=20pin=20minimatch=20to=20v3=20?= =?UTF-8?q?to=20avoid=20ESLint=20minimatch=20API=20break\n\nSigned-off-by:?= =?UTF-8?q?=20Copilot=20<223556219+Copilot@users.noreply.github.com>?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Copilot <223556219+Copilot@users.noreply.github.com> --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 54bb86ce3..a75938ebc 100644 --- a/package.json +++ b/package.json @@ -67,6 +67,7 @@ "markdown-it": ">=14.1.1", "postcss": ">=8.5.18", "sharp": ">=0.35.3", - "uuid": ">=11.1.1" + "uuid": ">=11.1.1", + "minimatch": "3.1.2" } -} +} \ No newline at end of file From 69ef84aebfe89fc1d9bf0460317016d550bc91e3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 4 Aug 2026 14:43:29 -0400 Subject: [PATCH 3/4] chore(ci): remove incorrect minimatch override to satisfy lockfile\n\nSigned-off-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: github-actions[bot] --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index a75938ebc..b8721ec64 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,6 @@ "markdown-it": ">=14.1.1", "postcss": ">=8.5.18", "sharp": ">=0.35.3", - "uuid": ">=11.1.1", - "minimatch": "3.1.2" + "uuid": ">=11.1.1" } } \ No newline at end of file From 90656960a73317efd1e346329fad3e1e7b62ab7f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 4 Aug 2026 14:46:05 -0400 Subject: [PATCH 4/4] docs: note CI fix for PR #6482 Signed-off-by: github-actions[bot] --- .github/pr-fixes/6482.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/pr-fixes/6482.md diff --git a/.github/pr-fixes/6482.md b/.github/pr-fixes/6482.md new file mode 100644 index 000000000..eff0416fd --- /dev/null +++ b/.github/pr-fixes/6482.md @@ -0,0 +1 @@ +CI: removed incorrect minimatch override to satisfy lockfile. Commit: 69ef84aebfe89fc1d9bf0460317016d550bc91e3