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

github-bot pushed a change to branch 
dependabot/npm_and_yarn/antora-ui-hop/qs-6.11.0
in repository https://gitbox.apache.org/repos/asf/hop-website.git


 discard bee9429d8 Bump qs from 6.9.4 to 6.11.0 in /antora-ui-hop
     add 626c43981 2.2.0 announcement
     add 2f8870d33 Merge pull request #175 from bamaer/master
     add 2b5348d23 2.2.0 download page
     add d0d47df9d Merge pull request #176 from bamaer/master
     add d8f7fbda0 moved post to its own folder
     add 312fa0eeb Merge pull request #177 from bamaer/master
     add 2ed2971b6 Remove links to Jira
     add f1415bb6b Merge pull request #178 from hansva/master
     add 9a871e1b5 [DEMO] include demo server links for desktop site
     add 48f42643f [TABS] added support or asciidoc tabs
     add 46ac778cc [UPDATE] package version upgrades, initial check fixes after 
upgrade
     add d3140f4b7 Merge pull request #179 from bamaer/master
     add 93122a25d Bump qs from 6.9.4 to 6.11.0 in /antora-ui-hop

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   (bee9429d8)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/antora-ui-hop/qs-6.11.0 (93122a25d)

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:
 .asf.yaml                                          |     1 -
 antora-ui-hop/.stylelintrc                         |    11 +
 antora-ui-hop/package.json                         |     7 +-
 antora-ui-hop/src/css/blog.css                     |    10 +-
 antora-ui-hop/src/css/breadcrumbs.css              |     2 +-
 antora-ui-hop/src/css/category.css                 |     2 +-
 antora-ui-hop/src/css/doc.css                      |     6 +-
 antora-ui-hop/src/css/docsearch.css                |    68 +-
 antora-ui-hop/src/css/fa-emulated.css              |     3 +-
 antora-ui-hop/src/css/footer.css                   |     6 +-
 antora-ui-hop/src/css/frontpage.css                |     8 +
 antora-ui-hop/src/css/header.css                   |     8 +-
 antora-ui-hop/src/css/mailchimp.css                |   247 -
 antora-ui-hop/src/css/nav.css                      |    10 +-
 antora-ui-hop/src/css/page-versions.css            |     2 +-
 antora-ui-hop/src/css/print.css                    |     4 +-
 antora-ui-hop/src/css/site.css                     |    58 +-
 antora-ui-hop/src/css/tabs.css                     |    91 +
 antora-ui-hop/src/css/toolbar.css                  |     8 +-
 antora-ui-hop/src/css/typeface-droid-sans-mono.css |    10 +-
 antora-ui-hop/src/css/typeface-open-sans.css       |    60 +-
 antora-ui-hop/src/css/vars.css                     |     7 +-
 antora-ui-hop/src/js/vendor/tabs.js                |    90 +
 antora-ui-hop/src/partials/footer-content.hbs      |     2 +-
 antora-ui-hop/src/partials/footer-scripts.hbs      |     1 +
 antora-ui-hop/src/partials/head-styles.hbs         |     2 +-
 antora-ui-hop/yarn.lock                            |  1086 +-
 content/_index.adoc                                |    93 +-
 content/blog/2022/12/hop-2.2.0/index.adoc          |   164 +
 content/community/contributing.adoc                |     6 +-
 .../code-contribution-guide.adoc                   |    36 +-
 .../contribution-guides/code-review-guide.adoc     |    12 +-
 .../documentation-contribution-guide.adoc          |     6 +-
 .../{jira-guide.adoc => github-guide.adoc}         |    28 +-
 .../website-contribution-guide.adoc                |     6 +-
 content/community/support.adoc                     |     2 +-
 content/community/tools.adoc                       |    14 +-
 content/download/index.adoc                        |    20 +-
 layouts/partials/footer.html                       |     2 +-
 package-lock.json                                  | 15206 +++++++++++++++++++
 package.json                                       |     1 +
 site-local.yml                                     |     4 +
 site.yml                                           |     4 +
 static/doap_Hop.rdf                                |     8 +-
 .../hop-20.svg => Release-2.2/hop-22.svg}          |     2 +-
 static/img/Release-2.2/hop-community-growth.png    |   Bin 0 -> 103654 bytes
 .../img/Release-2.2/hop-gui-config-perspective.png |   Bin 0 -> 195443 bytes
 .../img/Release-2.2/hop-gui-dataflow-console.png   |   Bin 0 -> 35525 bytes
 static/img/Release-2.2/hop-gui-grid-toolbars.png   |   Bin 0 -> 90412 bytes
 .../hop-gui-neo4j-execution-logging.png            |   Bin 0 -> 81729 bytes
 static/img/Release-2.2/hop-gui-viewport.png        |   Bin 0 -> 114707 bytes
 static/img/Release-2.2/hop-gui-welcome-beam.png    |   Bin 0 -> 118964 bytes
 static/img/Release-2.2/hop-gui-welcome.png         |   Bin 0 -> 76965 bytes
 yarn.lock                                          |  2009 ++-
 54 files changed, 17072 insertions(+), 2361 deletions(-)
 delete mode 100644 antora-ui-hop/src/css/mailchimp.css
 create mode 100644 antora-ui-hop/src/css/tabs.css
 create mode 100644 antora-ui-hop/src/js/vendor/tabs.js
 create mode 100644 content/blog/2022/12/hop-2.2.0/index.adoc
 rename content/community/contribution-guides/{jira-guide.adoc => 
github-guide.adoc} (73%)
 create mode 100644 package-lock.json
 copy static/img/{Release-2.0/hop-20.svg => Release-2.2/hop-22.svg} (98%)
 create mode 100644 static/img/Release-2.2/hop-community-growth.png
 create mode 100644 static/img/Release-2.2/hop-gui-config-perspective.png
 create mode 100644 static/img/Release-2.2/hop-gui-dataflow-console.png
 create mode 100644 static/img/Release-2.2/hop-gui-grid-toolbars.png
 create mode 100644 static/img/Release-2.2/hop-gui-neo4j-execution-logging.png
 create mode 100644 static/img/Release-2.2/hop-gui-viewport.png
 create mode 100644 static/img/Release-2.2/hop-gui-welcome-beam.png
 create mode 100644 static/img/Release-2.2/hop-gui-welcome.png

Reply via email to