This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/npm_and_yarn/dev/react-plugin-tools/react_plugin_template/ui-plugin-template-package-updates-41650ca966
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 3e44906019f Bump the ui-plugin-template-package-updates group across 1
directory with 22 updates
add c7e4d7ca573 Bump the uv-dependency-updates group in /dev/breeze with 5
updates (#70850)
add 25c100c870a Emit GCSToGCSOperator deprecation warnings after rendering
(#70449)
add 1c1f5744dfe Fix SQL value checks for negative expected values (#69893)
add 204ba78cc1f Fix SQL check tolerance for negative expected values
(#69736)
add 3b547d729e0 Quote remote job paths in posix ssh command builders
(#70091)
add 7ec2faa5fa9 Bump the auth-ui-package-updates group across 1 directory
with 2 updates (#70846)
add 1cf35f42c6d Use ValueError for unsupported recursive glob in ADLS
upload (#70540)
add e80a6bc70cc Use built-in exceptions for Postgres hook input validation
(#70537)
add 8c08850420d Use ValueError when no ArangoDB collection operation is
specified (#70539)
add f588901b2bb Update system test to the latest api version of google-ads
(#69865)
add fabe74d37d4 Fix no-op assertion in MaxCompute run_sql test (#69406)
add ec02c6d4efd Fix AwaitMessageTriggerFunctionSensor not honoring timeout
(#69639)
add 5cc898f8743 Escape attachment filename in Content-Disposition header
(#69435)
add 3abf9ca59c8 WaitSensor: make time_to_wait templated (#70480)
add 927d4ad83cb Check imap attachment symlink on the resolved destination
path (#69194)
add 41eff9bd37c Fix flaky test_command_timeout_fail in SSH provider
(#65864)
add 0f185b6a7ae Fix KafkaBaseHook.test_connection missing oauth_cb for
managed Kafka (#69507)
add a6699a40ac2 Prevent deferrable KubernetesPodOperator log parsing from
blocking the triggerer event loop (#69661)
add 4572e0b42f5 Fix AirbyteJobSensor marking a cancelled job as success in
deferrable mode (#69786)
add 36d0cc7bd68 Bump the edge-ui-package-updates group across 1 directory
with 3 updates (#70848)
add 664e2a8b579 Fix asset event extra filter matching wrong events for
dotted keys on SQLite (#69675)
add 8652f21c328 Stop batching major version bumps in the edge UI
Dependabot group (#70865)
add 15f066b65e9 Bump the ui-plugin-template-package-updates group across 1
directory with 22 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 (3e44906019f)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/dev/react-plugin-tools/react_plugin_template/ui-plugin-template-package-updates-41650ca966
(15f066b65e9)
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/dependabot.yml | 6 +
airflow-core/newsfragments/69675.bugfix.rst | 1 +
.../auth/managers/simple/ui/package.json | 4 +-
.../auth/managers/simple/ui/pnpm-lock.yaml | 218 +++++++++++----------
airflow-core/src/airflow/utils/email.py | 2 +-
airflow-core/src/airflow/utils/sqlalchemy.py | 4 +-
.../core_api/routes/public/test_assets.py | 65 ++++++
airflow-core/tests/unit/utils/test_email.py | 19 ++
dev/breeze/uv.lock | 66 +++----
.../react_plugin_template/pnpm-lock.yaml | 8 +-
generated/known_airflow_exceptions.txt | 5 +-
.../airflow/providers/airbyte/sensors/airbyte.py | 25 ++-
.../tests/unit/airbyte/sensors/test_airbyte.py | 34 ++++
.../unit/alibaba/cloud/hooks/test_maxcompute.py | 18 +-
.../airflow/providers/apache/kafka/hooks/base.py | 27 ++-
.../providers/apache/kafka/sensors/kafka.py | 10 +
.../tests/unit/apache/kafka/hooks/test_base.py | 25 ++-
.../tests/unit/apache/kafka/sensors/test_kafka.py | 22 +++
.../providers/arangodb/operators/arangodb.py | 4 +-
.../tests/unit/arangodb/operators/test_arangodb.py | 12 ++
.../providers/cncf/kubernetes/hooks/kubernetes.py | 9 +-
.../providers/cncf/kubernetes/utils/pod_manager.py | 6 +-
.../unit/cncf/kubernetes/hooks/test_kubernetes.py | 24 +++
.../unit/cncf/kubernetes/utils/test_pod_manager.py | 20 ++
.../airflow/providers/common/sql/operators/sql.py | 53 +++--
.../tests/unit/common/sql/operators/test_sql.py | 46 +++++
.../providers/edge3/plugins/www/package.json | 4 +-
.../providers/edge3/plugins/www/pnpm-lock.yaml | 184 ++++++++---------
.../src/airflow/providers/google/ads/hooks/ads.py | 8 +-
.../providers/google/cloud/transfers/gcs_to_gcs.py | 40 ++--
.../google/tests/system/google/ads/example_ads.py | 2 +-
.../unit/google/cloud/transfers/test_gcs_to_gcs.py | 63 +++---
.../imap/src/airflow/providers/imap/hooks/imap.py | 18 +-
providers/imap/tests/unit/imap/hooks/test_imap.py | 31 ++-
.../microsoft/azure/transfers/local_to_adls.py | 4 +-
.../azure/transfers/test_local_to_adls.py | 3 +-
.../airflow/providers/postgres/hooks/postgres.py | 7 +-
.../tests/unit/postgres/hooks/test_postgres.py | 4 +-
.../smtp/src/airflow/providers/smtp/hooks/smtp.py | 2 +-
providers/smtp/tests/unit/smtp/hooks/test_smtp.py | 20 ++
.../src/airflow/providers/ssh/utils/remote_job.py | 30 +--
providers/ssh/tests/unit/ssh/hooks/test_ssh.py | 49 +++--
.../ssh/tests/unit/ssh/utils/test_remote_job.py | 32 ++-
.../providers/standard/sensors/time_delta.py | 21 +-
.../tests/unit/standard/sensors/test_time_delta.py | 25 +++
.../ci/prek/validate_operators_init_exemptions.txt | 1 -
46 files changed, 874 insertions(+), 407 deletions(-)
create mode 100644 airflow-core/newsfragments/69675.bugfix.rst