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

github-bot pushed a change to branch 
dependabot/npm_and_yarn/dev/react-plugin-tools/react_plugin_template/ui-plugin-template-package-updates-6b1982b9af
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 5f01f240a08 Bump the ui-plugin-template-package-updates group across 1 
directory with 18 updates
     add 68525b9f0fe fix(ui): unique keys for pagination ellipses (#62352)
     add 46a433d5087 Handle non-dictionary json payload during logging to avoid 
internal server error. (#62355)
     add 09fc45decf4 Centralize localStorage keys into a shared constants 
(#62310)
     add fb59fc44939 Fix UI dependencies in core for (some) audit alarms 
(#62319)
     add 547d5e6b386 Remove react-resizable dependency from UI (#62226)
     add 524c8b5209f Fix 500 Error in FAB API Users endpoint by allowing naive 
datetimes i… (#62327)
     add a12924a7998 Bump ajv (#62265)
     add 4463b9feb0f Bump the ui-plugin-template-package-updates group across 1 
directory with 18 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   (5f01f240a08)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/dev/react-plugin-tools/react_plugin_template/ui-plugin-template-package-updates-6b1982b9af
 (4463b9feb0f)

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-lock.json      |   6 +-
 .../src/airflow/api_fastapi/logging/decorators.py  |  12 +-
 airflow-core/src/airflow/ui/package.json           |  12 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         | 304 +++++++--------------
 .../src/components/DataTable/useTableUrlState.ts   |   6 +-
 .../ui/src/components/ui/Pagination/Items.tsx      |   3 +-
 .../ui/src/components/ui/ResizableWrapper.tsx      |  81 +++---
 .../src/airflow/ui/src/constants/localStorage.ts   |  43 +++
 .../src/context/openGroups/OpenGroupsProvider.tsx  |   9 +-
 .../ui/src/context/timezone/TimezoneProvider.tsx   |   4 +-
 .../ui/src/layouts/Details/DetailsLayout.tsx       |  23 +-
 .../airflow/ui/src/layouts/Details/Graph/Graph.tsx |   5 +-
 .../ui/src/layouts/Details/PanelButtons.tsx        |   5 +-
 .../ui/src/layouts/Nav/UserSettingsButton.tsx      |   3 +-
 .../airflow/ui/src/pages/Dag/Calendar/Calendar.tsx |   8 +-
 .../airflow/ui/src/pages/Dag/Overview/Overview.tsx |   3 +-
 .../src/airflow/ui/src/pages/DagsList/DagsList.tsx |   5 +-
 .../ui/src/pages/TaskInstance/Logs/Logs.tsx        |   7 +-
 .../ui/src/utils/usePersistentResizableState.ts    |  38 ---
 .../core_api/routes/public/test_dag_run.py         |  18 +-
 .../react_plugin_template/pnpm-lock.yaml           |   8 +-
 .../auth_manager/api_fastapi/datamodels/users.py   |   9 +-
 .../api_fastapi/datamodels/test_users.py           |  16 +-
 23 files changed, 290 insertions(+), 338 deletions(-)
 create mode 100644 airflow-core/src/airflow/ui/src/constants/localStorage.ts
 delete mode 100644 
airflow-core/src/airflow/ui/src/utils/usePersistentResizableState.ts

Reply via email to