This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch
dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-bfe1579f38
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 1dd0a46ce40 UI: Adapt to monaco-editor 0.55 and msw 2.14 breaking
changes
discard c716114a21b Bump the core-ui-package-updates group across 1 directory
with 26 updates
add ffe4fcfb96d Log SQL query on its own line in BigQueryInsertJobOperator
(#69386)
add 23b6a1bdf11 Bump the eslint group across 1 directory with 8 updates
(#69348)
add 8aabd056e8a Fix partition label casing and Taiwanese Mandarin
ranslations (#69455)
add 668acd8e314 Bump the core-ui-package-updates group across 1 directory
with 26 updates
add 9213b345ea4 UI: Adapt to monaco-editor 0.55 and msw 2.14 breaking
changes
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 (1dd0a46ce40)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-bfe1579f38
(9213b345ea4)
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/src/airflow/ui/package.json | 16 +-
airflow-core/src/airflow/ui/pnpm-lock.yaml | 430 ++++++++++-----------
.../airflow/ui/public/i18n/locales/en/admin.json | 1 +
.../airflow/ui/public/i18n/locales/en/common.json | 4 +-
.../ui/public/i18n/locales/zh-TW/common.json | 8 +-
.../src/airflow/ui/src/components/AnsiRenderer.tsx | 2 +-
.../ui/src/components/MarkdownModal.test.tsx | 14 +-
.../src/airflow/ui/src/hooks/usePluginTabs.tsx | 9 +-
.../src/airflow/ui/src/mocks/handlers/log.ts | 2 +-
.../pages/DagsList/PartitionScheduleModal.test.tsx | 3 +
.../src/pages/TaskInstance/RenderedTemplates.tsx | 2 +-
.../ui/src/pages/TaskInstance/TaskInstance.tsx | 29 +-
.../ui/src/pages/Variables/ImportVariablesForm.tsx | 3 +-
.../airflow/ui/src/queries/useGridTISummaries.ts | 14 +-
.../src/airflow/ui/src/utils/datetimeUtils.test.ts | 14 +-
.../providers/google/cloud/operators/bigquery.py | 4 +-
16 files changed, 263 insertions(+), 292 deletions(-)