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/v3-3-test/3-3-core-ui-package-updates-ee83919080
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard e1fdfd0d486 Bump the 3-3-core-ui-package-updates group across 1
directory with 17 updates
add a2aea284d52 [v3-3-test] Ignore hidden directories when listing UI
translation locales (#70516) (#70518)
add 56dc77ced73 Bump eslint-plugin-unicorn to 72.0.0 (#70520)
add 3db8e458893 [v3-3-test] reject backslash-after-scheme urls in
is_safe_url (#70215) (#70515)
add 4e7b937217a Bump the 3-3-core-ui-package-updates group across 1
directory with 17 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 (e1fdfd0d486)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-3-test/3-3-core-ui-package-updates-ee83919080
(4e7b937217a)
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:
.../src/airflow/api_fastapi/core_api/security.py | 9 +-
airflow-core/src/airflow/ui/package.json | 2 +-
airflow-core/src/airflow/ui/pnpm-lock.yaml | 230 ++++++++++++++++-----
.../src/airflow/ui/src/components/AnsiRenderer.tsx | 2 +-
.../ui/src/components/MarkdownModal.test.tsx | 1 +
.../src/airflow/ui/src/hooks/usePluginTabs.tsx | 9 +-
.../src/airflow/ui/src/mocks/handlers/log.ts | 2 +-
.../src/pages/Asset/CreateAssetEventModal.test.tsx | 1 +
.../src/pages/TaskInstance/RenderedTemplates.tsx | 2 +-
.../ui/src/pages/TaskInstance/TaskInstance.tsx | 29 ++-
.../src/airflow/ui/src/utils/datetimeUtils.test.ts | 14 +-
.../unit/api_fastapi/core_api/test_security.py | 8 +
.../src/airflow_breeze/commands/ui_commands.py | 2 +-
dev/breeze/tests/test_ui_commands.py | 17 ++
14 files changed, 244 insertions(+), 84 deletions(-)