Skip to content

Commit e0e08ad

Browse files
committed
fix: Upgrade JSONLint to fix error output
* Update newline replacement regex to show correct error position on Windows * Put only the reason of the error to the error.reason property when the custom parser is used; not the full message including the error context
1 parent ed839f1 commit e0e08ad

File tree

2 files changed

+40
-61
lines changed

2 files changed

+40
-61
lines changed

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,19 @@
4343
"lint"
4444
],
4545
"dependencies": {
46-
"ansi-colors": "3.2.4",
46+
"ansi-colors": "4.1.1",
4747
"fancy-log": "1.3.3",
48-
"@prantlf/jsonlint": "8.0.0",
48+
"@prantlf/jsonlint": "8.0.2",
4949
"map-stream": "0.0.7",
5050
"plugin-error": "1.0.1",
5151
"through2": "3.0.1"
5252
},
5353
"devDependencies": {
54-
"eslint": "5.16.0",
54+
"eslint": "6.0.1",
5555
"eslint-config-standard": "12.0.0",
56-
"eslint-plugin-import": "2.17.3",
56+
"eslint-plugin-import": "2.18.0",
5757
"eslint-plugin-node": "9.1.0",
58-
"eslint-plugin-promise": "4.1.1",
58+
"eslint-plugin-promise": "4.2.1",
5959
"eslint-plugin-standard": "4.0.0",
6060
"gulp": "4.0.2",
6161
"mocha": "6.1.4",

0 commit comments

Comments
 (0)