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

github-bot pushed a change to branch 
dependabot/npm_and_yarn/providers/edge3/src/airflow/providers/edge3/plugins/www/edge-ui-package-updates-86034b4957
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit 04ef80e9ee1 chore(deps): bump the edge-ui-package-updates group across 
1 directory with 12 updates
     add 72af427f428 Close Catalan translation gap (main) (#62476)
     add 045813df34d Switch from surrogateescape to replace to handle utf-8 
error (#62632)
     add 51f097b756f Fix ambiguity of AGENT instructions (#62677)
     add 06e3b42d780 Add `--max-num` flag to `breeze issues unassign` command 
(#62673)
     add dda8d278671 Fix `airflowctl connections import` failure when JSON 
omits `extra` field (#62662)
     add e68c525ea7f Add ClusterType field for Zero-Scale cluster support 
(#62207)
     add f5d7a3a6bb7 Explicitly set extra for connections in generic transfer 
tests (#62581)
     add a7b8c7f0123 Make weight_rule independent of airflow-core 
priority_strategy (#62210)
     add 722fb25e4f1 Fix Celery worker crash on macOS due to unpicklable local 
function (#62655)
     add 2f051a82f44 Remove Connection dependency from shared secrets backend 
(#61523)
     add 6b79056562a add fix me to calendar tests (#62700)
     add d785ca28fcd fix(breeze): use prek from breeze bin instead of PATH 
(#62277)
     add 6f9cc5f8fb4 Forbid accessing team secrets with environment variable as 
global secret (#62588)
     add ce005617edf Update dependencies for TS code in Fab Provider (#62679)
     add f1cdbcb9712  Fix team-scoped auth check for POST variables, 
connections, and pools in multi-team mode (#62511)
     add 61bf9229c89 Pull the sphinx-airflow-theme wheel from 
airflow.apache.org (#62710)
     add 3161a80f5b0 Fix Toaster in Plugin in Edge UI (#55641)
     add 5c79175e220 chore(deps): bump minimatch (#62712)
     add 4d3230c4d2b Fix Trigger UI form rendering for null enum values (#62060)
     add f42ffbcf167 Fix backward compatibility for workloads TaskInstance 
import (#62714)
     add 55c084c466f chore(deps): bump the edge-ui-package-updates group across 
1 directory with 12 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   (04ef80e9ee1)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/providers/edge3/src/airflow/providers/edge3/plugins/www/edge-ui-package-updates-86034b4957
 (55c084c466f)

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:
 .pre-commit-config.yaml                            |   2 +-
 AGENTS.md                                          |  11 +-
 .../auth/managers/simple/ui/package-lock.json      | 111 ++++-----
 .../src/airflow/api_fastapi/core_api/security.py   |  85 +++++--
 airflow-core/src/airflow/configuration.py          |   9 +-
 .../example_dags/example_params_ui_tutorial.py     |   5 +-
 .../src/airflow/executors/workloads/__init__.py    |  15 +-
 airflow-core/src/airflow/models/team.py            |   6 +
 airflow-core/src/airflow/secrets/base_secrets.py   |  17 +-
 .../src/airflow/secrets/environment_variables.py   |  11 +
 .../airflow/ui/public/i18n/locales/ca/admin.json   |  17 ++
 .../airflow/ui/public/i18n/locales/ca/assets.json  |   4 +-
 .../airflow/ui/public/i18n/locales/ca/common.json  |   9 +
 .../ui/public/i18n/locales/ca/components.json      |   1 +
 .../src/airflow/ui/public/i18n/locales/ca/dag.json |  16 ++
 .../components/FlexibleForm/FieldDropdown.test.tsx | 189 ++++++++++++++
 .../src/components/FlexibleForm/FieldDropdown.tsx  |  49 +++-
 .../components/FlexibleForm/FieldMultiSelect.tsx   |  10 +-
 .../src/airflow/ui/src/queries/useDagParams.ts     |   2 +-
 .../ui/tests/e2e/specs/dag-calendar-tab.spec.ts    |  14 +-
 airflow-core/tests/unit/always/test_connection.py  |   5 +-
 airflow-core/tests/unit/always/test_secrets.py     |  21 ++
 .../tests/unit/always/test_secrets_backends.py     |   2 +
 .../unit/api_fastapi/core_api/test_security.py     | 272 ++++++++++++++++++++-
 .../unit/executors/test_workloads.py}              |  11 +-
 airflow-core/tests/unit/models/test_team.py        |   8 +
 .../airflowctl/ctl/commands/connection_command.py  |   2 +-
 .../ctl/commands/test_connections_command.py       |  51 ++++
 dev/breeze/doc/images/output_issues_unassign.svg   |  24 +-
 dev/breeze/doc/images/output_issues_unassign.txt   |   2 +-
 .../src/airflow_breeze/commands/issues_commands.py |  11 +
 .../commands/issues_commands_config.py             |   2 +-
 dev/breeze/src/airflow_breeze/utils/run_utils.py   |  12 +-
 devel-common/pyproject.toml                        |   2 +-
 .../unit/amazon/aws/transfers/test_s3_to_sql.py    |  30 ++-
 .../livy/tests/unit/apache/livy/hooks/test_livy.py |   3 +-
 .../airflow/providers/celery/cli/celery_command.py |  20 +-
 .../tests/unit/celery/cli/test_celery_command.py   |  13 +-
 .../common/sql/operators/test_generic_transfer.py  |   4 +-
 .../airflow/providers/docker/operators/docker.py   |   2 +-
 .../providers/edge3/plugins/www/package.json       |   4 +-
 .../providers/edge3/plugins/www/pnpm-lock.yaml     | 108 ++++----
 .../plugins/www/src/components/ui/createToaster.ts |  24 --
 .../edge3/plugins/www/src/components/ui/index.ts   |   2 +-
 .../plugins/www/src/components/ui/toaster.tsx      |  30 +--
 .../edge3/plugins/www/src/layouts/EdgeLayout.tsx   |   6 +-
 .../fab/src/airflow/providers/fab/www/package.json |   6 +-
 .../src/airflow/providers/fab/www/pnpm-lock.yaml   |  39 ++-
 providers/google/README.rst                        |   2 +-
 providers/google/docs/index.rst                    |   2 +-
 providers/google/pyproject.toml                    |   2 +-
 .../providers/google/cloud/operators/dataproc.py   |   6 +
 .../dataproc/example_dataproc_cluster_generator.py |   1 +
 .../google/cloud/dataproc/example_dataproc_hive.py |   1 +
 .../google/cloud/dataproc/example_dataproc_pig.py  |   1 +
 .../cloud/dataproc/example_dataproc_pyspark.py     |   1 +
 .../unit/google/cloud/operators/test_dataproc.py   |   7 +
 .../mysql/tests/unit/mysql/hooks/test_mysql.py     |   4 +-
 .../src/airflow_shared/secrets_backend/base.py     |  54 ++--
 .../tests/secrets_backend/test_base.py             |  40 +++
 task-sdk/.pre-commit-config.yaml                   |  13 +-
 task-sdk/src/airflow/sdk/bases/operator.py         |   8 +-
 task-sdk/src/airflow/sdk/bases/secrets_backend.py  |  16 +-
 task-sdk/src/airflow/sdk/configuration.py          |   9 +-
 .../src/airflow/sdk/definitions/mappedoperator.py  |   6 +-
 task-sdk/src/airflow/sdk/types.py                  |  17 ++
 66 files changed, 1137 insertions(+), 352 deletions(-)
 create mode 100644 
airflow-core/src/airflow/ui/src/components/FlexibleForm/FieldDropdown.test.tsx
 copy airflow-core/{src/airflow/api/client/__init__.py => 
tests/unit/executors/test_workloads.py} (72%)
 delete mode 100644 
providers/edge3/src/airflow/providers/edge3/plugins/www/src/components/ui/createToaster.ts
 copy airflow-core/src/airflow/ui/src/components/ui/Toaster/Toaster.tsx => 
providers/edge3/src/airflow/providers/edge3/plugins/www/src/components/ui/toaster.tsx
 (54%)

Reply via email to