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:06 UTC

[myfaces-tobago] branch dependabot/npm_and_yarn/tobago-theme/tobago-theme-roxborough/npm/clean-css-cli-5.1.0 updated (a4d2ae8 -> 9b40c89)

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/tobago-theme-roxborough/npm/clean-css-cli-5.1.0
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git.


 discard a4d2ae8  chore(deps-dev): bump clean-css-cli
     add 42b3e0d  chore(deps-dev): bump @rollup/plugin-node-resolve
     add 9d2d971  chore(deps-dev): bump rollup in /tobago-theme/tobago-theme-speyside/npm
     add b8b5898  chore(deps-dev): bump @rollup/plugin-node-resolve
     new 9b40c89  chore(deps-dev): bump clean-css-cli

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   (a4d2ae8)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/tobago-theme/tobago-theme-roxborough/npm/clean-css-cli-5.1.0 (9b40c89)

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


[myfaces-tobago] 01/01: chore(deps-dev): bump clean-css-cli

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-theme/tobago-theme-roxborough/npm/clean-css-cli-5.1.0
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

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

    chore(deps-dev): bump clean-css-cli
    
    Bumps [clean-css-cli](https://github.com/jakubpawlowicz/clean-css-cli) from 5.0.1 to 5.1.0.
    - [Release notes](https://github.com/jakubpawlowicz/clean-css-cli/releases)
    - [Changelog](https://github.com/jakubpawlowicz/clean-css-cli/blob/master/History.md)
    - [Commits](https://github.com/jakubpawlowicz/clean-css-cli/compare/v5.0.1...v5.1.0)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 tobago-theme/tobago-theme-roxborough/npm/package-lock.json | 12 ++++++------
 tobago-theme/tobago-theme-roxborough/npm/package.json      |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/tobago-theme/tobago-theme-roxborough/npm/package-lock.json b/tobago-theme/tobago-theme-roxborough/npm/package-lock.json
index e877878..b34d747 100644
--- a/tobago-theme/tobago-theme-roxborough/npm/package-lock.json
+++ b/tobago-theme/tobago-theme-roxborough/npm/package-lock.json
@@ -365,9 +365,9 @@
       }
     },
     "clean-css-cli": {
-      "version": "5.0.1",
-      "resolved": "https://registry.npmjs.org/clean-css-cli/-/clean-css-cli-5.0.1.tgz",
-      "integrity": "sha512-6Y+G8FmQu76rSWQjSBY5rVcdgatknjvzfEUU5xtx1uaYovClg7jap7ol3Xf3NP7vMd1fs38TtfhsyIS8Dq0Jvw==",
+      "version": "5.1.0",
+      "resolved": "https://registry.npmjs.org/clean-css-cli/-/clean-css-cli-5.1.0.tgz",
+      "integrity": "sha512-aIN3BzIYl53O6iyR1CliCcgCw0A8y5a/1U4K4KlFMtGlrP04cHFZWPbU8g93ACSGP4lgfI+FBqA0jo0PsSDGoQ==",
       "dev": true,
       "requires": {
         "clean-css": "^5.0.1",
@@ -376,9 +376,9 @@
       },
       "dependencies": {
         "commander": {
-          "version": "7.0.0",
-          "resolved": "https://registry.npmjs.org/commander/-/commander-7.0.0.tgz",
-          "integrity": "sha512-ovx/7NkTrnPuIV8sqk/GjUIIM1+iUQeqA3ye2VNpq9sVoiZsooObWlQy+OPWGI17GDaEoybuAGJm6U8yC077BA==",
+          "version": "7.1.0",
+          "resolved": "https://registry.npmjs.org/commander/-/commander-7.1.0.tgz",
+          "integrity": "sha512-pRxBna3MJe6HKnBGsDyMv8ETbptw3axEdYHoqNh7gu5oDcew8fs0xnivZGm06Ogk8zGAJ9VX+OPEr2GXEQK4dg==",
           "dev": true
         }
       }
diff --git a/tobago-theme/tobago-theme-roxborough/npm/package.json b/tobago-theme/tobago-theme-roxborough/npm/package.json
index 207e7ba..bb02d0d 100644
--- a/tobago-theme/tobago-theme-roxborough/npm/package.json
+++ b/tobago-theme/tobago-theme-roxborough/npm/package.json
@@ -55,7 +55,7 @@
     "ajv": "^6.12.6",
     "ajv-keywords": "^3.5.2",
     "autoprefixer": "^9.8.6",
-    "clean-css-cli": "^5.0.1",
+    "clean-css-cli": "^5.1.0",
     "eslint": "^7.20.0",
     "eslint-plugin-compat": "^3.8.0",
     "npm-run-all": "^4.1.5",