chore(deps-dev): Bump the dev-dependencies group across 1 directory with 8 updates (#166)

This commit is contained in:
dependabot[bot]
2025-10-31 13:58:29 +00:00
committed by GitHub
parent 5644bd7a1e
commit 137e51efa0
3 changed files with 1017 additions and 960 deletions

View File

@@ -16,7 +16,8 @@ export default [
rules: { rules: {
'jsdoc/tag-lines': 'off', 'jsdoc/tag-lines': 'off',
'jsdoc/check-tag-names': 'off', 'jsdoc/check-tag-names': 'off',
'jsdoc/valid-types': 'off' 'jsdoc/valid-types': 'off',
'jsdoc/require-throws-type': 'off'
} }
}, },
{ plugins: { tsdoc }, rules: { 'tsdoc/syntax': 'warn' } } { plugins: { tsdoc }, rules: { 'tsdoc/syntax': 'warn' } }

1958
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -59,25 +59,25 @@
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "9.38.0", "@eslint/js": "9.38.0",
"@semantic-release/npm": "12.0.2", "@semantic-release/npm": "13.1.1",
"@types/lodash": "4.17.20", "@types/lodash": "4.17.20",
"@types/node": "24.3.0", "@types/node": "24.9.2",
"conventional-changelog-conventionalcommits": "9.1.0", "conventional-changelog-conventionalcommits": "9.1.0",
"dotenv": "17.2.3", "dotenv": "17.2.3",
"eslint": "9.34.0", "eslint": "9.38.0",
"eslint-plugin-jsdoc": "54.1.1", "eslint-plugin-jsdoc": "61.1.11",
"eslint-plugin-tsdoc": "0.4.0", "eslint-plugin-tsdoc": "0.4.0",
"pino": "9.13.0", "pino": "9.13.0",
"pino-pretty": "13.0.0", "pino-pretty": "13.0.0",
"prettier": "3.6.2", "prettier": "3.6.2",
"prettier-plugin-jsdoc": "1.3.3", "prettier-plugin-jsdoc": "1.5.0",
"prettier-plugin-organize-imports": "4.2.0", "prettier-plugin-organize-imports": "4.3.0",
"semantic-release": "24.2.7", "semantic-release": "25.0.1",
"tsup": "8.5.0", "tsup": "8.5.0",
"tsx": "4.20.6", "tsx": "4.20.6",
"typedoc": "0.28.13", "typedoc": "0.28.13",
"typedoc-material-theme": "1.4.0", "typedoc-material-theme": "1.4.0",
"typescript": "5.9.2", "typescript": "5.9.3",
"typescript-eslint": "8.41.0" "typescript-eslint": "8.41.0"
} }
} }