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/core-ui-package-updates-643735e5a0
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard eb9f98d200c Bump the core-ui-package-updates group across 1 directory
with 20 updates
add 27a539f9737 Lazy-load Alembic in db_manager imports (#65655)
add 3e819876532 Handle mixed plaintext and RFC 2047 encoded attachment
filenames in ImapHook. Add unit test covering mixed plaintext and encoded
filename decoding. (#66672)
add 0b8c6431949 ci: also build ARM on pushes to release-prep / providers
branches (#66668)
add df0b684ffd7 fix(k8s): pre-load postgresql image to prevent Docker Hub
rate-limit flakes (#66507)
add a6798ab8d83 Fix triggerer file handle leak when remote log upload
fails (#66675)
add 8a70185d680 Bump the typescript group across 1 directory with 5
updates (#65800)
add c467db5a328 Bump the core-ui-package-updates group across 1 directory
with 20 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 (eb9f98d200c)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-643735e5a0
(c467db5a328)
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/workflows/ci-amd.yml | 13 +-
.github/workflows/ci-arm.yml | 9 +
README.md | 2 +-
.../src/airflow/jobs/triggerer_job_runner.py | 11 +-
airflow-core/src/airflow/ui/package.json | 10 +-
airflow-core/src/airflow/ui/pnpm-lock.yaml | 382 ++++++---------------
.../src/airflow/ui/src/components/BasicTooltip.tsx | 8 +-
.../src/airflow/ui/src/components/ConfigForm.tsx | 4 +-
.../ui/src/components/FilterBar/FilterPill.tsx | 6 +-
.../ui/src/components/Graph/DirectionDropdown.tsx | 8 +-
.../layouts/Details/Gantt/GanttTimeline.test.tsx | 4 +-
.../ui/src/layouts/Details/Gantt/utils.test.ts | 4 +-
.../ui/src/layouts/Details/Grid/utils.test.ts | 12 +-
.../ui/src/layouts/Nav/UserSettingsButton.tsx | 7 +-
.../ui/src/pages/Connections/ConnectionForm.tsx | 3 +-
.../ui/src/pages/Dag/Calendar/calendarUtils.ts | 2 +-
airflow-core/src/airflow/ui/tsconfig.app.json | 9 +-
airflow-core/src/airflow/ui/tsconfig.node.json | 1 +
airflow-core/src/airflow/utils/db_manager.py | 15 +-
airflow-core/tests/unit/jobs/test_triggerer_job.py | 23 ++
airflow-core/tests/unit/utils/test_db_manager.py | 24 ++
.../airflow_breeze/commands/kubernetes_commands.py | 1 +
generated/PYPI_README.md | 2 +-
.../imap/src/airflow/providers/imap/hooks/imap.py | 17 +-
providers/imap/tests/unit/imap/hooks/test_imap.py | 16 +
scripts/ci/prek/check_ci_workflows_in_sync.py | 14 +-
26 files changed, 254 insertions(+), 353 deletions(-)