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

chore: update dev dependencies #341

Merged
merged 7 commits into from
Dec 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion knip.production.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"$schema": "https://unpkg.com/knip@next/schema.json",
"$schema": "https://unpkg.com/knip@latest/schema.json",
"entry": ["src/**/index.ts!"],
"ignore": [
// https://github.com/JoshuaKGoldberg/ts-api-utils/issues/343
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#341 (comment) 🤷 I couldn't figure it out and don't want to be blocked on it.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"src/usage/scopes.ts"
],
"project": ["src/**/*.ts!", "!src/test/**/*.ts!", "!src/**/*.test.ts!"]
}
61 changes: 30 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"scripts": {
"build": "tsup",
"docs": "typedoc",
"docs:serve": "http-server docs/generated",
"docs:serve": "npx --yes http-server docs/generated",
"format": "prettier \"**/*\" --ignore-unknown",
"lint": "eslint . .*js --max-warnings 0 --report-unused-disable-directives",
"lint:docs": "typedoc --validation --treatValidationWarningsAsErrors",
Expand All @@ -52,50 +52,49 @@
},
"devDependencies": {
"@phenomnomnominal/tsquery": "^6.1.3",
"@release-it/conventional-changelog": "^8.0.0",
"@types/eslint": "^8.44.3",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@release-it/conventional-changelog": "^8.0.1",
"@types/eslint": "^8.56.0",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "6.15.0",
"@typescript/vfs": "^1.5.0",
"@vitest/coverage-v8": "^0.34.6",
"@vitest/coverage-v8": "^1.1.0",
"console-fail-test": "^0.2.3",
"cspell": "^8.0.0",
"eslint": "^8.50.0",
"cspell": "^8.2.3",
"eslint": "^8.56.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-jsonc": "^2.9.0",
"eslint-plugin-jsdoc": "^46.9.1",
"eslint-plugin-jsonc": "^2.11.2",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-n": "^16.5.0",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-perfectionist": "^2.1.0",
"eslint-plugin-regexp": "^2.0.0",
"eslint-plugin-vitest": "^0.3.1",
"eslint-plugin-yml": "^1.9.0",
"http-server": "^14.1.1",
"eslint-plugin-perfectionist": "^2.5.0",
"eslint-plugin-regexp": "^2.1.2",
"eslint-plugin-vitest": "^0.3.18",
"eslint-plugin-yml": "^1.11.0",
"husky": "^8.0.3",
"jsonc-eslint-parser": "^2.3.0",
"knip": "^3.0.0",
"lint-staged": "^15.0.0",
"markdownlint": "^0.32.0",
"jsonc-eslint-parser": "^2.4.0",
"knip": "^3.8.4",
"lint-staged": "^15.2.0",
"markdownlint": "^0.32.1",
"markdownlint-cli": "^0.38.0",
"npm-package-json-lint": "^7.0.0",
"npm-package-json-lint": "^7.1.0",
"npm-package-json-lint-config-default": "^6.0.0",
"prettier": "^3.0.3",
"prettier": "^3.1.1",
"prettier-plugin-curly": "^0.1.3",
"prettier-plugin-packagejson": "^2.4.6",
"release-it": "^17.0.0",
"prettier-plugin-packagejson": "^2.4.7",
"release-it": "^17.0.1",
"sentences-per-line": "^0.2.1",
"should-semantic-release": "^0.2.1",
"tsup": "^8.0.0",
"typedoc": "^0.25.0",
"typedoc-plugin-coverage": "^2.0.0",
"typedoc-plugin-custom-validation": "^1.1.0",
"tsup": "^8.0.1",
"typedoc": "^0.24.8",
"typedoc-plugin-coverage": "^2.2.0",
"typedoc-plugin-custom-validation": "^1.1.1",
"typedoc-plugin-konamimojisplosion": "^0.0.2",
"typedoc-plugin-mdn-links": "^3.0.0",
"typedoc-plugin-versions": "^0.2.3",
"typescript": "^5.2.2",
"vitest": "^0.34.6",
"typedoc-plugin-mdn-links": "^3.1.8",
"typedoc-plugin-versions": "^0.2.4",
"typescript": "^5.3.3",
"vitest": "^1.1.0",
"yaml-eslint-parser": "^1.2.2"
},
"peerDependencies": {
Expand Down
Loading
Loading