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:37 UTC

[myfaces-tobago] branch dependabot/npm_and_yarn/tobago-example/tobago-example-demo/tobago-5.x/rollup/plugin-replace-5.0.2 updated (1f03ef468b -> 75bf9be816)

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

github-bot pushed a change to branch dependabot/npm_and_yarn/tobago-example/tobago-example-demo/tobago-5.x/rollup/plugin-replace-5.0.2
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


    omit 1f03ef468b build(deps-dev): bump @rollup/plugin-replace
     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 0cfd4de584 build(deps-dev): bump eslint from 8.29.0 to 8.31.0 in /tobago-theme (#3604)
     add 75bf9be816 build(deps-dev): bump @rollup/plugin-replace

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   (1f03ef468b)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/tobago-example/tobago-example-demo/tobago-5.x/rollup/plugin-replace-5.0.2 (75bf9be816)

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          |  26 ++--
 tobago-theme/package-lock.json                     | 149 +++++++++------------
 tobago-theme/package.json                          |   2 +-
 8 files changed, 95 insertions(+), 104 deletions(-)
 copy tobago-core/src/test/resources/renderer/badge/{badge.html => badge-data-attribute.html} (91%)