Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: raineorshine/npm-check-updates
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v16.3.12
Choose a base ref
...
head repository: raineorshine/npm-check-updates
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v16.3.13
Choose a head ref
  • 4 commits
  • 6 files changed
  • 1 contributor

Commits on Oct 16, 2022

  1. Copy the full SHA
    3e76b6f View commit details
  2. Update issue template.

    raineorshine committed Oct 16, 2022
    Copy the full SHA
    efd2310 View commit details
  3. Bump dependencies

    raineorshine committed Oct 16, 2022
    Copy the full SHA
    28f7caf View commit details
  4. 16.3.13

    raineorshine committed Oct 16, 2022
    Copy the full SHA
    7fb223f View commit details
Showing with 498 additions and 373 deletions.
  1. +2 −2 .github/ISSUE_TEMPLATE.md
  2. +4 −0 .ncurc.js
  3. +7 −6 README.md
  4. +430 −350 package-lock.json
  5. +15 −15 package.json
  6. +40 −0 test/peer-update/package-lock.json
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- [ ] I have searched for [similar issues](https://github.com/raineorshine/npm-check-updates/issues)
- [ ] I am using the latest version of `npm-check-updates`
- [ ] I am using `node >= 14`
- [ ] I am using `node >= 14.14`

---

@@ -16,7 +16,7 @@

Dependencies:

<!-- If the suggested upgrades are not what you expect, make sure to List your package.json dependencies here so the issue can be reproduced. -->
<!-- If the suggested upgrades are not what you expect, make sure to list your package.json dependencies here so the issue can be reproduced. -->

```json

4 changes: 4 additions & 0 deletions .ncurc.js
Original file line number Diff line number Diff line change
@@ -9,5 +9,9 @@ module.exports = {
'globby',
'p-map',
'remote-git-tags',
// Broken in v6.0.0
// Working upgrade is in branch 'hosted-git-info', but hold off on merging due to node engine requirements: ^14.17.0 || ^16.13.0 || >=18.0.0
// https://github.com/npm/hosted-git-info/releases/tag/v6.0.0
'hosted-git-info',
],
}
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -43,11 +43,12 @@ $ ncu
Checking package.json
[====================] 5/5 100%

express 4.12.x → 4.13.x
multer ^0.1.8 → ^1.0.1
react-bootstrap ^0.22.6 → ^0.24.0
react-a11y ^0.1.1 → ^0.2.6
webpack ~1.9.10 → ~1.10.5
eslint 7.32.0 → 8.0.0
prettier ^2.7.1 → ^3.0.0
svelte ^3.48.0 → ^3.51.0
typescript >3.0.0 → >4.0.0
untildify <4.0.0 → ^4.0.0
webpack 4.x → 5.x

Run ncu -u to upgrade package.json
```
@@ -312,7 +313,7 @@ For example, `.ncurc.json`:
```json
{
"upgrade": true,
"filter": "express",
"filter": "svelte",
"reject": ["@types/estree", "ts-node"]
}
```
780 changes: 430 additions & 350 deletions package-lock.json

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npm-check-updates",
"version": "16.3.12",
"version": "16.3.13",
"author": "Tomas Junnonen <tomas1@gmail.com>",
"license": "Apache-2.0",
"contributors": [
@@ -55,7 +55,7 @@
"url": "https://github.com/raineorshine/npm-check-updates/issues"
},
"dependencies": {
"chalk": "^5.0.1",
"chalk": "^5.1.2",
"cli-table": "^0.3.11",
"commander": "^9.4.1",
"fast-memoize": "^2.5.2",
@@ -69,23 +69,23 @@
"lodash": "^4.17.21",
"minimatch": "^5.1.0",
"p-map": "^4.0.0",
"pacote": "^13.6.2",
"pacote": "^15.0.0",
"parse-github-url": "^1.0.2",
"progress": "^2.0.3",
"prompts-ncu": "^2.5.1",
"rc-config-loader": "^4.1.0",
"remote-git-tags": "^3.0.0",
"rimraf": "^3.0.2",
"semver": "^7.3.7",
"semver": "^7.3.8",
"semver-utils": "^1.1.4",
"source-map-support": "^0.5.21",
"spawn-please": "^1.0.0",
"untildify": "^4.0.0",
"update-notifier": "^6.0.2",
"yaml": "^2.1.1"
"yaml": "^2.1.3"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^3.3.0",
"@trivago/prettier-plugin-sort-imports": "^3.3.1",
"@types/chai": "^4.3.3",
"@types/chai-as-promised": "^7.1.5",
"@types/chai-string": "^1.4.2",
@@ -97,41 +97,41 @@
"@types/lodash": "^4.14.186",
"@types/minimatch": "^5.1.2",
"@types/mocha": "^10.0.0",
"@types/node": "^18.7.23",
"@types/node": "^18.11.0",
"@types/pacote": "^11.1.5",
"@types/parse-github-url": "^1.0.0",
"@types/progress": "^2.0.5",
"@types/prompts": "^2.0.14",
"@types/prompts": "^2.4.1",
"@types/remote-git-tags": "^4.0.0",
"@types/rimraf": "^3.0.2",
"@types/semver": "^7.3.12",
"@types/semver-utils": "^1.1.1",
"@types/sinon": "^10.0.13",
"@types/update-notifier": "^6.0.1",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"c8": "^7.12.0",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"chai-string": "^1.5.0",
"cross-env": "^7.0.3",
"eslint": "^8.24.0",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-raine": "^0.3.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-fp": "^2.3.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.3.6",
"eslint-plugin-n": "^15.3.0",
"eslint-plugin-promise": "^6.0.1",
"eslint-plugin-promise": "^6.1.0",
"husky": "^8.0.1",
"lockfile-lint": "^4.9.5",
"lockfile-lint": "^4.9.6",
"markdownlint-cli": "^0.32.2",
"mocha": "^10.0.0",
"mocha": "^10.1.0",
"npm-run-all": "^4.1.5",
"prettier": "2.7.1",
"should": "^13.2.3",
"sinon": "^14.0.0",
"sinon": "^14.0.1",
"strip-ansi": "^7.0.1",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
40 changes: 40 additions & 0 deletions test/peer-update/package-lock.json