core-validate-commit
Advanced tools
Comparing version 3.12.1 to 3.13.0
@@ -18,3 +18,4 @@ #!/usr/bin/env node | ||
const subsystem = require('../lib/rules/subsystem') | ||
const knownOpts = { help: Boolean | ||
const knownOpts = { | ||
help: Boolean | ||
, version: Boolean | ||
@@ -27,3 +28,4 @@ , 'validate-metadata': Boolean | ||
} | ||
const shortHand = { h: ['--help'] | ||
const shortHand = { | ||
h: ['--help'] | ||
, v: ['--version'] | ||
@@ -30,0 +32,0 @@ , V: ['--validate-metadata'] |
@@ -34,3 +34,3 @@ 'use strict' | ||
// for an example | ||
const { line, column } = findLineAndColumn(context.body, url) | ||
const {line, column} = findLineAndColumn(context.body, url) | ||
context.report({ | ||
@@ -46,3 +46,3 @@ id: id | ||
if (match[1] === 'pull' && match[2] === undefined) { | ||
const { line, column } = findLineAndColumn(context.body, url) | ||
const {line, column} = findLineAndColumn(context.body, url) | ||
context.report({ | ||
@@ -57,3 +57,3 @@ id: id | ||
} else { | ||
const { line, column } = findLineAndColumn(context.body, url) | ||
const {line, column} = findLineAndColumn(context.body, url) | ||
context.report({ | ||
@@ -69,3 +69,3 @@ id: id | ||
} else { | ||
const { line, column } = findLineAndColumn(context.body, url) | ||
const {line, column} = findLineAndColumn(context.body, url) | ||
context.report({ | ||
@@ -72,0 +72,0 @@ id: id |
@@ -28,2 +28,3 @@ 'use strict' | ||
, 'tools' | ||
, 'wasm' | ||
, 'win' | ||
@@ -73,2 +74,3 @@ | ||
, 'vm' | ||
, 'wasi' | ||
, 'worker' | ||
@@ -75,0 +77,0 @@ , 'zlib' |
{ | ||
"name": "core-validate-commit", | ||
"version": "3.12.1", | ||
"version": "3.13.0", | ||
"description": "Validate the commit message for a particular commit in node core", | ||
@@ -13,11 +13,11 @@ "main": "index.js", | ||
"dependencies": { | ||
"chalk": "~1.1.1", | ||
"chalk": "^2.4.2", | ||
"gitlint-parser-node": "^1.1.0", | ||
"help": "^2.1.3", | ||
"nopt": "^3.0.6" | ||
"help": "^3.0.2", | ||
"nopt": "^4.0.1" | ||
}, | ||
"devDependencies": { | ||
"check-pkg": "^2.0.2", | ||
"lintit": "^6.0.1", | ||
"tap": "^12.6.1" | ||
"check-pkg": "^2.1.1", | ||
"lintit": "^7.2.1", | ||
"tap": "^14.9.1" | ||
}, | ||
@@ -24,0 +24,0 @@ "files": [ |
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
30905
1142
+ Addedansi-styles@3.2.1(transitive)
+ Addedchalk@2.4.2(transitive)
+ Addedcolor-convert@1.9.3(transitive)
+ Addedcolor-name@1.1.3(transitive)
+ Addedhas-flag@3.0.0(transitive)
+ Addedhelp@3.0.2(transitive)
+ Addednopt@4.0.3(transitive)
+ Addedos-homedir@1.0.2(transitive)
+ Addedos-tmpdir@1.0.2(transitive)
+ Addedosenv@0.1.5(transitive)
+ Addedsupports-color@5.5.0(transitive)
- Removedansi-regex@2.1.1(transitive)
- Removedansi-styles@2.2.1(transitive)
- Removedchalk@1.1.3(transitive)
- Removedhas-ansi@2.0.0(transitive)
- Removedhelp@2.1.3(transitive)
- Removednopt@3.0.6(transitive)
- Removedstrip-ansi@3.0.1(transitive)
- Removedsupports-color@2.0.0(transitive)
Updatedchalk@^2.4.2
Updatedhelp@^3.0.2
Updatednopt@^4.0.1