Skip to content

Commit

Permalink
Merge pull request #228 from docsbydoxdox/hotfix/updated-packages
Browse files Browse the repository at this point in the history
[hotfix] Updated packages.
  • Loading branch information
neogeek authored Sep 2, 2024
2 parents 79b5d70 + c65da79 commit 9b19dce
Show file tree
Hide file tree
Showing 17 changed files with 1,695 additions and 1,068 deletions.
2,478 changes: 1,551 additions & 927 deletions package-lock.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions packages/doxdox-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,25 @@
"doxdox-renderer-bootstrap": "4.0.0-preview.23",
"doxdox-renderer-json": "4.0.0-preview.23",
"doxdox-renderer-markdown": "4.0.0-preview.23",
"globby": "14.0.1",
"globby": "14.0.2",
"import-from": "4.0.0",
"parse-cmd-args": "5.0.1",
"parse-cmd-args": "5.0.2",
"simple-update-notifier": "2.0.0"
},
"devDependencies": {
"@eslint/js": "9.1.1",
"@eslint/js": "9.9.1",
"@types/jest": "29.5.12",
"@types/node": "20.12.8",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"eslint": "9.1.1",
"@types/node": "22.5.2",
"@typescript-eslint/eslint-plugin": "8.4.0",
"@typescript-eslint/parser": "8.4.0",
"eslint": "9.9.1",
"jest": "29.7.0",
"nodemon": "3.1.0",
"rimraf": "5.0.5",
"ts-jest": "29.1.2",
"nodemon": "3.1.4",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"ts-jest-resolver": "2.0.1",
"typescript": "5.4.5",
"typescript-eslint": "7.8.0"
"typescript": "5.5.4",
"typescript-eslint": "8.4.0"
},
"scripts": {
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
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 @@ -9,22 +9,22 @@
"node": ">=20"
},
"dependencies": {
"normalize-package-data": "6.0.0"
"normalize-package-data": "6.0.2"
},
"devDependencies": {
"@eslint/js": "9.1.1",
"@eslint/js": "9.9.1",
"@types/jest": "29.5.12",
"@types/node": "20.12.8",
"@types/node": "22.5.2",
"@types/normalize-package-data": "2.4.4",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"eslint": "9.1.1",
"@typescript-eslint/eslint-plugin": "8.4.0",
"@typescript-eslint/parser": "8.4.0",
"eslint": "9.9.1",
"jest": "29.7.0",
"rimraf": "5.0.5",
"ts-jest": "29.1.2",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"ts-jest-resolver": "2.0.1",
"typescript": "5.4.5",
"typescript-eslint": "7.8.0"
"typescript": "5.5.4",
"typescript-eslint": "8.4.0"
},
"scripts": {
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
Expand Down
18 changes: 9 additions & 9 deletions packages/doxdox-parser-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@
}
},
"devDependencies": {
"@eslint/js": "9.1.1",
"@eslint/js": "9.9.1",
"@types/jest": "29.5.12",
"@types/node": "20.12.8",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"eslint": "9.1.1",
"@types/node": "22.5.2",
"@typescript-eslint/eslint-plugin": "8.4.0",
"@typescript-eslint/parser": "8.4.0",
"eslint": "9.9.1",
"jest": "29.7.0",
"rimraf": "5.0.5",
"ts-jest": "29.1.2",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"ts-jest-resolver": "2.0.1",
"typescript": "5.4.5",
"typescript-eslint": "7.8.0"
"typescript": "5.5.4",
"typescript-eslint": "8.4.0"
},
"scripts": {
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
Expand Down
18 changes: 9 additions & 9 deletions packages/doxdox-parser-dox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
}
},
"devDependencies": {
"@eslint/js": "9.1.1",
"@eslint/js": "9.9.1",
"@types/jest": "29.5.12",
"@types/node": "20.12.8",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"eslint": "9.1.1",
"@types/node": "22.5.2",
"@typescript-eslint/eslint-plugin": "8.4.0",
"@typescript-eslint/parser": "8.4.0",
"eslint": "9.9.1",
"jest": "29.7.0",
"rimraf": "5.0.5",
"ts-jest": "29.1.2",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"ts-jest-resolver": "2.0.1",
"typescript": "5.4.5",
"typescript-eslint": "7.8.0"
"typescript": "5.5.4",
"typescript-eslint": "8.4.0"
},
"scripts": {
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
Expand Down
18 changes: 9 additions & 9 deletions packages/doxdox-parser-jsdoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@
}
},
"devDependencies": {
"@eslint/js": "9.1.1",
"@eslint/js": "9.9.1",
"@types/jest": "29.5.12",
"@types/node": "20.12.8",
"@types/node": "22.5.2",
"@types/temp": "0.9.4",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"@typescript-eslint/eslint-plugin": "8.4.0",
"@typescript-eslint/parser": "8.4.0",
"copyfiles": "2.4.1",
"eslint": "9.1.1",
"eslint": "9.9.1",
"jest": "29.7.0",
"rimraf": "5.0.5",
"ts-jest": "29.1.2",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"ts-jest-resolver": "2.0.1",
"typescript": "5.4.5",
"typescript-eslint": "7.8.0"
"typescript": "5.5.4",
"typescript-eslint": "8.4.0"
},
"scripts": {
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
Expand Down
18 changes: 9 additions & 9 deletions packages/doxdox-parser-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
}
},
"devDependencies": {
"@eslint/js": "9.1.1",
"@eslint/js": "9.9.1",
"@types/jest": "29.5.12",
"@types/node": "20.12.8",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"eslint": "9.1.1",
"@types/node": "22.5.2",
"@typescript-eslint/eslint-plugin": "8.4.0",
"@typescript-eslint/parser": "8.4.0",
"eslint": "9.9.1",
"jest": "29.7.0",
"rimraf": "5.0.5",
"ts-jest": "29.1.2",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"ts-jest-resolver": "2.0.1",
"typescript": "5.4.5",
"typescript-eslint": "7.8.0"
"typescript": "5.5.4",
"typescript-eslint": "8.4.0"
},
"scripts": {
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
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.9.0",
"highlight.js": "11.10.0",
"markdown-it": "14.1.0",
"markdown-table": "3.0.3"
},
Expand All @@ -22,19 +22,19 @@
}
},
"devDependencies": {
"@eslint/js": "9.1.1",
"@eslint/js": "9.9.1",
"@types/jest": "29.5.12",
"@types/markdown-it": "14.1.1",
"@types/node": "20.12.8",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"eslint": "9.1.1",
"@types/markdown-it": "14.1.2",
"@types/node": "22.5.2",
"@typescript-eslint/eslint-plugin": "8.4.0",
"@typescript-eslint/parser": "8.4.0",
"eslint": "9.9.1",
"jest": "29.7.0",
"rimraf": "5.0.5",
"ts-jest": "29.1.2",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"ts-jest-resolver": "2.0.1",
"typescript": "5.4.5",
"typescript-eslint": "7.8.0"
"typescript": "5.5.4",
"typescript-eslint": "8.4.0"
},
"scripts": {
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
Expand Down
28 changes: 14 additions & 14 deletions packages/doxdox-renderer-dash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"node": ">=20"
},
"dependencies": {
"adm-zip": "0.5.12",
"better-sqlite3": "9.6.0",
"highlight.js": "11.9.0",
"adm-zip": "0.5.16",
"better-sqlite3": "11.2.1",
"highlight.js": "11.10.0",
"markdown-it": "14.1.0",
"markdown-table": "3.0.3",
"temp": "0.9.4"
Expand All @@ -25,22 +25,22 @@
}
},
"devDependencies": {
"@eslint/js": "9.1.1",
"@types/better-sqlite3": "7.6.10",
"@eslint/js": "9.9.1",
"@types/better-sqlite3": "7.6.11",
"@types/jest": "29.5.12",
"@types/markdown-it": "14.1.1",
"@types/node": "20.12.8",
"@types/markdown-it": "14.1.2",
"@types/node": "22.5.2",
"@types/temp": "0.9.4",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"@typescript-eslint/eslint-plugin": "8.4.0",
"@typescript-eslint/parser": "8.4.0",
"copyfiles": "2.4.1",
"eslint": "9.1.1",
"eslint": "9.9.1",
"jest": "29.7.0",
"rimraf": "5.0.5",
"ts-jest": "29.1.2",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"ts-jest-resolver": "2.0.1",
"typescript": "5.4.5",
"typescript-eslint": "7.8.0"
"typescript": "5.5.4",
"typescript-eslint": "8.4.0"
},
"scripts": {
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
Expand Down
20 changes: 10 additions & 10 deletions packages/doxdox-renderer-github-wiki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"node": ">=20"
},
"dependencies": {
"adm-zip": "0.5.12",
"adm-zip": "0.5.16",
"markdown-table": "3.0.3"
},
"peerDependencies": {
Expand All @@ -21,19 +21,19 @@
}
},
"devDependencies": {
"@eslint/js": "9.1.1",
"@eslint/js": "9.9.1",
"@types/adm-zip": "0.5.5",
"@types/jest": "29.5.12",
"@types/node": "20.12.8",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"eslint": "9.1.1",
"@types/node": "22.5.2",
"@typescript-eslint/eslint-plugin": "8.4.0",
"@typescript-eslint/parser": "8.4.0",
"eslint": "9.9.1",
"jest": "29.7.0",
"rimraf": "5.0.5",
"ts-jest": "29.1.2",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"ts-jest-resolver": "2.0.1",
"typescript": "5.4.5",
"typescript-eslint": "7.8.0"
"typescript": "5.5.4",
"typescript-eslint": "8.4.0"
},
"scripts": {
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
Expand Down
18 changes: 9 additions & 9 deletions packages/doxdox-renderer-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
}
},
"devDependencies": {
"@eslint/js": "9.1.1",
"@eslint/js": "9.9.1",
"@types/jest": "29.5.12",
"@types/node": "20.12.8",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"eslint": "9.1.1",
"@types/node": "22.5.2",
"@typescript-eslint/eslint-plugin": "8.4.0",
"@typescript-eslint/parser": "8.4.0",
"eslint": "9.9.1",
"jest": "29.7.0",
"rimraf": "5.0.5",
"ts-jest": "29.1.2",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"ts-jest-resolver": "2.0.1",
"typescript": "5.4.5",
"typescript-eslint": "7.8.0"
"typescript": "5.5.4",
"typescript-eslint": "8.4.0"
},
"scripts": {
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
Expand Down
18 changes: 9 additions & 9 deletions packages/doxdox-renderer-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
}
},
"devDependencies": {
"@eslint/js": "9.1.1",
"@eslint/js": "9.9.1",
"@types/jest": "29.5.12",
"@types/node": "20.12.8",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"eslint": "9.1.1",
"@types/node": "22.5.2",
"@typescript-eslint/eslint-plugin": "8.4.0",
"@typescript-eslint/parser": "8.4.0",
"eslint": "9.9.1",
"jest": "29.7.0",
"rimraf": "5.0.5",
"ts-jest": "29.1.2",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"ts-jest-resolver": "2.0.1",
"typescript": "5.4.5",
"typescript-eslint": "7.8.0"
"typescript": "5.5.4",
"typescript-eslint": "8.4.0"
},
"scripts": {
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
Expand Down
5 changes: 4 additions & 1 deletion packages/doxdox-renderer-pdf/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ export default [
{
files: ['**/*.ts', '**/*.js'],
languageOptions: {
parser: typescriptParser
parser: typescriptParser,
globals: {
Buffer: 'readonly'
}
},
plugins: {
typescriptPlugin: typescriptPlugin
Expand Down
Loading

0 comments on commit 9b19dce

Please sign in to comment.