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-e2ec268659
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard cf61b7ad758 Bump the core-ui-package-updates group across 1 directory 
with 63 updates
     add a6555273135 Logout the user when the refresh token is no longer valid 
(#60781) (#60881)
     add afab83a7eaf [v3-1-test] Adding Airflow generic version for Breeze 
installations for Airflow (#60809) (#60813)
     add d83c0f50e0b Fix permissions check in import error APIs (#60801) 
(#60884)
     add 4795da45007 upgrade CI environment (#60929)
     add fddf4a72406 Reschedule tasks on worker startup Dag load failures 
instead of exiting (#59604) (#60926)
     add f72116c250f [v3-1-test] Fix mypy checks in CI to also run for scripts 
(#60898) (#60906)
     add d1e198fac5a 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   (cf61b7ad758)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-e2ec268659
 (d1e198fac5a)

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            |   2 +-
 .pre-commit-config.yaml                            |   5 +-
 Dockerfile.ci                                      |   2 +-
 .../api_fastapi/auth/managers/exceptions.py        |   4 +-
 .../api_fastapi/auth/middlewares/refresh_token.py  |  31 ++-
 .../core_api/datamodels/import_error.py            |   3 +-
 .../core_api/routes/public/import_error.py         |  26 +-
 .../src/airflow/config_templates/config.yml        |  27 +++
 airflow-core/src/airflow/models/taskinstance.py    |  12 +
 .../src/airflow/ti_deps/deps/base_ti_dep.py        |   3 +-
 .../airflow/ti_deps/deps/ready_to_reschedule.py    |  36 +--
 airflow-core/src/airflow/ui/package.json           |   4 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         | 269 +++++++++++----------
 .../auth/middlewares/test_refresh_token.py         |   6 +-
 .../core_api/routes/public/test_import_error.py    |  76 ++++--
 .../ti_deps/deps/test_ready_to_reschedule_dep.py   |  21 +-
 dev/README_RELEASE_PROVIDERS.md                    |   2 +
 dev/breeze/doc/ci/02_images.md                     |   2 +-
 dev/breeze/pyproject.toml                          |   2 +-
 .../commands/release_management_commands.py        |   2 +-
 dev/breeze/uv.lock                                 |  74 +++---
 .../common/compat/module_loading}/__init__.py      |   0
 scripts/ci/prek/mypy_folder.py                     |   1 +
 scripts/ci/prek/upgrade_important_versions.py      |   9 +-
 .../src/airflow/sdk/execution_time/task_runner.py  |  53 +++-
 .../task_sdk/execution_time/test_task_runner.py    |  87 ++++++-
 26 files changed, 480 insertions(+), 279 deletions(-)
 copy airflow-ctl/src/airflowctl/__init__.py => 
airflow-core/src/airflow/api_fastapi/auth/managers/exceptions.py (86%)
 copy {airflow-core/src/airflow/_shared => 
providers/common/compat/src/airflow/providers/common/compat/module_loading}/__init__.py
 (100%)

Reply via email to