You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/01/09 10:23:41 UTC

[GitHub] erisu opened a new pull request #612: Platform Release Preparation (Cordova 9)

erisu opened a new pull request #612: Platform Release Preparation (Cordova 9)
URL: https://github.com/apache/cordova-android/pull/612
 
 
   ### Platforms affected
   android
   
   ### What does this PR do?
   This PR contains final preparations for the Cordova 9 release goals. 
   - Remove unused promise-matchers dependency
   - Bumped cordova-common@^3.1.0
   - Bumped Dev Dependencies with ESLint Correction
     - eslint@^5.12.0
     - eslint-config-semistandard@^13.0.0
     - eslint-config-standard@^12.0.0
     - eslint-plugin-import@^2.3.0
     - eslint-plugin-node@^8.0.1
     - eslint-plugin-promise@^4.0.1
     - eslint-plugin-standard@^4.0.0
     - jasmine@^3.3.1
     - rewire@^4.0.1
   - Updated Dependencies
     - elementtree@^0.1.7
     - nopt@^4.0.1
     - properties-parser@^0.3.1
   - Replace istanbul dependency with nyc@^13.1.0
   - package.json cleanup
     - Dropped npm-run-all
   
   ### What testing has been done on this change?
   - npm t
     - eslint
     - coverage (unit testing)
     - java unit test
   - [Travis CI](https://travis-ci.org/erisu/cordova-android/builds/477177124)
   - [AppVeyor](https://ci.appveyor.com/project/erisu/cordova-android/builds/21484496)
   - Platform Add, Build and Run
     ```
     $ npx cordova@nightly create androidTest com.foobar.androidTest
     $ npx cordova@nightly platform add github:erisu/cordova-android\#cordova9-prep
     $ npx cordova@nightly run android
     $ npx cordova@nightly build android
     ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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