Skip to content

Commit

Permalink
chore: fix lint:packages
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Jan 31, 2025
1 parent b443bc2 commit 07a2d18
Show file tree
Hide file tree
Showing 3 changed files with 425 additions and 804 deletions.
1 change: 0 additions & 1 deletion knip.jsonc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"$schema": "https://unpkg.com/knip@5/schema-jsonc.json",
"entry": ["src/index.ts!"],
"ignoreDependencies": ["@phenomnomnominal/tsquery"],
"ignoreExportsUsedInFile": { "interface": true, "type": true },
"ignoreMembers": ["finish"], // https://github.com/webpro/knip/issues/414
"include": ["classMembers"],
Expand Down
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,46 +51,46 @@
},
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
"@eslint/js": "^9.15.0",
"@eslint/js": "^9.19.0",
"@phenomnomnominal/tsquery": "^6.1.3",
"@release-it/conventional-changelog": "^10.0.0",
"@types/eslint-plugin-markdown": "^2.0.2",
"@types/node": "^18.19.65",
"@types/node": "^18.19.74",
"@typescript/vfs": "^1.6.0",
"@vitest/coverage-v8": "^2.1.5",
"@vitest/eslint-plugin": "^1.1.10",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/eslint-plugin": "^1.1.25",
"console-fail-test": "^0.5.0",
"cspell": "^8.16.0",
"eslint": "^9.15.0",
"eslint-plugin-jsdoc": "^50.5.0",
"eslint-plugin-jsonc": "^2.18.2",
"cspell": "^8.17.3",
"eslint": "^9.19.0",
"eslint-plugin-jsdoc": "^50.6.3",
"eslint-plugin-jsonc": "^2.19.1",
"eslint-plugin-markdown": "^5.1.0",
"eslint-plugin-n": "^17.14.0",
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-package-json": "^0.19.0",
"eslint-plugin-perfectionist": "^4.1.2",
"eslint-plugin-perfectionist": "^4.7.0",
"eslint-plugin-regexp": "^2.7.0",
"eslint-plugin-yml": "^1.15.0",
"eslint-plugin-yml": "^1.16.0",
"husky": "^9.1.7",
"jsonc-eslint-parser": "^2.4.0",
"knip": "^5.37.2",
"lint-staged": "^15.2.10",
"markdownlint": "^0.37.0",
"knip": "^5.43.6",
"lint-staged": "^15.4.3",
"markdownlint": "^0.37.4",
"markdownlint-cli": "^0.43.0",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"prettier-plugin-curly": "^0.3.1",
"prettier-plugin-packagejson": "^2.5.6",
"release-it": "^18.0.0",
"prettier-plugin-packagejson": "^2.5.8",
"release-it": "^18.1.2",
"sentences-per-line": "^0.3.0",
"should-semantic-release": "^0.3.0",
"tsup": "^8.3.5",
"typedoc": "^0.27.0",
"typedoc-plugin-coverage": "^3.4.0",
"tsup": "^8.3.6",
"typedoc": "^0.27.6",
"typedoc-plugin-coverage": "^3.4.1",
"typedoc-plugin-custom-validation": "^2.0.2",
"typedoc-plugin-konamimojisplosion": "^0.0.2",
"typedoc-plugin-mdn-links": "^4.0.1",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0",
"vitest": "^2.1.5"
"typedoc-plugin-mdn-links": "^4.0.10",
"typescript": "^5.7.3",
"typescript-eslint": "^8.22.0",
"vitest": "^2.1.8"
},
"peerDependencies": {
"typescript": ">=4.8.4"
Expand Down
Loading

0 comments on commit 07a2d18

Please sign in to comment.