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/typescript-231ff6e3d3
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit a035179c5a9 Bump the typescript group across 1 directory with 5 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 737a2312c6f Bump the typescript group across 1 directory with 5 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   (a035179c5a9)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/typescript-231ff6e3d3
 (737a2312c6f)

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