Skip to content

Commit fedec34

Browse files
update graphql-config to v4.4.0 that no longer requires typescript to be installed (#1338)
* update `graphql-config` to v4.4.0 that no longer requires `typescript` to be installed * chore(dependencies): updated changesets for modified dependencies Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d31d344 commit fedec34

File tree

5 files changed

+55
-64
lines changed

5 files changed

+55
-64
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@graphql-eslint/eslint-plugin": patch
3+
---
4+
dependencies updates:
5+
- Updated dependency [`graphql-config@^4.4.0` ↗︎](https://www.npmjs.com/package/graphql-config/v/4.4.0) (from `^4.3.6`, in `dependencies`)

.changeset/three-moose-roll.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphql-eslint/eslint-plugin': minor
3+
---
4+
5+
update `graphql-config` to v4.4.0 that no longer requires `typescript` to be installed

examples/multiple-projects-graphql-config/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
},
1212
"devDependencies": {
1313
"@graphql-eslint/eslint-plugin": "workspace:*",
14-
"eslint": "8.30.0"
14+
"cosmiconfig-typescript-loader": "4.3.0",
15+
"eslint": "8.30.0",
16+
"ts-node": "10.9.1",
17+
"typescript": "4.9.4"
1518
}
1619
}

packages/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"chalk": "^4.1.2",
4343
"debug": "^4.3.4",
4444
"fast-glob": "^3.2.12",
45-
"graphql-config": "^4.3.6",
45+
"graphql-config": "^4.4.0",
4646
"graphql-depth-limit": "^1.1.0",
4747
"lodash.lowercase": "^4.3.0"
4848
},

pnpm-lock.yaml

Lines changed: 40 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)