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:55:08 UTC

[myfaces-tobago] branch dependabot/npm_and_yarn/tobago-theme/tobago-theme-speyside/npm/ajv-and-ajv-keywords-7.1.0 updated (06ca6ba -> 5e12285)

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-speyside/npm/ajv-and-ajv-keywords-7.1.0
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git.


 discard 06ca6ba  chore(deps-dev): bump ajv and ajv-keywords
     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
     add 6f5baf6  chore(deps-dev): bump uglify-js
     add 0ba1ea3  chore(deps-dev): bump eslint
     add 29c8afe  chore(deps-dev): bump rollup
     add d0029aa  chore(deps): bump dependency-check-maven from 6.1.0 to 6.1.1
     new 5e12285  chore(deps-dev): bump ajv and ajv-keywords

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   (06ca6ba)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/tobago-theme/tobago-theme-speyside/npm/ajv-and-ajv-keywords-7.1.0 (5e12285)

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


[myfaces-tobago] 01/01: chore(deps-dev): bump ajv and ajv-keywords

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-speyside/npm/ajv-and-ajv-keywords-7.1.0
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 5e1228583fa442ccf4c439ab7aadb55c2a03b0b6
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Feb 15 18:51:39 2021 +0000

    chore(deps-dev): bump ajv and ajv-keywords
    
    Bumps [ajv](https://github.com/ajv-validator/ajv) and [ajv-keywords](https://github.com/epoberezkin/ajv-keywords). These dependencies needed to be updated together.
    
    Updates `ajv` from 6.12.6 to 7.1.0
    - [Release notes](https://github.com/ajv-validator/ajv/releases)
    - [Commits](https://github.com/ajv-validator/ajv/compare/v6.12.6...v7.1.0)
    
    Updates `ajv-keywords` from 3.5.2 to 4.0.0
    - [Release notes](https://github.com/epoberezkin/ajv-keywords/releases)
    - [Commits](https://github.com/epoberezkin/ajv-keywords/compare/v3.5.2...v4.0.0)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 .../tobago-theme-speyside/npm/package-lock.json    | 60 ++++++++++++++++++----
 .../tobago-theme-speyside/npm/package.json         |  4 +-
 2 files changed, 51 insertions(+), 13 deletions(-)

diff --git a/tobago-theme/tobago-theme-speyside/npm/package-lock.json b/tobago-theme/tobago-theme-speyside/npm/package-lock.json
index de08bf7..b8dd44f 100644
--- a/tobago-theme/tobago-theme-speyside/npm/package-lock.json
+++ b/tobago-theme/tobago-theme-speyside/npm/package-lock.json
@@ -46,6 +46,26 @@
         "lodash": "^4.17.20",
         "minimatch": "^3.0.4",
         "strip-json-comments": "^3.1.1"
+      },
+      "dependencies": {
+        "ajv": {
+          "version": "6.12.6",
+          "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
+          "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
+          "dev": true,
+          "requires": {
+            "fast-deep-equal": "^3.1.1",
+            "fast-json-stable-stringify": "^2.0.0",
+            "json-schema-traverse": "^0.4.1",
+            "uri-js": "^4.2.2"
+          }
+        },
+        "json-schema-traverse": {
+          "version": "0.4.1",
+          "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
+          "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
+          "dev": true
+        }
       }
     },
     "@mdn/browser-compat-data": {
@@ -112,21 +132,21 @@
       "dev": true
     },
     "ajv": {
-      "version": "6.12.6",
-      "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
-      "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
+      "version": "7.1.0",
+      "resolved": "https://registry.npmjs.org/ajv/-/ajv-7.1.0.tgz",
+      "integrity": "sha512-svS9uILze/cXbH0z2myCK2Brqprx/+JJYK5pHicT/GQiBfzzhUVAIT6MwqJg8y4xV/zoGsUeuPuwtoiKSGE15g==",
       "dev": true,
       "requires": {
         "fast-deep-equal": "^3.1.1",
-        "fast-json-stable-stringify": "^2.0.0",
-        "json-schema-traverse": "^0.4.1",
+        "json-schema-traverse": "^1.0.0",
+        "require-from-string": "^2.0.2",
         "uri-js": "^4.2.2"
       }
     },
     "ajv-keywords": {
-      "version": "3.5.2",
-      "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
-      "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
+      "version": "4.0.0",
+      "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-4.0.0.tgz",
+      "integrity": "sha512-baL4pEYniCF5E/5Cj28f1DmPXGGASQIeCFfntY94vJPtrq0fei3iNt/TP5f2IwEH4opCzcOOvL6hKsi2IHaecg==",
       "dev": true
     },
     "ansi-colors": {
@@ -660,6 +680,18 @@
         "v8-compile-cache": "^2.0.3"
       },
       "dependencies": {
+        "ajv": {
+          "version": "6.12.6",
+          "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
+          "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
+          "dev": true,
+          "requires": {
+            "fast-deep-equal": "^3.1.1",
+            "fast-json-stable-stringify": "^2.0.0",
+            "json-schema-traverse": "^0.4.1",
+            "uri-js": "^4.2.2"
+          }
+        },
         "ansi-styles": {
           "version": "4.3.0",
           "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
@@ -700,6 +732,12 @@
           "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
           "dev": true
         },
+        "json-schema-traverse": {
+          "version": "0.4.1",
+          "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
+          "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
+          "dev": true
+        },
         "supports-color": {
           "version": "7.2.0",
           "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
@@ -1263,9 +1301,9 @@
       "dev": true
     },
     "json-schema-traverse": {
-      "version": "0.4.1",
-      "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
-      "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
+      "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
       "dev": true
     },
     "json-stable-stringify-without-jsonify": {
diff --git a/tobago-theme/tobago-theme-speyside/npm/package.json b/tobago-theme/tobago-theme-speyside/npm/package.json
index 9526786..1f9a826 100644
--- a/tobago-theme/tobago-theme-speyside/npm/package.json
+++ b/tobago-theme/tobago-theme-speyside/npm/package.json
@@ -52,8 +52,8 @@
   "devDependencies": {
     "tobago-core": "file:../../../tobago-core/npm",
     "@popperjs/core": "^2.6.0",
-    "ajv": "^6.12.6",
-    "ajv-keywords": "^3.5.2",
+    "ajv": "^7.1.0",
+    "ajv-keywords": "^4.0.0",
     "autoprefixer": "^9.8.6",
     "clean-css-cli": "^5.0.1",
     "eslint": "^7.20.0",