You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by gi...@apache.org on 2022/12/29 16:18:41 UTC

[streampipes] branch dependabot/npm_and_yarn/ui/cypress-12.2.0 updated (2dcda6391 -> 0b69ca2cd)

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

github-bot pushed a change to branch dependabot/npm_and_yarn/ui/cypress-12.2.0
in repository https://gitbox.apache.org/repos/asf/streampipes.git


 discard 2dcda6391 Bump cypress from 10.11.0 to 12.2.0 in /ui
     add b3cc89d99 Bump antlr4-runtime from 4.9 to 4.11.1 (#900)
     add 4cbc769d3 Bump extra-enforcer-rules from 1.2 to 1.6.1 (#902)
     add 6d467849d Bump metrics-core from 3.1.2 to 4.2.15 (#903)
     add 00f0ba91a Bump json-path from 3.1.0 to 5.3.0 (#904)
     add c2e164adb Bump karma-firefox-launcher (#912)
     add a2e91bbb2 Bump jasmine-core from 3.99.1 to 4.5.0 in /ui (#918)
     add 3c8b6a9d2 Bump ngx-color-picker from 11.0.0 to 13.0.0 in /ui (#915)
     add 7e11381b4 Bump karma in /ui/projects/streampipes/platform-services (#913)
     add d817173cf Bump karma-jasmine in /ui/projects/streampipes/platform-services (#914)
     add 4a8a8a2d2 Bump karma-firefox-launcher from 1.3.0 to 2.1.2 in /ui (#919)
     add 779af5d8b Bump @angular-eslint/eslint-plugin-template from 14.4.0 to 15.1.0 in /ui
     add 2099cd97c Bump file-saver from 1.3.8 to 2.0.5 in /ui
     add a876cec6f Bump value from 2.8.8 to 2.9.3
     add 6357f20c2 Bump jackson.version from 2.13.2 to 2.14.1
     add 8bbd6aaca Bump maven-shade-plugin from 3.2.4 to 3.4.1
     add b70aed13c Replaced checkboxes with dropdown menus (#921)
     add 2e167f7c3 style: [apache/streampipes#877] format and lint deployment directory (#920)
     add 30e771bf2 Bump karma-jasmine-html-reporter (#922)
     add aa343368c Bump json-smart from 1.3.3 to 2.4.8 (#927)
     add d4db458f0 Bump log4j.version from 2.17.2 to 2.19.0
     add 7b658f83a Bump @angular-eslint/eslint-plugin from 14.4.0 to 15.1.0 in /ui
     add 450f3bcac Bump plotly.js from 2.16.5 to 2.17.0 in /ui (#932)
     add 54dab6648 Bump compression-webpack-plugin from 9.2.0 to 10.0.0 in /ui (#936)
     add 4c7248937 Bump animal-sniffer-annotations from 1.17 to 1.22 (#937)
     add 2f2ba9707 Bump shepherd.js from 9.1.1 to 11.0.1 in /ui (#939)
     add 0b69ca2cd Bump cypress from 10.11.0 to 12.2.0 in /ui

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   (2dcda6391)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/ui/cypress-12.2.0 (0b69ca2cd)

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/ISSUE_TEMPLATE/bug_report.yml              |    5 +-
 .../ISSUE_TEMPLATE/doc_website_issue_report.yml    |    5 +-
 .github/ISSUE_TEMPLATE/maintainer_fast_track.yml   |    7 +-
 pom.xml                                            |   20 +-
 ui/.eslintignore                                   |    1 -
 ui/.prettierignore                                 |    1 -
 ui/deployment/app-constants.ts                     |    1 -
 ui/deployment/apps.ts                              |   24 +-
 ui/deployment/dev/config.yml                       |   26 +-
 ui/deployment/modules.yml                          |  261 +++--
 ui/deployment/prebuild.js                          |  131 ++-
 ui/deployment/sp-theme.scss                        |  439 ++++----
 ui/deployment/webpack.partial.dev.js               |    2 +-
 ui/package-lock.json                               | 1060 +++++++++++++++++---
 ui/package.json                                    |   18 +-
 .../streampipes/platform-services/package.json     |    8 +-
 16 files changed, 1437 insertions(+), 572 deletions(-)