Skip to content

Commit 9b19dce

Browse files
authored
Merge pull request #228 from docsbydoxdox/hotfix/updated-packages
[hotfix] Updated packages.
2 parents 79b5d70 + c65da79 commit 9b19dce

File tree

17 files changed

+1695
-1068
lines changed

17 files changed

+1695
-1068
lines changed

package-lock.json

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

packages/doxdox-cli/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,25 +17,25 @@
1717
"doxdox-renderer-bootstrap": "4.0.0-preview.23",
1818
"doxdox-renderer-json": "4.0.0-preview.23",
1919
"doxdox-renderer-markdown": "4.0.0-preview.23",
20-
"globby": "14.0.1",
20+
"globby": "14.0.2",
2121
"import-from": "4.0.0",
22-
"parse-cmd-args": "5.0.1",
22+
"parse-cmd-args": "5.0.2",
2323
"simple-update-notifier": "2.0.0"
2424
},
2525
"devDependencies": {
26-
"@eslint/js": "9.1.1",
26+
"@eslint/js": "9.9.1",
2727
"@types/jest": "29.5.12",
28-
"@types/node": "20.12.8",
29-
"@typescript-eslint/eslint-plugin": "7.8.0",
30-
"@typescript-eslint/parser": "7.8.0",
31-
"eslint": "9.1.1",
28+
"@types/node": "22.5.2",
29+
"@typescript-eslint/eslint-plugin": "8.4.0",
30+
"@typescript-eslint/parser": "8.4.0",
31+
"eslint": "9.9.1",
3232
"jest": "29.7.0",
33-
"nodemon": "3.1.0",
34-
"rimraf": "5.0.5",
35-
"ts-jest": "29.1.2",
33+
"nodemon": "3.1.4",
34+
"rimraf": "6.0.1",
35+
"ts-jest": "29.2.5",
3636
"ts-jest-resolver": "2.0.1",
37-
"typescript": "5.4.5",
38-
"typescript-eslint": "7.8.0"
37+
"typescript": "5.5.4",
38+
"typescript-eslint": "8.4.0"
3939
},
4040
"scripts": {
4141
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",

packages/doxdox-core/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@
99
"node": ">=20"
1010
},
1111
"dependencies": {
12-
"normalize-package-data": "6.0.0"
12+
"normalize-package-data": "6.0.2"
1313
},
1414
"devDependencies": {
15-
"@eslint/js": "9.1.1",
15+
"@eslint/js": "9.9.1",
1616
"@types/jest": "29.5.12",
17-
"@types/node": "20.12.8",
17+
"@types/node": "22.5.2",
1818
"@types/normalize-package-data": "2.4.4",
19-
"@typescript-eslint/eslint-plugin": "7.8.0",
20-
"@typescript-eslint/parser": "7.8.0",
21-
"eslint": "9.1.1",
19+
"@typescript-eslint/eslint-plugin": "8.4.0",
20+
"@typescript-eslint/parser": "8.4.0",
21+
"eslint": "9.9.1",
2222
"jest": "29.7.0",
23-
"rimraf": "5.0.5",
24-
"ts-jest": "29.1.2",
23+
"rimraf": "6.0.1",
24+
"ts-jest": "29.2.5",
2525
"ts-jest-resolver": "2.0.1",
26-
"typescript": "5.4.5",
27-
"typescript-eslint": "7.8.0"
26+
"typescript": "5.5.4",
27+
"typescript-eslint": "8.4.0"
2828
},
2929
"scripts": {
3030
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",

packages/doxdox-parser-custom/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@
2121
}
2222
},
2323
"devDependencies": {
24-
"@eslint/js": "9.1.1",
24+
"@eslint/js": "9.9.1",
2525
"@types/jest": "29.5.12",
26-
"@types/node": "20.12.8",
27-
"@typescript-eslint/eslint-plugin": "7.8.0",
28-
"@typescript-eslint/parser": "7.8.0",
29-
"eslint": "9.1.1",
26+
"@types/node": "22.5.2",
27+
"@typescript-eslint/eslint-plugin": "8.4.0",
28+
"@typescript-eslint/parser": "8.4.0",
29+
"eslint": "9.9.1",
3030
"jest": "29.7.0",
31-
"rimraf": "5.0.5",
32-
"ts-jest": "29.1.2",
31+
"rimraf": "6.0.1",
32+
"ts-jest": "29.2.5",
3333
"ts-jest-resolver": "2.0.1",
34-
"typescript": "5.4.5",
35-
"typescript-eslint": "7.8.0"
34+
"typescript": "5.5.4",
35+
"typescript-eslint": "8.4.0"
3636
},
3737
"scripts": {
3838
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",

packages/doxdox-parser-dox/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@
2020
}
2121
},
2222
"devDependencies": {
23-
"@eslint/js": "9.1.1",
23+
"@eslint/js": "9.9.1",
2424
"@types/jest": "29.5.12",
25-
"@types/node": "20.12.8",
26-
"@typescript-eslint/eslint-plugin": "7.8.0",
27-
"@typescript-eslint/parser": "7.8.0",
28-
"eslint": "9.1.1",
25+
"@types/node": "22.5.2",
26+
"@typescript-eslint/eslint-plugin": "8.4.0",
27+
"@typescript-eslint/parser": "8.4.0",
28+
"eslint": "9.9.1",
2929
"jest": "29.7.0",
30-
"rimraf": "5.0.5",
31-
"ts-jest": "29.1.2",
30+
"rimraf": "6.0.1",
31+
"ts-jest": "29.2.5",
3232
"ts-jest-resolver": "2.0.1",
33-
"typescript": "5.4.5",
34-
"typescript-eslint": "7.8.0"
33+
"typescript": "5.5.4",
34+
"typescript-eslint": "8.4.0"
3535
},
3636
"scripts": {
3737
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",

packages/doxdox-parser-jsdoc/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,20 @@
2222
}
2323
},
2424
"devDependencies": {
25-
"@eslint/js": "9.1.1",
25+
"@eslint/js": "9.9.1",
2626
"@types/jest": "29.5.12",
27-
"@types/node": "20.12.8",
27+
"@types/node": "22.5.2",
2828
"@types/temp": "0.9.4",
29-
"@typescript-eslint/eslint-plugin": "7.8.0",
30-
"@typescript-eslint/parser": "7.8.0",
29+
"@typescript-eslint/eslint-plugin": "8.4.0",
30+
"@typescript-eslint/parser": "8.4.0",
3131
"copyfiles": "2.4.1",
32-
"eslint": "9.1.1",
32+
"eslint": "9.9.1",
3333
"jest": "29.7.0",
34-
"rimraf": "5.0.5",
35-
"ts-jest": "29.1.2",
34+
"rimraf": "6.0.1",
35+
"ts-jest": "29.2.5",
3636
"ts-jest-resolver": "2.0.1",
37-
"typescript": "5.4.5",
38-
"typescript-eslint": "7.8.0"
37+
"typescript": "5.5.4",
38+
"typescript-eslint": "8.4.0"
3939
},
4040
"scripts": {
4141
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",

packages/doxdox-parser-template/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@
1717
}
1818
},
1919
"devDependencies": {
20-
"@eslint/js": "9.1.1",
20+
"@eslint/js": "9.9.1",
2121
"@types/jest": "29.5.12",
22-
"@types/node": "20.12.8",
23-
"@typescript-eslint/eslint-plugin": "7.8.0",
24-
"@typescript-eslint/parser": "7.8.0",
25-
"eslint": "9.1.1",
22+
"@types/node": "22.5.2",
23+
"@typescript-eslint/eslint-plugin": "8.4.0",
24+
"@typescript-eslint/parser": "8.4.0",
25+
"eslint": "9.9.1",
2626
"jest": "29.7.0",
27-
"rimraf": "5.0.5",
28-
"ts-jest": "29.1.2",
27+
"rimraf": "6.0.1",
28+
"ts-jest": "29.2.5",
2929
"ts-jest-resolver": "2.0.1",
30-
"typescript": "5.4.5",
31-
"typescript-eslint": "7.8.0"
30+
"typescript": "5.5.4",
31+
"typescript-eslint": "8.4.0"
3232
},
3333
"scripts": {
3434
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",

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.9.0",
12+
"highlight.js": "11.10.0",
1313
"markdown-it": "14.1.0",
1414
"markdown-table": "3.0.3"
1515
},
@@ -22,19 +22,19 @@
2222
}
2323
},
2424
"devDependencies": {
25-
"@eslint/js": "9.1.1",
25+
"@eslint/js": "9.9.1",
2626
"@types/jest": "29.5.12",
27-
"@types/markdown-it": "14.1.1",
28-
"@types/node": "20.12.8",
29-
"@typescript-eslint/eslint-plugin": "7.8.0",
30-
"@typescript-eslint/parser": "7.8.0",
31-
"eslint": "9.1.1",
27+
"@types/markdown-it": "14.1.2",
28+
"@types/node": "22.5.2",
29+
"@typescript-eslint/eslint-plugin": "8.4.0",
30+
"@typescript-eslint/parser": "8.4.0",
31+
"eslint": "9.9.1",
3232
"jest": "29.7.0",
33-
"rimraf": "5.0.5",
34-
"ts-jest": "29.1.2",
33+
"rimraf": "6.0.1",
34+
"ts-jest": "29.2.5",
3535
"ts-jest-resolver": "2.0.1",
36-
"typescript": "5.4.5",
37-
"typescript-eslint": "7.8.0"
36+
"typescript": "5.5.4",
37+
"typescript-eslint": "8.4.0"
3838
},
3939
"scripts": {
4040
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",

packages/doxdox-renderer-dash/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"node": ">=20"
1010
},
1111
"dependencies": {
12-
"adm-zip": "0.5.12",
13-
"better-sqlite3": "9.6.0",
14-
"highlight.js": "11.9.0",
12+
"adm-zip": "0.5.16",
13+
"better-sqlite3": "11.2.1",
14+
"highlight.js": "11.10.0",
1515
"markdown-it": "14.1.0",
1616
"markdown-table": "3.0.3",
1717
"temp": "0.9.4"
@@ -25,22 +25,22 @@
2525
}
2626
},
2727
"devDependencies": {
28-
"@eslint/js": "9.1.1",
29-
"@types/better-sqlite3": "7.6.10",
28+
"@eslint/js": "9.9.1",
29+
"@types/better-sqlite3": "7.6.11",
3030
"@types/jest": "29.5.12",
31-
"@types/markdown-it": "14.1.1",
32-
"@types/node": "20.12.8",
31+
"@types/markdown-it": "14.1.2",
32+
"@types/node": "22.5.2",
3333
"@types/temp": "0.9.4",
34-
"@typescript-eslint/eslint-plugin": "7.8.0",
35-
"@typescript-eslint/parser": "7.8.0",
34+
"@typescript-eslint/eslint-plugin": "8.4.0",
35+
"@typescript-eslint/parser": "8.4.0",
3636
"copyfiles": "2.4.1",
37-
"eslint": "9.1.1",
37+
"eslint": "9.9.1",
3838
"jest": "29.7.0",
39-
"rimraf": "5.0.5",
40-
"ts-jest": "29.1.2",
39+
"rimraf": "6.0.1",
40+
"ts-jest": "29.2.5",
4141
"ts-jest-resolver": "2.0.1",
42-
"typescript": "5.4.5",
43-
"typescript-eslint": "7.8.0"
42+
"typescript": "5.5.4",
43+
"typescript-eslint": "8.4.0"
4444
},
4545
"scripts": {
4646
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"node": ">=20"
1010
},
1111
"dependencies": {
12-
"adm-zip": "0.5.12",
12+
"adm-zip": "0.5.16",
1313
"markdown-table": "3.0.3"
1414
},
1515
"peerDependencies": {
@@ -21,19 +21,19 @@
2121
}
2222
},
2323
"devDependencies": {
24-
"@eslint/js": "9.1.1",
24+
"@eslint/js": "9.9.1",
2525
"@types/adm-zip": "0.5.5",
2626
"@types/jest": "29.5.12",
27-
"@types/node": "20.12.8",
28-
"@typescript-eslint/eslint-plugin": "7.8.0",
29-
"@typescript-eslint/parser": "7.8.0",
30-
"eslint": "9.1.1",
27+
"@types/node": "22.5.2",
28+
"@typescript-eslint/eslint-plugin": "8.4.0",
29+
"@typescript-eslint/parser": "8.4.0",
30+
"eslint": "9.9.1",
3131
"jest": "29.7.0",
32-
"rimraf": "5.0.5",
33-
"ts-jest": "29.1.2",
32+
"rimraf": "6.0.1",
33+
"ts-jest": "29.2.5",
3434
"ts-jest-resolver": "2.0.1",
35-
"typescript": "5.4.5",
36-
"typescript-eslint": "7.8.0"
35+
"typescript": "5.5.4",
36+
"typescript-eslint": "8.4.0"
3737
},
3838
"scripts": {
3939
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",

packages/doxdox-renderer-json/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@
1717
}
1818
},
1919
"devDependencies": {
20-
"@eslint/js": "9.1.1",
20+
"@eslint/js": "9.9.1",
2121
"@types/jest": "29.5.12",
22-
"@types/node": "20.12.8",
23-
"@typescript-eslint/eslint-plugin": "7.8.0",
24-
"@typescript-eslint/parser": "7.8.0",
25-
"eslint": "9.1.1",
22+
"@types/node": "22.5.2",
23+
"@typescript-eslint/eslint-plugin": "8.4.0",
24+
"@typescript-eslint/parser": "8.4.0",
25+
"eslint": "9.9.1",
2626
"jest": "29.7.0",
27-
"rimraf": "5.0.5",
28-
"ts-jest": "29.1.2",
27+
"rimraf": "6.0.1",
28+
"ts-jest": "29.2.5",
2929
"ts-jest-resolver": "2.0.1",
30-
"typescript": "5.4.5",
31-
"typescript-eslint": "7.8.0"
30+
"typescript": "5.5.4",
31+
"typescript-eslint": "8.4.0"
3232
},
3333
"scripts": {
3434
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",

packages/doxdox-renderer-markdown/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@
2020
}
2121
},
2222
"devDependencies": {
23-
"@eslint/js": "9.1.1",
23+
"@eslint/js": "9.9.1",
2424
"@types/jest": "29.5.12",
25-
"@types/node": "20.12.8",
26-
"@typescript-eslint/eslint-plugin": "7.8.0",
27-
"@typescript-eslint/parser": "7.8.0",
28-
"eslint": "9.1.1",
25+
"@types/node": "22.5.2",
26+
"@typescript-eslint/eslint-plugin": "8.4.0",
27+
"@typescript-eslint/parser": "8.4.0",
28+
"eslint": "9.9.1",
2929
"jest": "29.7.0",
30-
"rimraf": "5.0.5",
31-
"ts-jest": "29.1.2",
30+
"rimraf": "6.0.1",
31+
"ts-jest": "29.2.5",
3232
"ts-jest-resolver": "2.0.1",
33-
"typescript": "5.4.5",
34-
"typescript-eslint": "7.8.0"
33+
"typescript": "5.5.4",
34+
"typescript-eslint": "8.4.0"
3535
},
3636
"scripts": {
3737
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",

packages/doxdox-renderer-pdf/eslint.config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ export default [
1111
{
1212
files: ['**/*.ts', '**/*.js'],
1313
languageOptions: {
14-
parser: typescriptParser
14+
parser: typescriptParser,
15+
globals: {
16+
Buffer: 'readonly'
17+
}
1518
},
1619
plugins: {
1720
typescriptPlugin: typescriptPlugin

0 commit comments

Comments
 (0)