[cordova-cli] 01/01: pin systeminformation@4.30.2

2020-11-25 Thread brodybits
This is an automated email from the ASF dual-hosted git repository.

brodybits pushed a commit to branch brodybits-workaround-for-issue-543
in repository https://gitbox.apache.org/repos/asf/cordova-cli.git

commit 7ae6b9b61a8893d26f84fa245bdc7c83c1668742
Author: Chris Brody 
AuthorDate: Wed Nov 25 12:48:47 2020 -0500

pin systeminformation@4.30.2

as a workaround for issue #543
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 54d106f..5c928fc 100644
--- a/package.json
+++ b/package.json
@@ -33,7 +33,7 @@
 "loud-rejection": "^2.2.0",
 "nopt": "^4.0.3",
 "semver": "^7.3.2",
-"systeminformation": "^4.26.10",
+"systeminformation": "4.30.2",
 "update-notifier": "^4.1.0"
   },
   "devDependencies": {


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[cordova-cli] branch brodybits-workaround-for-issue-543 created (now 7ae6b9b)

2020-11-25 Thread brodybits
This is an automated email from the ASF dual-hosted git repository.

brodybits pushed a change to branch brodybits-workaround-for-issue-543
in repository https://gitbox.apache.org/repos/asf/cordova-cli.git.


  at 7ae6b9b  pin systeminformation@4.30.2

This branch includes the following new commits:

 new 7ae6b9b  pin systeminformation@4.30.2

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.



-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova] raphinesse closed issue #260: CordovaError: TypeError: Cannot assign to read only property 'valueOf' of object '[object Object]'

2020-11-25 Thread GitBox


raphinesse closed issue #260:
URL: https://github.com/apache/cordova/issues/260


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova] raphinesse commented on issue #260: CordovaError: TypeError: Cannot assign to read only property 'valueOf' of object '[object Object]'

2020-11-25 Thread GitBox


raphinesse commented on issue #260:
URL: https://github.com/apache/cordova/issues/260#issuecomment-733843856


   Duplicate of https://github.com/apache/cordova-cli/issues/543



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova] domschmidt opened a new issue #260: CordovaError: TypeError: Cannot assign to read only property 'valueOf' of object '[object Object]'

2020-11-25 Thread GitBox


domschmidt opened a new issue #260:
URL: https://github.com/apache/cordova/issues/260


   Using the following package
   "cordova": "10.0.0"
   
   the following error occurs. 
   Please see the full log (verbose flag has been set):
   ```
   
   "C:\Program Files\nodejs\node.exe" "C:\Program 
Files\nodejs\node_modules\npm\bin\npm-cli.js" run ionic-build-windows-dev 
--scripts-prepend-node-path=auto --verbose
   npm verb cli [
   npm verb cli   'C:\\Program Files\\nodejs\\node.exe',
   npm verb cli   'C:\\Program 
Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
   npm verb cli   'run',
   npm verb cli   'ionic-build-windows-dev',
   npm verb cli   '--scripts-prepend-node-path=auto',
   npm verb cli   '--verbose'
   npm verb cli ]
   npm info using npm@7.0.3
   npm info using node@v15.0.1
   npm timing config:load:defaults Completed in 2ms
   npm timing config:load:file:C:\Program Files\nodejs\node_modules\npm\npmrc 
Completed in 2ms
   npm timing config:load:builtin Completed in 2ms
   npm timing config:load:cli Completed in 2ms
   npm timing config:load:env Completed in 1ms
   npm timing config:load:file:C:\workspace\trampolin-mobile-test\.npmrc 
Completed in 0ms
   npm timing config:load:project Completed in 1ms
   npm timing config:load:file:C:\Users\Domin\.npmrc Completed in 0ms
   npm timing config:load:user Completed in 0ms
   npm timing config:load:file:C:\Users\Domin\AppData\Roaming\npm\etc\npmrc 
Completed in 0ms
   npm timing config:load:global Completed in 0ms
   npm timing config:load:cafile Completed in 0ms
   npm timing config:load:validate Completed in 0ms
   npm timing config:load:setUserAgent Completed in 14ms
   npm timing config:load:setEnvs Completed in 6ms
   npm timing config:load Completed in 28ms
   npm verb npm-session 21d594f9f8069e48
   npm timing npm:load Completed in 78ms
   [..] \ : timing npm:load Completed in 78ms
   > trampolin-mobile@1.1.0 ionic-build-windows-dev
   > ionic cordova build windows --confirm --no-interactive -- --arch=x86
   
   √ Creating .\www directory for you in 1.10mspleted in 78ms
   --confirm: Platform windows is not installed! Would you like to install it? 
Yes
   > cordova.cmd platform add windows --saveCompleted in 78ms
   Using cordova-fetch for cordova-windows@7.0.1leted in 78ms
   Failed to fetch platform cordova-windows@7.0.1eted in 78ms
   Probably this is either a connection problem, or platform spec is incorrect.
   Check your connection and platform name/version/URL.
   CordovaError: TypeError: Cannot assign to read only property 'valueOf' of 
object '[object Object]'
   [ERROR] An error occurred while running subprocess cordova.
   
   cordova.cmd platform add windows --save exited with exit code 1.
   
   Re-running this command with the --verbose flag may provide more 
information.
   npm timing command:run-script Completed in 4988ms
   npm verb stack Error: command failed
   npm verb stack at ChildProcess. (C:\Program 
Files\nodejs\node_modules\npm\node_modules\@npmcli\promise-spawn\index.js:63:27)
   npm verb stack at ChildProcess.emit (node:events:327:20)
   npm verb stack at maybeClose (node:internal/child_process:1048:16)
   npm verb stack at Process.ChildProcess._handle.onexit 
(node:internal/child_process:288:5)
   npm verb pkgid trampolin-mobile@1.1.0
   npm verb cwd C:\workspace\trampolin-mobile-test
   npm verb Windows_NT 10.0.19041
   npm verb argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program 
Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "run" 
"ionic-build-windows-dev" "--scripts-prepend-node-path=auto" "--verbose"
   npm verb node v15.0.1
   npm verb npm  v7.0.3
   npm ERR! code 1
   npm ERR! path C:\workspace\trampolin-mobile-test
   npm ERR! command failed
   npm ERR! command C:\Windows\system32\cmd.exe /d /s /c "ionic cordova build 
windows --confirm --no-interactive -- --arch=x86"
   npm verb exit 1
   npm timing npm Completed in 5397ms
   
   npm ERR! A complete log of this run can be found in:
   npm ERR! 
C:\Users\Domin\AppData\Local\npm-cache\_logs\2020-11-25T17_13_00_191Z-debug.log
   
   ```
   
   Once I deleted the folders
