Skip to content

Commit ea275f1

Browse files
committed
chore: update comment-parser dep. and devDeps; avoid buggy eslint6.2 and for eslint 6 tests, avoid breaking typescript-eslint/parser update
Issue with eslint 6.2 and babel-eslint per eslint/eslint#12117
1 parent 72e2eab commit ea275f1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ node_js:
77
before_install:
88
- npm config set depth 0
99
before_script:
10-
- 'if [ "${ESLINT-}" == "6" ]; then npm install --no-save "eslint@${ESLINT}" ; fi'
11-
- 'if [ "${ESLINT-}" == "5" ]; then npm install --no-save "eslint@${ESLINT}" [email protected] [email protected] ; fi'
10+
- 'if [ "${ESLINT-}" == "6" ]; then npm install --no-save "eslint@${ESLINT}.1" ; fi'
11+
- 'if [ "${ESLINT-}" == "5" ]; then npm install --no-save "eslint@${ESLINT}" [email protected] [email protected] @typescript-eslint/[email protected] ; fi'
1212
notifications:
1313
email: false
1414
sudo: false

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"url": "http://gajus.com"
66
},
77
"dependencies": {
8-
"comment-parser": "^0.6.1",
8+
"comment-parser": "^0.6.2",
99
"debug": "^4.1.1",
1010
"flat-map-polyfill": "^0.3.8",
1111
"jsdoctypeparser": "5.0.1",
@@ -21,19 +21,19 @@
2121
"@babel/plugin-transform-flow-strip-types": "^7.4.4",
2222
"@babel/preset-env": "^7.5.5",
2323
"@babel/register": "^7.5.5",
24-
"@typescript-eslint/parser": "^1.13.0",
24+
"@typescript-eslint/parser": "^2.0.0",
2525
"babel-eslint": "^10.0.2",
2626
"babel-plugin-add-module-exports": "^1.0.2",
2727
"babel-plugin-istanbul": "^5.2.0",
2828
"chai": "^4.2.0",
29-
"eslint": "^6.1.0",
29+
"eslint": "6.1.0",
3030
"eslint-config-canonical": "^17.3.4",
3131
"gitdown": "^3.1.1",
3232
"glob": "^7.1.4",
33-
"husky": "^3.0.3",
33+
"husky": "^3.0.4",
3434
"mocha": "^6.2.0",
3535
"nyc": "^14.1.1",
36-
"semantic-release": "^15.13.19",
36+
"semantic-release": "^15.13.21",
3737
"typescript": "^3.5.3"
3838
},
3939
"engines": {

0 commit comments

Comments
 (0)