Skip to content

Commit bdc610e

Browse files
committed
Updated packages.
1 parent 1ed5630 commit bdc610e

File tree

16 files changed

+864
-842
lines changed

16 files changed

+864
-842
lines changed

package-lock.json

Lines changed: 712 additions & 690 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
"./packages/doxdox"
1919
],
2020
"scripts": {
21-
"test": "npx cross-env@7 DEBUG=true npm run test --workspaces --if-present",
22-
"test-update": "npx cross-env@7 DEBUG=true npm run test-update --workspaces --if-present",
21+
"test": "npx cross-env@7.0.3 DEBUG=true npm run test --workspaces --if-present",
22+
"test-update": "npx cross-env@7.0.3 DEBUG=true npm run test-update --workspaces --if-present",
2323
"build": "npm run build --workspaces --if-present",
2424
"lint": "npm run lint --workspaces --if-present",
25-
"prettier-check": "npx prettier@3 --check \"packages/**/*.ts\"",
26-
"prettier-fix": "npx prettier@3 --write \"packages/**/*.ts\"",
27-
"ncu": "npm exec --workspaces -- npx npm-check-updates@16",
28-
"ncu-update": "npm exec --workspaces -- npx npm-check-updates@16 -u",
25+
"prettier-check": "npx prettier@3.5.3 --check \"packages/**/*.ts\"",
26+
"prettier-fix": "npx prettier@3.5.3 --write \"packages/**/*.ts\"",
27+
"ncu": "npm exec --workspaces -- npx npm-check-updates@16.14.20",
28+
"ncu-update": "npm exec --workspaces -- npx npm-check-updates@16.14.20 -u",
2929
"publish-prerelease": "./bin/version.js prerelease",
3030
"publish-patch": "./bin/version.js patch",
3131
"publish-minor": "./bin/version.js minor",

packages/doxdox-cli/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,29 +17,29 @@
1717
"doxdox-renderer-bootstrap": "4.0.0-preview.24",
1818
"doxdox-renderer-json": "4.0.0-preview.24",
1919
"doxdox-renderer-markdown": "4.0.0-preview.24",
20-
"globby": "14.0.2",
20+
"globby": "14.1.0",
2121
"import-from": "4.0.0",
2222
"parse-cmd-args": "5.0.2",
2323
"simple-update-notifier": "2.0.0"
2424
},
2525
"devDependencies": {
26-
"@eslint/js": "9.13.0",
26+
"@eslint/js": "9.27.0",
2727
"@types/jest": "29.5.14",
28-
"@types/node": "22.8.5",
29-
"@typescript-eslint/eslint-plugin": "8.12.2",
30-
"@typescript-eslint/parser": "8.12.2",
31-
"eslint": "9.13.0",
28+
"@types/node": "22.15.19",
29+
"@typescript-eslint/eslint-plugin": "8.32.1",
30+
"@typescript-eslint/parser": "8.32.1",
31+
"eslint": "9.27.0",
3232
"jest": "29.7.0",
33-
"nodemon": "3.1.7",
33+
"nodemon": "3.1.10",
3434
"rimraf": "6.0.1",
35-
"ts-jest": "29.2.5",
35+
"ts-jest": "29.3.4",
3636
"ts-jest-resolver": "2.0.1",
37-
"typescript": "5.6.3",
38-
"typescript-eslint": "8.12.2"
37+
"typescript": "5.8.3",
38+
"typescript-eslint": "8.32.1"
3939
},
4040
"scripts": {
41-
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
42-
"test-update": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests --updateSnapshot",
41+
"test": "npx cross-env@7.0.3 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
42+
"test-update": "npx cross-env@7.0.3 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests --updateSnapshot",
4343
"build": "rimraf dist/ && tsc && chmod +x ./dist/src/index.js",
4444
"lint": "eslint"
4545
},

