Skip to content

Commit cc02f30

Browse files
renovate[bot]renovate-botdimaMachina
authored
chore(deps): update dependency eslint-config-standard to v17 (#1037)
* chore(deps): update dependency eslint-config-standard to v17 * fix eslint-config-standard Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Dimitri POSTOLOV <[email protected]>
1 parent 8a3b584 commit cc02f30

File tree

8 files changed

+81
-119
lines changed

8 files changed

+81
-119
lines changed

examples/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
},
1414
"devDependencies": {
1515
"@graphql-eslint/eslint-plugin": "3.10.2",
16-
"eslint": "8.12.0"
16+
"eslint": "8.14.0"
1717
}
1818
}

examples/code-file/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
},
1414
"devDependencies": {
1515
"@graphql-eslint/eslint-plugin": "3.10.2",
16-
"eslint": "8.12.0"
16+
"eslint": "8.14.0"
1717
}
1818
}

examples/graphql-config-code-file/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
},
1515
"devDependencies": {
1616
"@graphql-eslint/eslint-plugin": "3.10.2",
17-
"eslint": "8.12.0"
17+
"eslint": "8.14.0"
1818
}
1919
}

examples/graphql-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
},
1414
"devDependencies": {
1515
"@graphql-eslint/eslint-plugin": "3.10.2",
16-
"eslint": "8.12.0"
16+
"eslint": "8.14.0"
1717
}
1818
}

examples/prettier/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
},
1414
"devDependencies": {
1515
"@graphql-eslint/eslint-plugin": "3.10.2",
16-
"eslint": "8.12.0",
16+
"eslint": "8.14.0",
1717
"eslint-config-prettier": "8.5.0",
1818
"eslint-plugin-prettier": "4.0.0",
19-
"prettier": "2.6.1"
19+
"prettier": "2.6.2"
2020
}
2121
}

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"generate:docs": "ts-node scripts/generate-docs.ts",
1313
"postinstall": "patch-package",
1414
"lint": "eslint --ignore-path .gitignore --ext ts,js .",
15-
"prebuild": "rimraf packages/*/dist",
15+
"prebuild": "rimraf packages/*/dist ./tsconfig.tsbuildinfo",
1616
"transpile-ts": "tsc --project tsconfig.json",
1717
"build": "yarn transpile-ts && bob build",
1818
"postbuild": "cp -r README.md docs ./packages/plugin/dist/",
@@ -39,12 +39,11 @@
3939
"enquirer": "2.3.6",
4040
"eslint": "8.14.0",
4141
"eslint-config-prettier": "8.5.0",
42-
"eslint-config-standard": "16.0.3",
42+
"eslint-config-standard": "17.0.0",
4343
"eslint-plugin-eslint-plugin": "4.1.0",
4444
"eslint-plugin-import": "2.26.0",
45-
"eslint-plugin-node": "11.1.0",
45+
"eslint-plugin-n": "15.1.0",
4646
"eslint-plugin-promise": "6.0.0",
47-
"eslint-plugin-standard": "5.0.0",
4847
"eslint-plugin-unicorn": "42.0.0",
4948
"husky": "7.0.4",
5049
"jest": "27.5.1",

packages/plugin/package.json

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,25 +34,23 @@
3434
"prepack": "bob prepack"
3535
},
3636
"dependencies": {
37-
"@babel/code-frame": "7.16.7",
38-
"@graphql-tools/code-file-loader": "^7.2.8",
39-
"@graphql-tools/graphql-tag-pluck": "^7.2.0",
40-
"@graphql-tools/utils": "^8.6.5",
41-
"chalk": "4.1.2",
42-
"debug": "4.3.4",
43-
"fast-glob": "3.2.11",
37+
"@babel/code-frame": "^7.16.7",
38+
"@graphql-tools/code-file-loader": "^7.2.14",
39+
"@graphql-tools/graphql-tag-pluck": "^7.2.6",
40+
"@graphql-tools/utils": "^8.6.9",
41+
"chalk": "^4.1.2",
42+
"debug": "^4.3.4",
43+
"fast-glob": "^3.2.11",
4444
"graphql-config": "^4.3.0",
45-
"graphql-depth-limit": "1.1.0",
46-
"lodash.lowercase": "4.3.0"
45+
"graphql-depth-limit": "^1.1.0",
46+
"lodash.lowercase": "^4.3.0"
4747
},
4848
"devDependencies": {
4949
"@types/babel__code-frame": "7.0.3",
5050
"@types/eslint": "8.4.1",
5151
"@types/graphql-depth-limit": "1.1.3",
5252
"@types/lodash.lowercase": "4.3.7",
53-
"bob-the-bundler": "1.6.2",
54-
"graphql": "16.3.0",
55-
"typescript": "4.6.3"
53+
"graphql": "16.3.0"
5654
},
5755
"peerDependencies": {
5856
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"

0 commit comments

Comments
 (0)