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 14:23:19 UTC

[myfaces-tobago] branch dependabot/npm_and_yarn/tobago-example/tobago-example-demo/tobago-5.x/rollup-3.9.1 updated (96065d9f34 -> 6c3daa9441)

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-3.9.1
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


 discard 96065d9f34 build(deps-dev): bump rollup in /tobago-example/tobago-example-demo
     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 dc1bc0b777 build(deps-dev): bump @typescript-eslint/parser in /tobago-theme (#3638)
     add 3cc73bd49e build(deps): bump gson from 2.10 to 2.10.1 (#3621)
     add b073170633 build(deps): bump joinfaces.version from 4.7.6 to 4.7.7 (#3620)
     add 9fd07afbbb build(deps-dev): bump sass in /tobago-example/tobago-example-demo (#3602)
     add 8150b6eb0c build(deps): bump bootstrap-icons from 1.10.2 to 1.10.3 in /tobago-theme (#3595)
     add 0caa1c7e97 build(deps-dev): bump @rollup/plugin-replace (#3597)
     add 6c3daa9441 build(deps-dev): bump rollup in /tobago-example/tobago-example-demo

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   (96065d9f34)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/tobago-example/tobago-example-demo/tobago-5.x/rollup-3.9.1 (6c3daa9441)

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                                            |   4 +-
 .../internal/renderkit/renderer/BadgeRenderer.java |   3 +-
 .../renderkit/renderer/BadgeRendererUnitTest.java  |  11 +
 .../{badge.html => badge-data-attribute.html}      |   4 +-
 .../tobago-example-demo/package-lock.json          |  98 +++----
 tobago-example/tobago-example-demo/package.json    |   4 +-
 tobago-example/tobago-example-demo/pom.xml         |   2 +-
 tobago-theme/package-lock.json                     | 306 ++++++++++++++-------
 tobago-theme/package.json                          |   6 +-
 10 files changed, 274 insertions(+), 166 deletions(-)
 copy tobago-core/src/test/resources/renderer/badge/{badge.html => badge-data-attribute.html} (91%)