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/11/22 15:39:21 UTC

(myfaces-tobago) branch dependabot/maven/tobago-5.x/spring.version-5.3.31 updated (ac6cf7d4c6 -> b58479b533)

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

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


 discard ac6cf7d4c6 build(deps): bump spring.version from 5.3.30 to 5.3.31
     add 79c9a74a89 fix(command): stop event propagation
     add c476756ec2 build(theme): rebuild after fixing sheet button click
     add 52dc65f878 build(deps-dev): bump testcontainers.version from 1.19.2 to 1.19.3
     add f9764beb54 build(deps): bump org.codehaus.mojo:versions-maven-plugin
     add e347635158 build(deps): bump com.fasterxml.jackson.core:jackson-core
     add b58479b533 build(deps): bump spring.version from 5.3.30 to 5.3.31

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   (ac6cf7d4c6)
            \
             N -- N -- N   refs/heads/dependabot/maven/tobago-5.x/spring.version-5.3.31 (b58479b533)

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                                            |   6 +-
 .../50-button-in-sheet/Button_in_sheet.test.js     | 104 +++++++++++++++++++++
 .../50-button-in-sheet/Button_in_sheet.xhtml}      |  32 ++++---
 .../tobago-theme-standard/src/main/js/tobago.js    |   8 +-
 .../src/main/js/tobago.js.map                      |   2 +-
 .../src/main/ts/tobago-sheet.ts                    |  31 ++++++
 6 files changed, 164 insertions(+), 19 deletions(-)
 create mode 100644 tobago-example/tobago-example-demo/src/main/webapp/content/900-test/3000-sheet/50-button-in-sheet/Button_in_sheet.test.js
 copy tobago-example/tobago-example-demo/src/main/webapp/content/{080-sheet/25-selection/Sheet_Selectionchange.xhtml => 900-test/3000-sheet/50-button-in-sheet/Button_in_sheet.xhtml} (59%)