Skip to content

Commit 014c0c4

Browse files
chore: ran ncu -u (#658)
## Overview In preparation to start rolling this out! Fixes #659 too.
1 parent 227afa2 commit 014c0c4

File tree

5 files changed

+657
-602
lines changed

5 files changed

+657
-602
lines changed

knip.jsonc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
{
2-
"$schema": "https://unpkg.com/knip@next/schema.json",
2+
"$schema": "https://unpkg.com/knip@latest/schema.json",
33
"entry": [
44
"src/index.ts!",
55
"src/hydrate/index.ts",
66
"src/setup/index.ts",
77
"script/*e2e.js"
88
],
9-
"ignoreBinaries": ["dedupe", "gh"],
9+
"ignoreBinaries": ["gh"],
1010
"ignoreDependencies": [
11-
// TODO: investigate if these are still flagged, and file issues if not
12-
"all-contributors-cli",
11+
// https://github.com/webpro/knip/issues/207
1312
"c8"
1413
],
1514
"ignoreExportsUsedInFile": {

package.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -44,63 +44,63 @@
4444
"dependencies": {
4545
"@clack/prompts": "^0.7.0",
4646
"all-contributors-for-repository": "^0.0.10",
47-
"chalk": "^5.2.0",
48-
"execa": "^7.1.1",
47+
"chalk": "^5.3.0",
48+
"execa": "^7.2.0",
4949
"git-remote-origin-url": "^4.0.0",
5050
"git-url-parse": "^13.1.0",
5151
"js-yaml": "^4.1.0",
5252
"npm-user": "^5.0.1",
53-
"octokit": "^3.0.0",
54-
"prettier": "^3.0.0",
55-
"replace-in-file": "^7.0.0",
53+
"octokit": "^3.1.0",
54+
"prettier": "^3.0.2",
55+
"replace-in-file": "^7.0.1",
5656
"title-case": "^3.0.3"
5757
},
5858
"devDependencies": {
5959
"@octokit/request-error": "^5.0.0",
60-
"@types/eslint": "^8.37.0",
60+
"@types/eslint": "^8.44.2",
6161
"@types/git-url-parse": "^9.0.1",
6262
"@types/js-yaml": "^4.0.5",
63-
"@types/node": "^20.4.8",
64-
"@types/prettier": "^2.7.2",
65-
"@typescript-eslint/eslint-plugin": "^6.0.0",
66-
"@typescript-eslint/parser": "^6.0.0",
67-
"@vitest/coverage-istanbul": "^0.34.0",
68-
"all-contributors-cli": "^6.25.1",
69-
"c8": "^8.0.0",
63+
"@types/node": "^20.5.1",
64+
"@types/prettier": "^2.7.3",
65+
"@typescript-eslint/eslint-plugin": "^6.4.0",
66+
"@typescript-eslint/parser": "^6.4.0",
67+
"@vitest/coverage-istanbul": "^0.34.2",
68+
"all-contributors-cli": "^6.26.1",
69+
"c8": "^8.0.1",
7070
"console-fail-test": "^0.2.3",
7171
"cspell": "^7.0.0",
72-
"eslint": "^8.40.0",
72+
"eslint": "^8.47.0",
7373
"eslint-config-prettier": "^9.0.0",
74-
"eslint-plugin-deprecation": "^1.4.1",
74+
"eslint-plugin-deprecation": "^1.5.0",
7575
"eslint-plugin-eslint-comments": "^3.2.0",
76-
"eslint-plugin-import": "^2.27.5",
77-
"eslint-plugin-jsdoc": "^46.0.0",
78-
"eslint-plugin-jsonc": "^2.8.0",
79-
"eslint-plugin-markdown": "^3.0.0",
80-
"eslint-plugin-n": "^16.0.0",
76+
"eslint-plugin-import": "^2.28.1",
77+
"eslint-plugin-jsdoc": "^46.4.6",
78+
"eslint-plugin-jsonc": "^2.9.0",
79+
"eslint-plugin-markdown": "^3.0.1",
80+
"eslint-plugin-n": "^16.0.1",
8181
"eslint-plugin-no-only-tests": "^3.1.0",
82-
"eslint-plugin-perfectionist": "^1.4.0",
82+
"eslint-plugin-perfectionist": "^1.5.1",
8383
"eslint-plugin-regexp": "^1.15.0",
84-
"eslint-plugin-vitest": "^0.2.2",
85-
"eslint-plugin-yml": "^1.7.0",
86-
"globby": "^13.1.4",
84+
"eslint-plugin-vitest": "^0.2.8",
85+
"eslint-plugin-yml": "^1.8.0",
86+
"globby": "^13.2.2",
8787
"husky": "^8.0.3",
8888
"jsonc-eslint-parser": "^2.3.0",
89-
"knip": "2.19.3",
89+
"knip": "2.19.5",
9090
"lint-staged": "^14.0.0",
9191
"markdownlint": "^0.30.0",
9292
"markdownlint-cli": "^0.35.0",
9393
"npm-package-json-lint": "^7.0.0",
9494
"npm-package-json-lint-config-default": "^6.0.0",
9595
"prettier-plugin-curly": "^0.1.2",
96-
"prettier-plugin-packagejson": "^2.4.3",
97-
"release-it": "^16.0.0",
96+
"prettier-plugin-packagejson": "^2.4.5",
97+
"release-it": "^16.1.5",
9898
"sentences-per-line": "^0.2.1",
9999
"should-semantic-release": "^0.1.1",
100100
"tsup": "^7.2.0",
101101
"tsx": "^3.12.7",
102-
"typescript": "^5.0.4",
103-
"vitest": "^0.34.0",
102+
"typescript": "^5.1.6",
103+
"vitest": "^0.34.2",
104104
"yaml-eslint-parser": "^1.2.2"
105105
},
106106
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)