@jayree/changelog
Advanced tools
Comparing version 1.1.10 to 1.1.11
{ | ||
"name": "@jayree/changelog", | ||
"version": "1.1.10", | ||
"version": "1.1.11", | ||
"description": "Parse a CHANGELOG.md file of a package and return the most recent entry", | ||
@@ -9,3 +9,3 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@commitlint/config-conventional": "^18.6.2", | ||
"@commitlint/config-conventional": "^19.1.0", | ||
"@salesforce/dev-config": "^4.1.0", | ||
@@ -16,5 +16,5 @@ "@salesforce/prettier-config": "^0.0.3", | ||
"@types/marked": "^6.0.0", | ||
"@types/marked-terminal": "^3.1.7", | ||
"@types/marked-terminal": "^6.1.1", | ||
"@types/mocha": "^10.0.6", | ||
"@types/semver": "^7.5.7", | ||
"@types/semver": "^7.5.8", | ||
"@types/semver-compare": "^1.0.3", | ||
@@ -26,13 +26,13 @@ "@types/sinon-chai": "^3.2.12", | ||
"chai": "^4.4.1", | ||
"commitlint": "^18.6.1", | ||
"eslint": "^8.56.0", | ||
"commitlint": "^19.2.1", | ||
"eslint": "^8.57.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-config-salesforce": "^2.0.2", | ||
"eslint-config-salesforce": "^2.1.0", | ||
"eslint-config-salesforce-typescript": "^3.2.11", | ||
"eslint-plugin-header": "^3.1.1", | ||
"eslint-plugin-import": "^2.29.0", | ||
"eslint-plugin-jsdoc": "^48.1.0", | ||
"eslint-plugin-jsdoc": "^48.2.2", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"husky": "^9.0.11", | ||
"mocha": "^10.3.0", | ||
"mocha": "^10.4.0", | ||
"patch-package": "^8.0.0", | ||
@@ -45,5 +45,5 @@ "prettier": "^3.2.5", | ||
"ts-node": "^10.9.2", | ||
"typedoc": "0.25.8", | ||
"typedoc": "0.25.12", | ||
"typedoc-plugin-missing-exports": "2.2.0", | ||
"typescript": "^5.3.3", | ||
"typescript": "^5.4.3", | ||
"wireit": "^0.14.4" | ||
@@ -54,3 +54,3 @@ }, | ||
"fs-extra": "^11.2.0", | ||
"marked": "^12.0.0", | ||
"marked": "^12.0.1", | ||
"marked-terminal": "^7.0.0", | ||
@@ -57,0 +57,0 @@ "semver": "^7.5.4", |
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
46407
Updatedmarked@^12.0.1