@es-joy/jsdoccomment
Advanced tools
Comparing version 0.8.0 to 0.9.0-alpha.1
# CHANGES for `@es-joy/jsdoccomment` | ||
## 0.9.0-alpha.1 | ||
### User-impacting | ||
- Breaking change: Indicate minimum for `engines` as Node >= 12 | ||
- npm: Bump comment-parser | ||
### Dev-impacting | ||
- npm: Lint cjs files | ||
- npm: Fix eslint script | ||
- npm: Update devDeps. | ||
## 0.8.0 | ||
@@ -4,0 +17,0 @@ |
155
package.json
{ | ||
"name": "@es-joy/jsdoccomment", | ||
"version": "0.8.0", | ||
"author": "Brett Zamir <brettz9@yahoo.com>", | ||
"contributors": [], | ||
"description": "Maintained replacement for ESLint's deprecated SourceCode#getJSDocComment", | ||
"license": "MIT", | ||
"keywords": [ | ||
"eslint", | ||
"sourcecode" | ||
], | ||
"type": "module", | ||
"main": "./dist/index.cjs.cjs", | ||
"exports": { | ||
"require": "./dist/index.cjs.cjs", | ||
"import": "./src/index.js" | ||
}, | ||
"c8": { | ||
"checkCoverage": true, | ||
"branches": 100, | ||
"statements": 100, | ||
"lines": 100, | ||
"functions": 100 | ||
}, | ||
"browserslist": [ | ||
"cover 100%" | ||
], | ||
"scripts": { | ||
"prepublishOnly": "pnpm i && npm run rollup", | ||
"rollup": "rollup -c", | ||
"eslint": "eslint --ext=jd,md,html", | ||
"lint": "npm run eslint", | ||
"mocha": "mocha --require chai/register-expect", | ||
"c8": "c8 npm run mocha", | ||
"test": "npm run lint && npm run rollup && npm run c8" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/brettz9/getJSDocComment.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/brettz9/getJSDocComment/issues" | ||
}, | ||
"homepage": "https://github.com/brettz9/getJSDocComment", | ||
"engines": { | ||
"node": ">=10.0.0" | ||
}, | ||
"dependencies": { | ||
"comment-parser": "^1.1.5", | ||
"esquery": "^1.4.0", | ||
"jsdoc-type-pratt-parser": "1.0.4" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.14.6", | ||
"@babel/plugin-syntax-class-properties": "^7.12.13", | ||
"@babel/preset-env": "^7.14.5", | ||
"@brettz9/eslint-plugin": "^1.0.3", | ||
"@rollup/plugin-babel": "^5.3.0", | ||
"c8": "^7.7.3", | ||
"chai": "^4.3.4", | ||
"eslint": "^7.29.0", | ||
"eslint-config-ash-nazg": "29.17.0", | ||
"eslint-config-standard": "^16.0.3", | ||
"eslint-plugin-array-func": "^3.1.7", | ||
"eslint-plugin-compat": "^3.9.0", | ||
"eslint-plugin-eslint-comments": "^3.2.0", | ||
"eslint-plugin-html": "^6.1.2", | ||
"eslint-plugin-import": "^2.23.4", | ||
"eslint-plugin-jsdoc": "^35.4.0", | ||
"eslint-plugin-markdown": "^2.2.0", | ||
"eslint-plugin-no-unsanitized": "^3.1.5", | ||
"eslint-plugin-no-use-extend-native": "^0.5.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-promise": "^5.1.0", | ||
"eslint-plugin-radar": "^0.2.1", | ||
"eslint-plugin-unicorn": "^33.0.1", | ||
"mocha": "^9.0.1", | ||
"rollup": "^2.52.2" | ||
} | ||
"name": "@es-joy/jsdoccomment", | ||
"version": "0.9.0-alpha.1", | ||
"author": "Brett Zamir <brettz9@yahoo.com>", | ||
"contributors": [], | ||
"description": "Maintained replacement for ESLint's deprecated SourceCode#getJSDocComment", | ||
"license": "MIT", | ||
"keywords": [ | ||
"eslint", | ||
"sourcecode" | ||
], | ||
"type": "module", | ||
"main": "./dist/index.cjs.cjs", | ||
"exports": { | ||
"require": "./dist/index.cjs.cjs", | ||
"import": "./src/index.js" | ||
}, | ||
"c8": { | ||
"checkCoverage": true, | ||
"branches": 100, | ||
"statements": 100, | ||
"lines": 100, | ||
"functions": 100 | ||
}, | ||
"browserslist": [ | ||
"cover 100%" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/brettz9/getJSDocComment.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/brettz9/getJSDocComment/issues" | ||
}, | ||
"homepage": "https://github.com/brettz9/getJSDocComment", | ||
"engines": { | ||
"node": ">=12.0.0" | ||
}, | ||
"dependencies": { | ||
"comment-parser": "1.1.6-beta.0", | ||
"esquery": "^1.4.0", | ||
"jsdoc-type-pratt-parser": "1.0.4" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.14.6", | ||
"@babel/plugin-syntax-class-properties": "^7.12.13", | ||
"@babel/preset-env": "^7.14.7", | ||
"@brettz9/eslint-plugin": "^1.0.3", | ||
"@rollup/plugin-babel": "^5.3.0", | ||
"c8": "^7.7.3", | ||
"chai": "^4.3.4", | ||
"eslint": "^7.30.0", | ||
"eslint-config-ash-nazg": "30.0.1", | ||
"eslint-config-standard": "^16.0.3", | ||
"eslint-plugin-array-func": "^3.1.7", | ||
"eslint-plugin-compat": "^3.9.0", | ||
"eslint-plugin-eslint-comments": "^3.2.0", | ||
"eslint-plugin-html": "^6.1.2", | ||
"eslint-plugin-import": "^2.23.4", | ||
"eslint-plugin-jsdoc": "^35.4.1", | ||
"eslint-plugin-markdown": "^2.2.0", | ||
"eslint-plugin-no-unsanitized": "^3.1.5", | ||
"eslint-plugin-no-use-extend-native": "^0.5.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-promise": "^5.1.0", | ||
"eslint-plugin-sonarjs": "^0.8.0-125", | ||
"eslint-plugin-unicorn": "^34.0.1", | ||
"mocha": "^9.0.2", | ||
"rollup": "^2.52.7" | ||
}, | ||
"scripts": { | ||
"rollup": "rollup -c", | ||
"eslint": "eslint --ext=js,cjs,md,html .", | ||
"lint": "npm run eslint", | ||
"mocha": "mocha --require chai/register-expect", | ||
"c8": "c8 npm run mocha", | ||
"test": "npm run lint && npm run rollup && npm run c8" | ||
} | ||
} |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
43985
2
11
+ Addedcomment-parser@1.1.6-beta.0(transitive)
- Removedcomment-parser@1.4.1(transitive)
Updatedcomment-parser@1.1.6-beta.0