This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/dev/react-plugin-tools/react_plugin_template/ui-plugin-template-package-updates-a782a09749
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 923c2a6cbb7 Bump the ui-plugin-template-package-updates group across 1 
directory with 15 updates
     add 257903a4044 Include the `max_active_tasks` limit in the query fetching 
TIs to be queued (#54103)
     add 4f987b39fbb Bump react-router-dom (#61170)
     add 16d8e3e293f Add note about Official Docker Image default for 
load_examples (#60723)
     add 47561e12cae Amend new Python Keycloak dependency changes (#61174)
     add 6ef244de9fe fix: typo in ci/04_selective_checks.md (#61168)
     add 827879675c5 Bump the edge-ui-package-updates group across 1 directory 
with 5 updates (#61146)
     add 44d36789ec0 Bump the fab-ui-package-updates group across 1 directory 
with 2 updates (#61134)
     add 9facd66bd62 Fix import errors not showing on UI (#61163)
     add f4050b8aef2 feat(i18n): Fill Taiwanese Mandarin translation (#61196)
     add d4c87b2ffc6 fix asset flaky test+Move test pattern before --project 
flag (#61198)
     add cee2eb9559d Minor update to release provider process documentation 
(#61186)
     add d54cf8e6d8a Add guardrail to handle DAG deserialization errors in 
scheduler (#61162)
     add 0e920aed73b fix: Add protocol validation to KiotaRequestAdapterHook 
(#61103)
     add 122146f6dcb fix(ui): avoid gantt annotation error during resize 
(#60877)
     add e166926c9b2 Update universal-pathlib to `>=0.3.8` and use 
upath.extensions.ProxyUPath (#60519)
     add 60db2692bd8 Add support for globalCss to custom theme (#61161)
     add d81a4ebf589 Explicitly set table ordering (#60609)
     add 2db28964e03 Improve performance of rendered templates cleanup (#60951)
     add fa8f2337eef Prevent lazy loading for cached plugins (#61207)
     add 2f8fa958d1c Bump the ui-plugin-template-package-updates group across 1 
directory with 15 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   (923c2a6cbb7)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/dev/react-plugin-tools/react_plugin_template/ui-plugin-template-package-updates-a782a09749
 (2f8fa958d1c)

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:
 .../dag-serialization.rst                          |   6 +-
 airflow-core/docs/howto/customize-ui.rst           |  32 ++-
 airflow-core/newsfragments/60951.significant.rst   |   7 +
 airflow-core/pyproject.toml                        |   2 +-
 .../auth/managers/simple/ui/package-lock.json      |  16 +-
 .../auth/managers/simple/ui/package.json           |   2 +-
 .../auth/managers/simple/ui/pnpm-lock.yaml         |  18 +-
 .../src/airflow/api_fastapi/common/types.py        |   1 +
 .../api_fastapi/core_api/openapi/_private_ui.yaml  |   8 +
 .../core_api/routes/public/import_error.py         |  35 ++-
 .../src/airflow/config_templates/config.yml        |  21 +-
 .../src/airflow/jobs/scheduler_job_runner.py       | 127 ++++++++-
 .../src/airflow/models/renderedtifields.py         |  47 +--
 .../airflow/ui/openapi-gen/requests/schemas.gen.ts |  15 +
 .../airflow/ui/openapi-gen/requests/types.gen.ts   |   5 +
 .../ui/public/i18n/locales/zh-TW/admin.json        |   1 +
 .../airflow/ui/public/i18n/locales/zh-TW/dag.json  |   7 +
 .../ui/src/components/DataTable/DataTable.tsx      |   2 +
 .../airflow/ui/src/layouts/Details/Gantt/utils.ts  |   1 +
 airflow-core/src/airflow/ui/src/pages/DagRuns.tsx  |   1 +
 .../src/airflow/ui/src/pages/ExternalView.tsx      |   6 +-
 .../src/airflow/ui/src/pages/ReactPlugin.tsx       |  20 +-
 .../ui/src/pages/TaskInstances/TaskInstances.tsx   |   1 +
 airflow-core/src/airflow/ui/src/theme.ts           |  17 +-
 .../airflow/ui/tests/e2e/pages/AssetDetailPage.ts  |   8 +-
 .../core_api/routes/public/test_import_error.py    |  57 +++-
 .../api_fastapi/core_api/routes/ui/test_config.py  |  10 +-
 airflow-core/tests/unit/jobs/test_scheduler_job.py | 316 ++++++++++++++++++++-
 .../tests/unit/models/test_renderedtifields.py     |  56 +++-
 dev/README.md                                      |   7 -
 dev/README_RELEASE_PROVIDERS.md                    |   5 +-
 dev/breeze/doc/ci/04_selective_checks.md           |   2 +-
 .../airflow_breeze/commands/testing_commands.py    |   5 +-
 docs/spelling_wordlist.txt                         |   3 +
 .../providers/edge3/plugins/www/dist/main.umd.cjs  |  16 +-
 .../providers/edge3/plugins/www/package.json       |  10 +-
 .../providers/edge3/plugins/www/pnpm-lock.yaml     | 112 ++++----
 providers/edge3/www-hash.txt                       |   2 +-
 .../airflow/providers/fab/www/package-lock.json    |  16 +-
 .../fab/src/airflow/providers/fab/www/package.json |   4 +-
 providers/fab/www-hash.txt                         |   2 +-
 .../keycloak/auth_manager/routes/login.py          |   6 +-
 .../keycloak/auth_manager/services/token.py        |  12 +-
 .../providers/microsoft/azure/hooks/msgraph.py     |  24 +-
 .../unit/microsoft/azure/hooks/test_msgraph.py     |  79 ++++++
 .../src/airflow_shared/configuration/parser.py     |   5 +
 task-sdk/src/airflow/sdk/io/path.py                | 123 +++++---
 task-sdk/tests/task_sdk/io/test_path.py            |  34 ++-
 48 files changed, 1044 insertions(+), 268 deletions(-)
 create mode 100644 airflow-core/newsfragments/60951.significant.rst

Reply via email to