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

dependabot[bot] pushed a change to branch 
dependabot/npm_and_yarn/streampipes-client-go/docs/tar-7.5.20
in repository https://gitbox.apache.org/repos/asf/streampipes.git


    omit b7ae99f68c chore(deps-dev): bump tar in /streampipes-client-go/docs
     add 0cdc0a8bbc refactor(#4733): Rename application-private data lake UI 
components (#4740)
     add b3f76b1cb5 chore(deps): bump tar from 7.5.16 to 7.5.20 in /ui (#4751)
     add 4157f1feba chore(deps): bump engine.io from 6.6.4 to 6.6.9 in /ui 
(#4749)
     add 73a8cc246f chore(deps): bump actions/setup-node from 6 to 7 (#4746)
     add 9010ec66d9 chore(deps): bump undici from 6.25.0 to 6.27.0 in /ui 
(#4741)
     add 07e7b40cb1 chore(deps-dev): bump axios from 1.16.0 to 1.18.1 in /ui 
(#4742)
     add be288acf31 chore(deps-dev): bump tar in /streampipes-client-go/docs

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   (b7ae99f68c)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/streampipes-client-go/docs/tar-7.5.20 
(be288acf31)

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/build.yml                        |   2 +-
 .github/workflows/cypress-test.yml                 |   2 +-
 .github/workflows/go-docs.yml                      |   2 +-
 .github/workflows/pr-validation.yml                |   4 +-
 ...aLakeFilterConfig.ts => DatasetFilterConfig.ts} |   2 +-
 ui/cypress/support/utils/PrepareTestDataUtils.ts   |   6 +-
 ui/cypress/support/utils/chart/ChartUtils.ts       |  10 +-
 .../{DataLakeSeedUtils.ts => DatasetSeedUtils.ts}  |   4 +-
 ui/cypress/support/utils/dataset/DatasetUtils.ts   |   4 +-
 ui/cypress/tests/chart/autoAggregateTable.spec.ts  |   4 +-
 ui/cypress/tests/chart/configuration.smoke.spec.ts |   4 +-
 .../chart/filterNumericalStringProperties.spec.ts  |  10 +-
 .../tests/chart/missingDataInDataLake.spec.ts      |   4 +-
 ui/cypress/tests/chart/publicDashboardLink.spec.ts |   4 +-
 .../chart/widgetDataConfiguration.smoke.spec.ts    |  12 +-
 ui/cypress/tests/connect/editAdapter.spec.ts       |   4 +-
 ...c.ts => editAdapterDatasetSchemaUpdate.spec.ts} |   0
 .../restartStreamPipes/restartStreamPipes2.ts      |   2 +-
 ...spec.ts => pipelineDatasetSchemaUpdate.spec.ts} |  12 +-
 .../userManagement/testUserRoleDashboard.spec.ts   |   4 +-
 .../userManagement/testUserRoleDataset.spec.ts     |   4 +-
 ui/package-lock.json                               |  89 ++++++++---
 .../chart-data-settings.component.html             |  10 +-
 .../data-settings/chart-data-settings.component.ts |  70 ++++-----
 .../dataset-last-event-label.component.html}       |   0
 .../dataset-last-event-label.component.scss}       |   0
 .../dataset-last-event-label.component.ts}         |   8 +-
 .../dataset-overview-entry.ts}                     |   3 +-
 .../dataset-overview.component.html}               |  10 +-
 .../dataset-overview.component.scss}               |   0
 .../dataset-overview.component.ts}                 | 165 ++++++++++-----------
 ui/src/app/dataset/dataset.routes.ts               |   4 +-
 .../delete-dataset-dialog.component.html}          |   0
 .../delete-dataset-dialog.component.ts}            |  18 +--
 34 files changed, 254 insertions(+), 223 deletions(-)
 rename ui/cypress/support/model/{DataLakeFilterConfig.ts => 
DatasetFilterConfig.ts} (96%)
 rename ui/cypress/support/utils/dataset/{DataLakeSeedUtils.ts => 
DatasetSeedUtils.ts} (99%)
 rename ui/cypress/tests/connect/{editAdapterDataLakeSchemaUpdate.spec.ts => 
editAdapterDatasetSchemaUpdate.spec.ts} (100%)
 rename ui/cypress/tests/pipeline/{pipelineDataLakeSchemaUpdate.spec.ts => 
pipelineDatasetSchemaUpdate.spec.ts} (95%)
 rename 
ui/src/app/dataset/components/{datalake-configuration/datalake-last-event-label/datalake-last-event-label.component.html
 => 
dataset-overview/dataset-last-event-label/dataset-last-event-label.component.html}
 (100%)
 rename 
ui/src/app/dataset/components/{datalake-configuration/datalake-last-event-label/datalake-last-event-label.component.scss
 => 
dataset-overview/dataset-last-event-label/dataset-last-event-label.component.scss}
 (100%)
 rename 
ui/src/app/dataset/components/{datalake-configuration/datalake-last-event-label/datalake-last-event-label.component.ts
 => 
dataset-overview/dataset-last-event-label/dataset-last-event-label.component.ts}
 (89%)
 rename 
ui/src/app/dataset/components/{datalake-configuration/datalake-configuration-entry.ts
 => dataset-overview/dataset-overview-entry.ts} (94%)
 rename 
ui/src/app/dataset/components/{datalake-configuration/datalake-configuration.component.html
 => dataset-overview/dataset-overview.component.html} (98%)
 rename 
ui/src/app/dataset/components/{datalake-configuration/datalake-configuration.component.scss
 => dataset-overview/dataset-overview.component.scss} (100%)
 rename 
ui/src/app/dataset/components/{datalake-configuration/datalake-configuration.component.ts
 => dataset-overview/dataset-overview.component.ts} (75%)
 rename 
ui/src/app/dataset/dialog/{delete-datalake-index/delete-datalake-index-dialog.component.html
 => delete-dataset/delete-dataset-dialog.component.html} (100%)
 rename 
ui/src/app/dataset/dialog/{delete-datalake-index/delete-datalake-index-dialog.component.ts
 => delete-dataset/delete-dataset-dialog.component.ts} (85%)

Reply via email to