-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency @ota-meshi/eslint-plugin to ^0.0.13 (#31)
* Update dependency @ota-meshi/eslint-plugin to ^0.0.13 * fix * fix * fix Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: yosuke ota <[email protected]>
- Loading branch information
1 parent
8316f41
commit 812ada4
Showing
8 changed files
with
132 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/.nyc_output | ||
/coverage | ||
/lib | ||
/node_modules | ||
/tests/fixtures/**/*.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
{ | ||
"name": "yaml-eslint-parser-ast-explorer", | ||
"version": "0.1.0", | ||
"private": true, | ||
"scripts": { | ||
"serve": "vue-cli-service serve", | ||
"build": "vue-cli-service build" | ||
}, | ||
"dependencies": { | ||
"core-js": "^3.6.5", | ||
"vue": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"@vue/cli-plugin-babel": "~4.5.0", | ||
"@vue/cli-service": "~4.5.0", | ||
"@vue/compiler-sfc": "^3.0.0" | ||
}, | ||
"browserslist": [ | ||
"> 1%", | ||
"last 2 versions", | ||
"not dead" | ||
] | ||
"name": "yaml-eslint-parser-ast-explorer", | ||
"version": "0.1.0", | ||
"private": true, | ||
"scripts": { | ||
"serve": "vue-cli-service serve", | ||
"build": "vue-cli-service build" | ||
}, | ||
"dependencies": { | ||
"core-js": "^3.6.5", | ||
"vue": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"@vue/cli-plugin-babel": "~4.5.0", | ||
"@vue/cli-service": "~4.5.0", | ||
"@vue/compiler-sfc": "^3.0.0" | ||
}, | ||
"browserslist": [ | ||
"> 1%", | ||
"last 2 versions", | ||
"not dead" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,65 +1,66 @@ | ||
{ | ||
"name": "yaml-eslint-parser", | ||
"version": "0.3.2", | ||
"description": "A YAML parser that produces output compatible with ESLint", | ||
"main": "lib/index.js", | ||
"files": [ | ||
"lib" | ||
], | ||
"scripts": { | ||
"prebuild": "npm run -s clean", | ||
"build": "tsc --project ./tsconfig.build.json", | ||
"clean": "rimraf .nyc_output lib coverage", | ||
"lint": "eslint \"tests\" \"src\" --ext .js,.ts", | ||
"eslint-fix": "npm run lint -- --fix", | ||
"test": "mocha --require ts-node/register \"tests/src/**/*.ts\" --reporter dot --timeout 60000", | ||
"cover": "nyc --reporter=lcov npm run test", | ||
"debug": "mocha --require ts-node/register/transpile-only --inspect \"tests/src/**/*.ts\" --reporter dot", | ||
"preversion": "npm run lint && npm test", | ||
"update-fixtures": "ts-node ./tools/update-fixtures.ts" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ota-meshi/yaml-eslint-parser.git" | ||
}, | ||
"keywords": [ | ||
"yaml", | ||
"eslint", | ||
"parser" | ||
], | ||
"author": "Yosuke Ota", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/ota-meshi/yaml-eslint-parser/issues" | ||
}, | ||
"homepage": "https://github.com/ota-meshi/yaml-eslint-parser#readme", | ||
"dependencies": { | ||
"eslint-visitor-keys": "^2.0.0", | ||
"lodash": "^4.17.20", | ||
"yaml": "^1.10.0" | ||
}, | ||
"devDependencies": { | ||
"@ota-meshi/eslint-plugin": "^0.0.12", | ||
"@types/eslint": "^7.2.0", | ||
"@types/eslint-visitor-keys": "^1.0.0", | ||
"@types/lodash": "^4.14.167", | ||
"@types/mocha": "^8.0.0", | ||
"@types/node": "^14.0.13", | ||
"@typescript-eslint/eslint-plugin": "^4.9.1", | ||
"@typescript-eslint/parser": "^4.9.1", | ||
"eslint": "^7.5.0", | ||
"eslint-config-prettier": "^7.0.0", | ||
"eslint-plugin-eslint-comments": "^3.2.0", | ||
"eslint-plugin-jsonc": "^0.9.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-prettier": "^3.2.0", | ||
"eslint-plugin-regexp": "^0.1.1", | ||
"eslint-plugin-vue": "^7.2.0", | ||
"mocha": "^8.0.0", | ||
"nyc": "^15.1.0", | ||
"prettier": "^2.0.5", | ||
"ts-node": "^9.0.0", | ||
"typescript": "^4.0.0", | ||
"vue-eslint-parser": "^7.2.0" | ||
} | ||
"name": "yaml-eslint-parser", | ||
"version": "0.3.2", | ||
"description": "A YAML parser that produces output compatible with ESLint", | ||
"main": "lib/index.js", | ||
"files": [ | ||
"lib" | ||
], | ||
"scripts": { | ||
"prebuild": "npm run -s clean", | ||
"build": "tsc --project ./tsconfig.build.json", | ||
"clean": "rimraf .nyc_output lib coverage", | ||
"lint": "eslint . --ext .js,.ts,.json", | ||
"eslint-fix": "npm run lint -- --fix", | ||
"test": "mocha --require ts-node/register \"tests/src/**/*.ts\" --reporter dot --timeout 60000", | ||
"cover": "nyc --reporter=lcov npm run test", | ||
"debug": "mocha --require ts-node/register/transpile-only --inspect \"tests/src/**/*.ts\" --reporter dot", | ||
"preversion": "npm run lint && npm test", | ||
"update-fixtures": "ts-node ./tools/update-fixtures.ts" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ota-meshi/yaml-eslint-parser.git" | ||
}, | ||
"keywords": [ | ||
"yaml", | ||
"eslint", | ||
"parser" | ||
], | ||
"author": "Yosuke Ota", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/ota-meshi/yaml-eslint-parser/issues" | ||
}, | ||
"homepage": "https://github.com/ota-meshi/yaml-eslint-parser#readme", | ||
"dependencies": { | ||
"eslint-visitor-keys": "^2.0.0", | ||
"lodash": "^4.17.20", | ||
"yaml": "^1.10.0" | ||
}, | ||
"devDependencies": { | ||
"@ota-meshi/eslint-plugin": "^0.0.13", | ||
"@types/eslint": "^7.2.0", | ||
"@types/eslint-visitor-keys": "^1.0.0", | ||
"@types/lodash": "^4.14.167", | ||
"@types/mocha": "^8.0.0", | ||
"@types/node": "^14.0.13", | ||
"@typescript-eslint/eslint-plugin": "^4.9.1", | ||
"@typescript-eslint/parser": "^4.9.1", | ||
"eslint": "^7.5.0", | ||
"eslint-config-prettier": "^7.0.0", | ||
"eslint-plugin-eslint-comments": "^3.2.0", | ||
"eslint-plugin-json-schema-validator": "^0.2.1", | ||
"eslint-plugin-jsonc": "^0.9.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-prettier": "^3.2.0", | ||
"eslint-plugin-regexp": "^0.1.1", | ||
"eslint-plugin-vue": "^7.2.0", | ||
"mocha": "^8.0.0", | ||
"nyc": "^15.1.0", | ||
"prettier": "^2.0.5", | ||
"ts-node": "^9.0.0", | ||
"typescript": "^4.0.0", | ||
"vue-eslint-parser": "^7.2.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"extends": ["config:base", ":preserveSemverRanges"], | ||
"packageRules": [ | ||
{ | ||
"updateTypes": ["minor", "patch", "pin", "digest"], | ||
"automerge": true | ||
}, | ||
{ | ||
"depTypeList": ["devDependencies"], | ||
"automerge": true | ||
} | ||
] | ||
"extends": ["config:base", ":preserveSemverRanges"], | ||
"packageRules": [ | ||
{ | ||
"updateTypes": ["minor", "patch", "pin", "digest"], | ||
"automerge": true | ||
}, | ||
{ | ||
"depTypeList": ["devDependencies"], | ||
"automerge": true | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"extends": "./tsconfig.json", | ||
"include": ["src/index.ts"], | ||
"compilerOptions": { | ||
"rootDir": "src", | ||
"outDir": "lib" | ||
} | ||
} | ||
"extends": "./tsconfig.json", | ||
"include": ["src/index.ts"], | ||
"compilerOptions": { | ||
"rootDir": "src", | ||
"outDir": "lib" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{ | ||
"compilerOptions": { | ||
"target": "es2015", | ||
"strict": true, | ||
"lib": ["es2020"], | ||
"module": "commonjs", | ||
"declaration": true, | ||
"noImplicitAny": true, | ||
"noImplicitReturns": true, | ||
"noFallthroughCasesInSwitch": true, | ||
"noUnusedLocals": true, | ||
"noUnusedParameters": true, | ||
"esModuleInterop": true | ||
}, | ||
"include": ["src/**/*.ts", "tests/**/*.ts", "tools/**/*.ts"] | ||
} | ||
"compilerOptions": { | ||
"target": "es2015", | ||
"strict": true, | ||
"lib": ["es2020"], | ||
"module": "commonjs", | ||
"declaration": true, | ||
"noImplicitAny": true, | ||
"noImplicitReturns": true, | ||
"noFallthroughCasesInSwitch": true, | ||
"noUnusedLocals": true, | ||
"noUnusedParameters": true, | ||
"esModuleInterop": true | ||
}, | ||
"include": ["src/**/*.ts", "tests/**/*.ts", "tools/**/*.ts"] | ||
} |