Skip to content

Commit c8d2ee7

Browse files
chore(release): update monorepo packages versions (#1199)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 51ecd79 commit c8d2ee7

File tree

14 files changed

+26
-27
lines changed

14 files changed

+26
-27
lines changed

.changeset/@graphql-eslint_eslint-plugin-1201-dependencies.md

-5
This file was deleted.

.changeset/curly-carrots-call.md

-7
This file was deleted.

.changeset/tame-baboons-retire.md

-5
This file was deleted.

examples/basic/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"graphql": "16.6.0"
1212
},
1313
"devDependencies": {
14-
"@graphql-eslint/eslint-plugin": "3.11.2",
14+
"@graphql-eslint/eslint-plugin": "3.12.0",
1515
"eslint": "8.25.0"
1616
}
1717
}

examples/code-file/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"graphql": "16.6.0"
1212
},
1313
"devDependencies": {
14-
"@graphql-eslint/eslint-plugin": "3.11.2",
14+
"@graphql-eslint/eslint-plugin": "3.12.0",
1515
"eslint": "8.25.0"
1616
}
1717
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"graphql-tag": "2.12.6"
1313
},
1414
"devDependencies": {
15-
"@graphql-eslint/eslint-plugin": "3.11.2",
15+
"@graphql-eslint/eslint-plugin": "3.12.0",
1616
"eslint": "8.25.0"
1717
}
1818
}

examples/graphql-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"graphql": "16.6.0"
1212
},
1313
"devDependencies": {
14-
"@graphql-eslint/eslint-plugin": "3.11.2",
14+
"@graphql-eslint/eslint-plugin": "3.12.0",
1515
"eslint": "8.25.0"
1616
}
1717
}

examples/monorepo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"graphql": "16.6.0"
1111
},
1212
"devDependencies": {
13-
"@graphql-eslint/eslint-plugin": "3.11.2",
13+
"@graphql-eslint/eslint-plugin": "3.12.0",
1414
"eslint": "8.25.0"
1515
}
1616
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"graphql": "16.6.0"
1111
},
1212
"devDependencies": {
13-
"@graphql-eslint/eslint-plugin": "3.11.2",
13+
"@graphql-eslint/eslint-plugin": "3.12.0",
1414
"eslint": "8.24.0"
1515
}
1616
}

examples/prettier/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"graphql": "16.6.0"
1212
},
1313
"devDependencies": {
14-
"@graphql-eslint/eslint-plugin": "3.11.2",
14+
"@graphql-eslint/eslint-plugin": "3.12.0",
1515
"eslint": "8.25.0",
1616
"eslint-config-prettier": "8.5.0",
1717
"eslint-plugin-prettier": "4.2.1",

examples/svelte-code-file/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"graphql": "16.6.0"
1111
},
1212
"devDependencies": {
13-
"@graphql-eslint/eslint-plugin": "3.11.2",
13+
"@graphql-eslint/eslint-plugin": "3.12.0",
1414
"eslint": "8.24.0",
1515
"svelte": "3.50.1",
1616
"svelte-eslint-parser": "0.18.4",

examples/vue-code-file/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"graphql": "16.6.0"
1111
},
1212
"devDependencies": {
13-
"@graphql-eslint/eslint-plugin": "3.11.2",
13+
"@graphql-eslint/eslint-plugin": "3.12.0",
1414
"@vue/compiler-sfc": "3.2.40",
1515
"eslint": "8.24.0",
1616
"vue-eslint-parser": "9.1.0"

packages/plugin/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @graphql-eslint/eslint-plugin
22

3+
## 3.12.0
4+
5+
### Minor Changes
6+
7+
- [#1200](https://github.com/B2o5T/graphql-eslint/pull/1200) [`f193b5e`](https://github.com/B2o5T/graphql-eslint/commit/f193b5e53d9b9f6683f40afac4a8a2e9f4e9f639) Thanks [@B2o5T](https://github.com/B2o5T)! - support extracting GraphQL documents from `*.vue`/`*.svelte` code-files
8+
9+
### Patch Changes
10+
11+
- [#1201](https://github.com/B2o5T/graphql-eslint/pull/1201) [`ba26511`](https://github.com/B2o5T/graphql-eslint/commit/ba265113078345c0622b8eed6ce71dc82a705089) Thanks [@B2o5T](https://github.com/B2o5T)! - dependencies updates:
12+
13+
- Updated dependency [`graphql-config@^4.3.6` ↗︎](https://www.npmjs.com/package/graphql-config/v/4.3.6) (from `^4.3.5`, in `dependencies`)
14+
15+
- [#1198](https://github.com/B2o5T/graphql-eslint/pull/1198) [`2886adf`](https://github.com/B2o5T/graphql-eslint/commit/2886adf70e96a5c8b9a1ad320d35406691b7d487) Thanks [@B2o5T](https://github.com/B2o5T)! - fix passing pluck config via `graphql-config#extensions` field
16+
rename `extensions.graphqlTagPluck` to `extensions.pluckConfig`
17+
fix performance regression while using `processor: '@graphql-eslint/graphql'`
18+
319
## 3.11.2
420

521
### Patch Changes

packages/plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-eslint/eslint-plugin",
3-
"version": "3.11.2",
3+
"version": "3.12.0",
44
"repository": "https://github.com/B2o5T/graphql-eslint",
55
"author": "Dotan Simha <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)