Skip to content

Commit

Permalink
Chore: Update dependencies and devDependencies
Browse files Browse the repository at this point in the history
Ignore also `.d.ts` files from ESLint to avoid exceptions.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Close #1477
Close #1481
  • Loading branch information
molant committed Nov 10, 2018
1 parent 2f7679f commit c52171b
Show file tree
Hide file tree
Showing 68 changed files with 141 additions and 140 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ dist
node_modules
fixtures
packages/hint-webpack-config/docs/is-valid.md
*.d.ts
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"eslint": "^5.8.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-markdown": "^1.0.0-rc.0",
"eslint-plugin-typescript": "0.12.0",
"eslint-plugin-typescript": "0.13.0",
"husky": "^1.1.3",
"listr": "^0.14.2",
"listr-input": "^0.1.2",
Expand All @@ -20,7 +20,7 @@
"npm-run-all": "^4.1.2",
"rimraf": "^2.6.2",
"shelljs": "^0.8.2",
"typescript": "^3.1.5",
"typescript": "^3.1.6",
"typescript-eslint-parser": "20.1.1",
"yargs": "^12.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/connector-chrome/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"eslint": "^5.8.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-markdown": "^1.0.0-rc.0",
"eslint-plugin-typescript": "0.12.0",
"eslint-plugin-typescript": "0.13.0",
"hint": "^4.0.2",
"lodash": "^4.17.11",
"markdownlint-cli": "^0.13.0",
"npm-run-all": "^4.1.2",
"nyc": "^13.1.0",
"rimraf": "^2.6.2",
"sinon": "^7.1.1",
"typescript": "^3.1.5",
"typescript": "^3.1.6",
"typescript-eslint-parser": "20.1.1"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/connector-edge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"eslint": "^5.4.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-markdown": "^1.0.0-beta.6",
"eslint-plugin-typescript": "0.12.0",
"eslint-plugin-typescript": "0.13.0",
"hint": "^4.0.2",
"markdownlint-cli": "^0.13.0",
"npm-run-all": "^4.1.3",
"rimraf": "^2.6.2",
"typescript": "^3.1.5",
"typescript": "^3.1.6",
"typescript-eslint-parser": "20.1.1"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/connector-jsdom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"eslint": "^5.8.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-markdown": "^1.0.0-rc.0",
"eslint-plugin-typescript": "0.12.0",
"eslint-plugin-typescript": "0.13.0",
"hint": "^4.0.2",
"lodash": "^4.17.11",
"markdownlint-cli": "^0.13.0",
"npm-run-all": "^4.1.2",
"nyc": "^13.1.0",
"rimraf": "^2.6.2",
"sinon": "^7.1.1",
"typescript": "^3.1.5",
"typescript": "^3.1.6",
"typescript-eslint-parser": "20.1.1"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/connector-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"eslint": "^5.8.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-markdown": "^1.0.0-rc.0",
"eslint-plugin-typescript": "0.12.0",
"eslint-plugin-typescript": "0.13.0",
"hint": "^4.0.2",
"lodash": "^4.17.11",
"markdownlint-cli": "^0.13.0",
Expand All @@ -29,7 +29,7 @@
"nyc": "^13.1.0",
"rimraf": "^2.6.2",
"sinon": "^7.1.1",
"typescript": "^3.1.5",
"typescript": "^3.1.6",
"typescript-eslint-parser": "20.1.1"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/create-hint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"eslint": "^5.8.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-markdown": "^1.0.0-rc.0",
"eslint-plugin-typescript": "0.12.0",
"eslint-plugin-typescript": "0.13.0",
"fork-ts-checker-webpack-plugin": "^0.4.14",
"fs-extra": "^7.0.0",
"handlebars": "^4.0.11",
Expand All @@ -31,7 +31,7 @@
"rimraf": "^2.6.2",
"sinon": "^7.1.1",
"ts-loader": "^5.3.0",
"typescript": "^3.1.5",
"typescript": "^3.1.6",
"typescript-eslint-parser": "20.1.1",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/create-hintrc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"eslint": "^5.8.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-markdown": "^1.0.0-rc.0",
"eslint-plugin-typescript": "0.12.0",
"eslint-plugin-typescript": "0.13.0",
"fork-ts-checker-webpack-plugin": "^0.4.14",
"fs-extra": "^7.0.0",
"handlebars": "^4.0.11",
Expand All @@ -36,7 +36,7 @@
"rimraf": "^2.6.2",
"sinon": "^7.1.1",
"ts-loader": "^5.3.0",
"typescript": "^3.1.5",
"typescript": "^3.1.6",
"typescript-eslint-parser": "20.1.1",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/create-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"eslint": "^5.8.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-markdown": "^1.0.0-rc.0",
"eslint-plugin-typescript": "0.12.0",
"eslint-plugin-typescript": "0.13.0",
"fork-ts-checker-webpack-plugin": "^0.4.14",
"fs-extra": "^7.0.0",
"handlebars": "^4.0.11",
Expand All @@ -32,7 +32,7 @@
"rimraf": "^2.6.2",
"sinon": "^7.1.1",
"ts-loader": "^5.3.0",
"typescript": "^3.1.5",
"typescript": "^3.1.6",
"typescript-eslint-parser": "20.1.1",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/extension-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"eslint": "^5.8.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-markdown": "^1.0.0-rc.0",
"eslint-plugin-typescript": "0.12.0",
"eslint-plugin-typescript": "0.13.0",
"hint": "^4.0.2",
"markdownlint-cli": "^0.13.0",
"npm-link-check": "^2.0.0",
Expand All @@ -37,7 +37,7 @@
"proxyquire": "2.0.0",
"rimraf": "^2.6.2",
"sinon": "^7.1.1",
"typescript": "^3.1.5",
"typescript": "^3.1.6",
"typescript-eslint-parser": "20.1.1"
},
"displayName": "webhint",
Expand Down
4 changes: 2 additions & 2 deletions packages/formatter-codeframe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"eslint": "^5.8.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-markdown": "^1.0.0-rc.0",
"eslint-plugin-typescript": "0.12.0",
"eslint-plugin-typescript": "0.13.0",
"hint": "^4.0.2",
"markdownlint-cli": "^0.13.0",
"npm-link-check": "^2.0.0",
Expand All @@ -28,7 +28,7 @@
"proxyquire": "2.0.0",
"rimraf": "^2.6.2",
"sinon": "^7.1.1",
"typescript": "^3.1.5",
"typescript": "^3.1.6",
"typescript-eslint-parser": "20.1.1"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/formatter-excel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"eslint": "^5.8.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-markdown": "^1.0.0-rc.0",
"eslint-plugin-typescript": "0.12.0",
"eslint-plugin-typescript": "0.13.0",
"hint": "^4.0.2",
"markdownlint-cli": "^0.13.0",
"npm-link-check": "^2.0.0",
Expand All @@ -26,7 +26,7 @@
"proxyquire": "2.0.0",
"rimraf": "^2.6.2",
"sinon": "^7.1.1",
"typescript": "^3.1.5",
"typescript": "^3.1.6",
"typescript-eslint-parser": "20.1.1"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/formatter-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"eslint": "^5.8.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-markdown": "^1.0.0-rc.0",
"eslint-plugin-typescript": "0.12.0",
"eslint-plugin-typescript": "0.13.0",
"hint": "^4.0.2",
"markdownlint-cli": "^0.13.0",
"npm-link-check": "^2.0.0",
Expand All @@ -32,7 +32,7 @@
"proxyquire": "2.0.0",
"rimraf": "^2.6.2",
"sinon": "^7.1.1",
"typescript": "^3.1.5",
"typescript": "^3.1.6",
"typescript-eslint-parser": "20.1.1"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/formatter-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"eslint": "^5.8.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-markdown": "^1.0.0-rc.0",
"eslint-plugin-typescript": "0.12.0",
"eslint-plugin-typescript": "0.13.0",
"hint": "^4.0.2",
"markdownlint-cli": "^0.13.0",
"npm-link-check": "^2.0.0",
Expand All @@ -25,7 +25,7 @@
"proxyquire": "2.0.0",
"rimraf": "^2.6.2",
"sinon": "^7.1.1",
"typescript": "^3.1.5",
"typescript": "^3.1.6",
"typescript-eslint-parser": "20.1.1"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/formatter-stylish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"eslint": "^5.8.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-markdown": "^1.0.0-rc.0",
"eslint-plugin-typescript": "0.12.0",
"eslint-plugin-typescript": "0.13.0",
"hint": "^4.0.2",
"markdownlint-cli": "^0.13.0",
"npm-link-check": "^2.0.0",
Expand All @@ -30,7 +30,7 @@
"proxyquire": "2.0.0",
"rimraf": "^2.6.2",
"sinon": "^7.1.1",
"typescript": "^3.1.5",
"typescript": "^3.1.6",
"typescript-eslint-parser": "20.1.1"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/formatter-summary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"eslint": "^5.8.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-markdown": "^1.0.0-rc.0",
"eslint-plugin-typescript": "0.12.0",
"eslint-plugin-typescript": "0.13.0",
"hint": "^4.0.2",
"markdownlint-cli": "^0.13.0",
"npm-link-check": "^2.0.0",
Expand All @@ -29,7 +29,7 @@
"proxyquire": "2.0.0",
"rimraf": "^2.6.2",
"sinon": "^7.1.1",
"typescript": "^3.1.5",
"typescript": "^3.1.6",
"typescript-eslint-parser": "20.1.1"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/hint-amp-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"eslint": "^5.8.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-markdown": "^1.0.0-rc.0",
"eslint-plugin-typescript": "0.12.0",
"eslint-plugin-typescript": "0.13.0",
"hint": "^4.0.2",
"markdownlint-cli": "^0.13.0",
"npm-link-check": "^2.0.0",
"npm-run-all": "^4.1.2",
"nyc": "^13.1.0",
"rimraf": "^2.6.2",
"typescript": "^3.1.5",
"typescript": "^3.1.6",
"typescript-eslint-parser": "20.1.1"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/hint-apple-touch-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"eslint": "^5.8.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-markdown": "^1.0.0-rc.0",
"eslint-plugin-typescript": "0.12.0",
"eslint-plugin-typescript": "0.13.0",
"hint": "^4.0.2",
"markdownlint-cli": "^0.13.0",
"npm-link-check": "^2.0.0",
"npm-run-all": "^4.1.2",
"nyc": "^13.1.0",
"rimraf": "^2.6.2",
"typescript": "^3.1.5",
"typescript": "^3.1.6",
"typescript-eslint-parser": "20.1.1"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/hint-axe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"eslint": "^5.8.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-markdown": "^1.0.0-rc.0",
"eslint-plugin-typescript": "0.12.0",
"eslint-plugin-typescript": "0.13.0",
"hint": "^4.0.2",
"markdownlint-cli": "^0.13.0",
"npm-link-check": "^2.0.0",
"npm-run-all": "^4.1.2",
"nyc": "^13.1.0",
"rimraf": "^2.6.2",
"typescript": "^3.1.5",
"typescript": "^3.1.6",
"typescript-eslint-parser": "20.1.1"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/hint-babel-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"eslint": "^5.8.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-markdown": "^1.0.0-rc.0",
"eslint-plugin-typescript": "0.12.0",
"eslint-plugin-typescript": "0.13.0",
"hint": "^4.0.2",
"markdownlint-cli": "^0.13.0",
"npm-link-check": "^2.0.0",
"npm-run-all": "^4.1.2",
"nyc": "^13.1.0",
"rimraf": "^2.6.2",
"typescript": "^3.1.5",
"typescript": "^3.1.6",
"typescript-eslint-parser": "20.1.1"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/hint-content-type/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"eslint": "^5.8.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-markdown": "^1.0.0-rc.0",
"eslint-plugin-typescript": "0.12.0",
"eslint-plugin-typescript": "0.13.0",
"hint": "^4.0.2",
"markdownlint-cli": "^0.13.0",
"npm-link-check": "^2.0.0",
"npm-run-all": "^4.1.2",
"nyc": "^13.1.0",
"rimraf": "^2.6.2",
"typescript": "^3.1.5",
"typescript": "^3.1.6",
"typescript-eslint-parser": "20.1.1"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/hint-disown-opener/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"eslint": "^5.8.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-markdown": "^1.0.0-rc.0",
"eslint-plugin-typescript": "0.12.0",
"eslint-plugin-typescript": "0.13.0",
"hint": "^4.0.2",
"markdownlint-cli": "^0.13.0",
"npm-link-check": "^2.0.0",
"npm-run-all": "^4.1.2",
"nyc": "^13.1.0",
"rimraf": "^2.6.2",
"typescript": "^3.1.5",
"typescript": "^3.1.6",
"typescript-eslint-parser": "20.1.1"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/hint-doctype/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"cpx": "^1.5.0",
"eslint": "^5.7.0",
"eslint-plugin-markdown": "^1.0.0-beta.7",
"eslint-plugin-typescript": "0.12.0",
"eslint-plugin-typescript": "0.13.0",
"hint": "^4.0.2",
"markdownlint-cli": "^0.13.0",
"npm-link-check": "^2.0.0",
"npm-run-all": "^4.1.2",
"nyc": "^13.1.0",
"rimraf": "^2.6.2",
"typescript": "^3.1.5",
"typescript": "^3.1.6",
"typescript-eslint-parser": "20.1.1"
},
"engines": {
Expand Down
Loading

0 comments on commit c52171b

Please sign in to comment.