|
21 | 21 | "format": "prettier .", |
22 | 22 | "lint": "eslint . --max-warnings 0", |
23 | 23 | "lint:knip": "knip", |
24 | | - "lint:md": "markdownlint \"**/*.md\" \".github/**/*.md\" --rules sentences-per-line", |
25 | 24 | "lint:packages": "pnpm dedupe --check", |
26 | 25 | "lint:spelling": "cspell \"**\" \".github/**/*\"", |
27 | 26 | "prepare": "husky", |
|
32 | 31 | "*": "prettier --ignore-unknown --write" |
33 | 32 | }, |
34 | 33 | "dependencies": { |
35 | | - "empathic": "^2.0.0", |
36 | | - "obug": "^2.1.1" |
| 34 | + "debug": "^4.4.3", |
| 35 | + "read-package-up": "^12.0.0" |
37 | 36 | }, |
38 | 37 | "devDependencies": { |
39 | 38 | "@eslint-community/eslint-plugin-eslint-comments": "4.5.0", |
40 | | - "@eslint/js": "9.39.1", |
| 39 | + "@eslint/js": "9.39.2", |
41 | 40 | "@eslint/markdown": "7.5.1", |
42 | | - "@release-it/conventional-changelog": "10.0.2", |
43 | | - "@types/eslint-plugin-markdown": "2.0.2", |
44 | | - "@types/node": "24.10.1", |
45 | | - "@vitest/coverage-v8": "4.0.15", |
46 | | - "@vitest/eslint-plugin": "1.6.1", |
| 41 | + "@release-it/conventional-changelog": "10.0.4", |
| 42 | + "@types/debug": "4.1.12", |
| 43 | + "@types/node": "25.0.3", |
| 44 | + "@vitest/coverage-v8": "4.0.16", |
| 45 | + "@vitest/eslint-plugin": "1.6.5", |
47 | 46 | "console-fail-test": "0.6.1", |
48 | | - "create-typescript-app": "2.42.0", |
| 47 | + "create-typescript-app": "2.59.0", |
49 | 48 | "cspell": "9.4.0", |
50 | | - "eslint": "9.39.1", |
| 49 | + "eslint": "9.39.2", |
51 | 50 | "eslint-plugin-jsdoc": "61.5.0", |
52 | 51 | "eslint-plugin-jsonc": "2.21.0", |
53 | 52 | "eslint-plugin-n": "17.23.1", |
54 | | - "eslint-plugin-package-json": "0.85.0", |
55 | | - "eslint-plugin-perfectionist": "5.1.0", |
| 53 | + "eslint-plugin-package-json": "0.87.1", |
| 54 | + "eslint-plugin-perfectionist": "5.2.0", |
56 | 55 | "eslint-plugin-regexp": "2.10.0", |
57 | | - "eslint-plugin-yml": "1.19.0", |
| 56 | + "eslint-plugin-yml": "1.19.1", |
58 | 57 | "husky": "9.1.7", |
59 | | - "knip": "5.78.0", |
| 58 | + "knip": "5.79.0", |
60 | 59 | "lint-staged": "16.2.7", |
61 | | - "prettier": "3.7.3", |
| 60 | + "prettier": "3.7.4", |
62 | 61 | "prettier-plugin-curly": "0.4.1", |
63 | 62 | "prettier-plugin-packagejson": "2.5.20", |
64 | 63 | "prettier-plugin-sentences-per-line": "0.2.0", |
65 | 64 | "prettier-plugin-sh": "0.18.0", |
66 | | - "release-it": "19.2.0", |
67 | | - "sentences-per-line": "0.3.0", |
68 | | - "tsdown": "0.16.8", |
69 | | - "tsup": "8.5.0", |
| 65 | + "release-it": "19.2.2", |
| 66 | + "tsdown": "0.18.4", |
70 | 67 | "typescript": "5.9.3", |
71 | | - "typescript-eslint": "8.48.1", |
72 | | - "vitest": "4.0.15" |
| 68 | + "typescript-eslint": "8.51.0", |
| 69 | + "vitest": "4.0.16" |
73 | 70 | }, |
74 | 71 | "packageManager": "pnpm@10.27.0", |
75 | 72 | "engines": { |
|
0 commit comments