You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by gi...@apache.org on 2023/01/11 11:46:41 UTC

[myfaces-tobago] branch dependabot/maven/tobago-5.x/joinfaces.version-4.7.7 updated (ef4bc9b79f -> 153bcb183b)

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

github-bot pushed a change to branch dependabot/maven/tobago-5.x/joinfaces.version-4.7.7
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


 discard ef4bc9b79f build(deps): bump joinfaces.version from 4.7.6 to 4.7.7
     add 14a8b65061 build: rollup 3
     add e0995ad34c fix(badge): add missing data attribute support (#3626) (#3628)
     add 39fa0a3922 chore: fix apache build status badge
     add 82891ec7fe build(deps): update json5 version to 2.2.3 (#3636)
     add 9f720e7084 Tobago 5.x glob parent (#3637)
     add 61d43c3ebe build(deps-dev): bump junit-jupiter.version from 5.9.1 to 5.9.2 (#3633)
     add 153bcb183b build(deps): bump joinfaces.version from 4.7.6 to 4.7.7

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   (ef4bc9b79f)
            \
             N -- N -- N   refs/heads/dependabot/maven/tobago-5.x/joinfaces.version-4.7.7 (153bcb183b)

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:
 README.md                                          |   2 +-
 pom.xml                                            |   2 +-
 .../internal/renderkit/renderer/BadgeRenderer.java |   3 +-
 .../renderkit/renderer/BadgeRendererUnitTest.java  |  11 +
 .../{badge.html => badge-data-attribute.html}      |   4 +-
 .../tobago-example-demo/package-lock.json          |  35 +-
 tobago-theme/package-lock.json                     | 425 ++++++++-------------
 tobago-theme/package.json                          |  10 +-
 .../{rollup.config.js => rollup.config.mjs}        |   6 +-
 9 files changed, 197 insertions(+), 301 deletions(-)
 copy tobago-core/src/test/resources/renderer/badge/{badge.html => badge-data-attribute.html} (91%)
 rename tobago-theme/{rollup.config.js => rollup.config.mjs} (91%)