This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-550833ac76
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit b59dabcd400 Bump the core-ui-package-updates group across 1 directory 
with 37 updates
     add fd76e48b950 fix typo in pl translation (#51407)
     add dd1fa33ade2 feat: Add NominalTimeRunFacet to all OL events (#51404)
     add 6846a480a79 feat: add color support for XCom json (#51323)
     add 56827305816 Translate all components (#51243)
     add 13b86631a96 Fix `example_bedrock_batch_inference` (#51413)
     add 709955f1d16 Refactor(i18n): Modify filter reset key & update zh-TW 
files (#51363)
     add 8b95f465ca9 Add more Polish translations (#51417)
     add caad08e8a1c Handle case where there is no translation file created yet 
(#51418)
     add 6e2b2fe5967 Add Maciej as codeowner for PL translation (#51423)
     add 14ee1f4f600 Structure endpoint attach downstream asset to task level 
(#51401)
     add b09e6613b5f Fix automated switching of breeze for Airflow 2 (#51430)
     add 9e498988ce8 Add kacper to translations CODEOWNERS (#51434)
     add ebde18e0a97 Remove sqlalchemy-spanner exclusion after it's been 
yanked. (#51433)
     add eaab9fec32f Fix fab asset compilation hashing script (#51446)
     add 8778b2258c7 Bump the core-ui-package-updates group across 1 directory 
with 15 updates (#51409)
     add ab448506441 Automatically classify example dag changes as SKIPPED 
while preparing providers (#51441)
     add fffbb5d07b8 Implement authorization methods of `KeycloakAuthManager` 
(#51403)
     add f04a2821e38 fix: add COLOR_GREEN and correct providers tests success 
message color\n\nAdds missing COLOR_GREEN variable and fixes typo in providers 
tests success message to use the correct color. Prevents unbound variable error 
with bash -u. (#51399)
     add 3a9d4530295 Bump the core-ui-package-updates group across 1 directory 
with 37 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   (b59dabcd400)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-550833ac76
 (3a9d4530295)

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/CODEOWNERS                                 |   2 +-
 .pre-commit-config.yaml                            |   1 -
 .../auth/managers/simple/ui/package-lock.json      | 469 +++++++------
 .../auth/managers/simple/ui/package.json           |  30 +-
 .../auth/managers/simple/ui/pnpm-lock.yaml         | 770 +++++++++++----------
 .../api_fastapi/core_api/routes/ui/structure.py    |   7 +-
 .../api_fastapi/core_api/services/ui/structure.py  |  31 +
 airflow-core/src/airflow/ui/package.json           |   6 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         | 275 ++++----
 .../src/components/AssetExpression/AndGateNode.tsx |  65 +-
 .../components/AssetExpression/AssetExpression.tsx |   5 +-
 .../ui/src/components/Banner/BackfillBanner.tsx    |   8 +-
 .../airflow/ui/src/components/Clear/columns.tsx    |  66 --
 .../src/airflow/ui/src/components/ConfigForm.tsx   |  12 +-
 .../ui/src/components/DagActions/ParseDag.tsx      |   6 +-
 .../src/components/DagActions/RunBackfillForm.tsx  |  41 +-
 .../inlineMessage.tsx}                             |  39 +-
 .../src/airflow/ui/src/components/DagRunInfo.tsx   |  73 +-
 .../ui/src/components/DagVersionDetails.tsx        |  13 +-
 .../airflow/ui/src/components/DagVersionSelect.tsx |  16 +-
 .../ui/src/components/DataTable/TableList.tsx      | 127 ++--
 .../components/DataTable/ToggleTableDisplay.tsx    |  75 +-
 .../airflow/ui/src/components/DurationChart.tsx    |  19 +-
 .../ui/src/components/EditableMarkdownButton.tsx   |   4 +-
 .../components/FlexibleForm/FieldAdvancedArray.tsx |   9 +-
 .../src/components/FlexibleForm/FieldDropdown.tsx  |   4 +-
 .../components/FlexibleForm/FieldMultiSelect.tsx   |   5 +-
 .../ui/src/components/FlexibleForm/FieldRow.tsx    |   8 +-
 .../ui/src/components/FlexibleForm/FieldString.tsx |   4 +-
 .../components/FlexibleForm/FieldStringArray.tsx   |   4 +-
 .../ui/src/components/Graph/AssetConditionNode.tsx |  41 +-
 .../airflow/ui/src/components/Graph/AssetNode.tsx  |   5 +-
 .../ui/src/components/Graph/DownloadButton.tsx     |  10 +-
 .../airflow/ui/src/components/Graph/TaskNode.tsx   |   9 +-
 .../ui/src/components/Graph/useGraphLayout.ts      |  18 +-
 .../airflow/ui/src/components/LimitedItemsList.tsx |   4 +-
 .../ui/src/components/RenderedJsonField.tsx        |  11 +-
 .../ui/src/components/SearchDags/SearchDags.tsx    |   4 +-
 .../src/components/SearchDags/SearchDagsButton.tsx |   8 +-
 .../ui/src/components/TaskInstanceTooltip.tsx      |  32 +-
 .../airflow/ui/src/components/TaskTrySelect.tsx    |   6 +-
 .../src/components/TriggerDag/TriggerDAGForm.tsx   |  16 +-
 .../src/components/TriggerDag/TriggerDAGModal.tsx  |  16 +-
 .../ui/src/components/renderStructuredLog.tsx      |   8 +-
 .../src/airflow/ui/src/components/ui/Clipboard.tsx |  15 +-
 .../ui/src/components/ui/DagWarningsModal.tsx      |  76 +-
 .../ui/src/components/ui/FileUpload/FileInput.tsx  |   4 +-
 .../ui/src/i18n/check_translations_completeness.py |   4 +-
 airflow-core/src/airflow/ui/src/i18n/config.ts     |  10 +
 .../src/airflow/ui/src/i18n/locales/de/common.json |  20 +-
 .../airflow/ui/src/i18n/locales/de/components.json | 119 ++++
 .../src/airflow/ui/src/i18n/locales/en/common.json |  20 +-
 .../airflow/ui/src/i18n/locales/en/components.json | 119 ++++
 .../src/airflow/ui/src/i18n/locales/pl/common.json |  22 +-
 .../airflow/ui/src/i18n/locales/pl/components.json | 119 ++++
 .../airflow/ui/src/i18n/locales/zh-TW/common.json  |  27 +-
 .../ui/src/i18n/locales/zh-TW/connections.json     |   4 +
 .../airflow/ui/src/i18n/locales/zh-TW/dags.json    | 147 ++++
 .../ui/src/i18n/locales/zh-TW/dashboard.json       |  12 +-
 .../ui/src/layouts/Details/PanelButtons.tsx        |   6 +-
 .../airflow/ui/src/pages/DagsList/DagCard.test.tsx |   1 +
 .../src/pages/DagsList/DagsFilters/ResetButton.tsx |   4 +-
 .../src/airflow/ui/src/pages/XCom/XComEntry.tsx    |  20 +-
 .../src/airflow/ui/src/queries/useLogs.tsx         |  23 +-
 .../core_api/routes/ui/test_structure.py           |   2 +-
 .../prepare_providers/provider_documentation.py    |  21 +-
 dev/breeze/src/airflow_breeze/utils/path_utils.py  |   7 +
 .../amazon/aws/example_bedrock_batch_inference.py  |   1 +
 ...93717b7c8c1a.js => 743.365a1eb58dd47776b82f.js} |   2 +-
 ...txt => 743.365a1eb58dd47776b82f.js.LICENSE.txt} |   0
 ...> airflowDefaultTheme.ad8dda5568e05025b227.css} |   0
 ...=> airflowDefaultTheme.ad8dda5568e05025b227.js} |   0
 ...820e8d1b.css => flash.b79fc1a41842edaebd1e.css} |   0
 ...20820e8d1b.js => flash.b79fc1a41842edaebd1e.js} |   0
 ...b3.css => loadingDots.e0e7d08bf05145b507f1.css} |   0
 ...65b3.js => loadingDots.e0e7d08bf05145b507f1.js} |   0
 ...1f247f004.css => main.86c51bce5f9ddc8b144c.css} |   0
 ...ef1f247f004.js => main.86c51bce5f9ddc8b144c.js} |   2 +-
 ...xt => main.86c51bce5f9ddc8b144c.js.LICENSE.txt} |   0
 .../providers/fab/www/static/dist/manifest.json    |  26 +-
 ....css => materialIcons.64ecd8081995e8cc1b62.css} |   0
 ...d3.js => materialIcons.64ecd8081995e8cc1b62.js} |   0
 ...cb1129a71.js => moment.4dc2e04c449ec8a3b41c.js} |   0
 ...b7c62ad7.js => runtime.086dc01132a20c74861a.js} |   0
 providers/fab/www-hash.txt                         |   2 +-
 providers/google/README.rst                        |   2 +-
 providers/google/docs/index.rst                    |   2 +-
 providers/google/pyproject.toml                    |   2 +-
 .../keycloak/auth_manager/keycloak_auth_manager.py | 145 +++-
 .../providers/keycloak/auth_manager/resources.py   |  24 +-
 .../auth_manager/test_keycloak_auth_manager.py     | 235 ++++++-
 .../unit/keycloak/auth_manager/test_resources.py   |  10 +-
 .../providers/openlineage/plugins/adapter.py       |  20 +
 .../providers/openlineage/plugins/listener.py      |  54 +-
 .../example_openlineage_base_complex_dag.py        |   6 +-
 .../openlineage/example_openlineage_trigger_dag.py |   1 +
 .../openlineage_base_complex_dag__af2.json         | 473 ++++++++++++-
 .../openlineage_base_complex_dag__af3.json         | 473 ++++++++++++-
 .../openlineage_base_simple_dag__af2.json          |   6 +
 .../openlineage_base_simple_dag__af3.json          |   6 +
 .../expected_events/openlineage_trigger_dag.json   |  62 +-
 .../tests/unit/openlineage/plugins/test_adapter.py |  47 +-
 .../unit/openlineage/plugins/test_listener.py      |   8 +
 scripts/ci/pre_commit/compile_fab_assets.py        |  26 +-
 scripts/ci/testing/run_unit_tests.sh               |   3 +-
 scripts/in_container/run_generate_constraints.py   |  16 +-
 106 files changed, 3517 insertions(+), 1321 deletions(-)
 delete mode 100644 airflow-core/src/airflow/ui/src/components/Clear/columns.tsx
 copy airflow-core/src/airflow/ui/src/components/{TruncatedText.tsx => 
DagActions/inlineMessage.tsx} (55%)
 create mode 100644 
airflow-core/src/airflow/ui/src/i18n/locales/de/components.json
 create mode 100644 
airflow-core/src/airflow/ui/src/i18n/locales/en/components.json
 create mode 100644 
airflow-core/src/airflow/ui/src/i18n/locales/pl/components.json
 create mode 100644 
airflow-core/src/airflow/ui/src/i18n/locales/zh-TW/connections.json
 create mode 100644 airflow-core/src/airflow/ui/src/i18n/locales/zh-TW/dags.json
 rename 
providers/fab/src/airflow/providers/fab/www/static/dist/{743.57634ddb93717b7c8c1a.js
 => 743.365a1eb58dd47776b82f.js} (99%)
 rename 
providers/fab/src/airflow/providers/fab/www/static/dist/{743.57634ddb93717b7c8c1a.js.LICENSE.txt
 => 743.365a1eb58dd47776b82f.js.LICENSE.txt} (100%)
 rename 
providers/fab/src/airflow/providers/fab/www/static/dist/{airflowDefaultTheme.48540e25fb1e474cef20.css
 => airflowDefaultTheme.ad8dda5568e05025b227.css} (100%)
 rename 
providers/fab/src/airflow/providers/fab/www/static/dist/{airflowDefaultTheme.48540e25fb1e474cef20.js
 => airflowDefaultTheme.ad8dda5568e05025b227.js} (100%)
 rename 
providers/fab/src/airflow/providers/fab/www/static/dist/{flash.02dea0c2ac20820e8d1b.css
 => flash.b79fc1a41842edaebd1e.css} (100%)
 rename 
providers/fab/src/airflow/providers/fab/www/static/dist/{flash.02dea0c2ac20820e8d1b.js
 => flash.b79fc1a41842edaebd1e.js} (100%)
 rename 
providers/fab/src/airflow/providers/fab/www/static/dist/{loadingDots.96221bc8b6345c7d65b3.css
 => loadingDots.e0e7d08bf05145b507f1.css} (100%)
 rename 
providers/fab/src/airflow/providers/fab/www/static/dist/{loadingDots.96221bc8b6345c7d65b3.js
 => loadingDots.e0e7d08bf05145b507f1.js} (100%)
 rename 
providers/fab/src/airflow/providers/fab/www/static/dist/{main.49c4d5787ef1f247f004.css
 => main.86c51bce5f9ddc8b144c.css} (100%)
 rename 
providers/fab/src/airflow/providers/fab/www/static/dist/{main.49c4d5787ef1f247f004.js
 => main.86c51bce5f9ddc8b144c.js} (98%)
 rename 
providers/fab/src/airflow/providers/fab/www/static/dist/{main.49c4d5787ef1f247f004.js.LICENSE.txt
 => main.86c51bce5f9ddc8b144c.js.LICENSE.txt} (100%)
 rename 
providers/fab/src/airflow/providers/fab/www/static/dist/{materialIcons.4fd835641d53f81af3d3.css
 => materialIcons.64ecd8081995e8cc1b62.css} (100%)
 rename 
providers/fab/src/airflow/providers/fab/www/static/dist/{materialIcons.4fd835641d53f81af3d3.js
 => materialIcons.64ecd8081995e8cc1b62.js} (100%)
 rename 
providers/fab/src/airflow/providers/fab/www/static/dist/{moment.6943aa3cca9cb1129a71.js
 => moment.4dc2e04c449ec8a3b41c.js} (100%)
 rename 
providers/fab/src/airflow/providers/fab/www/static/dist/{runtime.3c1a5fcbb3c1b7c62ad7.js
 => runtime.086dc01132a20c74861a.js} (100%)
 copy airflow-core/src/airflow/utils/span_status.py => 
providers/keycloak/src/airflow/providers/keycloak/auth_manager/resources.py 
(72%)
 copy airflow-core/src/airflow/api/client/__init__.py => 
providers/keycloak/tests/unit/keycloak/auth_manager/test_resources.py (81%)

Reply via email to