You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2022/03/22 14:13:05 UTC

[wicket] branch master updated (a54277a -> 7c32202)

This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git.


    from a54277a  Temporarily disable TravisCI caches of M2_REPO
     new 78196ef  Revert "Temporarily disable TravisCI caches of M2_REPO"
     new 7c32202  Update grunt-contrib-jshint, npm and Node.js

The 2 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:
 .travis.yml                               |  2 +-
 testing/wicket-js-tests/package-lock.json | 66 +++++++++++--------------------
 testing/wicket-js-tests/package.json      |  2 +-
 testing/wicket-js-tests/pom.xml           |  4 +-
 4 files changed, 27 insertions(+), 47 deletions(-)

[wicket] 01/02: Revert "Temporarily disable TravisCI caches of M2_REPO"

Posted by mg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git

commit 78196efbb425619e7d14a8bb81c9b26f4e8fb8ca
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Tue Mar 22 16:08:27 2022 +0200

    Revert "Temporarily disable TravisCI caches of M2_REPO"
    
    This reverts commit a54277aa6ba775baf53fe07b602bb486f82bcc3d.
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index adeae7a..2934bfa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,7 +27,7 @@ env:
 
 cache:
   directories:
-    #    - $HOME/.m2/repository
+    - $HOME/.m2/repository
 
 before_install:
   - lscpu

[wicket] 02/02: Update grunt-contrib-jshint, npm and Node.js

Posted by mg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git

commit 7c322028f5b955306d75ba5c633e90f107bb8ad6
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Tue Mar 22 16:12:28 2022 +0200

    Update grunt-contrib-jshint, npm and Node.js
    
    Signed-off-by: Martin Tzvetanov Grigorov <mg...@apache.org>
---
 testing/wicket-js-tests/package-lock.json | 66 +++++++++++--------------------
 testing/wicket-js-tests/package.json      |  2 +-
 testing/wicket-js-tests/pom.xml           |  4 +-
 3 files changed, 26 insertions(+), 46 deletions(-)

diff --git a/testing/wicket-js-tests/package-lock.json b/testing/wicket-js-tests/package-lock.json
index 3b7bc4b..1e8a517 100644
--- a/testing/wicket-js-tests/package-lock.json
+++ b/testing/wicket-js-tests/package-lock.json
@@ -12,7 +12,7 @@
         "grunt": "1.4.1",
         "grunt-cli": "1.4.3",
         "grunt-contrib-connect": "3.0.0",
-        "grunt-contrib-jshint": "3.1.1",
+        "grunt-contrib-jshint": "3.2.0",
         "grunt-contrib-nodeunit": "4.0.0",
         "grunt-contrib-qunit": "5.1.1"
       }
@@ -905,9 +905,9 @@
       "dev": true
     },
     "node_modules/chalk": {
-      "version": "4.1.0",
-      "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
-      "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
+      "version": "4.1.2",
+      "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+      "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
       "dev": true,
       "dependencies": {
         "ansi-styles": "^4.1.0",
@@ -2029,14 +2029,14 @@
       }
     },
     "node_modules/grunt-contrib-jshint": {
-      "version": "3.1.1",
-      "resolved": "https://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-3.1.1.tgz",
-      "integrity": "sha512-EwMY6L91FqTcMlZTVoDeeq/EZL+7MoFyo1rxIea9sxyv73geVggeE37jcUhNbu5hLbxHE82CGIUqitHuR2/q+g==",
+      "version": "3.2.0",
+      "resolved": "https://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-3.2.0.tgz",
+      "integrity": "sha512-pcXWCSZWfoMSvcV4BwH21TUtLtcX0Ms8IGuOPIcLeXK3fud9KclY7iqMKY94jFx8TxZzh028YYtpR+io8DiEaQ==",
       "dev": true,
       "dependencies": {
-        "chalk": "^4.1.0",
+        "chalk": "~4.1.2",
         "hooker": "^0.2.3",
-        "jshint": "~2.13.0"
+        "jshint": "~2.13.4"
       },
       "engines": {
         "node": ">=10"
@@ -2874,9 +2874,9 @@
       }
     },
     "node_modules/jshint": {
-      "version": "2.13.3",
-      "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.13.3.tgz",
-      "integrity": "sha512-zlVQz8XAl1ODXEOVMPkDNuntPebPIE39Xn7ex/JAI9+TmBIf/fcUuj58FaLCC88rOHy8leq0N5ChBB+V5fmpzA==",
+      "version": "2.13.4",
+      "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.13.4.tgz",
+      "integrity": "sha512-HO3bosL84b2qWqI0q+kpT/OpRJwo0R4ivgmxaO848+bo10rc50SkPnrtwSFXttW0ym4np8jbJvLwk5NziB7jIw==",
       "dev": true,
       "dependencies": {
         "cli": "~1.0.0",
@@ -2885,7 +2885,6 @@
         "htmlparser2": "3.8.x",
         "lodash": "~4.17.21",
         "minimatch": "~3.0.2",
-        "shelljs": "0.3.x",
         "strip-json-comments": "1.0.x"
       },
       "bin": {
@@ -4176,18 +4175,6 @@
         "node": ">=8"
       }
     },
