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/v3-1-test/core-ui-package-updates-d2b6544b90
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard ff38318d4df Bump the core-ui-package-updates group across 1 directory 
with 63 updates
     add 74f7e73e7d6 [v3-1-test] Fix secrets masking in Rendered Templates for 
complex objects (#61394) (#61763)
     add dcec5979320 [v3-1-test] Freeup disk space in image build workflow 
(#61825) (#61827)
     add 6743667c2a5 [v3-1-test] Run system prune when importing image cache 
(#61826) (#61828)
     add af64f85ccde CI: Upgrade important CI environment (#61841)
     add 93a617f4d24 [v3-1-test] Make conn_type optional in task SDK Connection 
datamodel (#61728) (#61835)
     add c52485ea3e4 fix(ui): Fix star icon visibility in Favorite filter 
buttons when selected (#61862)
     add b4c1a962344 Bump the core-ui-package-updates group across 1 directory 
with 63 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   (ff38318d4df)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-d2b6544b90
 (b4c1a962344)

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/breeze/action.yml                  |   2 +-
 .github/actions/install-prek/action.yml            |   2 +-
 .github/workflows/basic-tests.yml                  |   2 +-
 .github/workflows/ci-image-build.yml               |   3 +
 .github/workflows/release_dockerhub_image.yml      |   2 +-
 .pre-commit-config.yaml                            |   2 +-
 Dockerfile                                         |   2 +-
 Dockerfile.ci                                      |   2 +-
 airflow-core/docs/best-practices.rst               |   2 +-
 airflow-core/src/airflow/ui/package.json           |   6 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         | 102 +++++++-----
 .../pages/DagsList/DagsFilters/FavoriteFilter.tsx  |  10 +-
 dev/breeze/doc/ci/02_images.md                     |   2 +-
 .../airflow_breeze/commands/ci_image_commands.py   |   1 +
 .../commands/release_management_commands.py        |   2 +-
 dev/breeze/src/airflow_breeze/global_constants.py  |   2 +-
 dev/breeze/uv.lock                                 | 184 ++++++++++-----------
 devel-common/pyproject.toml                        |   2 +-
 pyproject.toml                                     |   2 +-
 scripts/ci/prek/check_imports_in_providers.py      |   2 +-
 scripts/ci/prek/ruff_format.py                     |   2 +-
 scripts/tools/setup_breeze                         |   2 +-
 task-sdk/src/airflow/sdk/definitions/connection.py |   2 +-
 .../src/airflow/sdk/execution_time/task_runner.py  |  13 +-
 task-sdk/tests/task_sdk/bases/test_hook.py         |  47 ++++++
 .../tests/task_sdk/definitions/test_connection.py  |  19 +++
 .../task_sdk/execution_time/test_task_runner.py    |  45 +++++
 27 files changed, 304 insertions(+), 160 deletions(-)

Reply via email to