Skip to content

Commit d906e76

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

File tree

5 files changed

+25
-22
lines changed

5 files changed

+25
-22
lines changed

.changeset/early-poems-reflect.md

-11
This file was deleted.

.changeset/itchy-parents-melt.md

-5
This file was deleted.

.changeset/thin-chicken-doubt.md

-5
This file was deleted.

packages/plugin/CHANGELOG.md

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

3+
## 3.15.0
4+
5+
### Minor Changes
6+
7+
- [#1386](https://github.com/B2o5T/graphql-eslint/pull/1386)
8+
[`c5fb2dc`](https://github.com/B2o5T/graphql-eslint/commit/c5fb2dc5b81471f4d36cab108987f310f77ed454)
9+
Thanks [@B2o5T](https://github.com/B2o5T)! - The new version no longer crashes on VSCode-ESLint,
10+
when schema/siblings contain validation errors, also, GraphQL-ESLint now has `strict: true` in
11+
`tsconfig.json` and extends `@typescript-eslint` recommended config 🚀
12+
13+
P.S. GraphQL-ESLint now has its own website, all documentation moved here. Also, it contains a new
14+
fancy playground page 💅 for both schema/operations testing
15+
https://the-guild.dev/graphql/eslint/play
16+
17+
### Patch Changes
18+
19+
- [#1352](https://github.com/B2o5T/graphql-eslint/pull/1352)
20+
[`ed8ab2a`](https://github.com/B2o5T/graphql-eslint/commit/ed8ab2ad7df780f125caf7647693c2df0ff4f467)
21+
Thanks [@B2o5T](https://github.com/B2o5T)! - add `"strict": true` in `tsconfig.json`
22+
23+
- [#1176](https://github.com/B2o5T/graphql-eslint/pull/1176)
24+
[`876e536`](https://github.com/B2o5T/graphql-eslint/commit/876e5361959cbab418c4feee8c85e288c75e3e0e)
25+
Thanks [@Berger92](https://github.com/Berger92)! - Fix `RuleDocsInfo` type
26+
327
## 3.14.3
428

529
### 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.14.3",
3+
"version": "3.15.0",
44
"description": "GraphQL plugin for ESLint",
55
"repository": "https://github.com/B2o5T/graphql-eslint",
66
"author": "Dotan Simha <[email protected]>",

0 commit comments

Comments
 (0)