mirror of
https://github.com/github/codeql-action.git
synced 2025-12-26 17:20:10 +08:00
* Bump the npm group with 3 updates Bumps the npm group with 3 updates: [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser), [eslint-plugin-github](https://github.com/github/eslint-plugin-github) and [nock](https://github.com/nock/nock). Updates `@typescript-eslint/parser` from 7.1.0 to 7.1.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.1/packages/parser) Updates `eslint-plugin-github` from 4.10.1 to 4.10.2 - [Release notes](https://github.com/github/eslint-plugin-github/releases) - [Commits](https://github.com/github/eslint-plugin-github/compare/v4.10.1...v4.10.2) Updates `nock` from 13.5.3 to 13.5.4 - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md) - [Commits](https://github.com/nock/nock/compare/v13.5.3...v13.5.4) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: eslint-plugin-github dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: nock dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com> * Update checked-in dependencies --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
69 lines
2.1 KiB
JSON
69 lines
2.1 KiB
JSON
{
|
|
"name": "eslint-plugin-github",
|
|
"version": "4.10.2",
|
|
"description": "An opinionated collection of ESLint shared configs and rules used by GitHub.",
|
|
"main": "lib/index.js",
|
|
"entries": [
|
|
"lib/formatters/stylish-fixes.js"
|
|
],
|
|
"bin": {
|
|
"eslint-ignore-errors": "bin/eslint-ignore-errors.js"
|
|
},
|
|
"scripts": {
|
|
"eslint-check": "eslint-config-prettier .eslintrc.js",
|
|
"lint": "npm-run-all \"lint:*\"",
|
|
"lint:eslint-docs": "npm run update:eslint-docs -- --check",
|
|
"lint:js": "eslint .",
|
|
"pretest": "mkdir -p node_modules/ && ln -fs $(pwd) node_modules/",
|
|
"test": "npm run eslint-check && npm run lint && mocha tests/**/*.js tests/",
|
|
"update:eslint-docs": "eslint-doc-generator"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/github/eslint-plugin-github.git"
|
|
},
|
|
"author": "GitHub, Inc.",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/github/eslint-plugin-github/issues"
|
|
},
|
|
"homepage": "https://github.com/github/eslint-plugin-github#readme",
|
|
"dependencies": {
|
|
"@github/browserslist-config": "^1.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^7.0.1",
|
|
"@typescript-eslint/parser": "^7.0.1",
|
|
"aria-query": "^5.3.0",
|
|
"eslint-config-prettier": ">=8.0.0",
|
|
"eslint-plugin-escompat": "^3.3.3",
|
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
"eslint-plugin-filenames": "^1.3.2",
|
|
"eslint-plugin-i18n-text": "^1.0.1",
|
|
"eslint-plugin-import": "^2.25.2",
|
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
"eslint-plugin-no-only-tests": "^3.0.0",
|
|
"eslint-plugin-prettier": "^5.0.0",
|
|
"eslint-rule-documentation": ">=1.0.0",
|
|
"jsx-ast-utils": "^3.3.2",
|
|
"prettier": "^3.0.0",
|
|
"svg-element-attributes": "^1.3.1"
|
|
},
|
|
"prettier": "@github/prettier-config",
|
|
"browserslist": "@github/browserslist-config",
|
|
"peerDependencies": {
|
|
"eslint": "^8.0.1"
|
|
},
|
|
"files": [
|
|
"bin/*",
|
|
"lib/*"
|
|
],
|
|
"devDependencies": {
|
|
"@github/prettier-config": "0.0.6",
|
|
"chai": "^5.0.0",
|
|
"eslint": "^8.0.1",
|
|
"eslint-doc-generator": "^1.4.3",
|
|
"eslint-plugin-eslint-plugin": "^5.0.0",
|
|
"mocha": "^10.0.0",
|
|
"npm-run-all": "^4.1.5"
|
|
}
|
|
}
|