Skip to content

Commit 90530b6

Browse files
authored
chore: update devDeps and fix npm audit (#129)
* chore: npm audit fix, devDeps update * chore: update husky, commit-lint config
1 parent 5e0c6cd commit 90530b6

14 files changed

Lines changed: 3836 additions & 3597 deletions

commitlint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = {extends: ['@commitlint/config-conventional']}

package-lock.json

Lines changed: 3808 additions & 3331 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 26 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"scripts": {
2626
"bench": "bin/bench",
2727
"commitlint": "commitlint",
28-
"commitmsg": "commitlint -e $GIT_PARAMS",
2928
"lint": "eslint .",
3029
"lint-staged": "lint-staged",
3130
"test": "ava && tsd"
@@ -40,30 +39,30 @@
4039
"ndjson": "^1.4.0"
4140
},
4241
"devDependencies": {
43-
"@commitlint/cli": "^7.0.0",
44-
"@commitlint/config-conventional": "^7.0.1",
45-
"@types/node": "^11.13.9",
46-
"ava": "^0.25.0",
47-
"bops": "^0.1.1",
48-
"chalk": "^2.4.1",
49-
"concat-stream": "^1.4.5",
42+
"@commitlint/cli": "^7.6.1",
43+
"@commitlint/config-conventional": "^7.6.0",
44+
"@types/node": "^12.0.0",
45+
"ava": "^1.4.1",
46+
"bops": "^1.0.0",
47+
"chalk": "^2.4.2",
48+
"concat-stream": "^2.0.0",
5049
"csv-spectrum": "^1.0.0",
51-
"eslint": "^5.4.0",
52-
"eslint-config-standard": "^11.0.0",
53-
"eslint-plugin-import": "^2.14.0",
54-
"eslint-plugin-node": "^7.0.1",
55-
"eslint-plugin-promise": "^4.0.0",
56-
"eslint-plugin-standard": "^3.1.0",
57-
"globby": "^8.0.1",
58-
"husky": "^0.14.3",
59-
"lint-staged": "^7.2.0",
60-
"loud-rejection": "^1.6.0",
50+
"eslint": "^5.16.0",
51+
"eslint-config-standard": "^12.0.0",
52+
"eslint-plugin-import": "^2.17.2",
53+
"eslint-plugin-node": "^9.0.1",
54+
"eslint-plugin-promise": "^4.1.1",
55+
"eslint-plugin-standard": "^4.0.0",
56+
"globby": "^9.2.0",
57+
"husky": "^2.2.0",
58+
"lint-staged": "^8.1.6",
59+
"loud-rejection": "^2.1.0",
6160
"pre-commit": "^1.2.2",
62-
"standard-version": "^4.4.0",
63-
"strip-ansi": "^4.0.0",
61+
"standard-version": "^6.0.1",
62+
"strip-ansi": "^5.2.0",
6463
"text-table": "^0.2.0",
65-
"time-span": "^2.0.0",
66-
"tsd": "^0.7.2"
64+
"time-span": "^3.1.0",
65+
"tsd": "^0.7.3"
6766
},
6867
"directories": {
6968
"example": "examples",
@@ -81,5 +80,10 @@
8180
"eslint --fix",
8281
"git add"
8382
]
83+
},
84+
"husky": {
85+
"hooks": {
86+
"commit-msg": "commitlint -e $HUSKY_GIT_PARAMS"
87+
}
8488
}
8589
}

test/snapshots/escape.test.js.snap

-6 Bytes
Binary file not shown.
-3 Bytes
Binary file not shown.

test/snapshots/issues.test.js.snap

-6 Bytes
Binary file not shown.
-1 Bytes
Binary file not shown.
-4 Bytes
Binary file not shown.
-3 Bytes
Binary file not shown.

test/snapshots/quote.test.js.snap

-5 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)