Skip to content
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
1,402 changes: 712 additions & 690 deletions package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"./packages/doxdox"
],
"scripts": {
"test": "npx cross-env@7 DEBUG=true npm run test --workspaces --if-present",
"test-update": "npx cross-env@7 DEBUG=true npm run test-update --workspaces --if-present",
"test": "npx cross-env@7.0.3 DEBUG=true npm run test --workspaces --if-present",
"test-update": "npx cross-env@7.0.3 DEBUG=true npm run test-update --workspaces --if-present",
"build": "npm run build --workspaces --if-present",
"lint": "npm run lint --workspaces --if-present",
"prettier-check": "npx prettier@3 --check \"packages/**/*.ts\"",
"prettier-fix": "npx prettier@3 --write \"packages/**/*.ts\"",
"ncu": "npm exec --workspaces -- npx npm-check-updates@16",
"ncu-update": "npm exec --workspaces -- npx npm-check-updates@16 -u",
"prettier-check": "npx prettier@3.5.3 --check \"packages/**/*.ts\"",
"prettier-fix": "npx prettier@3.5.3 --write \"packages/**/*.ts\"",
"ncu": "npm exec --workspaces -- npx npm-check-updates@16.14.20",
"ncu-update": "npm exec --workspaces -- npx npm-check-updates@16.14.20 -u",
"publish-prerelease": "./bin/version.js prerelease",
"publish-patch": "./bin/version.js patch",
"publish-minor": "./bin/version.js minor",
Expand Down
24 changes: 12 additions & 12 deletions packages/doxdox-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,29 +17,29 @@
"doxdox-renderer-bootstrap": "4.0.0-preview.24",
"doxdox-renderer-json": "4.0.0-preview.24",
"doxdox-renderer-markdown": "4.0.0-preview.24",
"globby": "14.0.2",
"globby": "14.1.0",
"import-from": "4.0.0",
"parse-cmd-args": "5.0.2",
"simple-update-notifier": "2.0.0"
},
"devDependencies": {
"@eslint/js": "9.13.0",
"@eslint/js": "9.27.0",
"@types/jest": "29.5.14",
"@types/node": "22.8.5",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"eslint": "9.13.0",
"@types/node": "22.15.19",
"@typescript-eslint/eslint-plugin": "8.32.1",
"@typescript-eslint/parser": "8.32.1",
"eslint": "9.27.0",
"jest": "29.7.0",
"nodemon": "3.1.7",
"nodemon": "3.1.10",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"ts-jest": "29.3.4",
"ts-jest-resolver": "2.0.1",
"typescript": "5.6.3",
"typescript-eslint": "8.12.2"
"typescript": "5.8.3",
"typescript-eslint": "8.32.1"
},
"scripts": {
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
"test-update": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests --updateSnapshot",
"test": "npx cross-env@7.0.3 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
"test-update": "npx cross-env@7.0.3 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests --updateSnapshot",
"build": "rimraf dist/ && tsc && chmod +x ./dist/src/index.js",
"lint": "eslint"
},
Expand Down
20 changes: 10 additions & 10 deletions packages/doxdox-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@
"normalize-package-data": "7.0.0"
},
"devDependencies": {
"@eslint/js": "9.13.0",
"@eslint/js": "9.27.0",
"@types/jest": "29.5.14",
"@types/node": "22.8.5",
"@types/node": "22.15.19",
"@types/normalize-package-data": "2.4.4",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"eslint": "9.13.0",
"@typescript-eslint/eslint-plugin": "8.32.1",
"@typescript-eslint/parser": "8.32.1",
"eslint": "9.27.0",
"jest": "29.7.0",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"ts-jest": "29.3.4",
"ts-jest-resolver": "2.0.1",
"typescript": "5.6.3",
"typescript-eslint": "8.12.2"
"typescript": "5.8.3",
"typescript-eslint": "8.32.1"
},
"scripts": {
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
"test-update": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests --updateSnapshot",
"test": "npx cross-env@7.0.3 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
"test-update": "npx cross-env@7.0.3 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests --updateSnapshot",
"build": "rimraf dist/ && tsc",
"lint": "eslint"
},
Expand Down
20 changes: 10 additions & 10 deletions packages/doxdox-parser-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,22 @@
}
},
"devDependencies": {
"@eslint/js": "9.13.0",
"@eslint/js": "9.27.0",
"@types/jest": "29.5.14",
"@types/node": "22.8.5",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"eslint": "9.13.0",
"@types/node": "22.15.19",
"@typescript-eslint/eslint-plugin": "8.32.1",
"@typescript-eslint/parser": "8.32.1",
"eslint": "9.27.0",
"jest": "29.7.0",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"ts-jest": "29.3.4",
"ts-jest-resolver": "2.0.1",
"typescript": "5.6.3",
"typescript-eslint": "8.12.2"
"typescript": "5.8.3",
"typescript-eslint": "8.32.1"
},
"scripts": {
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
"test-update": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests --updateSnapshot",
"test": "npx cross-env@7.0.3 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
"test-update": "npx cross-env@7.0.3 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests --updateSnapshot",
"build": "rimraf dist/ && tsc",
"lint": "eslint . --ignore-pattern test/mocks"
},
Expand Down
20 changes: 10 additions & 10 deletions packages/doxdox-parser-dox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,22 @@
}
},
"devDependencies": {
"@eslint/js": "9.13.0",
"@eslint/js": "9.27.0",
"@types/jest": "29.5.14",
"@types/node": "22.8.5",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"eslint": "9.13.0",
"@types/node": "22.15.19",
"@typescript-eslint/eslint-plugin": "8.32.1",
"@typescript-eslint/parser": "8.32.1",
"eslint": "9.27.0",
"jest": "29.7.0",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"ts-jest": "29.3.4",
"ts-jest-resolver": "2.0.1",
"typescript": "5.6.3",
"typescript-eslint": "8.12.2"
"typescript": "5.8.3",
"typescript-eslint": "8.32.1"
},
"scripts": {
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
"test-update": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests --updateSnapshot",
"test": "npx cross-env@7.0.3 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
"test-update": "npx cross-env@7.0.3 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests --updateSnapshot",
"build": "rimraf dist/ && tsc",
"lint": "eslint . --ignore-pattern test/mocks"
},
Expand Down
20 changes: 10 additions & 10 deletions packages/doxdox-parser-jsdoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,24 @@
}
},
"devDependencies": {
"@eslint/js": "9.13.0",
"@eslint/js": "9.27.0",
"@types/jest": "29.5.14",
"@types/node": "22.8.5",
"@types/node": "22.15.19",
"@types/temp": "0.9.4",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"@typescript-eslint/eslint-plugin": "8.32.1",
"@typescript-eslint/parser": "8.32.1",
"copyfiles": "2.4.1",
"eslint": "9.13.0",
"eslint": "9.27.0",
"jest": "29.7.0",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"ts-jest": "29.3.4",
"ts-jest-resolver": "2.0.1",
"typescript": "5.6.3",
"typescript-eslint": "8.12.2"
"typescript": "5.8.3",
"typescript-eslint": "8.32.1"
},
"scripts": {
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
"test-update": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests --updateSnapshot",
"test": "npx cross-env@7.0.3 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
"test-update": "npx cross-env@7.0.3 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests --updateSnapshot",
"build": "rimraf dist/ && tsc && copyfiles -u 1 src/config.json dist/",
"lint": "eslint . --ignore-pattern test/mocks"
},
Expand Down
20 changes: 10 additions & 10 deletions packages/doxdox-parser-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@
}
},
"devDependencies": {
"@eslint/js": "9.13.0",
"@eslint/js": "9.27.0",
"@types/jest": "29.5.14",
"@types/node": "22.8.5",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"eslint": "9.13.0",
"@types/node": "22.15.19",
"@typescript-eslint/eslint-plugin": "8.32.1",
"@typescript-eslint/parser": "8.32.1",
"eslint": "9.27.0",
"jest": "29.7.0",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"ts-jest": "29.3.4",
"ts-jest-resolver": "2.0.1",
"typescript": "5.6.3",
"typescript-eslint": "8.12.2"
"typescript": "5.8.3",
"typescript-eslint": "8.32.1"
},
"scripts": {
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
"test-update": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests --updateSnapshot",
"test": "npx cross-env@7.0.3 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
"test-update": "npx cross-env@7.0.3 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests --updateSnapshot",
"build": "rimraf dist/ && tsc",
"lint": "eslint . --ignore-pattern test/mocks"
},
Expand Down
22 changes: 11 additions & 11 deletions packages/doxdox-renderer-bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"node": ">=20"
},
"dependencies": {
"highlight.js": "11.10.0",
"highlight.js": "11.11.1",
"markdown-it": "14.1.0",
"markdown-table": "3.0.4"
},
Expand All @@ -22,23 +22,23 @@
}
},
"devDependencies": {
"@eslint/js": "9.13.0",
"@eslint/js": "9.27.0",
"@types/jest": "29.5.14",
"@types/markdown-it": "14.1.2",
"@types/node": "22.8.5",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"eslint": "9.13.0",
"@types/node": "22.15.19",
"@typescript-eslint/eslint-plugin": "8.32.1",
"@typescript-eslint/parser": "8.32.1",
"eslint": "9.27.0",
"jest": "29.7.0",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"ts-jest": "29.3.4",
"ts-jest-resolver": "2.0.1",
"typescript": "5.6.3",
"typescript-eslint": "8.12.2"
"typescript": "5.8.3",
"typescript-eslint": "8.32.1"
},
"scripts": {
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
"test-update": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests --updateSnapshot",
"test": "npx cross-env@7.0.3 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
"test-update": "npx cross-env@7.0.3 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests --updateSnapshot",
"build": "rimraf dist/ && tsc",
"lint": "eslint"
},
Expand Down
26 changes: 13 additions & 13 deletions packages/doxdox-renderer-dash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"adm-zip": "0.5.16",
"better-sqlite3": "11.5.0",
"highlight.js": "11.10.0",
"better-sqlite3": "11.10.0",
"highlight.js": "11.11.1",
"markdown-it": "14.1.0",
"markdown-table": "3.0.4",
"temp": "0.9.4"
Expand All @@ -25,26 +25,26 @@
}
},
"devDependencies": {
"@eslint/js": "9.13.0",
"@types/better-sqlite3": "7.6.11",
"@eslint/js": "9.27.0",
"@types/better-sqlite3": "7.6.13",
"@types/jest": "29.5.14",
"@types/markdown-it": "14.1.2",
"@types/node": "22.8.5",
"@types/node": "22.15.19",
"@types/temp": "0.9.4",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"@typescript-eslint/eslint-plugin": "8.32.1",
"@typescript-eslint/parser": "8.32.1",
"copyfiles": "2.4.1",
"eslint": "9.13.0",
"eslint": "9.27.0",
"jest": "29.7.0",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"ts-jest": "29.3.4",
"ts-jest-resolver": "2.0.1",
"typescript": "5.6.3",
"typescript-eslint": "8.12.2"
"typescript": "5.8.3",
"typescript-eslint": "8.32.1"
},
"scripts": {
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
"test-update": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests --updateSnapshot",
"test": "npx cross-env@7.0.3 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
"test-update": "npx cross-env@7.0.3 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests --updateSnapshot",
"build": "rimraf dist/ && tsc && copyfiles -u 1 src/resources/* dist/",
"lint": "eslint"
},
Expand Down
22 changes: 11 additions & 11 deletions packages/doxdox-renderer-github-wiki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,23 @@
}
},
"devDependencies": {
"@eslint/js": "9.13.0",
"@types/adm-zip": "0.5.6",
"@eslint/js": "9.27.0",
"@types/adm-zip": "0.5.7",
"@types/jest": "29.5.14",
"@types/node": "22.8.5",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"eslint": "9.13.0",
"@types/node": "22.15.19",
"@typescript-eslint/eslint-plugin": "8.32.1",
"@typescript-eslint/parser": "8.32.1",
"eslint": "9.27.0",
"jest": "29.7.0",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"ts-jest": "29.3.4",
"ts-jest-resolver": "2.0.1",
"typescript": "5.6.3",
"typescript-eslint": "8.12.2"
"typescript": "5.8.3",
"typescript-eslint": "8.32.1"
},
"scripts": {
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
"test-update": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests --updateSnapshot",
"test": "npx cross-env@7.0.3 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
"test-update": "npx cross-env@7.0.3 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests --updateSnapshot",
"build": "rimraf dist/ && tsc",
"lint": "eslint"
},
Expand Down
20 changes: 10 additions & 10 deletions packages/doxdox-renderer-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@
}
},
"devDependencies": {
"@eslint/js": "9.13.0",
"@eslint/js": "9.27.0",
"@types/jest": "29.5.14",
"@types/node": "22.8.5",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"eslint": "9.13.0",
"@types/node": "22.15.19",
"@typescript-eslint/eslint-plugin": "8.32.1",
"@typescript-eslint/parser": "8.32.1",
"eslint": "9.27.0",
"jest": "29.7.0",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"ts-jest": "29.3.4",
"ts-jest-resolver": "2.0.1",
"typescript": "5.6.3",
"typescript-eslint": "8.12.2"
"typescript": "5.8.3",
"typescript-eslint": "8.32.1"
},
"scripts": {
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
"test-update": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests --updateSnapshot",
"test": "npx cross-env@7.0.3 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
"test-update": "npx cross-env@7.0.3 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests --updateSnapshot",
"build": "rimraf dist/ && tsc",
"lint": "eslint"
},
Expand Down
Loading