packages/doxdox-core/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@
1212
"normalize-package-data": "7.0.0"
1313
},
1414
"devDependencies": {
15-
"@eslint/js": "9.13.0",
15+
"@eslint/js": "9.27.0",
1616
"@types/jest": "29.5.14",
17-
"@types/node": "22.8.5",
17+
"@types/node": "22.15.19",
1818
"@types/normalize-package-data": "2.4.4",
19-
"@typescript-eslint/eslint-plugin": "8.12.2",
20-
"@typescript-eslint/parser": "8.12.2",
21-
"eslint": "9.13.0",
19+
"@typescript-eslint/eslint-plugin": "8.32.1",
20+
"@typescript-eslint/parser": "8.32.1",
21+
"eslint": "9.27.0",
2222
"jest": "29.7.0",
2323
"rimraf": "6.0.1",
24-
"ts-jest": "29.2.5",
24+
"ts-jest": "29.3.4",
2525
"ts-jest-resolver": "2.0.1",
26-
"typescript": "5.6.3",
27-
"typescript-eslint": "8.12.2"
26+
"typescript": "5.8.3",
27+
"typescript-eslint": "8.32.1"
2828
},
2929
"scripts": {
30-
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
31-
"test-update": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests --updateSnapshot",
30+
"test": "npx cross-env@7.0.3 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
31+
"test-update": "npx cross-env@7.0.3 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests --updateSnapshot",
3232
"build": "rimraf dist/ && tsc",
3333
"lint": "eslint"
3434
},

packages/doxdox-parser-custom/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,22 @@
2121
}
2222
},
2323
"devDependencies": {
24-
"@eslint/js": "9.13.0",
24+
"@eslint/js": "9.27.0",
2525
"@types/jest": "29.5.14",
26-
"@types/node": "22.8.5",
27-
"@typescript-eslint/eslint-plugin": "8.12.2",
28-
"@typescript-eslint/parser": "8.12.2",
29-
"eslint": "9.13.0",
26+
"@types/node": "22.15.19",
27+
"@typescript-eslint/eslint-plugin": "8.32.1",
28+
"@typescript-eslint/parser": "8.32.1",
29+
"eslint": "9.27.0",
3030
"jest": "29.7.0",
3131
"rimraf": "6.0.1",
32-
"ts-jest": "29.2.5",
32+
"ts-jest": "29.3.4",
3333
"ts-jest-resolver": "2.0.1",
34-
"typescript": "5.6.3",
35-
"typescript-eslint": "8.12.2"
34+
"typescript": "5.8.3",
35+
"typescript-eslint": "8.32.1"
3636
},
3737
"scripts": {
38-
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
39-
"test-update": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests --updateSnapshot",
38+
"test": "npx cross-env@7.0.3 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
39+
"test-update": "npx cross-env@7.0.3 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests --updateSnapshot",
4040
"build": "rimraf dist/ && tsc",
4141
"lint": "eslint . --ignore-pattern test/mocks"
4242
},

packages/doxdox-parser-dox/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,22 @@
2020
}
2121
},
2222
"devDependencies": {
23-
"@eslint/js": "9.13.0",
23+
"@eslint/js": "9.27.0",
2424
"@types/jest": "29.5.14",
25-
"@types/node": "22.8.5",
26-
"@typescript-eslint/eslint-plugin": "8.12.2",
27-
"@typescript-eslint/parser": "8.12.2",
28-
"eslint": "9.13.0",
25+
"@types/node": "22.15.19",
26+
"@typescript-eslint/eslint-plugin": "8.32.1",
27+
"@typescript-eslint/parser": "8.32.1",
28+
"eslint": "9.27.0",
2929
"jest": "29.7.0",
3030
"rimraf": "6.0.1",
31-
"ts-jest": "29.2.5",
31+
"ts-jest": "29.3.4",
3232
"ts-jest-resolver": "2.0.1",
33-
"typescript": "5.6.3",
34-
"typescript-eslint": "8.12.2"
33+
"typescript": "5.8.3",
34+
"typescript-eslint": "8.32.1"
3535
},
3636
"scripts": {
37-
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
38-
"test-update": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests --updateSnapshot",
37+
"test": "npx cross-env@7.0.3 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
38+
"test-update": "npx cross-env@7.0.3 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests --updateSnapshot",
3939
"build": "rimraf dist/ && tsc",
4040
"lint": "eslint . --ignore-pattern test/mocks"
4141
},

packages/doxdox-parser-jsdoc/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,24 @@
2222
}
2323
},
2424
"devDependencies": {
25-
"@eslint/js": "9.13.0",
25+
"@eslint/js": "9.27.0",
2626
"@types/jest": "29.5.14",
27-
"@types/node": "22.8.5",
27+
"@types/node": "22.15.19",
2828
"@types/temp": "0.9.4",
29-
"@typescript-eslint/eslint-plugin": "8.12.2",
30-
"@typescript-eslint/parser": "8.12.2",
29+
"@typescript-eslint/eslint-plugin": "8.32.1",
30+
"@typescript-eslint/parser": "8.32.1",
3131
"copyfiles": "2.4.1",
32-
"eslint": "9.13.0",
32+
"eslint": "9.27.0",
3333
"jest": "29.7.0",
3434
"rimraf": "6.0.1",
35-
"ts-jest": "29.2.5",
35+
"ts-jest": "29.3.4",
3636
"ts-jest-resolver": "2.0.1",
37-
"typescript": "5.6.3",
38-
"typescript-eslint": "8.12.2"
37+
"typescript": "5.8.3",
38+
"typescript-eslint": "8.32.1"
3939
},
4040
"scripts": {
41-
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
42-
"test-update": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests --updateSnapshot",
41+
"test": "npx cross-env@7.0.3 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
42+
"test-update": "npx cross-env@7.0.3 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests --updateSnapshot",
4343
"build": "rimraf dist/ && tsc && copyfiles -u 1 src/config.json dist/",
4444
"lint": "eslint . --ignore-pattern test/mocks"
4545
},

