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/11 18:56:01 UTC

[myfaces-tobago] branch dependabot/npm_and_yarn/tobago-theme/tobago-theme-standard/npm/ajv-and-ajv-keywords-7.1.0 updated (4dd5714 -> 2c8f69d)

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


 discard 4dd5714  chore(deps-dev): bump ajv and ajv-keywords
     add 3c30d20  ci(dependabot): test only one npm project
     add ebf1156  ci(dependabot): reformat
     add 26f7d64  ci(dependabot): hibernate-validator
     add dc3f0ad  ci(dependabot): update jarkarta.faces
     add a2cdfa5  ci(dependabot): update javax.faces and hiberate-validator
     add ed22f1a  chore(deps-dev): bump testcontainers from 1.15.1 to 1.15.2
     add a6e1b9c  chore(deps-dev): bump junit-jupiter from 1.15.1 to 1.15.2
     add ba9f894  ci(dependabot): ignore com.sun.faces complete
     add b03763b  ci(dependabot): configure directories for all npm projects
     add e0f0cda  chore(deps): bump bootstrap
     add 267563c  chore(deps-dev): bump bootstrap
     add 0f1c264  chore(deps): bump bootstrap in /tobago-theme/tobago-theme-roxborough/npm
     new 2c8f69d  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   (4dd5714)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/tobago-theme/tobago-theme-standard/npm/ajv-and-ajv-keywords-7.1.0 (2c8f69d)

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:
 .github/dependabot.yml                             | 85 +++++++++++-----------
 pom.xml                                            |  4 +-
 .../tobago-theme-roxborough/npm/package-lock.json  |  6 +-
 .../tobago-theme-roxborough/npm/package.json       |  2 +-
 .../tobago-theme-scarborough/npm/package-lock.json |  6 +-
 .../tobago-theme-scarborough/npm/package.json      |  2 +-
 .../tobago-theme-standard/npm/package-lock.json    |  6 +-
 .../tobago-theme-standard/npm/package.json         |  2 +-
 8 files changed, 58 insertions(+), 55 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-standard/npm/ajv-and-ajv-keywords-7.1.0
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 2c8f69df653ef0f72eb894d99e490a14317d5c99
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Feb 11 18:53:01 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-standard/npm/package-lock.json    | 82 +++++++++++++++++++---
 .../tobago-theme-standard/npm/package.json         |  4 +-
 2 files changed, 73 insertions(+), 13 deletions(-)

diff --git a/tobago-theme/tobago-theme-standard/npm/package-lock.json b/tobago-theme/tobago-theme-standard/npm/package-lock.json
index 76bfa12..943cc13 100644
--- a/tobago-theme/tobago-theme-standard/npm/package-lock.json
+++ b/tobago-theme/tobago-theme-standard/npm/package-lock.json
@@ -442,6 +442,26 @@
         "lodash": "^4.17.19",
         "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
+        }
       }
     },
     "@istanbuljs/load-nyc-config": {
@@ -950,21 +970,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": {
@@ -2085,6 +2105,26 @@
         "table": "^6.0.4",
         "text-table": "^0.2.0",
         "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"
+          }
+        },
+        "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
+        }
       }
     },
     "eslint-plugin-compat": {
@@ -2764,6 +2804,26 @@
       "requires": {
         "ajv": "^6.12.3",
         "har-schema": "^2.0.0"
+      },
+      "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
+        }
       }
     },
     "has": {
@@ -3842,9 +3902,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-standard/npm/package.json b/tobago-theme/tobago-theme-standard/npm/package.json
index bc97c85..18269b0 100644
--- a/tobago-theme/tobago-theme-standard/npm/package.json
+++ b/tobago-theme/tobago-theme-standard/npm/package.json
@@ -60,8 +60,8 @@
     "tobago-core": "file:../../../tobago-core/npm",
     "@popperjs/core": "^2.6.0",
     "@types/jest": "^26.0.15",
-    "ajv": "^6.12.6",
-    "ajv-keywords": "^3.5.2",
+    "ajv": "^7.1.0",
+    "ajv-keywords": "^4.0.0",
     "autoprefixer": "^9.8.6",
     "bootstrap": "5.0.0-beta2",
     "clean-css-cli": "^4.3.0",