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 16.1.0 to 16.2.1

11

CHANGELOG.md

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

## [16.2.1](https://github.com/conventional-changelog/commitlint/compare/v16.2.0...v16.2.1) (2022-02-13)
### Bug Fixes
* **load:** satisfy @types/node peer dependency for cosmiconfig-loader-typescript ([#3008](https://github.com/conventional-changelog/commitlint/issues/3008)) ([338180c](https://github.com/conventional-changelog/commitlint/commit/338180c7174625cddd7a0ea2b9d2786fee375756)), closes [#3007](https://github.com/conventional-changelog/commitlint/issues/3007)
# [16.1.0](https://github.com/conventional-changelog/commitlint/compare/v16.0.3...v16.1.0) (2022-01-20)

@@ -8,0 +19,0 @@

15

package.json
{
"name": "@commitlint/load",
"version": "16.1.0",
"version": "16.2.1",
"description": "Load shared commitlint configuration",

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

"@commitlint/test": "^16.0.0",
"@commitlint/utils": "^16.0.0",
"@commitlint/utils": "^16.2.1",
"@types/lodash": "4.14.178",

@@ -46,6 +46,7 @@ "conventional-changelog-atom": "^2.0.8",

"dependencies": {
"@commitlint/config-validator": "^16.1.0",
"@commitlint/execute-rule": "^16.0.0",
"@commitlint/resolve-extends": "^16.1.0",
"@commitlint/types": "^16.0.0",
"@commitlint/config-validator": "^16.2.1",
"@commitlint/execute-rule": "^16.2.1",
"@commitlint/resolve-extends": "^16.2.1",
"@commitlint/types": "^16.2.1",
"@types/node": ">=12",
"chalk": "^4.0.0",

@@ -58,3 +59,3 @@ "cosmiconfig": "^7.0.0",

},
"gitHead": "ddc727aeaa9a2b962abf30311687897596eff177"
"gitHead": "071cce297f207ebcaf9cfa00e23542b7e0a550e8"
}
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