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 2022/05/25 10:40:23 UTC

[myfaces-tobago] branch dependabot/npm_and_yarn/tobago-example/tobago-example-demo/tobago-5.x/rollup-2.74.1 updated (43f6c71362 -> e9cabb5292)

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


 discard 43f6c71362 build(deps-dev): bump rollup in /tobago-example/tobago-example-demo
     add a140cddb4c build: ignore Sonatype OSS - because its out of order
     add edccf71aa6 chore: set version for checkstyle tool
     add e9cabb5292 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   (43f6c71362)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/tobago-example/tobago-example-demo/tobago-5.x/rollup-2.74.1 (e9cabb5292)

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:
 .github/workflows/tobago-ci.yml                                     | 2 +-
 pom.xml                                                             | 5 +++++
 .../src/main/java/org/apache/myfaces/tobago/context/Markup.java     | 4 ++--
 .../org/apache/myfaces/tobago/internal/behavior/EventBehavior.java  | 6 +++---
 .../myfaces/tobago/internal/component/AbstractUICommandBase.java    | 2 +-
 .../myfaces/tobago/internal/renderkit/renderer/ImageRenderer.java   | 4 ++--
 .../tobago/internal/renderkit/renderer/SelectManyRendererBase.java  | 2 +-
 .../org/apache/myfaces/tobago/internal/util/HtmlWriterHelper.java   | 2 +-
 .../java/org/apache/myfaces/tobago/internal/util/NumberUtils.java   | 2 +-
 .../java/org/apache/myfaces/tobago/internal/util/SortingUtils.java  | 4 ++--
 .../main/java/org/apache/myfaces/tobago/util/ComponentUtils.java    | 2 +-
 .../java/org/apache/myfaces/tobago/model/SelectableUnitTest.java    | 6 +++---
 12 files changed, 23 insertions(+), 18 deletions(-)