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/api_fastapi/auth/managers/simple/ui/core-ui-package-updates-23845f41e3
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard c22fb017f5c Bump the core-ui-package-updates group across 1 directory
with 13 updates
add d4cdee99b65 Bump React and React-DOM (#55598)
add 7d02b852889 Fix alignment of arrows in RTL mode (#55619)
add 2c057bd528f CI: Bump zizmor hook (#55618)
add d3c0d69836b Remove db dependency from test_wasb trigger tests (#55624)
add 3e4a7d02c88 Pick/vite vitest full (#55623)
add 762c9038e7a Bump the core-ui-package-updates group across 1 directory
with 13 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 (c22fb017f5c)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/core-ui-package-updates-23845f41e3
(762c9038e7a)
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-image-build.yml | 3 +-
.github/workflows/prod-image-build.yml | 3 +-
.pre-commit-config.yaml | 2 +-
.../auth/managers/simple/ui/package-lock.json | 265 ++-
.../auth/managers/simple/ui/package.json | 4 +
.../auth/managers/simple/ui/pnpm-lock.yaml | 122 +-
airflow-core/src/airflow/ui/package.json | 19 +-
airflow-core/src/airflow/ui/pnpm-lock.yaml | 1426 +++++++------
.../ui/src/components/NeedsReviewButton.tsx | 5 +-
.../src/airflow/ui/src/components/StatsCard.tsx | 6 +-
.../ui/src/context/colorMode/ColorModeProvider.tsx | 3 +-
.../ui/src/layouts/Nav/UserSettingsButton.tsx | 16 +-
.../src/pages/Dashboard/Stats/DAGImportErrors.tsx | 5 +-
.../airflow/ui/src/pages/Dashboard/Stats/Stats.tsx | 8 +-
.../react_plugin_template/package.json | 18 +-
.../react_plugin_template}/pnpm-lock.yaml | 2159 ++++++++++----------
.../src/context/colorMode/ColorModeProvider.tsx | 3 +-
.../react_plugin_template/vite.config.ts | 1 +
.../providers/edge3/plugins/www/dist/main.umd.cjs | 42 +-
.../providers/edge3/plugins/www/package.json | 19 +-
.../providers/edge3/plugins/www/pnpm-lock.yaml | 853 ++++----
.../src/context/colorMode/ColorModeProvider.tsx | 3 +-
.../providers/edge3/plugins/www/vite.config.ts | 1 +
providers/edge3/www-hash.txt | 2 +-
.../unit/microsoft/azure/triggers/test_wasb.py | 13 +-
25 files changed, 2881 insertions(+), 2120 deletions(-)
copy {airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui =>
dev/react-plugin-tools/react_plugin_template}/pnpm-lock.yaml (81%)