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/23 08:34:31 UTC

[myfaces-tobago] branch dependabot/npm_and_yarn/tobago-example/tobago-example-demo/npm/rollup-2.39.1 updated (ea9aef3 -> c7098a9)

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


 discard ea9aef3  chore(deps-dev): bump rollup in /tobago-example/tobago-example-demo/npm
     add 158b1b8  chore(deps-dev): bump @popperjs/core
     add 4f99457  chore(deps-dev): bump @rollup/plugin-replace
     add 8081e8f  chore(deps-dev): bump rollup in /tobago-theme/tobago-theme-standard/npm
     add 49a3c51  chore(deps-dev): bump @popperjs/core
     new c7098a9  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   (ea9aef3)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/tobago-example/tobago-example-demo/npm/rollup-2.39.1 (c7098a9)

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-theme-roxborough/npm/package-lock.json      |  6 +++---
 tobago-theme/tobago-theme-roxborough/npm/package.json  |  2 +-
 .../tobago-theme-standard/npm/package-lock.json        | 18 +++++++++---------
 tobago-theme/tobago-theme-standard/npm/package.json    |  6 +++---
 4 files changed, 16 insertions(+), 16 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.1
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit c7098a937d1124c53e702ad8c0f64699b5cff736
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Feb 23 08:33:53 2021 +0000

    chore(deps-dev): bump rollup in /tobago-example/tobago-example-demo/npm
    
    Bumps [rollup](https://github.com/rollup/rollup) from 2.39.0 to 2.39.1.
    - [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.39.0...v2.39.1)
    
    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 7c6ac08..2b1dba3 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.39.0",
-      "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.39.0.tgz",
-      "integrity": "sha512-+WR3bttcq7zE+BntH09UxaW3bQo3vItuYeLsyk4dL2tuwbeSKJuvwiawyhEnvRdRgrII0Uzk00FpctHO/zB1kw==",
+      "version": "2.39.1",
+      "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.39.1.tgz",
+      "integrity": "sha512-9rfr0Z6j+vE+eayfNVFr1KZ+k+jiUl2+0e4quZafy1x6SFCjzFspfRSO2ZZQeWeX9noeDTUDgg6eCENiEPFvQg==",
       "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 d537ba8..7885a0c 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.39.0",
+    "rollup": "^2.39.1",
     "@rollup/plugin-node-resolve": "^11.2.0",
     "@rollup/plugin-replace": "^2.3.4",
     "tslint": "^6.1.3",