<!-- Please make sure the checklist boxes are all checked before submitting the PR. The checklist is intended as a quick reference, for complete details please see our Contributor Guidelines:
http://cordova.apache.org/contribute/contribute_guidelines.html Thanks! --> ### Platforms affected All ### What does this PR do? Start 8.1.0 minor release, based on changes from `master` through 22 August, with the following additions: - minor workaround fixes needed to work on deprecated Node.js 4 version - update to use cordova-windows@~6.0.x by default (GH-691) Motivations for minor release: - resolve `npm audit` issues that show up in 8.0.0, as already done in `master` branch - Include some AppVeyor CI/Travis CI stability & performance improvements from `master`, including 30% shorter runtime in fetch.spec.js (3be60ef02c3a9351c97256a3b26a174f2e2647f8) - use cordova-android@~7.1.x by default (GH-646) - use cordova-windows@~6.0.x by default (GH-691) - Small desire to include the few minor changes to `src` along with the other changes in `master` up to 3be60ef02c3a9351c97256a3b26a174f2e2647f8 (30% shorter runtime in fetch.spec.js) ### What testing has been done on this change? - [x] `npm audit` shows 0 vulnerabilities - [x] `coho audit-license-headers -r lib` shows no missing license headers - [x] `coho check-license -r lib` shows no invalid licenses - [x] Travis CI is green on @brodybits fork - [ ] Travis CI is green in this PR - [ ] AppVeyor CI is green in this PR ### How to merge In case this proposal is accepted, it is desired to push these commits into a new `8.1.x` branch. @brodbits would like to handle this step. ### Checklist - ~~[Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database~~ - ~~Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected.~~ - [x] Added automated test coverage as appropriate for this change. (Updated to pass on deprecated Node.js 4) [ Full content available at: https://github.com/apache/cordova-lib/pull/693 ] This message was relayed via gitbox.apache.org for [email protected]
