This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/providers/fab/src/airflow/providers/fab/www/fab-ui-package-updates-6473f3f9dd
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 062f16b3cd7 Bump the fab-ui-package-updates group across 1 directory
with 2 updates
add 0d31f33139d use Boolean (#49556)
add c14bc9b4d9e Bump Airflow to `3.1.0.dev0` (#49119)
add ef268cdf7e2 Amazon EMR Sensors/Operators inherit AWS Base Classes
(#49486)
add 1bcbe8fbaaf Improve docs-build selective checks to include
RELEASE_NOTES.rst (#49558)
add f39e22f2d6a Bump the fab-ui-package-updates group across 1 directory
with 2 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 (062f16b3cd7)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/providers/fab/src/airflow/providers/fab/www/fab-ui-package-updates-6473f3f9dd
(f39e22f2d6a)
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/pyproject.toml | 2 +-
airflow-core/src/airflow/__init__.py | 2 +-
.../auth/managers/simple/ui/src/login/Login.tsx | 2 +-
.../src/airflow_breeze/utils/selective_checks.py | 1 +
dev/breeze/tests/test_selective_checks.py | 23 ++
docker-stack-docs/README.md | 10 +-
.../extending/add-airflow-configuration/Dockerfile | 2 +-
.../extending/add-apt-packages/Dockerfile | 2 +-
.../add-build-essential-extend/Dockerfile | 2 +-
.../extending/add-providers/Dockerfile | 2 +-
.../add-pypi-packages-constraints/Dockerfile | 2 +-
.../extending/add-pypi-packages-uv/Dockerfile | 2 +-
.../extending/add-pypi-packages/Dockerfile | 2 +-
.../extending/add-requirement-packages/Dockerfile | 2 +-
.../extending/custom-providers/Dockerfile | 2 +-
.../extending/embedding-dags/Dockerfile | 2 +-
.../extending/writable-directory/Dockerfile | 2 +-
docker-stack-docs/entrypoint.rst | 14 +-
providers/amazon/docs/operators/emr/emr.rst | 5 +
providers/amazon/docs/operators/emr/emr_eks.rst | 5 +
.../amazon/docs/operators/emr/emr_serverless.rst | 5 +
.../airflow/providers/amazon/aws/operators/emr.py | 289 +++++++++++----------
.../airflow/providers/amazon/aws/sensors/emr.py | 101 ++++---
pyproject.toml | 4 +-
24 files changed, 263 insertions(+), 222 deletions(-)