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/core-ui-package-updates-c7cffec83b
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit 532ca6335b1 Bump the core-ui-package-updates group across 1 directory
with 51 updates
add 5d1d9567a24 Revert "Fix rendering of template fields with start from
trigger" (#55037)
add cb93c99c4ed Persist TI tabs in dag view (#55006)
add 7d6251c83ec Remove support for re-serializing a Serialized Operator
(#55043)
add ef769230c70 Add missing translations for PL 2025-08-28 (#55016)
add 67c61fbadb3 Dev: Fix validation on dry-run with 'start-rc-process'
(#55047)
add 70ed6c5197a ci: upgrade important versions (#55050)
add bf4e4a923b8 Use 'orient' kwarg in SalesforceHook (#55056)
add be91b42d904 Upgrade import versions of development dependnencies
(#55046)
add 8ff07490723 Limit pytest-rerunfailures as it crashes xdist XFAIL tests
(#55058)
add d47f621661d Update INTHEWILD.md (#55051)
add e2df9ef0597 Fix mypy error for salesforce to_json (#55060)
add b4266ead1ce Fix INTHEWILD syntax (#55063)
add 04d9aaa62a1 Pass team name information to `is_authorized_dag` method
(#55040)
add 228c3c7dcd8 Bump the core-ui-package-updates group across 1 directory
with 51 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 (532ca6335b1)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-c7cffec83b
(228c3c7dcd8)
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/actions/install-prek/action.yml | 4 +-
.github/workflows/basic-tests.yml | 2 +-
.github/workflows/release_dockerhub_image.yml | 2 +-
.pre-commit-config.yaml | 4 +-
Dockerfile | 2 +-
Dockerfile.ci | 4 +-
INTHEWILD.md | 1 +
.../auth/managers/models/resource_details.py | 1 +
.../src/airflow/api_fastapi/core_api/security.py | 6 +-
.../src/airflow/jobs/triggerer_job_runner.py | 61 +-
airflow-core/src/airflow/models/dag.py | 14 +
airflow-core/src/airflow/models/mappedoperator.py | 3 +-
.../airflow/serialization/serialized_objects.py | 15 +-
airflow-core/src/airflow/triggers/base.py | 23 +-
airflow-core/src/airflow/ui/package.json | 4 +-
airflow-core/src/airflow/ui/pnpm-lock.yaml | 1262 ++++++++++----------
.../airflow/ui/public/i18n/locales/pl/common.json | 2 +
.../src/airflow/ui/public/i18n/locales/pl/dag.json | 28 +
.../airflow/ui/public/i18n/locales/pl/hitl.json | 7 +
.../airflow/ui/public/i18n/locales/pl/tasks.json | 10 +
.../ui/src/hooks/navigation/useNavigation.ts | 25 +-
.../airflow/ui/src/layouts/Details/Grid/GridTI.tsx | 21 +-
.../pages/HITLTaskInstances/HITLTaskInstances.tsx | 14 +-
.../ui/src/pages/TaskInstance/TaskInstance.tsx | 15 +-
.../src/airflow/ui/src/pages/XCom/XCom.tsx | 4 +-
airflow-core/src/airflow/ui/src/router.tsx | 4 +-
.../src/airflow/ui/src/utils/links.test.ts | 248 ++++
airflow-core/src/airflow/ui/src/utils/links.ts | 84 +-
.../unit/api_fastapi/core_api/test_security.py | 6 +-
airflow-core/tests/unit/jobs/test_triggerer_job.py | 68 +-
airflow-core/tests/unit/models/test_cleartasks.py | 1 -
airflow-core/tests/unit/models/test_dag.py | 36 +
airflow-core/tests/unit/models/test_dagrun.py | 2 +-
.../unit/serialization/test_dag_serialization.py | 2 +-
.../unit/serialization/test_serialized_objects.py | 10 +
dev/breeze/README.md | 2 +-
dev/breeze/doc/ci/02_images.md | 4 +-
dev/breeze/pyproject.toml | 2 +-
.../commands/release_candidate_command.py | 15 +-
.../commands/release_management_commands.py | 4 +-
dev/breeze/src/airflow_breeze/global_constants.py | 2 +-
dev/breeze/uv.lock | 46 +-
devel-common/pyproject.toml | 6 +-
devel-common/src/tests_common/test_utils/db.py | 7 +
.../providers/salesforce/hooks/salesforce.py | 4 +-
.../tests/unit/salesforce/hooks/test_salesforce.py | 6 +-
.../providers/standard/sensors/date_time.py | 27 +-
.../providers/standard/sensors/filesystem.py | 27 +-
.../src/airflow/providers/standard/sensors/time.py | 27 +-
pyproject.toml | 2 +-
scripts/ci/install_breeze.sh | 2 +-
scripts/ci/prek/check_imports_in_providers.py | 2 +-
scripts/ci/prek/ruff_format.py | 2 +-
scripts/tools/setup_breeze | 2 +-
task-sdk/docs/api.rst | 2 -
task-sdk/src/airflow/sdk/__init__.py | 3 -
task-sdk/src/airflow/sdk/__init__.pyi | 2 -
task-sdk/src/airflow/sdk/bases/operator.py | 6 +-
task-sdk/src/airflow/sdk/bases/trigger.py | 33 -
.../sdk/definitions/_internal/abstractoperator.py | 12 -
.../src/airflow/sdk/definitions/mappedoperator.py | 14 +-
61 files changed, 1286 insertions(+), 970 deletions(-)
create mode 100644
airflow-core/src/airflow/ui/public/i18n/locales/pl/tasks.json
create mode 100644 airflow-core/src/airflow/ui/src/utils/links.test.ts
delete mode 100644 task-sdk/src/airflow/sdk/bases/trigger.py