Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CB-14145 resolve npm audit issues in 4.5.x patch fix #379

Merged
merged 12 commits into from
Jul 11, 2018

Commits on Jul 3, 2018

  1. Update JS snapshot to version 4.5.5-dev (via coho)

    Christopher J. Brody committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    d475103 View commit details
    Browse the repository at this point in the history
  2. Set VERSION to 4.5.5-dev (via coho)

    Christopher J. Brody committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    c961d77 View commit details
    Browse the repository at this point in the history
  3. CB-9366 log error.stack in cordova.js

    update from cordova-js@4.2.4
    Christopher J. Brody committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    4e53cd2 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2018

  1. .travis.yml updates (4.5.x)

    - add Node.js 8 & 10
    - show npm version
    - latest releases of Node.js 4 & 6
    - minor cleanup
    Christopher J. Brody committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    e251c59 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2018

  1. appveyor.yml updates (4.5.x)

    - add Node.js versions 8 & 10
    - do normal npm install (workaround for uncrustify no longer needed)
    Christopher J. Brody committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    049f9bc View commit details
    Browse the repository at this point in the history
  2. remove devDependencies not needed (4.5.x)

    - coffee-script
    - uncrustify
    Christopher J. Brody committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    fcef5c0 View commit details
    Browse the repository at this point in the history
  3. pin some external dependencies in 4.5.x only

    according to versions in node_modules
    Christopher J. Brody committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    5fd77e4 View commit details
    Browse the repository at this point in the history
  4. CB-14145 remove node_modules before patch fix

    Christopher J. Brody committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    95a5bc5 View commit details
    Browse the repository at this point in the history
  5. CB-14145 update dependencies, pinned in 4.5.x only

    updates to resolve npm audit issues:
    - cordova-common@2.2.5
    - ios-sim@6.1.3
    - plist@2.1.0
    Christopher J. Brody committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    219ce5e View commit details
    Browse the repository at this point in the history
  6. .gitignore updates in 4.5.x only

    items not needed (4.5.x):
    - node_modules/.bin (all contents)
    - node_modules/pegjs
    - package-lock.json
    Christopher J. Brody committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    48a46dd View commit details
    Browse the repository at this point in the history
  7. CB-14145 commit updated node_modules in 4.5.x only

    as installed by the following command on npm@6.1.0:
    
        npm i --only=production
    
    (needed to support deprecated Node.js 4 version)
    Christopher J. Brody committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    6fdec6a View commit details
    Browse the repository at this point in the history
  8. Update bundledDependencies in 4.5.x only

    (indirect production dependencies needed by deprecated Node.js 4.x)
    Christopher J. Brody committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    77bf23d View commit details
    Browse the repository at this point in the history