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/02/15 18:53:53 UTC

[myfaces-tobago] branch dependabot/npm_and_yarn/tobago-example/tobago-example-demo/npm/rollup-2.39.0 updated (4c0ba9c -> 0952b5a)

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


 discard 4c0ba9c  chore(deps-dev): bump rollup in /tobago-example/tobago-example-demo/npm
     add b8b5898  chore(deps-dev): bump @rollup/plugin-node-resolve
     add 6f5baf6  chore(deps-dev): bump uglify-js
     new 0952b5a  chore(deps-dev): bump rollup in /tobago-example/tobago-example-demo/npm

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   (4c0ba9c)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/tobago-example/tobago-example-demo/npm/rollup-2.39.0 (0952b5a)

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:
 tobago-example/tobago-example-demo/npm/package-lock.json | 12 ++++++------
 tobago-example/tobago-example-demo/npm/package.json      |  2 +-
 tobago-theme/tobago-theme-standard/npm/package-lock.json |  6 +++---
 tobago-theme/tobago-theme-standard/npm/package.json      |  2 +-
 4 files changed, 11 insertions(+), 11 deletions(-)


[myfaces-tobago] 01/01: chore(deps-dev): bump rollup in /tobago-example/tobago-example-demo/npm

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

commit 0952b5a923fcfe582487c8c4e05dc2d07cf21b37
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Feb 15 18:50:52 2021 +0000

    chore(deps-dev): bump rollup in /tobago-example/tobago-example-demo/npm
    
    Bumps [rollup](https://github.com/rollup/rollup) from 2.38.5 to 2.39.0.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/rollup/rollup/compare/v2.38.5...v2.39.0)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 tobago-example/tobago-example-demo/npm/package-lock.json | 6 +++---
 tobago-example/tobago-example-demo/npm/package.json      | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tobago-example/tobago-example-demo/npm/package-lock.json b/tobago-example/tobago-example-demo/npm/package-lock.json
index 11e1869..ec90362 100644
--- a/tobago-example/tobago-example-demo/npm/package-lock.json
+++ b/tobago-example/tobago-example-demo/npm/package-lock.json
@@ -2417,9 +2417,9 @@
       }
     },
     "rollup": {
-      "version": "2.38.5",
-      "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.38.5.tgz",
-      "integrity": "sha512-VoWt8DysFGDVRGWuHTqZzT02J0ASgjVq/hPs9QcBOGMd7B+jfTr/iqMVEyOi901rE3xq+Deq66GzIT1yt7sGwQ==",
+      "version": "2.39.0",
+      "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.39.0.tgz",
+      "integrity": "sha512-+WR3bttcq7zE+BntH09UxaW3bQo3vItuYeLsyk4dL2tuwbeSKJuvwiawyhEnvRdRgrII0Uzk00FpctHO/zB1kw==",
       "dev": true,
       "requires": {
         "fsevents": "~2.3.1"
diff --git a/tobago-example/tobago-example-demo/npm/package.json b/tobago-example/tobago-example-demo/npm/package.json
index 395c39a..2ee0aaf 100644
--- a/tobago-example/tobago-example-demo/npm/package.json
+++ b/tobago-example/tobago-example-demo/npm/package.json
@@ -34,7 +34,7 @@
     "npm-run-all": "^4.1.5",
     "postcss-cli": "^8.3.1",
     "prismjs": "^1.23.0",
-    "rollup": "^2.38.5",
+    "rollup": "^2.39.0",
     "@rollup/plugin-node-resolve": "^11.2.0",
     "@rollup/plugin-replace": "^2.3.4",
     "tslint": "^6.1.3",