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/api_fastapi/auth/managers/simple/ui/core-ui-package-updates-79efc081e4
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 5b0e46d767f Bump the core-ui-package-updates group across 1 directory 
with 11 updates
     add 97b3949f0ac Implement `batch_is_authorized_` methods in AWS auth 
manager (#55307)
     add fb3c8117fb3  Include simple context in triggerer async callback 
(#55241)
     add e24428ef83e Fix task instance number issue (#55363)
     add 367a7a44644 Close gap in Catalan translations (#55352)
     add 74c1b82319c Show collapsible plugin menu when plugins more than or 
equal 2 (#55265)
     add 13668a19b79 Close German translation gaps for full UI translation 
2025-09-07 (#55361)
     add 4f7a870b348 Add more robust check of the container statuses (#55371)
     add e9ec8929810 Add run type and triggering user filters to grid view 
(#55082)
     add 34fab8c67a0 Fix dependabot groups for Edge React UI (#55393)
     add 63de5115611 airflow-provider-slack: avoid secret false positive from 
trivy. (#54504)
     add ab6ebf750c7 CI: Update blacken-docs rev version in pre-commit file 
(#55394)
     add 47e3fe08dfa Bump the core-ui-package-updates group across 1 directory 
with 11 updates

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   (5b0e46d767f)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/core-ui-package-updates-79efc081e4
 (47e3fe08dfa)

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:
 .github/dependabot.yml                             |   4 +-
 .pre-commit-config.yaml                            |   4 +-
 .../auth/managers/simple/ui/pnpm-lock.yaml         |   8 +-
 .../src/airflow/api_fastapi/common/parameters.py   |   4 +
 .../api_fastapi/core_api/openapi/_private_ui.yaml  |  40 ++++++++
 .../airflow/api_fastapi/core_api/routes/ui/grid.py |  10 +-
 airflow-core/src/airflow/models/deadline.py        |  12 ++-
 airflow-core/src/airflow/triggers/deadline.py      |  11 +--
 .../src/airflow/ui/openapi-gen/queries/common.ts   |  12 ++-
 .../ui/openapi-gen/queries/ensureQueryData.ts      |  16 +++-
 .../src/airflow/ui/openapi-gen/queries/prefetch.ts |  16 +++-
 .../src/airflow/ui/openapi-gen/queries/queries.ts  |  16 +++-
 .../src/airflow/ui/openapi-gen/queries/suspense.ts |  16 +++-
 .../ui/openapi-gen/requests/services.gen.ts        |  12 ++-
 .../airflow/ui/openapi-gen/requests/types.gen.ts   |  10 ++
 .../airflow/ui/public/i18n/locales/ca/common.json  |   9 +-
 .../ui/public/i18n/locales/ca/components.json      |   2 +-
 .../src/airflow/ui/public/i18n/locales/ca/dag.json |   3 +
 .../airflow/ui/public/i18n/locales/ca/hitl.json    |   3 +
 .../airflow/ui/public/i18n/locales/de/common.json  |   1 +
 .../src/airflow/ui/public/i18n/locales/de/dag.json |   1 +
 .../airflow/ui/public/i18n/locales/en/common.json  |   3 +-
 .../ui/src/layouts/Details/DetailsLayout.tsx       |  20 +++-
 .../airflow/ui/src/layouts/Details/Grid/Grid.tsx   |  10 +-
 .../ui/src/layouts/Details/PanelButtons.tsx        |  86 +++++++++++++++++
 .../src/airflow/ui/src/layouts/Nav/PluginMenus.tsx |   4 +-
 .../ui/src/pages/TaskInstance/TaskInstance.tsx     |   8 +-
 .../src/airflow/ui/src/queries/useGridRuns.ts      |  13 ++-
 .../src/airflow/ui/src/queries/useGridStructure.ts |   7 ++
 .../api_fastapi/core_api/routes/ui/test_grid.py    |  37 ++++++++
 airflow-core/tests/unit/models/test_deadline.py    |  42 +++++----
 airflow-core/tests/unit/triggers/test_deadline.py  |  11 ++-
 .../amazon/aws/auth_manager/aws_auth_manager.py    |  95 ++++++++++++++++---
 .../aws/auth_manager/test_aws_auth_manager.py      | 102 +++++++++++++++++++++
 .../providers/cncf/kubernetes/operators/pod.py     |   2 +-
 .../src/airflow/providers/slack/hooks/slack.py     |   2 +-
 task-sdk/src/airflow/sdk/definitions/deadline.py   |   4 +-
 .../tests/task_sdk/definitions/test_deadline.py    |  11 +++
 38 files changed, 576 insertions(+), 91 deletions(-)

Reply via email to