This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/npm_and_yarn/airflow-core/src/airflow/ui/react-router-dom-7.4.0 in repository https://gitbox.apache.org/repos/asf/airflow.git
discard b720d745122 Bump react-router-dom in /airflow-core/src/airflow/ui add c03e94905e5 Improve XCom table (#48189) add 35ef47d86fd Bump happy-dom (#48170) add 59b54e7c336 Bump react and react-dom (#48130) add 2c6a6dd470d Backfill "get existing run" query did not filter by dag_id (#48029) add 2d6e33a7a8f Bump react-router-dom in /airflow-core/src/airflow/ui This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (b720d745122) \ N -- N -- N refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/react-router-dom-7.4.0 (2d6e33a7a8f) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .../auth/managers/simple/ui/package-lock.json | 72 +++------- .../auth/managers/simple/ui/package.json | 6 +- .../auth/managers/simple/ui/pnpm-lock.yaml | 156 +++++++++------------ airflow-core/src/airflow/models/backfill.py | 11 +- .../airflow/ui/src/components/TruncatedText.tsx | 1 - .../ui/src/pages/TaskInstances/TaskInstances.tsx | 1 + .../src/airflow/ui/src/pages/XCom/XCom.tsx | 49 ++++++- airflow-core/src/airflow/ui/src/utils/links.ts | 12 ++ airflow-core/tests/unit/models/test_backfill.py | 22 +++ 9 files changed, 183 insertions(+), 147 deletions(-)