Skip to content

Commit

Permalink
Add update:deps npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Jan 22, 2025
1 parent 5cc5161 commit 8477ede
Show file tree
Hide file tree
Showing 7 changed files with 29,323 additions and 98,276 deletions.
5 changes: 5 additions & 0 deletions .ncurc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"loglevel": "silent",
"packageFile": ".{,/packages/**,/perf/npm,/registry,/test/npm}/package.json",
"upgrade": true
}
193 changes: 129 additions & 64 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"release:npm": "node ./scripts/release-npm-packages.js",
"setup": "run-p --aggregate-output update:package-lock update:tap-config",
"update": "run-p --aggregate-output update:* update:npm:* && run-s update:longtask:**",
"update:deps": "npx npm-check-updates",
"update:empty-dirs": "node ./scripts/update-empty-dirs.js",
"update:empty-files": "node ./scripts/update-empty-files.js",
"update:licenses": "node ./scripts/update-licenses.js",
Expand All @@ -51,8 +52,8 @@
"devDependencies": {
"@eslint/compat": "^1.2.5",
"@eslint/js": "^9.18.0",
"@mdn/browser-compat-data": "^5.6.31",
"@npmcli/package-json": "^6.1.0",
"@mdn/browser-compat-data": "^5.6.32",
"@npmcli/package-json": "^6.1.1",
"@npmcli/promise-spawn": "^8.0.2",
"@socketregistry/packageurl-js": "^1.0.1",
"@socketregistry/scripts": "file:./scripts",
Expand Down Expand Up @@ -80,7 +81,7 @@
"eta": "^3.5.0",
"fs-extra": "^11.3.0",
"husky": "^9.1.7",
"knip": "^5.42.2",
"knip": "^5.43.1",
"npm-package-arg": "^12.0.1",
"npm-run-all2": "^7.0.2",
"out-url": "^1.2.2",
Expand Down
4 changes: 2 additions & 2 deletions perf/npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@socketregistry/scripts": "*",
"@socketsecurity/registry": "*",
"fast-json-stable-stringify": "^2.1.0",
"json-stable-stringify": "^1.1.1",
"tinybench": "^2.9.0"
"json-stable-stringify": "^1.2.1",
"tinybench": "^3.1.0"
}
}
2 changes: 1 addition & 1 deletion registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"@inquirer/password": "^4.0.6",
"@inquirer/search": "^3.0.6",
"@inquirer/select": "^4.0.6",
"@npmcli/package-json": "^6.1.0",
"@npmcli/package-json": "^6.1.1",
"@npmcli/promise-spawn": "^8.0.2",
"@socketregistry/packageurl-js": "^1.0.1",
"@socketregistry/yocto-spinner": "^1.0.5",
Expand Down
Loading

0 comments on commit 8477ede

Please sign in to comment.