@jayree/changelog
Advanced tools
Comparing version 1.1.7 to 1.1.8
{ | ||
"name": "@jayree/changelog", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"description": "Parse a CHANGELOG.md file of a package and return the most recent entry", | ||
@@ -9,39 +9,39 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@commitlint/config-conventional": "^17.7.0", | ||
"@salesforce/dev-config": "^4.0.1", | ||
"@commitlint/config-conventional": "^18.4.3", | ||
"@salesforce/dev-config": "^4.1.0", | ||
"@salesforce/prettier-config": "^0.0.3", | ||
"@types/debug": "^4.1.9", | ||
"@types/fs-extra": "^11.0.2", | ||
"@types/marked": "^5.0.0", | ||
"@types/marked-terminal": "^3.1.5", | ||
"@types/mocha": "^10.0.2", | ||
"@types/semver": "^7.5.3", | ||
"@types/semver-compare": "^1.0.1", | ||
"@types/sinon-chai": "^3.2.10", | ||
"@typescript-eslint/eslint-plugin": "^6.7.4", | ||
"@typescript-eslint/parser": "^6.7.4", | ||
"@types/debug": "^4.1.12", | ||
"@types/fs-extra": "^11.0.4", | ||
"@types/marked": "^6.0.0", | ||
"@types/marked-terminal": "^3.1.7", | ||
"@types/mocha": "^10.0.6", | ||
"@types/semver": "^7.5.6", | ||
"@types/semver-compare": "^1.0.3", | ||
"@types/sinon-chai": "^3.2.12", | ||
"@typescript-eslint/eslint-plugin": "^6.12.0", | ||
"@typescript-eslint/parser": "^6.12.0", | ||
"c8": "^8.0.1", | ||
"chai": "^4.3.10", | ||
"commitlint": "^17.7.2", | ||
"eslint": "^8.50.0", | ||
"commitlint": "^18.4.3", | ||
"eslint": "^8.54.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-config-salesforce": "^2.0.2", | ||
"eslint-config-salesforce-typescript": "^1.1.2", | ||
"eslint-config-salesforce-typescript": "^3.0.5", | ||
"eslint-plugin-header": "^3.1.1", | ||
"eslint-plugin-import": "^2.28.1", | ||
"eslint-plugin-import": "^2.29.0", | ||
"eslint-plugin-jsdoc": "^46.8.2", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"husky": "^8.0.3", | ||
"mocha": "^10.2.0", | ||
"patch-package": "^8.0.0", | ||
"prettier": "^3.0.3", | ||
"prettier": "^3.1.0", | ||
"pretty-quick": "^3.1.3", | ||
"sinon": "16.0.0", | ||
"sinon": "17.0.1", | ||
"sinon-chai": "^3.7.0", | ||
"source-map-support": "^0.5.21", | ||
"ts-node": "^10.9.1", | ||
"typedoc": "0.25.1", | ||
"typedoc": "0.25.3", | ||
"typedoc-plugin-missing-exports": "2.1.0", | ||
"typescript": "^5.2.2", | ||
"wireit": "^0.14.0" | ||
"wireit": "^0.14.1" | ||
}, | ||
@@ -51,4 +51,4 @@ "dependencies": { | ||
"fs-extra": "^11.1.1", | ||
"marked": "^9.1.0", | ||
"marked-terminal": "^6.0.0", | ||
"marked": "^10.0.0", | ||
"marked-terminal": "^6.1.0", | ||
"semver": "^7.5.4", | ||
@@ -55,0 +55,0 @@ "semver-compare": "^1.0.0" |
Sorry, the diff of this file is not supported yet
50739
+ Addedmarked@10.0.0(transitive)
- Removedmarked@9.1.6(transitive)
Updatedmarked@^10.0.0
Updatedmarked-terminal@^6.1.0