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/11 04:28:05 UTC

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

erisu opened a new pull request #70: Browser Platform Release Preparation (Cordova 9)
URL: https://github.com/apache/cordova-browser/pull/70
 
 
   ### Platforms affected
   browser
   
   ### What does this PR do?
   This PR contains final preparations for the Cordova 9 release goals. 
   
   See [Cordova 9 Release Plan](https://github.com/apache/cordova/issues/10).
    
   - Bumped Cordova Dependencies
     - `cordova-common@^3.1.0`
     - `cordova-serve@^3.0.0`
   - Bumped ESLint dependencies with correction
     - `eslint@^5.12.0`
     - `eslint-config-semistandard@^13.0.0`
     - `eslint-config-standard@^12.0.0`
     - `eslint-plugin-import@^2.14.0`
     - `eslint-plugin-node@^8.0.1`
     - `eslint-plugin-promise@^4.0.1`
     - `eslint-plugin-standard@^4.0.0`
   - Bumped Dev Dependencies
     - `jasmine@^3.3.1`
     - `tmp@0.0.33`
   - Updated Dependencies
     - `nopt@^4.0.1`
   
   ### What testing has been done on this change?
   - `npm t`
     - ESLint
     - Jasmine unit testing
   - [Travis CI](https://travis-ci.org/erisu/cordova-browser/builds/478166835)
   - Platform Add & Prepare
     ```
     $ npx cordova@nightly create browserTest com.foobar.browserTest
     $ cd ./browserTest
     $ npx cordova@nightly platform add github:erisu/cordova-browser\#cordova9-prep
     $ npx cordova@nightly run browser
     $ npx cordova@nightly run browser --port=81
     $ npx cordova@nightly build browser
     ```

----------------------------------------------------------------
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