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:22:01 UTC

[hop-website] branch dependabot/npm_and_yarn/cookiejar-2.1.4 updated (e97576184 -> 5a87bcb82)

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

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


 discard e97576184 Bump cookiejar from 2.1.2 to 2.1.4
     add 0b29393a6 Apache Hop 2.3.0 blogs post, download page updates
     add ced5067d0 add new doc version
     add 71c35c621 Merge pull request #190 from bamaer/master
     add d200f0b3d Replace search by lunr
     add 9f522fe32 Merge pull request #193 from hansva/master
     add 5a87bcb82 Bump cookiejar from 2.1.2 to 2.1.4

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   (e97576184)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/cookiejar-2.1.4 (5a87bcb82)

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:
 .htaccess                                          |     4 +-
 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 +
 content/blog/2023/01/hop-2.3.0/index.adoc          |    96 +
 content/download/index.adoc                        |    22 +-
 layouts/partials/footer.html                       |    20 +-
 layouts/partials/header.html                       |     6 +-
 package-lock.json                                  | 16445 -------------------
 package.json                                       |     1 +
 site-local.yml                                     |     4 +
 site.yml                                           |     5 +
 static/img/Release-2.3/docs-expand-collapse.png    |   Bin 0 -> 20511 bytes
 static/img/Release-2.3/docs-tabs.png               |   Bin 0 -> 27471 bytes
 .../hop-22.svg => Release-2.3/hop-23.svg}          |     2 +-
 static/img/Release-2.3/hop-community-growth.png    |   Bin 0 -> 81993 bytes
 static/img/Release-2.3/vertica-bulk-loader.png     |   Bin 0 -> 89574 bytes
 static/img/Release-2.3/weblate.png                 |   Bin 0 -> 115971 bytes
 yarn.lock                                          |    29 +-
 25 files changed, 431 insertions(+), 17087 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
 create mode 100644 content/blog/2023/01/hop-2.3.0/index.adoc
 delete mode 100644 package-lock.json
 create mode 100644 static/img/Release-2.3/docs-expand-collapse.png
 create mode 100644 static/img/Release-2.3/docs-tabs.png
 copy static/img/{Release-2.2/hop-22.svg => Release-2.3/hop-23.svg} (98%)
 create mode 100644 static/img/Release-2.3/hop-community-growth.png
 create mode 100644 static/img/Release-2.3/vertica-bulk-loader.png
 create mode 100644 static/img/Release-2.3/weblate.png