@es-joy/jsdoccomment
Advanced tools
Comparing version 0.45.0 to 0.46.0
# CHANGES for `@es-joy/jsdoccomment` | ||
## 0.46.0 | ||
- chore: update esquery, drop bundling of types, update devDeps | ||
## 0.45.0 | ||
@@ -4,0 +8,0 @@ |
@@ -167,5 +167,5 @@ import * as comment_parser from 'comment-parser'; | ||
settings: { | ||
[name: string]: any; | ||
maxLines: int; | ||
minLines: int; | ||
[name: string]: any; | ||
}, | ||
@@ -190,5 +190,5 @@ ): Token | null; | ||
settings: { | ||
[name: string]: any; | ||
maxLines: int; | ||
minLines: int; | ||
[name: string]: any; | ||
}, | ||
@@ -230,5 +230,5 @@ ): Token | null; | ||
settings: { | ||
[name: string]: any; | ||
maxLines: int; | ||
minLines: int; | ||
[name: string]: any; | ||
}, | ||
@@ -235,0 +235,0 @@ opts?: { |
{ | ||
"name": "@es-joy/jsdoccomment", | ||
"version": "0.45.0", | ||
"version": "0.46.0", | ||
"author": "Brett Zamir <brettz9@yahoo.com>", | ||
@@ -45,22 +45,22 @@ "contributors": [], | ||
"dependencies": { | ||
"@types/eslint": "^8.56.5", | ||
"@types/estree": "^1.0.5", | ||
"comment-parser": "1.4.1", | ||
"esquery": "^1.5.0", | ||
"esquery": "^1.6.0", | ||
"jsdoc-type-pratt-parser": "~4.0.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.23.9", | ||
"@babel/core": "^7.24.7", | ||
"@babel/plugin-syntax-class-properties": "^7.12.13", | ||
"@babel/preset-env": "^7.23.9", | ||
"@babel/preset-env": "^7.24.7", | ||
"@brettz9/eslint-plugin": "^1.0.4", | ||
"@rollup/plugin-babel": "^6.0.4", | ||
"@types/esquery": "^1.5.3", | ||
"@types/eslint": "^8.56.10", | ||
"@types/esquery": "^1.5.4", | ||
"@types/estraverse": "^5.1.7", | ||
"@typescript-eslint/types": "^7.2.0", | ||
"@typescript-eslint/visitor-keys": "^7.15.0", | ||
"@types/estree": "^1.0.5", | ||
"@typescript-eslint/types": "^7.16.0", | ||
"@typescript-eslint/visitor-keys": "^7.16.0", | ||
"@typhonjs-build-test/esm-d-ts": "0.3.0-next.1", | ||
"@typhonjs-typedoc/typedoc-pkg": "^0.0.4", | ||
"@vitest/coverage-v8": "^1.3.0", | ||
"@vitest/ui": "^1.3.0", | ||
"@typhonjs-typedoc/typedoc-pkg": "^0.0.5", | ||
"@vitest/coverage-v8": "^2.0.1", | ||
"@vitest/ui": "^2.0.1", | ||
"eslint": "^8.56.0", | ||
@@ -82,8 +82,8 @@ "eslint-config-ash-nazg": "35.3.0", | ||
"eslint-plugin-unicorn": "^50.0.1", | ||
"espree": "^10.0.0", | ||
"espree": "^10.1.0", | ||
"estraverse": "^5.3.0", | ||
"rollup": "^4.9.6", | ||
"typescript": "^5.4.2", | ||
"typescript-eslint": "^7.15.0", | ||
"vitest": "^1.3.0" | ||
"rollup": "^4.18.1", | ||
"typescript": "^5.5.3", | ||
"typescript-eslint": "^7.16.0", | ||
"vitest": "^2.0.1" | ||
}, | ||
@@ -90,0 +90,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
121542
3
37
3002
- Removed@types/eslint@^8.56.5
- Removed@types/estree@^1.0.5
- Removed@types/eslint@8.56.12(transitive)
- Removed@types/estree@1.0.6(transitive)
- Removed@types/json-schema@7.0.15(transitive)
Updatedesquery@^1.6.0