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


    omit 6e8ad21f081 Bump the ui-plugin-template-package-updates group across 1 
directory with 25 updates
     add 75e222575c8 Pnpm upgrade to 10.x and prevent script execution (#59466)
     add 1ba1732caf0 Add Refresh Token logic to auth manager docs (#54196)
     add 1d99e8dd850 Add pdbs for triggerer and workers (#59068)
     add c4b17598a36 Add @typescript-eslint dev dependencies for version 8.50.0 
(#59484)
     add 551ad63002c Amend updated breeze param (#59483)
     add d34942ef1fa Remove old task SDK RC when creating RC (#59459)
     add bef558dfb20 Update the remove old releases function to include 
task-sdk (#59468)
     add 809f59722db Refactor scheduler_dag_execution_timing.py to use SQLA2 
(#59419)
     add f74c105741d Fix GitHub Actions workflow: remove unsupported 
--previous-release option (#59499)
     add 178205f756c Refactor deprecated SQLA models/test_dagrun.py (#59453)
     add 6bc5fe925ed Docs: fix typo in documentation overview (#59452)
     add 690ad9d8486 Use `get_dialect_name` instead of 
`session.get_bind().dialect.name` (#59492)
     add 5ee00b317b2 Fix logout route in Keycloak provider so a 
KeycloakostError doesn't  lead to Internal Server Error in API server (#59382)
     add 97b30f412b2 Fix message of _read_from_logs_server when status_code is 
403 (#59489)
     add 35f74854453 scheduler test: filter captured messages to skip SQLA 
debug logs (#59493)
     add ce580dc730f Fix Theme Configs (#59473)
     add 215ff14d0d3 Add translation for version compare selection placeholder 
(#59346)
     add d28c8febd7e Fix `KubernetesPodOperator` deferrable mode with 
env-defined connection (#41706) (#58841)
     add 7934a6953a0 `issue-59385`: Removing unneeded call the 
`SnowflakeSqlApiHook` (#59470)
     add 0bbc9f12171 fix(i18n): plugins should be translated as 外掛 instead of 
插件 in Taiwanese Mandarian (#59513)
     add fbbce53abd8 Add pre-commit hook to verify version consistency (#59509)
     add c579e03c03c Bump the ui-plugin-template-package-updates group across 1 
directory with 25 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   (6e8ad21f081)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/dev/react-plugin-tools/react_plugin_template/ui-plugin-template-package-updates-0453533dc7
 (c579e03c03c)

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/workflows/basic-tests.yml                  |   4 +-
 .pre-commit-config.yaml                            |  14 +
 airflow-core/.pre-commit-config.yaml               |   8 +-
 .../docs/core-concepts/auth-manager/index.rst      |  22 +-
 airflow-core/pyproject.toml                        |   2 +-
 .../execution_api/routes/task_instances.py         |   3 +-
 airflow-core/src/airflow/models/dagwarning.py      |   4 +-
 airflow-core/src/airflow/models/variable.py        |   4 +-
 airflow-core/src/airflow/ui/package.json           |   5 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         | 273 +++++++-----
 .../airflow/ui/public/i18n/locales/en/common.json  |   1 +
 .../ui/public/i18n/locales/zh-TW/common.json       |   2 +-
 .../src/components/FlexibleForm/FieldSelector.tsx  |   3 +-
 .../src/airflow/ui/src/pages/Dag/Code/Code.tsx     |  43 +-
 airflow-core/src/airflow/ui/src/theme.ts           |  14 +-
 .../src/airflow/utils/log/file_task_handler.py     |   4 +-
 airflow-core/tests/unit/jobs/test_scheduler_job.py |   5 +-
 airflow-core/tests/unit/utils/test_db_cleanup.py   |  10 +-
 .../triggerer-poddisruptionbudget.yaml}            |  16 +-
 .../worker-poddisruptionbudget.yaml}               |  16 +-
 chart/values.schema.json                           |  70 +++
 chart/values.yaml                                  |  20 +
 dev/airflow_perf/scheduler_dag_execution_timing.py |   9 +-
 .../output_release-management_start-release.svg    |  26 +-
 .../output_release-management_start-release.txt    |   2 +-
 .../commands/release_candidate_command.py          |  32 +-
 .../src/airflow_breeze/commands/release_command.py | 100 ++++-
 .../commands/release_management_commands_config.py |   2 +-
 dev/breeze/tests/test_release_candidate_command.py | 187 +++++++-
 dev/breeze/tests/test_release_command.py           | 377 ++++++++++++++++
 .../react_plugin_template/package.json             |   6 +-
 .../react_plugin_template/pnpm-lock.yaml           | 494 ++++++++++++---------
 docs/README.md                                     |   2 +-
 ...test_pdb_scheduler.py => test_pdb_triggerer.py} |  23 +-
 .../{test_pdb_scheduler.py => test_pdb_worker.py}  |  25 +-
 .../providers/cncf/kubernetes/hooks/kubernetes.py  |   6 +-
 .../providers/cncf/kubernetes/operators/pod.py     |  22 +-
 .../providers/cncf/kubernetes/triggers/pod.py      |   4 +
 .../unit/cncf/kubernetes/operators/test_pod.py     |  14 +-
 .../unit/cncf/kubernetes/triggers/test_pod.py      |  47 ++
 providers/edge3/.pre-commit-config.yaml            |   2 +-
 .../fab/src/airflow/providers/fab/www/package.json |   3 +
 providers/fab/www-hash.txt                         |   2 +-
 .../keycloak/auth_manager/keycloak_auth_manager.py |  27 +-
 .../keycloak/auth_manager/routes/login.py          |  30 +-
 .../keycloak/auth_manager/routes/test_login.py     |  33 +-
 .../snowflake/triggers/snowflake_trigger.py        |  21 +-
 pyproject.toml                                     |   2 +-
 scripts/ci/prek/check_version_consistency.py       | 299 +++++++++++++
 49 files changed, 1822 insertions(+), 518 deletions(-)
 copy chart/templates/{pgbouncer/pgbouncer-poddisruptionbudget.yaml => 
triggerer/triggerer-poddisruptionbudget.yaml} (75%)
 copy chart/templates/{pgbouncer/pgbouncer-poddisruptionbudget.yaml => 
workers/worker-poddisruptionbudget.yaml} (72%)
 copy helm-tests/tests/helm_tests/airflow_core/{test_pdb_scheduler.py => 
test_pdb_triggerer.py} (73%)
 copy helm-tests/tests/helm_tests/airflow_core/{test_pdb_scheduler.py => 
test_pdb_worker.py} (69%)
 create mode 100755 scripts/ci/prek/check_version_consistency.py

Reply via email to