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

Conversation

metasean
Copy link

This is just updating dependencies with patch and minor updates since @dkhunt27 put in PR #397.

Changes included in this PR are:
- 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

Changes NOT made in this PR are:
- inquirer 7.3.3 -> 8.0.0 because it drops support for Node 10
- is-ci 2.0.0 -> 3.0.0 because it drops support for Node 6, 13

I definitely don't think we should update inquirer as Node 10 is still in maintenance for another month+, however, I would like to seeis-ci updated as both Node6 and 13 are past their EOL, but I'll leave that determination up to @LinusU .

Regardless, I'm looking forward to npm-check having more up-to-date dependencies!

dkhunt27 and others added 7 commits February 15, 2021 11:11
added support for rcfile;
added babel support for spread operator;
added yarn support;
switch to const

Co-authored-by: Linus Unnebäck <linus@folkdatorn.se>
switched to set

Co-authored-by: Linus Unnebäck <linus@folkdatorn.se>
streamline

Co-authored-by: Linus Unnebäck <linus@folkdatorn.se>
updated node version

Co-authored-by: Linus Unnebäck <linus@folkdatorn.se>
**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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants