Socket
Socket
Sign inDemoInstall

@commitlint/load

Package Overview
Dependencies
Maintainers
4
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commitlint/load - npm Package Compare versions

Comparing version 11.0.0 to 12.0.0

17

CHANGELOG.md

@@ -6,2 +6,19 @@ # Change Log

# [12.0.0](https://github.com/conventional-changelog/commitlint/compare/v11.0.0...v12.0.0) (2021-01-18)
### Bug Fixes
* update dependency execa to v4.1.0 ([#2251](https://github.com/conventional-changelog/commitlint/issues/2251)) ([b5743dd](https://github.com/conventional-changelog/commitlint/commit/b5743dd1e49bbe7eac03f34bc38c59df5fbaf2a0))
* update dependency execa to v5 ([#2341](https://github.com/conventional-changelog/commitlint/issues/2341)) ([f349df9](https://github.com/conventional-changelog/commitlint/commit/f349df90f08096a9bcad46b5e55b411aac327a24))
### Features
* **load:** allow specifying helpUrl via config ([#2180](https://github.com/conventional-changelog/commitlint/issues/2180)) ([d6795a3](https://github.com/conventional-changelog/commitlint/commit/d6795a3c4633ba6efd7a0fcff48339dc291cd832))
# [11.0.0](https://github.com/conventional-changelog/commitlint/compare/v10.0.0...v11.0.0) (2020-09-05)

@@ -8,0 +25,0 @@

4

lib/load.js

@@ -79,2 +79,5 @@ "use strict";

}, {});
const helpUrl = typeof config.helpUrl === 'string'
? config.helpUrl
: 'https://github.com/conventional-changelog/commitlint/#what-is-commitlint';
return {

@@ -88,2 +91,3 @@ extends: preset.extends,

rules: qualifiedRules,
helpUrl,
};

@@ -90,0 +94,0 @@ }

3

lib/utils/pick-config.js

@@ -8,3 +8,4 @@ "use strict";

const pick_1 = __importDefault(require("lodash/pick"));
exports.pickConfig = (input) => pick_1.default(input, 'extends', 'rules', 'plugins', 'parserPreset', 'formatter', 'ignores', 'defaultIgnores');
const pickConfig = (input) => pick_1.default(input, 'extends', 'rules', 'plugins', 'parserPreset', 'formatter', 'ignores', 'defaultIgnores', 'helpUrl');
exports.pickConfig = pickConfig;
//# sourceMappingURL=pick-config.js.map
{
"name": "@commitlint/load",
"version": "11.0.0",
"version": "12.0.0",
"description": "Load shared commitlint configuration",

@@ -15,3 +15,3 @@ "main": "lib/load.js",

"engines": {
"node": ">=v10.22.0"
"node": ">=v10"
},

@@ -38,12 +38,12 @@ "repository": {

"devDependencies": {
"@commitlint/test": "^11.0.0",
"@commitlint/utils": "^11.0.0",
"@types/lodash": "4.14.161",
"execa": "^4.0.0"
"@commitlint/test": "^12.0.0",
"@commitlint/utils": "^12.0.0",
"@types/lodash": "4.14.167",
"execa": "^5.0.0"
},
"dependencies": {
"@commitlint/execute-rule": "^11.0.0",
"@commitlint/resolve-extends": "^11.0.0",
"@commitlint/types": "^11.0.0",
"chalk": "4.1.0",
"@commitlint/execute-rule": "^12.0.0",
"@commitlint/resolve-extends": "^12.0.0",
"@commitlint/types": "^12.0.0",
"chalk": "^4.0.0",
"cosmiconfig": "^7.0.0",

@@ -53,3 +53,3 @@ "lodash": "^4.17.19",

},
"gitHead": "922317463f7c90c0fb319e075de533dd63343863"
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc