Skip to content

Commit

Permalink
chore(deps): update eslint monorepo to v9.15.0 (#2703)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 23, 2024
1 parent 18316dc commit 7c02700
Show file tree
Hide file tree
Showing 11 changed files with 228 additions and 211 deletions.
4 changes: 2 additions & 2 deletions examples/code-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"graphql": "16.9.0"
},
"devDependencies": {
"@eslint/js": "9.14.0",
"@eslint/js": "9.15.0",
"@graphql-eslint/eslint-plugin": "workspace:*",
"eslint": "9.14.0"
"eslint": "9.15.0"
}
}
4 changes: 2 additions & 2 deletions examples/graphql-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"graphql": "16.9.0"
},
"devDependencies": {
"@eslint/js": "9.14.0",
"@eslint/js": "9.15.0",
"@graphql-eslint/eslint-plugin": "workspace:*",
"eslint": "9.14.0"
"eslint": "9.15.0"
}
}
4 changes: 2 additions & 2 deletions examples/monorepo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"graphql": "16.9.0"
},
"devDependencies": {
"@eslint/js": "9.14.0",
"@eslint/js": "9.15.0",
"@graphql-eslint/eslint-plugin": "workspace:*",
"eslint": "9.14.0"
"eslint": "9.15.0"
}
}
2 changes: 1 addition & 1 deletion examples/multiple-projects-graphql-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "workspace:*",
"eslint": "9.14.0"
"eslint": "9.15.0"
}
}
4 changes: 2 additions & 2 deletions examples/prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"graphql": "16.9.0"
},
"devDependencies": {
"@eslint/js": "9.14.0",
"@eslint/js": "9.15.0",
"@graphql-eslint/eslint-plugin": "workspace:*",
"eslint": "9.14.0",
"eslint": "9.15.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"prettier": "3.3.3"
Expand Down
4 changes: 2 additions & 2 deletions examples/programmatic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"graphql": "16.9.0"
},
"devDependencies": {
"@eslint/js": "9.14.0",
"@eslint/js": "9.15.0",
"@graphql-eslint/eslint-plugin": "workspace:*",
"eslint": "9.14.0"
"eslint": "9.15.0"
}
}
2 changes: 1 addition & 1 deletion examples/svelte-code-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "workspace:*",
"eslint": "9.14.0",
"eslint": "9.15.0",
"svelte": "5.2.7",
"svelte-eslint-parser": "0.43.0",
"svelte2tsx": "0.7.28"
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-code-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "workspace:*",
"eslint": "9.14.0",
"eslint": "9.15.0",
"eslint-merge-processors": "^0.1.0",
"eslint-plugin-vue": "^9.31.0",
"eslint-processor-vue-blocks": "^0.1.2"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"chalk": "5.3.0",
"dedent": "1.5.3",
"enquirer": "2.4.1",
"eslint": "9.14.0",
"eslint": "9.15.0",
"eslint-plugin-eslint-plugin": "6.3.2",
"eslint-plugin-tailwindcss": "3.17.5",
"jest-snapshot-serializer-raw": "2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/rule-tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"eslint": "9.14.0"
"eslint": "9.15.0"
},
"dependencies": {
"@babel/code-frame": "^7.18.6"
},
"devDependencies": {
"@types/babel__code-frame": "7.0.6",
"@types/node": "22.9.2",
"eslint": "9.14.0"
"eslint": "9.15.0"
}
}
Loading

0 comments on commit 7c02700

Please sign in to comment.