You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2019/07/12 08:40:07 UTC

[cordova-windows] branch master updated (b236887 -> 8ca853a)

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

janpio pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-windows.git.


    from b236887  refactor: split tests into suites for Windows 10 and Windows 8.1 (#349)
     new 9900149  cordova-common@^3.2.0 update in dependencies
     new c8d6156  fs-extra@8 update in devDependencies
     new 8ca853a  nyc@14 update in devDependencies

The 3 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:
 package.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


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


[cordova-windows] 02/03: fs-extra@8 update in devDependencies

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

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

commit c8d6156c300d503aed2a825e45326e9295546dee
Author: Christopher J. Brody <ch...@gmail.com>
AuthorDate: Thu Jul 11 22:56:27 2019 -0400

    fs-extra@8 update in devDependencies
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 157f39b..d43c55c 100644
--- a/package.json
+++ b/package.json
@@ -41,7 +41,7 @@
     "eslint-plugin-node": "^8.0.1",
     "eslint-plugin-promise": "^4.0.1",
     "eslint-plugin-standard": "^4.0.0",
-    "fs-extra": "^7.0.1",
+    "fs-extra": "^8.1.0",
     "jasmine": "3.1.0",
     "nyc": "^13.1.0",
     "rewire": "^4.0.1"


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


[cordova-windows] 03/03: nyc@14 update in devDependencies

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

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

commit 8ca853a81408e400b6e06ac53e4d04ed90b6ef86
Author: Christopher J. Brody <ch...@gmail.com>
AuthorDate: Thu Jul 11 22:58:23 2019 -0400

    nyc@14 update in devDependencies
    
    resolves a non-production npm audit issue
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index d43c55c..d4f5a58 100644
--- a/package.json
+++ b/package.json
@@ -43,7 +43,7 @@
     "eslint-plugin-standard": "^4.0.0",
     "fs-extra": "^8.1.0",
     "jasmine": "3.1.0",
-    "nyc": "^13.1.0",
+    "nyc": "^14.1.1",
     "rewire": "^4.0.1"
   },
   "engines": {


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


[cordova-windows] 01/03: cordova-common@^3.2.0 update in dependencies

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

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

commit 9900149a51179a34f382ca1347d90dee9d499c7c
Author: Christopher J. Brody <ch...@gmail.com>
AuthorDate: Thu Jul 11 22:52:24 2019 -0400

    cordova-common@^3.2.0 update in dependencies
    
    to ensure that the recent cordova-common update,
    with the recent fs-extra@8 update will be installed
    even when upgrading from cordova-windows@7.0.0 via npm
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 3660c6f..157f39b 100644
--- a/package.json
+++ b/package.json
@@ -24,7 +24,7 @@
     "eslint": "eslint bin && eslint template && eslint spec"
   },
   "dependencies": {
-    "cordova-common": "^3.1.0",
+    "cordova-common": "^3.2.0",
     "elementtree": "^0.1.7",
     "node-uuid": "^1.4.8",
     "nopt": "^4.0.1",


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