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


 discard cc2f9b01b3e Bump the core-ui-package-updates group across 1 directory 
with 60 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 5b01d323631 Bump the core-ui-package-updates group across 1 directory 
with 60 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   (cc2f9b01b3e)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-db17c02ded
 (5b01d323631)

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:
 airflow-core/.pre-commit-config.yaml               |   8 +-
 .../docs/core-concepts/auth-manager/index.rst      |  22 +-
 airflow-core/src/airflow/ui/package.json           |   9 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         | 537 ++++++++++++++-------
 .../src/components/FlexibleForm/FieldSelector.tsx  |   3 +-
 .../src/airflow/ui/src/pages/Dag/Code/Code.tsx     |  41 +-
 .../triggerer-poddisruptionbudget.yaml}            |  16 +-
 .../worker-poddisruptionbudget.yaml}               |  16 +-
 chart/values.schema.json                           |  70 +++
 chart/values.yaml                                  |  20 +
 ...test_pdb_scheduler.py => test_pdb_triggerer.py} |  23 +-
 .../{test_pdb_scheduler.py => test_pdb_worker.py}  |  25 +-
 providers/edge3/.pre-commit-config.yaml            |   2 +-
 .../fab/src/airflow/providers/fab/www/package.json |   3 +
 providers/fab/www-hash.txt                         |   2 +-
 15 files changed, 541 insertions(+), 256 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%)

Reply via email to