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

Continuation of @dkhunt27's #397 PR #401

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Feb 15, 2021

  1. updated to latest package versions (node 10+);

    added support for rcfile;
    added babel support for spread operator;
    added yarn support;
    dkhunt27 committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    fe9e89c View commit details
    Browse the repository at this point in the history
  2. Update lib/in/get-unused-packages.js

    switch to const
    
    Co-authored-by: Linus Unnebäck <linus@folkdatorn.se>
    dkhunt27 and LinusU authored Feb 15, 2021
    Configuration menu
    Copy the full SHA
    f1f38df View commit details
    Browse the repository at this point in the history
  3. Update lib/cli.js

    switched to set
    
    Co-authored-by: Linus Unnebäck <linus@folkdatorn.se>
    dkhunt27 and LinusU authored Feb 15, 2021
    Configuration menu
    Copy the full SHA
    59a49af View commit details
    Browse the repository at this point in the history
  4. Update lib/index.js

    streamline
    
    Co-authored-by: Linus Unnebäck <linus@folkdatorn.se>
    dkhunt27 and LinusU authored Feb 15, 2021
    Configuration menu
    Copy the full SHA
    a9ec38b View commit details
    Browse the repository at this point in the history
  5. Update package.json

    updated node version
    
    Co-authored-by: Linus Unnebäck <linus@folkdatorn.se>
    dkhunt27 and LinusU authored Feb 15, 2021
    Configuration menu
    Copy the full SHA
    2d80af4 View commit details
    Browse the repository at this point in the history
  6. PR feedback - clean up

    dkhunt27 committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    0876c0e View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. minor & patch dependency updates since init PR

    **Makes the following updates:**
    - globby    11.0.2  -> 11.0.3
    - lodash    4.17.20 -> 4.17.21
    - semver    7.3.4   -> 7.3.5
    - depcheck  1.3.1   -> 1.4.0
    - ora       5.3.0   -> 5.4.0
    - xo devDep 0.37.1  -> 0.38.2
    
    **Does _NOT_ make the following updates:**
    - inquirer 7.3.3 -> 8.0.0 : [drops support for Node 10](https://github.com/SBoudrias/Inquirer.js/releases/tag/inquirer%408.0.0)
    - is-ci    2.0.0 -> 3.0.0 : [drops support for Node 6, 13](https://github.com/watson/is-ci/blob/v3.0.0/CHANGELOG.md#v300)
    metasean committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    9d8a3a5 View commit details
    Browse the repository at this point in the history