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/api_fastapi/auth/managers/simple/ui/v3-3-test/3-3-auth-ui-package-updates-27c3e3c764
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit 5fd7118de5e Bump the 3-3-auth-ui-package-updates group across 1
directory with 9 updates
add b21256bc7d7 [v3-3-test] Add missing Dutch translations (#68742)
(#70004)
add 7c77f8be7f3 [v3-3-test] Don't deactivate DAG bundles owned by other
dag-processors (#69964) (#70017)
add 5f429f241fa [v3-3-test] Skip Go SDK CI jobs for doc-only changes under
go-sdk/ (#70021) (#70024)
add c5619e74dd2 [v3-3-test] UI: Lazy-mount the pause confirmation dialog
on Dag cards and rows (#70016) (#70025)
add 3efaef322e1 [v3-3-test] Clarify AssetPartitionDagRun provisional-run
docstring (#69982) (#70104)
add 75d32471dec Bump the 3-3-auth-ui-package-updates group across 1
directory with 9 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 (5fd7118de5e)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/v3-3-test/3-3-auth-ui-package-updates-27c3e3c764
(75d32471dec)
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:
.../auth/managers/simple/ui/package.json | 8 +-
.../auth/managers/simple/ui/pnpm-lock.yaml | 150 ++++++++++-----------
.../src/airflow/dag_processing/bundles/manager.py | 15 ++-
airflow-core/src/airflow/dag_processing/manager.py | 4 +-
airflow-core/src/airflow/models/asset.py | 12 +-
.../airflow/ui/public/i18n/locales/nl/assets.json | 17 +++
.../airflow/ui/public/i18n/locales/nl/browse.json | 18 +++
.../airflow/ui/public/i18n/locales/nl/common.json | 64 ++++++---
.../ui/public/i18n/locales/nl/components.json | 24 ++--
.../src/airflow/ui/public/i18n/locales/nl/dag.json | 105 ++++++++++++---
.../airflow/ui/public/i18n/locales/nl/dags.json | 25 ++--
.../ui/public/i18n/locales/nl/dashboard.json | 14 ++
.../airflow/ui/public/i18n/locales/nl/hitl.json | 14 ++
.../ui/src/components/ConfirmationModal.tsx | 8 +-
.../bundles/test_dag_bundle_manager.py | 56 ++++++++
.../tests/unit/dag_processing/test_manager.py | 14 ++
.../src/airflow_breeze/utils/selective_checks.py | 7 +-
dev/breeze/tests/test_selective_checks.py | 27 ++++
18 files changed, 443 insertions(+), 139 deletions(-)