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:59:50 UTC

[myfaces-tobago] branch dependabot/npm_and_yarn/tobago-example/tobago-example-demo/npm/clean-css-cli-5.1.0 updated (15f625c -> 349cae1)

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


 discard 15f625c  chore(deps-dev): bump clean-css-cli
     add 64a40e4  chore(deps-dev): bump rollup in /tobago-example/tobago-example-demo/npm
     add 930349e  chore(deps-dev): bump ajv and ajv-keywords
     new 349cae1  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   (15f625c)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/tobago-example/tobago-example-demo/npm/clean-css-cli-5.1.0 (349cae1)

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      |  6 +--
 .../tobago-example-demo/npm/package.json           |  2 +-
 .../npm/package-lock.json                          | 60 ++++++++++++++++++----
 .../tobago-theme-charlotteville/npm/package.json   |  4 +-
 4 files changed, 55 insertions(+), 17 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-example/tobago-example-demo/npm/clean-css-cli-5.1.0
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 349cae198a5528583ddb440fdd0816003210a68d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Feb 15 18:59:09 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-example/tobago-example-demo/npm/package-lock.json | 12 ++++++------
 tobago-example/tobago-example-demo/npm/package.json      |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/tobago-example/tobago-example-demo/npm/package-lock.json b/tobago-example/tobago-example-demo/npm/package-lock.json
index ec90362..3f2c006 100644
--- a/tobago-example/tobago-example-demo/npm/package-lock.json
+++ b/tobago-example/tobago-example-demo/npm/package-lock.json
@@ -442,9 +442,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",
@@ -453,9 +453,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-example/tobago-example-demo/npm/package.json b/tobago-example/tobago-example-demo/npm/package.json
index 2ee0aaf..4f39541 100644
--- a/tobago-example/tobago-example-demo/npm/package.json
+++ b/tobago-example/tobago-example-demo/npm/package.json
@@ -29,7 +29,7 @@
   },
   "devDependencies": {
     "autoprefixer": "^10.2.4",
-    "clean-css-cli": "^5.0.1",
+    "clean-css-cli": "^5.1.0",
     "node-sass": "^5.0.0",
     "npm-run-all": "^4.1.5",
     "postcss-cli": "^8.3.1",