packages/doxdox-parser-template/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,22 @@
1717
}
1818
},
1919
"devDependencies": {
20-
"@eslint/js": "9.13.0",
20+
"@eslint/js": "9.27.0",
2121
"@types/jest": "29.5.14",
22-
"@types/node": "22.8.5",
23-
"@typescript-eslint/eslint-plugin": "8.12.2",
24-
"@typescript-eslint/parser": "8.12.2",
25-
"eslint": "9.13.0",
22+
"@types/node": "22.15.19",
23+
"@typescript-eslint/eslint-plugin": "8.32.1",
24+
"@typescript-eslint/parser": "8.32.1",
25+
"eslint": "9.27.0",
2626
"jest": "29.7.0",
2727
"rimraf": "6.0.1",
28-
"ts-jest": "29.2.5",
28+
"ts-jest": "29.3.4",
2929
"ts-jest-resolver": "2.0.1",
30-
"typescript": "5.6.3",
31-
"typescript-eslint": "8.12.2"
30+
"typescript": "5.8.3",
31+
"typescript-eslint": "8.32.1"
3232
},
3333
"scripts": {
34-
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
35-
"test-update": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests --updateSnapshot",
34+
"test": "npx cross-env@7.0.3 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
35+
"test-update": "npx cross-env@7.0.3 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests --updateSnapshot",
3636
"build": "rimraf dist/ && tsc",
3737
"lint": "eslint . --ignore-pattern test/mocks"
3838
},

packages/doxdox-renderer-bootstrap/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"node": ">=20"
1010
},
1111
"dependencies": {
12-
"highlight.js": "11.10.0",
12+
"highlight.js": "11.11.1",
1313
"markdown-it": "14.1.0",
1414
"markdown-table": "3.0.4"
1515
},
@@ -22,23 +22,23 @@
2222
}
2323
},
2424
"devDependencies": {
25-
"@eslint/js": "9.13.0",
25+
"@eslint/js": "9.27.0",
2626
"@types/jest": "29.5.14",
2727
"@types/markdown-it": "14.1.2",
28-
"@types/node": "22.8.5",
29-
"@typescript-eslint/eslint-plugin": "8.12.2",
30-
"@typescript-eslint/parser": "8.12.2",
31-
"eslint": "9.13.0",
28+
"@types/node": "22.15.19",
29+
"@typescript-eslint/eslint-plugin": "8.32.1",
30+
"@typescript-eslint/parser": "8.32.1",
31+
"eslint": "9.27.0",
3232
"jest": "29.7.0",
3333
"rimraf": "6.0.1",
34-
"ts-jest": "29.2.5",
34+
"ts-jest": "29.3.4",
3535
"ts-jest-resolver": "2.0.1",
36-
"typescript": "5.6.3",
37-
"typescript-eslint": "8.12.2"
36+
"typescript": "5.8.3",
37+
"typescript-eslint": "8.32.1"
3838
},
3939
"scripts": {
40-
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
41-
"test-update": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests --updateSnapshot",
40+
"test": "npx cross-env@7.0.3 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
41+
"test-update": "npx cross-env@7.0.3 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests --updateSnapshot",
4242
"build": "rimraf dist/ && tsc",
4343
"lint": "eslint"
4444
},

