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/09/15 07:34:24 UTC

[myfaces-tobago] branch dependabot/npm_and_yarn/tobago-example/tobago-example-demo/typescript-4.4.3 updated (34e1b2c -> 452f69c)

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


    omit 34e1b2c  build(deps-dev): bump typescript in /tobago-example/tobago-example-demo
     add b277e81  TOBAGO-1843 Demo: Enhancements for Tobago 5.x
     add 624c633  TOBAGO-1843 Demo: Enhancements for Tobago 5.x
     add b9c6f1d  TOBAGO-1843 Demo: Enhancements for Tobago 5.x
     add d445a4a  TOBAGO-1843 Demo: Enhancements for Tobago 5.x
     add b59b142  TOBAGO-1843 Demo: Enhancements for Tobago 5.x
     add a6fd284  TOBAGO-1843 Demo: Enhancements for Tobago 5.x
     add a7dbf59  build(deps-dev): bump typescript from 4.4.2 to 4.4.3 in /tobago-theme
     new 452f69c  build(deps-dev): bump typescript 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   (34e1b2c)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/tobago-example/tobago-example-demo/typescript-4.4.3 (452f69c)

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.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../030-select/50-selectManyCheckbox/Multi_Checkbox.test.js         | 4 ++--
 .../030-select/50-selectManyCheckbox/Multi_Checkbox.xhtml           | 2 +-
 tobago-theme/package-lock.json                                      | 6 +++---
 tobago-theme/package.json                                           | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

[myfaces-tobago] 01/01: build(deps-dev): bump typescript in /tobago-example/tobago-example-demo

Posted by gi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch dependabot/npm_and_yarn/tobago-example/tobago-example-demo/typescript-4.4.3
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 452f69c9bff6b95685c64076b306b4006ef14e30
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Sep 15 07:34:22 2021 +0000

    build(deps-dev): bump typescript in /tobago-example/tobago-example-demo
    
    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.2 to 4.4.3.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.4.2...v4.4.3)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 tobago-example/tobago-example-demo/package-lock.json | 6 +++---
 tobago-example/tobago-example-demo/package.json      | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tobago-example/tobago-example-demo/package-lock.json b/tobago-example/tobago-example-demo/package-lock.json
index b86e212..4d94601 100644
--- a/tobago-example/tobago-example-demo/package-lock.json
+++ b/tobago-example/tobago-example-demo/package-lock.json
@@ -1692,9 +1692,9 @@
       }
     },
     "typescript": {
-      "version": "4.4.2",
-      "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.2.tgz",
-      "integrity": "sha512-gzP+t5W4hdy4c+68bfcv0t400HVJMMd2+H9B7gae1nQlBzCqvrXX+6GL/b3GAgyTH966pzrZ70/fRjwAtZksSQ==",
+      "version": "4.4.3",
+      "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.3.tgz",
+      "integrity": "sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==",
       "dev": true
     },
     "unbox-primitive": {
diff --git a/tobago-example/tobago-example-demo/package.json b/tobago-example/tobago-example-demo/package.json
index b4309fd..0a61264 100644
--- a/tobago-example/tobago-example-demo/package.json
+++ b/tobago-example/tobago-example-demo/package.json
@@ -47,7 +47,7 @@
     "rollup": "^2.56.3",
     "sass": "^1.39.2",
     "tslint": "^6.1.3",
-    "typescript": "^4.4.2",
+    "typescript": "^4.4.3",
     "y18n": "^5.0.8"
   }
 }