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/03/23 09:05:36 UTC

[myfaces-tobago] branch dependabot/npm_and_yarn/tobago-theme/typescript-eslint/parser-5.16.0 updated (9e5c9c1 -> 3128ba6)

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

github-bot pushed a change to branch dependabot/npm_and_yarn/tobago-theme/typescript-eslint/parser-5.16.0
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git.


 discard 9e5c9c1  build(deps-dev): bump @typescript-eslint/parser in /tobago-theme
     add 5fd8b43  fix(tab): CSS customClass set on header/body
     add 2214cd5  feat: Make selected theme storeable in session
     add 2d8b631  build(deps): bump maven-dependency-plugin from 3.2.0 to 3.3.0
     add 8a8c655  build(deps-dev): bump @typescript-eslint/eslint-plugin in /tobago-theme
     add 3128ba6  build(deps-dev): bump @typescript-eslint/parser in /tobago-theme

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   (9e5c9c1)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/tobago-theme/typescript-eslint/parser-5.16.0 (3128ba6)

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:
 pom.xml                                            |   2 +-
 .../apache/myfaces/tobago/config/TobagoConfig.java |  24 +-
 .../org/apache/myfaces/tobago/context/Theme.java   |   6 +
 .../myfaces/tobago/context/TobagoContext.java      |  58 ++++-
 .../internal/config/TobagoConfigFragment.java      |   9 +
 .../tobago/internal/config/TobagoConfigMerger.java |   5 +
 .../tobago/internal/config/TobagoConfigParser.java |   6 +
 .../internal/renderkit/renderer/PageRenderer.java  |  33 +--
 .../renderkit/renderer/TabGroupRenderer.java       |  45 ++--
 .../myfaces/tobago/internal/util/CookieUtils.java  |  15 +-
 .../myfaces/tobago/config/tobago-config-5.1.xsd    |   7 +
 .../config/TobagoConfigParserUnitTest.java         |  16 ++
 .../src/test/resources/tobago-config-5.1.xml       |   1 +
 .../src/main/webapp/WEB-INF/tobago-config.xml      |   1 -
 .../main/webapp/content/070-tab/Tab_Group.xhtml    |  36 ++-
 tobago-theme/package-lock.json                     | 270 ++++++---------------
 tobago-theme/package.json                          |   2 +-
 17 files changed, 257 insertions(+), 279 deletions(-)