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/core-ui-package-updates-c69f9e0e0a
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 20aaf2e570b Bump the core-ui-package-updates group across 1 directory 
with 19 updates
     add 1eb84604d6c Add `GlueCatalogDeleteTableOperator` (#66380)
     add f9809578ba5 Add `S3TablesDeleteNamespaceOperator` (#66375)
     add 1f7ed74c8e2 i18n translation files served stale after Airflow upgrade 
due to browser cache (#65720)
     add 265e184fc37 Bump the react group across 1 directory with 2 updates 
(#65794)
     add 99e4cf1064e Bump the core-ui-package-updates group across 1 directory 
with 19 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   (20aaf2e570b)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-c69f9e0e0a
 (99e4cf1064e)

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           |   4 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         | 276 ++++++++++-----------
 airflow-core/src/airflow/ui/src/i18n/config.ts     |  58 +++--
 providers/amazon/docs/operators/glue_catalog.rst   |  14 ++
 providers/amazon/docs/operators/s3_tables.rst      |  14 ++
 .../providers/amazon/aws/operators/glue_catalog.py |  51 ++++
 .../providers/amazon/aws/operators/s3_tables.py    |  32 +++
 .../system/amazon/aws/example_glue_catalog.py      |  23 +-
 .../tests/system/amazon/aws/example_s3_tables.py   |  19 +-
 .../unit/amazon/aws/operators/test_glue_catalog.py |  22 ++
 .../unit/amazon/aws/operators/test_s3_tables.py    |  24 ++
 11 files changed, 356 insertions(+), 181 deletions(-)

Reply via email to