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 2021/06/16 07:35:22 UTC

[myfaces-tobago] branch dependabot/npm_and_yarn/tobago-theme/typescript-eslint/eslint-plugin-4.27.0 updated (ebb62cd -> 0f725ab)

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


 discard ebb62cd  build(deps-dev): bump @typescript-eslint/eslint-plugin in /tobago-theme
     add dd7b6a1  build(deps-dev): bump sass from 1.34.1 to 1.35.1 in /tobago-theme
     add c4f8bc8  build(deps-dev): bump rollup from 2.51.1 to 2.52.0 in /tobago-theme
     add 80ed7c7  build(deps-dev): bump rollup in /tobago-example/tobago-example-demo
     add 07dc89d  build(deps-dev): bump @typescript-eslint/parser in /tobago-theme
     add f62c3d0  build(deps-dev): bump tslib from 2.2.0 to 2.3.0 in /tobago-theme
     add 01f3006  build(deps-dev): bump postcss from 8.3.1 to 8.3.4 in /tobago-theme
     add 11b2844  build(deps): bump commons-io from 2.9.0 to 2.10.0
     add d2050a4  build(deps): bump joinfaces.version from 4.5.0 to 4.5.1
     add 144cbd7  refactor: TypeScript/JavaScript reduce autocheck issues
     add 61b0e0d  build(deps): bump maven-dependency-plugin from 3.1.2 to 3.2.0
     add 0f725ab  build(deps-dev): bump @typescript-eslint/eslint-plugin 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   (ebb62cd)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/tobago-theme/typescript-eslint/eslint-plugin-4.27.0 (0f725ab)

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                                            |   8 +-
 .../tobago-example-demo/package-lock.json          |   8 +-
 tobago-example/tobago-example-demo/package.json    |   2 +-
 .../9010-mode-valueIfSet/Mode_ValueIfSet.test.js   |  38 +++---
 .../9010-mode-valueIfSet/Mode_ValueIfSet.xhtml     |  87 ++++++++++++-
 tobago-theme/package-lock.json                     |  12 +-
 tobago-theme/package.json                          |   4 +-
 .../tobago-theme-standard/src/main/js/tobago.js    | 142 ++++++++++-----------
 .../src/main/js/tobago.js.map                      |   2 +-
 .../src/main/js/tobago.min.js                      |   4 +-
 .../src/main/js/tobago.min.js.map                  |   2 +-
 .../src/main/ts/tobago-date.ts                     |  10 +-
 .../src/main/ts/tobago-dropdown.ts                 |   3 -
 .../src/main/ts/tobago-focus.ts                    |  16 +--
 .../src/main/ts/tobago-footer.ts                   |   2 +-
 .../src/main/ts/tobago-popup.ts                    |   2 +-
 .../src/main/ts/tobago-reload.ts                   |   6 +-
 .../src/main/ts/tobago-select-one-radio.ts         |   2 +-
 .../src/main/ts/tobago-split-layout.ts             |  46 +++----
 .../src/main/ts/tobago-stars.ts                    |  55 ++++----
 .../src/main/ts/tobago-suggest.ts                  |  50 ++++----
 .../src/main/ts/tobago-tab.ts                      |  14 +-
 .../src/main/ts/tobago-tree-listbox.ts             |   4 +-
 .../src/main/ts/tobago-tree-select.ts              |   2 +-
 .../src/main/ts/tobago-tree.ts                     |  27 ++--
 25 files changed, 299 insertions(+), 249 deletions(-)