- www
- platforms
- plugins
   
   and rolled back the cordova dependency to version "9.0.0", the error is gone.
   
   Most probably this is a side effect of any dependency used in cordova 10.0.0 
lib



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[cordova-ios] branch master updated: Reinstate verification of main navigation in case of navigationType other (#1023)

2020-11-25 Thread dpogue
This is an automated email from the ASF dual-hosted git repository.

dpogue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git


The following commit(s) were added to refs/heads/master by this push:
 new 8d7845a  Reinstate verification of main navigation in case of 
navigationType other (#1023)
8d7845a is described below

commit 8d7845a72dc05fd34269ea8a22795ba061d10428
Author: Terje Tjervaag 
AuthorDate: Wed Nov 25 17:39:54 2020 +0100

Reinstate verification of main navigation in case of navigationType other 
(#1023)
---
 .../CDVIntentAndNavigationFilter/CDVIntentAndNavigationFilter.m   | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git 
a/CordovaLib/Classes/Private/Plugins/CDVIntentAndNavigationFilter/CDVIntentAndNavigationFilter.m
 
b/CordovaLib/Classes/Private/Plugins/CDVIntentAndNavigationFilter/CDVIntentAndNavigationFilter.m
index a098be2..3021f8f 100644
--- 
a/CordovaLib/Classes/Private/Plugins/CDVIntentAndNavigationFilter/CDVIntentAndNavigationFilter.m
+++ 
b/CordovaLib/Classes/Private/Plugins/CDVIntentAndNavigationFilter/CDVIntentAndNavigationFilter.m
@@ -108,9 +108,11 @@
 
 + (BOOL)shouldOpenURLRequest:(NSURLRequest*)request 
navigationType:(CDVWebViewNavigationType)navigationType
 {
+BOOL isMainNavigation = [[request.mainDocumentURL absoluteString] 
isEqualToString:[request.URL absoluteString]];
+
 return (
 navigationType == CDVWebViewNavigationTypeLinkClicked ||
-navigationType == CDVWebViewNavigationTypeLinkOther
+(navigationType == CDVWebViewNavigationTypeLinkOther && 
isMainNavigation)
 );
 }
 


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[cordova-ios] branch master updated: (iOS) Skip Cocoapods checkTool on non-darwin platform (#1018)

2020-11-25 Thread dpogue
This is an automated email from the ASF dual-hosted git repository.

dpogue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git


The following commit(s) were added to refs/heads/master by this push:
 new f7703ec  (iOS) Skip Cocoapods checkTool on non-darwin platform (#1018)
f7703ec is described below

commit f7703ecad8f6b60c8235ad1e01021b6a7cb94365
Author: AdamLak <49557407+adam...@users.noreply.github.com>
AuthorDate: Wed Nov 25 17:39:32 2020 +0100

(iOS) Skip Cocoapods checkTool on non-darwin platform (#1018)
---
 bin/templates/scripts/cordova/lib/check_reqs.js | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/bin/templates/scripts/cordova/lib/check_reqs.js 
b/bin/templates/scripts/cordova/lib/check_reqs.js
index 33dc684..83f5f6f 100644
--- a/bin/templates/scripts/cordova/lib/check_reqs.js
+++ b/bin/templates/scripts/cordova/lib/check_reqs.js
@@ -68,7 +68,14 @@ function os_platform_is_supported () {
  * @return {Promise} Returns a promise either resolved or rejected
  */
 module.exports.check_cocoapods = toolChecker => {
-return checkTool('pod', COCOAPODS_MIN_VERSION, 
COCOAPODS_NOT_FOUND_MESSAGE, 'CocoaPods');
+if (os_platform_is_supported()) {
+return checkTool('pod', COCOAPODS_MIN_VERSION, 
COCOAPODS_NOT_FOUND_MESSAGE, 'CocoaPods');
+}
+
+return Promise.resolve({
+ignore: true,
+ignoreMessage: `CocoaPods check and installation ignored on 
${process.platform}`
+});
 };
 
 /**


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[cordova-plugin-file] branch master updated: chore: Require android 9 (#439)

2020-11-25 Thread normanbreau
This is an automated email from the ASF dual-hosted git repository.

normanbreau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-file.git


The following commit(s) were added to refs/heads/master by this push:
 new 6cfad27  chore: Require android 9 (#439)
6cfad27 is described below

commit 6cfad272155fdba1310e956d99e82c7e02ec39f8
Author: Norman Breau 
AuthorDate: Wed Nov 25 08:55:04 2020 -0400

chore: Require android 9 (#439)

* chore: bump version to 7.0.0-dev

* chore: bump android engine requirement
---
 package.json | 3 +++
 plugin.xml   | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/package.json b/package.json
index d0abcb0..b6e295d 100644
--- a/package.json
+++ b/package.json
@@ -36,6 +36,9 @@
   "5.0.0": {
 "cordova-android": ">=6.3.0"
   },
+  "7.0.0": {
+"cordova-android": ">=9.0.0"
+  },
   "8.0.0": {
 "cordova": ">100"
   }
diff --git a/plugin.xml b/plugin.xml
index 37754f0..64331dc 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -30,7 +30,7 @@ xmlns:android="http://schemas.android.com/apk/res/android;
 https://github.com/apache/cordova-plugin-file/issues
 
 
-
+
 
 
 


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[cordova-plugin-file] branch master updated: chore: bump version to 7.0.0-dev (#438)

2020-11-25 Thread normanbreau
This is an automated email from the ASF dual-hosted git repository.

normanbreau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-file.git


The following commit(s) were added to refs/heads/master by this push:
 new 12750e8  chore: bump version to 7.0.0-dev (#438)
12750e8 is described below

commit 12750e8795ec0d4b840b3e479804ff6816f65d2d
Author: Norman Breau 
AuthorDate: Wed Nov 25 08:52:48 2020 -0400

chore: bump version to 7.0.0-dev (#438)
---
 package.json | 4 ++--
 plugin.xml   | 2 +-
 tests/plugin.xml | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package.json b/package.json
index 3531978..d0abcb0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-file",
-  "version": "6.0.3-dev",
+  "version": "7.0.0-dev",
   "description": "Cordova File Plugin",
   "types": "./types/index.d.ts",
   "cordova": {
@@ -36,7 +36,7 @@
   "5.0.0": {
 "cordova-android": ">=6.3.0"
   },
-  "7.0.0": {
+  "8.0.0": {
 "cordova": ">100"
   }
 }
diff --git a/plugin.xml b/plugin.xml
index 1ba5899..37754f0 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -21,7 +21,7 @@
 http://apache.org/cordova/ns/plugins/1.0;
 xmlns:android="http://schemas.android.com/apk/res/android;
id="cordova-plugin-file"
-  version="6.0.3-dev">
+  version="7.0.0-dev">
 File
 Cordova File Plugin
 Apache 2.0
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 9ca33b7..f19bf2e 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -21,7 +21,7 @@
 http://apache.org/cordova/ns/plugins/1.0;
 xmlns:android="http://schemas.android.com/apk/res/android;
 id="cordova-plugin-file-tests"
-version="6.0.3-dev">
+version="7.0.0-dev">
 
 Cordova File Plugin Tests
 Apache 2.0


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



svn commit: r1883820 - in /cordova/site/public: feed.xml index.html static/img/tools/quasar-logo.svg

2020-11-25 Thread janpio
Author: janpio
Date: Wed Nov 25 12:43:17 2020
New Revision: 1883820

URL: http://svn.apache.org/viewvc?rev=1883820=rev
Log:
Updated docs

Added:
cordova/site/public/static/img/tools/quasar-logo.svg
Modified:
cordova/site/public/feed.xml
cordova/site/public/index.html

Modified: cordova/site/public/feed.xml
URL: 
http://svn.apache.org/viewvc/cordova/site/public/feed.xml?rev=1883820=1883819=1883820=diff
==
--- cordova/site/public/feed.xml (original)
+++ cordova/site/public/feed.xml Wed Nov 25 12:43:17 2020
@@ -6,8 +6,8 @@
 
 https://cordova.apache.org/
 https://cordova.apache.org/feed.xml; rel="self" 
type="application/rss+xml"/>
-Mon, 23 Nov 2020 17:25:09 +
-Mon, 23 Nov 2020 17:25:09 +
+Wed, 25 Nov 2020 12:23:55 +
+Wed, 25 Nov 2020 12:23:55 +
 Jekyll v2.5.3
 
   

Modified: cordova/site/public/index.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/index.html?rev=1883820=1883819=1883820=diff
==
--- cordova/site/public/index.html (original)
+++ cordova/site/public/index.html Wed Nov 25 12:43:17 2020
@@ -473,7 +473,7 @@ details such as network logs, repro-step
 
 
 
-https://cdn.quasar.dev/logo/svg/quasar-logo.svg; 
class="center-block"/>
+
 
 
 

Added: cordova/site/public/static/img/tools/quasar-logo.svg
URL: 
http://svn.apache.org/viewvc/cordova/site/public/static/img/tools/quasar-logo.svg?rev=1883820=auto
==
--- cordova/site/public/static/img/tools/quasar-logo.svg (added)
+++ cordova/site/public/static/img/tools/quasar-logo.svg Wed Nov 25 12:43:17 
2020
@@ -0,0 +1,33 @@
+
+http://www.w3.org/2000/svg; 
+   xmlns="http://www.w3.org/2000/svg; 
+   xmlns:xlink="http://www.w3.org/1999/xlink; x="0px" y="0px" viewBox="0 0 
43.4 43.4" style="enable-background:new 0 0 43.4 43.4;" xml:space="preserve">
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+



-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[cordova-docs] branch master updated: fix: Quasar tools logo (#1139)

2020-11-25 Thread normanbreau
This is an automated email from the ASF dual-hosted git repository.

normanbreau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git


The following commit(s) were added to refs/heads/master by this push:
 new c246c36  fix: Quasar tools logo (#1139)
c246c36 is described below

commit c246c3637393492b38b6a2b220e670de10da329c
Author: Norman Breau 
AuthorDate: Wed Nov 25 08:11:05 2020 -0400

fix: Quasar tools logo (#1139)
---
 www/_data/tools.yml  |  2 +-
 www/static/img/tools/quasar-logo.svg | 33 +
 2 files changed, 34 insertions(+), 1 deletion(-)

diff --git a/www/_data/tools.yml b/www/_data/tools.yml
index 55cc59d..4e05b43 100644
--- a/www/_data/tools.yml
+++ b/www/_data/tools.yml
@@ -74,7 +74,7 @@
  it enables users to seamlessly report bugs while automatically 
attaching
 details such as network logs, repro-steps, etc.
 -   name: Quasar
-image: https://cdn.quasar.dev/logo/svg/quasar-logo.svg
+image: quasar-logo.svg
 url: https://quasar.dev
 description: >
 Write code once and simultaneously deploy it as a website, 
diff --git a/www/static/img/tools/quasar-logo.svg 
b/www/static/img/tools/quasar-logo.svg
new file mode 100644
index 000..8738ef9
--- /dev/null
+++ b/www/static/img/tools/quasar-logo.svg
@@ -0,0 +1,33 @@
+
+http://www.w3.org/2000/svg; 
+   xmlns="http://www.w3.org/2000/svg; 
+   xmlns:xlink="http://www.w3.org/1999/xlink; x="0px" y="0px" viewBox="0 0 
43.4 43.4" style="enable-background:new 0 0 43.4 43.4;" xml:space="preserve">
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org