Update checked-in dependencies
This commit is contained in:
parent
49f7b34c3d
commit
5261a1223f
1640 changed files with 174830 additions and 182292 deletions
23
node_modules/eslint-plugin-github/package.json
generated
vendored
23
node_modules/eslint-plugin-github/package.json
generated
vendored
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "eslint-plugin-github",
|
||||
"version": "5.0.2",
|
||||
"version": "5.1.3",
|
||||
"description": "An opinionated collection of ESLint shared configs and rules used by GitHub.",
|
||||
"main": "lib/index.js",
|
||||
"entries": [
|
||||
|
|
@ -16,7 +16,9 @@
|
|||
"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/**/*.mjs",
|
||||
"update:eslint-docs": "eslint-doc-generator"
|
||||
"update:eslint-docs": "eslint-doc-generator",
|
||||
"test-examples:legacy": "cd test-examples/legacy && npm install && npm run lint",
|
||||
"test-examples:flat": "cd test-examples/flat && npm install && npm run lint"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
@ -29,28 +31,33 @@
|
|||
},
|
||||
"homepage": "https://github.com/github/eslint-plugin-github#readme",
|
||||
"dependencies": {
|
||||
"@eslint/compat": "^1.2.3",
|
||||
"@eslint/eslintrc": "^3.1.0",
|
||||
"@eslint/js": "^9.14.0",
|
||||
"@github/browserslist-config": "^1.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
||||
"@typescript-eslint/parser": "^8.0.0",
|
||||
"aria-query": "^5.3.0",
|
||||
"eslint-config-prettier": ">=8.0.0",
|
||||
"eslint-plugin-escompat": "^3.3.3",
|
||||
"eslint-plugin-escompat": "^3.11.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-plugin-prettier": "^5.2.1",
|
||||
"eslint-rule-documentation": ">=1.0.0",
|
||||
"globals": "^15.12.0",
|
||||
"jsx-ast-utils": "^3.3.2",
|
||||
"prettier": "^3.0.0",
|
||||
"svg-element-attributes": "^1.3.1"
|
||||
"svg-element-attributes": "^1.3.1",
|
||||
"typescript-eslint": "^8.14.0"
|
||||
},
|
||||
"prettier": "@github/prettier-config",
|
||||
"browserslist": "@github/browserslist-config",
|
||||
"browserslist": "extends @github/browserslist-config",
|
||||
"peerDependencies": {
|
||||
"eslint": "^8.0.1"
|
||||
"eslint": "^8 || ^9"
|
||||
},
|
||||
"files": [
|
||||
"bin/*",
|
||||
|
|
@ -59,7 +66,7 @@
|
|||
"devDependencies": {
|
||||
"@github/prettier-config": "0.0.6",
|
||||
"chai": "^5.0.0",
|
||||
"eslint": "^8.0.1",
|
||||
"eslint": "^9.14.0",
|
||||
"eslint-doc-generator": "^1.4.3",
|
||||
"eslint-plugin-eslint-plugin": "^6.1.0",
|
||||
"mocha": "^10.0.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue