From efb23b01afb0e414d6ffa15cf143a83ed0bdb6b2 Mon Sep 17 00:00:00 2001 From: David Peter Date: Thu, 27 Nov 2025 16:47:01 +0100 Subject: [PATCH] [ty] Ecosystem analyzer: diff report updates (#21662) ## Summary Pulls in an ecosystem-analyzer change with a few updates to the diff report: * Breakdown of added/removed/changed diagnostics by project * Option to filter diagnostics by project * Small button to copy a file path to the clipboard * `(-R +A ~C)` indicators in the filter dropdowns (removed, added, changed) * More concise layout, less scrolling ## Test Plan Tested on https://github.com/astral-sh/ruff/pull/21553 => https://david-generic-implicit-alias.ecosystem-663.pages.dev/diff --- .github/workflows/ty-ecosystem-analyzer.yaml | 2 +- .github/workflows/ty-ecosystem-report.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ty-ecosystem-analyzer.yaml b/.github/workflows/ty-ecosystem-analyzer.yaml index e42685d4ee..417ab77bad 100644 --- a/.github/workflows/ty-ecosystem-analyzer.yaml +++ b/.github/workflows/ty-ecosystem-analyzer.yaml @@ -67,7 +67,7 @@ jobs: cd .. - uv tool install "git+https://github.com/astral-sh/ecosystem-analyzer@e26ebfb78d372b8b091e1cb1d6fc522e135474c1" + uv tool install "git+https://github.com/astral-sh/ecosystem-analyzer@55df3c868f3fa9ab34cff0498dd6106722aac205" ecosystem-analyzer \ --repository ruff \ diff --git a/.github/workflows/ty-ecosystem-report.yaml b/.github/workflows/ty-ecosystem-report.yaml index 0b897bb700..aa07cccd04 100644 --- a/.github/workflows/ty-ecosystem-report.yaml +++ b/.github/workflows/ty-ecosystem-report.yaml @@ -52,7 +52,7 @@ jobs: cd .. - uv tool install "git+https://github.com/astral-sh/ecosystem-analyzer@e26ebfb78d372b8b091e1cb1d6fc522e135474c1" + uv tool install "git+https://github.com/astral-sh/ecosystem-analyzer@55df3c868f3fa9ab34cff0498dd6106722aac205" ecosystem-analyzer \ --verbose \