-    "node_modules/shelljs": {
-      "version": "0.3.0",
-      "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.3.0.tgz",
-      "integrity": "sha1-NZbmMHp4FUT1kfN9phg2DzHbV7E=",
-      "dev": true,
-      "bin": {
-        "shjs": "bin/shjs"
-      },
-      "engines": {
-        "node": ">=0.8.0"
-      }
-    },
     "node_modules/signal-exit": {
       "version": "3.0.6",
       "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.6.tgz",
@@ -7628,9 +7615,9 @@
       "dev": true
     },
     "chalk": {
-      "version": "4.1.0",
-      "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
-      "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
+      "version": "4.1.2",
+      "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+      "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
       "dev": true,
       "requires": {
         "ansi-styles": "^4.1.0",
@@ -8503,14 +8490,14 @@
       }
     },
     "grunt-contrib-jshint": {
-      "version": "3.1.1",
-      "resolved": "https://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-3.1.1.tgz",
-      "integrity": "sha512-EwMY6L91FqTcMlZTVoDeeq/EZL+7MoFyo1rxIea9sxyv73geVggeE37jcUhNbu5hLbxHE82CGIUqitHuR2/q+g==",
+      "version": "3.2.0",
+      "resolved": "https://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-3.2.0.tgz",
+      "integrity": "sha512-pcXWCSZWfoMSvcV4BwH21TUtLtcX0Ms8IGuOPIcLeXK3fud9KclY7iqMKY94jFx8TxZzh028YYtpR+io8DiEaQ==",
       "dev": true,
       "requires": {
-        "chalk": "^4.1.0",
+        "chalk": "~4.1.2",
         "hooker": "^0.2.3",
-        "jshint": "~2.13.0"
+        "jshint": "~2.13.4"
       }
     },
     "grunt-contrib-nodeunit": {
@@ -9160,9 +9147,9 @@
       "dev": true
     },
     "jshint": {
-      "version": "2.13.3",
-      "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.13.3.tgz",
-      "integrity": "sha512-zlVQz8XAl1ODXEOVMPkDNuntPebPIE39Xn7ex/JAI9+TmBIf/fcUuj58FaLCC88rOHy8leq0N5ChBB+V5fmpzA==",
+      "version": "2.13.4",
+      "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.13.4.tgz",
+      "integrity": "sha512-HO3bosL84b2qWqI0q+kpT/OpRJwo0R4ivgmxaO848+bo10rc50SkPnrtwSFXttW0ym4np8jbJvLwk5NziB7jIw==",
       "dev": true,
       "requires": {
         "cli": "~1.0.0",
@@ -9171,7 +9158,6 @@
         "htmlparser2": "3.8.x",
         "lodash": "~4.17.21",
         "minimatch": "~3.0.2",
-        "shelljs": "0.3.x",
         "strip-json-comments": "1.0.x"
       }
     },
@@ -10168,12 +10154,6 @@
       "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
       "dev": true
     },
-    "shelljs": {
-      "version": "0.3.0",
-      "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.3.0.tgz",
-      "integrity": "sha1-NZbmMHp4FUT1kfN9phg2DzHbV7E=",
-      "dev": true
-    },
     "signal-exit": {
       "version": "3.0.6",
       "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.6.tgz",
diff --git a/testing/wicket-js-tests/package.json b/testing/wicket-js-tests/package.json
index 371d641..dc00dc3 100644
--- a/testing/wicket-js-tests/package.json
+++ b/testing/wicket-js-tests/package.json
@@ -11,7 +11,7 @@
     "grunt": "1.4.1",
     "grunt-cli": "1.4.3",
     "grunt-contrib-connect": "3.0.0",
-    "grunt-contrib-jshint": "3.1.1",
+    "grunt-contrib-jshint": "3.2.0",
     "grunt-contrib-nodeunit": "4.0.0",
     "grunt-contrib-qunit": "5.1.1"
   },
diff --git a/testing/wicket-js-tests/pom.xml b/testing/wicket-js-tests/pom.xml
index 7aa49d8..21be24c 100644
--- a/testing/wicket-js-tests/pom.xml
+++ b/testing/wicket-js-tests/pom.xml
@@ -101,8 +101,8 @@
 								</goals>
 								<phase>generate-resources</phase>
 								<configuration>
-									<npmVersion>8.3.2</npmVersion>
-									<nodeVersion>v16.13.2</nodeVersion>
+									<npmVersion>8.5.5</npmVersion>
+									<nodeVersion>v16.14.2</nodeVersion>
 								</configuration>
 							</execution>
 							<execution>