This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/npm_and_yarn/airflow-core/src/airflow/ui/chakra-ui-7685d36c64
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit 358b3813a39 Bump @chakra-ui/react
add 33d99159929 Improve documentation for the KafkaEventProducer plugin
(#71085)
add 61e8bb8f7a8 Bump the eslint group across 1 directory with 2 updates
(#72525)
add fb512efe2ac Add asset state store commands to airflowctl (#70771)
add 5c40e732444 Prevent Dag-existence disclosure on partitioned dag runs
listing (#72640)
add 4c32caa92ba Trace the dag-processor job instead of its parent process
with memray (#72367)
add 42bbe8d5916 Fix deferrable autofix inserting a forbidden conf import
in providers (#72366)
add baa949fd4b0 Fix Dag metrics dropped when a tag contains invalid
characters (#72364)
add 1be286ecfe4 Fix a bad retry env var taking down the whole airflowctl
CLI (#72429)
add ed90dbb161a Stop Breeze from hanging on unresponsive Docker (#72439)
add 10d9349bccc Document Colima and DOCKER_HOST setup for Breeze
contributors (#72431)
add 093c1cacc72 Fix airflowctl list argument parsing (#72454)
add 688dff54a08 Flag deprecated expose_config=non-sensitive-only in config
lint (#72507)
add 35c1b6830a8 Bump the github-actions-updates group with 4 updates
(#72539)
add ec71f28f2db Show which processes hold the Breeze UI dev ports when
start-airflow fails (#72564)
add 74d7ffabebe Fix the prek cache key so the jobs that read it can hit it
(#72489)
add 437f1b2cc91 Fix GoogleDriveHook.get_file_id parent query operand order
(#72541) (#72543)
add ab6c60c964b Pin devel dependencies to uv.lock in provider compat CI
jobs (#72581)
add 9260ec0dd12 Keep provider_config_fallback_defaults.cfg in sync with
provider.yaml (#72549)
add 8d16905d77e Bump the uv-dependency-updates group across 1 directory
with 8 updates (#72667)
add 31117014f3c Fix Dag scheduling stall after switching to a coarser cron
(#72498)
add 9c96e91c79b Close German Translation Gaps 2026-09-07 (#72630)
add 884c6577070 Java SDK: Document char is not supported for XCom
parameters (#70239)
add 5677af31e96 Migrate anthropic provider to use anthropic 1.x SDK
(#72094)
add dfa9bea7946 Install apache-magpie from its plugin marketplace (#72673)
add d1d0c351c7c Bump webpack (#72653)
add a88aaff4199 Fix breeze --include-mypy-volume not mounting the mypy
cache volume (#72569)
add 0b064f58663 Remove 值 from passwordToggle translations (#72684)
add eb0cf61f7a0 Add deferrable mode to SnowparkContainerJobOperator
(#70103)
add 7e4b35198ac Bump the core-ui-package-updates group across 1 directory
with 17 updates (#72632)
add e47ee93d74a Bump eslint-plugin-unicorn (#72532)
add d566936c477 Bump @chakra-ui/react
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 (358b3813a39)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/chakra-ui-7685d36c64
(d566936c477)
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:
.agents/skills/magpie-setup/SKILL.md | 431 ------
.agents/skills/magpie-setup/adopt.md | 1470 --------------------
.agents/skills/magpie-setup/agents.md | 199 ---
.agents/skills/magpie-setup/overrides.md | 136 --
.agents/skills/magpie-setup/skill-sources.md | 278 ----
.agents/skills/magpie-setup/unadopt.md | 418 ------
.agents/skills/magpie-setup/upgrade.md | 807 -----------
.agents/skills/magpie-setup/verify.md | 787 -----------
.agents/skills/magpie-setup/worktree-init.md | 285 ----
.apache-magpie-overrides/README.md | 6 +-
.apache-magpie.lock | 6 -
.claude/skills/magpie-setup | 1 -
.github/actions/install-prek/action.yml | 28 +-
.github/skills/magpie-setup | 1 -
.github/workflows/basic-tests.yml | 1 -
.github/workflows/ci-amd.yml | 2 -
.github/workflows/ci-arm.yml | 2 -
.github/workflows/ci-image-checks.yml | 3 +-
.github/workflows/codeql-analysis.yml | 6 +-
.github/workflows/generate-constraints.yml | 13 +-
.github/workflows/prod-image-build.yml | 6 +-
.github/workflows/publish-docs-to-s3.yml | 2 +-
.github/workflows/registry-backfill.yml | 4 +-
.github/workflows/registry-build.yml | 2 +-
.github/workflows/test-providers.yml | 26 +-
.github/workflows/upgrade-check.yml | 2 -
.gitignore | 32 +-
.pre-commit-config.yaml | 23 +-
AGENTS.md | 47 +-
Dockerfile.ci | 6 +-
README.md | 37 +-
.../docs/authoring-and-scheduling/deferring.rst | 3 +-
.../authoring-and-scheduling/event-scheduling.rst | 33 +
.../language-sdks/java.rst | 8 +
airflow-core/docs/cli-and-env-variables-ref.rst | 1 -
airflow-core/docs/howto/set-config.rst | 1 -
.../auth/managers/simple/ui/package.json | 2 +-
.../auth/managers/simple/ui/pnpm-lock.yaml | 72 +-
.../api_fastapi/core_api/openapi/_private_ui.yaml | 6 +
.../core_api/routes/ui/partitioned_dag_runs.py | 12 +-
.../src/airflow/cli/commands/config_command.py | 7 +
.../airflow/cli/commands/dag_processor_command.py | 8 +-
.../provider_config_fallback_defaults.cfg | 11 +-
airflow-core/src/airflow/timetables/interval.py | 25 +-
.../ui/openapi-gen/requests/services.gen.ts | 1 +
.../airflow/ui/openapi-gen/requests/types.gen.ts | 4 +
airflow-core/src/airflow/ui/package.json | 38 +-
airflow-core/src/airflow/ui/pnpm-lock.yaml | 530 +++----
.../airflow/ui/public/i18n/locales/de/common.json | 34 +-
.../ui/public/i18n/locales/de/components.json | 4 +
.../airflow/ui/public/i18n/locales/de/dags.json | 8 +
.../ui/public/i18n/locales/zh-TW/components.json | 4 +-
.../routes/ui/test_partitioned_dag_runs.py | 27 +
.../tests/unit/cli/commands/test_config_command.py | 16 +
.../cli/commands/test_dag_processor_command.py | 17 +
.../tests/unit/jobs/test_schedule_change_stall.py | 173 +++
.../unit/timetables/test_interval_timetable.py | 125 +-
.../airflowctl_tests/test_airflowctl_commands.py | 6 +
airflow-ctl/docs/cli-and-env-variables-ref.rst | 7 +
airflow-ctl/docs/images/command_hashes.txt | 2 +-
airflow-ctl/docs/images/output_assets.svg | 166 ++-
airflow-ctl/src/airflowctl/api/client.py | 28 +-
airflow-ctl/src/airflowctl/api/operations.py | 36 +
airflow-ctl/src/airflowctl/ctl/cli_config.py | 3 +-
.../src/airflowctl/ctl/commands/config_command.py | 7 +
airflow-ctl/src/airflowctl/ctl/help_texts.yaml | 5 +
airflow-ctl/tests/airflow_ctl/api/test_client.py | 48 +
.../tests/airflow_ctl/api/test_operations.py | 75 +-
.../ctl/commands/test_config_command.py | 37 +
.../tests/airflow_ctl/ctl/test_cli_config.py | 8 +
contributing-docs/03_contributors_quick_start.rst | 21 +-
contributing-docs/25_maintainer_pr_triage.md | 30 +-
dev/breeze/doc/01_installation.rst | 21 +-
dev/breeze/doc/03_developer_tasks.rst | 6 +-
dev/breeze/doc/images/output_run.svg | 26 +-
dev/breeze/doc/images/output_run.txt | 2 +-
dev/breeze/pyproject.toml | 2 +-
.../airflow_breeze/commands/developer_commands.py | 3 +
.../commands/developer_commands_config.py | 1 +
.../airflow_breeze/utils/docker_command_utils.py | 43 +-
dev/breeze/src/airflow_breeze/utils/path_utils.py | 2 +-
dev/breeze/src/airflow_breeze/utils/run_utils.py | 53 +-
dev/breeze/tests/test_developer_commands.py | 34 +-
dev/breeze/tests/test_docker_command_utils.py | 58 +
dev/breeze/tests/test_run_utils.py | 97 +-
dev/breeze/tests/test_shell_params.py | 10 +-
dev/breeze/uv.lock | 85 +-
dev/skill-evals/last-eval-hash.txt | 2 +-
devel-common/src/tests_common/test_utils/config.py | 2 +-
providers/anthropic/README.rst | 20 +-
providers/anthropic/docs/connections.rst | 3 +-
providers/anthropic/docs/index.rst | 20 +-
providers/anthropic/pyproject.toml | 17 +-
.../airflow/providers/anthropic/hooks/anthropic.py | 28 +-
.../tests/unit/anthropic/hooks/test_anthropic.py | 41 +-
providers/apache/kafka/docs/configurations-ref.rst | 16 +-
.../fab/src/airflow/providers/fab/www/package.json | 2 +-
.../src/airflow/providers/fab/www/pnpm-lock.yaml | 128 +-
.../airflow/providers/google/suite/hooks/drive.py | 2 +-
.../tests/unit/google/suite/hooks/test_drive.py | 74 +
providers/snowflake/docs/changelog.rst | 5 +
.../docs/operators/snowpark_containers.rst | 8 +
providers/snowflake/provider.yaml | 1 +
.../providers/snowflake/get_provider_info.py | 5 +-
.../snowflake/operators/snowpark_containers.py | 149 +-
.../snowflake/triggers/snowpark_containers.py | 166 +++
.../snowflake/utils/snowpark_containers.py | 52 +
.../operators/test_snowpark_containers.py | 153 ++
.../snowflake/triggers/test_snowpark_containers.py | 205 +++
.../snowflake/utils/test_snowpark_containers.py | 19 +-
scripts/ci/prek/check_deferrable_default.py | 2 +-
.../check_provider_config_fallback_defaults.py | 200 +++
scripts/docker/entrypoint_ci.sh | 6 +-
.../tests/ci/prek/test_check_deferrable_default.py | 96 ++
...test_check_provider_config_fallback_defaults.py | 227 +++
.../airflow_shared/observability/metrics/stats.py | 4 +-
.../tests/observability/metrics/test_stats.py | 17 +-
uv.lock | 19 +-
118 files changed, 3176 insertions(+), 5672 deletions(-)
delete mode 100644 .agents/skills/magpie-setup/SKILL.md
delete mode 100644 .agents/skills/magpie-setup/adopt.md
delete mode 100644 .agents/skills/magpie-setup/agents.md
delete mode 100644 .agents/skills/magpie-setup/overrides.md
delete mode 100644 .agents/skills/magpie-setup/skill-sources.md
delete mode 100644 .agents/skills/magpie-setup/unadopt.md
delete mode 100644 .agents/skills/magpie-setup/upgrade.md
delete mode 100644 .agents/skills/magpie-setup/verify.md
delete mode 100644 .agents/skills/magpie-setup/worktree-init.md
delete mode 100644 .apache-magpie.lock
delete mode 120000 .claude/skills/magpie-setup
delete mode 120000 .github/skills/magpie-setup
create mode 100644 airflow-core/tests/unit/jobs/test_schedule_change_stall.py
create mode 100644
providers/snowflake/src/airflow/providers/snowflake/triggers/snowpark_containers.py
create mode 100644
providers/snowflake/src/airflow/providers/snowflake/utils/snowpark_containers.py
create mode 100644
providers/snowflake/tests/unit/snowflake/triggers/test_snowpark_containers.py
copy scripts/ci/prek/local_yml_mounts.py =>
providers/snowflake/tests/unit/snowflake/utils/test_snowpark_containers.py (70%)
mode change 100755 => 100644
create mode 100755 scripts/ci/prek/check_provider_config_fallback_defaults.py
create mode 100644 scripts/tests/ci/prek/test_check_deferrable_default.py
create mode 100644
scripts/tests/ci/prek/test_check_provider_config_fallback_defaults.py