packages/doxdox-renderer-dash/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"dependencies": {
1212
"adm-zip": "0.5.16",
13-
"better-sqlite3": "11.5.0",
14-
"highlight.js": "11.10.0",
13+
"better-sqlite3": "11.10.0",
14+
"highlight.js": "11.11.1",
1515
"markdown-it": "14.1.0",
1616
"markdown-table": "3.0.4",
1717
"temp": "0.9.4"
@@ -25,26 +25,26 @@
2525
}
2626
},
2727
"devDependencies": {
28-
"@eslint/js": "9.13.0",
29-
"@types/better-sqlite3": "7.6.11",
28+
"@eslint/js": "9.27.0",
29+
"@types/better-sqlite3": "7.6.13",
3030
"@types/jest": "29.5.14",
3131
"@types/markdown-it": "14.1.2",
32-
"@types/node": "22.8.5",
32+
"@types/node": "22.15.19",
3333
"@types/temp": "0.9.4",
34-
"@typescript-eslint/eslint-plugin": "8.12.2",
35-
"@typescript-eslint/parser": "8.12.2",
34+
"@typescript-eslint/eslint-plugin": "8.32.1",
35+
"@typescript-eslint/parser": "8.32.1",
3636
"copyfiles": "2.4.1",
37-
"eslint": "9.13.0",
37+
"eslint": "9.27.0",
3838
"jest": "29.7.0",
3939
"rimraf": "6.0.1",
40-
"ts-jest": "29.2.5",
40+
"ts-jest": "29.3.4",
4141
"ts-jest-resolver": "2.0.1",
42-
"typescript": "5.6.3",
43-
"typescript-eslint": "8.12.2"
42+
"typescript": "5.8.3",
43+
"typescript-eslint": "8.32.1"
4444
},
4545
"scripts": {
46-
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
47-
"test-update": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests --updateSnapshot",
46+
"test": "npx cross-env@7.0.3 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
47+
"test-update": "npx cross-env@7.0.3 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests --updateSnapshot",
4848
"build": "rimraf dist/ && tsc && copyfiles -u 1 src/resources/* dist/",
4949
"lint": "eslint"
5050
},

packages/doxdox-renderer-github-wiki/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,23 @@
2121
}
2222
},
2323
"devDependencies": {
24-
"@eslint/js": "9.13.0",
25-
"@types/adm-zip": "0.5.6",
24+
"@eslint/js": "9.27.0",
25+
"@types/adm-zip": "0.5.7",
2626
"@types/jest": "29.5.14",
27-
"@types/node": "22.8.5",
28-
"@typescript-eslint/eslint-plugin": "8.12.2",
29-
"@typescript-eslint/parser": "8.12.2",
30-
"eslint": "9.13.0",
27+
"@types/node": "22.15.19",
28+
"@typescript-eslint/eslint-plugin": "8.32.1",
29+
"@typescript-eslint/parser": "8.32.1",
30+
"eslint": "9.27.0",
3131
"jest": "29.7.0",
3232
"rimraf": "6.0.1",
33-
"ts-jest": "29.2.5",
33+
"ts-jest": "29.3.4",
3434
"ts-jest-resolver": "2.0.1",
35-
"typescript": "5.6.3",
36-
"typescript-eslint": "8.12.2"
35+
"typescript": "5.8.3",
36+
"typescript-eslint": "8.32.1"
3737
},
3838
"scripts": {
39-
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
40-
"test-update": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests --updateSnapshot",
39+
"test": "npx cross-env@7.0.3 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
40+
"test-update": "npx cross-env@7.0.3 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests --updateSnapshot",
4141
"build": "rimraf dist/ && tsc",
4242
"lint": "eslint"
4343
},

packages/doxdox-renderer-json/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,22 @@
1717
}
1818
},
1919
"devDependencies": {
20-
"@eslint/js": "9.13.0",
20+
"@eslint/js": "9.27.0",
2121
"@types/jest": "29.5.14",
22-
"@types/node": "22.8.5",
23-
"@typescript-eslint/eslint-plugin": "8.12.2",
24-
"@typescript-eslint/parser": "8.12.2",
25-
"eslint": "9.13.0",
22+
"@types/node": "22.15.19",
23+
"@typescript-eslint/eslint-plugin": "8.32.1",
24+
"@typescript-eslint/parser": "8.32.1",
25+
"eslint": "9.27.0",
2626
"jest": "29.7.0",
2727
"rimraf": "6.0.1",
28-
"ts-jest": "29.2.5",
28+
"ts-jest": "29.3.4",
2929
"ts-jest-resolver": "2.0.1",
30-
"typescript": "5.6.3",
31-
"typescript-eslint": "8.12.2"
30+
"typescript": "5.8.3",
31+
"typescript-eslint": "8.32.1"
3232
},
3333
"scripts": {
34-
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
35-
"test-update": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests --updateSnapshot",
34+
"test": "npx cross-env@7.0.3 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
35+
"test-update": "npx cross-env@7.0.3 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests --updateSnapshot",
3636
"build": "rimraf dist/ && tsc",
3737
"lint": "eslint"
3838
},

0 commit comments

Comments
 (0)