You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by gi...@apache.org on 2023/03/07 11:21:52 UTC

[hop-website] branch dependabot/npm_and_yarn/http-cache-semantics-4.1.1 updated (93150fb46 -> 110ceb575)

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

github-bot pushed a change to branch dependabot/npm_and_yarn/http-cache-semantics-4.1.1
in repository https://gitbox.apache.org/repos/asf/hop-website.git


    omit 93150fb46 Bump http-cache-semantics from 4.0.3 to 4.1.1
     add d200f0b3d Replace search by lunr
     add 9f522fe32 Merge pull request #193 from hansva/master
     add 110ceb575 Bump http-cache-semantics from 4.0.3 to 4.1.1

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   (93150fb46)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/http-cache-semantics-4.1.1 (110ceb575)

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:
 antora-ui-hop/package.json                    |     1 +
 antora-ui-hop/src/css/docsearch.css           |   570 -
 antora-ui-hop/src/css/header.css              |    20 +-
 antora-ui-hop/src/css/search.css              |   131 +
 antora-ui-hop/src/css/site.css                |     2 +-
 antora-ui-hop/src/js/vendor/docsearch.min.js  |     3 -
 antora-ui-hop/src/partials/footer-scripts.hbs |    18 +-
 antora-ui-hop/src/partials/header-content.hbs |    10 +-
 antora-ui-hop/yarn.lock                       |   129 +
 layouts/partials/footer.html                  |    20 +-
 layouts/partials/header.html                  |     6 +-
 package-lock.json                             | 16445 ------------------------
 package.json                                  |     1 +
 site-local.yml                                |     4 +
 site.yml                                      |     4 +
 yarn.lock                                     |    29 +-
 16 files changed, 320 insertions(+), 17073 deletions(-)
 delete mode 100644 antora-ui-hop/src/css/docsearch.css
 create mode 100644 antora-ui-hop/src/css/search.css
 delete mode 100644 antora-ui-hop/src/js/vendor/docsearch.min.js
 delete mode 100644 package-lock.json