Skip to content

Commit de81e5b

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

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+364
-57
lines changed

.changeset/@graphql-inspector_serve-command-2719-dependencies.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/clean-pigs-whisper.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

packages/action/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @graphql-inspector/action
22

3+
## 5.0.0
4+
5+
### Major Changes
6+
7+
- [#2719](https://github.com/kamilkisiela/graphql-inspector/pull/2719)
8+
[`50874f2`](https://github.com/kamilkisiela/graphql-inspector/commit/50874f2d35d0d5ffda133bb35bb7ce0f8cdb64c3)
9+
Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - Upgrade the Node version from 16 to 18, as
10+
the minimum required version is now 18. Additionally, ensure that GraphQL Yoga is upgraded to
11+
version 5.
12+
13+
### Patch Changes
14+
15+
- Updated dependencies
16+
[[`50874f2`](https://github.com/kamilkisiela/graphql-inspector/commit/50874f2d35d0d5ffda133bb35bb7ce0f8cdb64c3)]:
17+
- @graphql-inspector/commands@5.0.0
18+
- @graphql-inspector/core@6.0.0
19+
320
## 4.0.4
421

522
### Patch Changes

packages/action/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-inspector/action",
3-
"version": "4.0.4",
3+
"version": "5.0.0",
44
"type": "module",
55
"description": "GraphQL Inspector functionality for GitHub Actions",
66
"repository": {

packages/ci/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# @graphql-inspector/ci
22

3+
## 5.0.0
4+
5+
### Major Changes
6+
7+
- [#2719](https://github.com/kamilkisiela/graphql-inspector/pull/2719)
8+
[`50874f2`](https://github.com/kamilkisiela/graphql-inspector/commit/50874f2d35d0d5ffda133bb35bb7ce0f8cdb64c3)
9+
Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - Upgrade the Node version from 16 to 18, as
10+
the minimum required version is now 18. Additionally, ensure that GraphQL Yoga is upgraded to
11+
version 5.
12+
13+
### Patch Changes
14+
15+
- Updated dependencies
16+
[[`50874f2`](https://github.com/kamilkisiela/graphql-inspector/commit/50874f2d35d0d5ffda133bb35bb7ce0f8cdb64c3)]:
17+
- @graphql-inspector/commands@5.0.0
18+
- @graphql-inspector/loaders@5.0.0
19+
- @graphql-inspector/config@5.0.0
20+
- @graphql-inspector/logger@5.0.0
21+
322
## 4.0.3
423

524
### Patch Changes

packages/ci/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-inspector/ci",
3-
"version": "4.0.3",
3+
"version": "5.0.0",
44
"type": "module",
55
"description": "Tooling for GraphQL. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.",
66
"repository": {

packages/cli/CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# @graphql-inspector/cli
22

3+
## 5.0.0
4+
5+
### Major Changes
6+
7+
- [#2719](https://github.com/kamilkisiela/graphql-inspector/pull/2719)
8+
[`50874f2`](https://github.com/kamilkisiela/graphql-inspector/commit/50874f2d35d0d5ffda133bb35bb7ce0f8cdb64c3)
9+
Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - Upgrade the Node version from 16 to 18, as
10+
the minimum required version is now 18. Additionally, ensure that GraphQL Yoga is upgraded to
11+
version 5.
12+
13+
### Patch Changes
14+
15+
- Updated dependencies
16+
[[`50874f2`](https://github.com/kamilkisiela/graphql-inspector/commit/50874f2d35d0d5ffda133bb35bb7ce0f8cdb64c3),
17+
[`50874f2`](https://github.com/kamilkisiela/graphql-inspector/commit/50874f2d35d0d5ffda133bb35bb7ce0f8cdb64c3)]:
18+
- @graphql-inspector/serve-command@5.0.0
19+
- @graphql-inspector/introspect-command@5.0.0
20+
- @graphql-inspector/commands@5.0.0
21+
- @graphql-inspector/coverage-command@6.0.0
22+
- @graphql-inspector/validate-command@5.0.0
23+
- @graphql-inspector/similar-command@5.0.0
24+
- @graphql-inspector/graphql-loader@5.0.0
25+
- @graphql-inspector/loaders@5.0.0
26+
- @graphql-inspector/audit-command@5.0.0
27+
- @graphql-inspector/github-loader@5.0.0
28+
- @graphql-inspector/diff-command@5.0.0
29+
- @graphql-inspector/docs-command@5.0.0
30+
- @graphql-inspector/code-loader@5.0.0
31+
- @graphql-inspector/json-loader@5.0.0
32+
- @graphql-inspector/git-loader@5.0.0
33+
- @graphql-inspector/url-loader@5.0.0
34+
- @graphql-inspector/config@5.0.0
35+
336
## 4.0.4
437

538
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-inspector/cli",
3-
"version": "4.0.4",
3+
"version": "5.0.0",
44
"type": "module",
55
"description": "Tooling for GraphQL. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.",
66
"repository": {

packages/commands/audit/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @graphql-inspector/audit-command
22

3+
## 5.0.0
4+
5+
### Major Changes
6+
7+
- [#2719](https://github.com/kamilkisiela/graphql-inspector/pull/2719)
8+
[`50874f2`](https://github.com/kamilkisiela/graphql-inspector/commit/50874f2d35d0d5ffda133bb35bb7ce0f8cdb64c3)
9+
Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - Upgrade the Node version from 16 to 18, as
10+
the minimum required version is now 18. Additionally, ensure that GraphQL Yoga is upgraded to
11+
version 5.
12+
13+
### Patch Changes
14+
15+
- Updated dependencies
16+
[[`50874f2`](https://github.com/kamilkisiela/graphql-inspector/commit/50874f2d35d0d5ffda133bb35bb7ce0f8cdb64c3)]:
17+
- @graphql-inspector/commands@5.0.0
18+
- @graphql-inspector/logger@5.0.0
19+
- @graphql-inspector/core@6.0.0
20+
321
## 4.0.4
422

523
### Patch Changes

packages/commands/audit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-inspector/audit-command",
3-
"version": "4.0.4",
3+
"version": "5.0.0",
44
"type": "module",
55
"description": "Audit Documents in GraphQL Inspector",
66
"repository": {

packages/commands/commands/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @graphql-inspector/commands
22

3+
## 5.0.0
4+
5+
### Major Changes
6+
7+
- [#2719](https://github.com/kamilkisiela/graphql-inspector/pull/2719)
8+
[`50874f2`](https://github.com/kamilkisiela/graphql-inspector/commit/50874f2d35d0d5ffda133bb35bb7ce0f8cdb64c3)
9+
Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - Upgrade the Node version from 16 to 18, as
10+
the minimum required version is now 18. Additionally, ensure that GraphQL Yoga is upgraded to
11+
version 5.
12+
13+
### Patch Changes
14+
15+
- Updated dependencies
16+
[[`50874f2`](https://github.com/kamilkisiela/graphql-inspector/commit/50874f2d35d0d5ffda133bb35bb7ce0f8cdb64c3)]:
17+
- @graphql-inspector/loaders@5.0.0
18+
- @graphql-inspector/config@5.0.0
19+
320
## 4.0.3
421

522
### Patch Changes

packages/commands/commands/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-inspector/commands",
3-
"version": "4.0.3",
3+
"version": "5.0.0",
44
"type": "module",
55
"description": "Plugin system for commands in GraphQL Inspector",
66
"repository": {
@@ -61,8 +61,8 @@
6161
"prepack": "bob prepack"
6262
},
6363
"peerDependencies": {
64-
"@graphql-inspector/config": "4.0.2",
65-
"@graphql-inspector/loaders": "4.0.3",
64+
"@graphql-inspector/config": "5.0.0",
65+
"@graphql-inspector/loaders": "5.0.0",
6666
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0",
6767
"yargs": "17.7.2"
6868
},

packages/commands/coverage/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @graphql-inspector/coverage-command
22

3+
## 6.0.0
4+
5+
### Major Changes
6+
7+
- [#2719](https://github.com/kamilkisiela/graphql-inspector/pull/2719)
8+
[`50874f2`](https://github.com/kamilkisiela/graphql-inspector/commit/50874f2d35d0d5ffda133bb35bb7ce0f8cdb64c3)
9+
Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - Upgrade the Node version from 16 to 18, as
10+
the minimum required version is now 18. Additionally, ensure that GraphQL Yoga is upgraded to
11+
version 5.
12+
13+
### Patch Changes
14+
15+
- Updated dependencies
16+
[[`50874f2`](https://github.com/kamilkisiela/graphql-inspector/commit/50874f2d35d0d5ffda133bb35bb7ce0f8cdb64c3)]:
17+
- @graphql-inspector/commands@5.0.0
18+
- @graphql-inspector/logger@5.0.0
19+
- @graphql-inspector/core@6.0.0
20+
321
## 5.0.4
422

523
### Patch Changes

packages/commands/coverage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-inspector/coverage-command",
3-
"version": "5.0.4",
3+
"version": "6.0.0",
44
"type": "module",
55
"description": "Schema Coverage in GraphQL Inspector",
66
"repository": {

packages/commands/diff/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @graphql-inspector/diff-command
22

3+
## 5.0.0
4+
5+
### Major Changes
6+
7+
- [#2719](https://github.com/kamilkisiela/graphql-inspector/pull/2719)
8+
[`50874f2`](https://github.com/kamilkisiela/graphql-inspector/commit/50874f2d35d0d5ffda133bb35bb7ce0f8cdb64c3)
9+
Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - Upgrade the Node version from 16 to 18, as
10+
the minimum required version is now 18. Additionally, ensure that GraphQL Yoga is upgraded to
11+
version 5.
12+
13+
### Patch Changes
14+
15+
- Updated dependencies
16+
[[`50874f2`](https://github.com/kamilkisiela/graphql-inspector/commit/50874f2d35d0d5ffda133bb35bb7ce0f8cdb64c3)]:
17+
- @graphql-inspector/commands@5.0.0
18+
- @graphql-inspector/logger@5.0.0
19+
- @graphql-inspector/core@6.0.0
20+
321
## 4.0.4
422

523
### Patch Changes

packages/commands/diff/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-inspector/diff-command",
3-
"version": "4.0.4",
3+
"version": "5.0.0",
44
"type": "module",
55
"description": "Compare GraphQL Schemas",
66
"repository": {

packages/commands/docs/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @graphql-inspector/docs-command
22

3+
## 5.0.0
4+
5+
### Major Changes
6+
7+
- [#2719](https://github.com/kamilkisiela/graphql-inspector/pull/2719)
8+
[`50874f2`](https://github.com/kamilkisiela/graphql-inspector/commit/50874f2d35d0d5ffda133bb35bb7ce0f8cdb64c3)
9+
Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - Upgrade the Node version from 16 to 18, as
10+
the minimum required version is now 18. Additionally, ensure that GraphQL Yoga is upgraded to
11+
version 5.
12+
13+
### Patch Changes
14+
15+
- Updated dependencies
16+
[[`50874f2`](https://github.com/kamilkisiela/graphql-inspector/commit/50874f2d35d0d5ffda133bb35bb7ce0f8cdb64c3)]:
17+
- @graphql-inspector/commands@5.0.0
18+
319
## 4.0.3
420

521
### Patch Changes

packages/commands/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-inspector/docs-command",
3-
"version": "4.0.3",
3+
"version": "5.0.0",
44
"type": "module",
55
"description": "Open GraphQL Inspector Documentation",
66
"repository": {

packages/commands/introspect/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @graphql-inspector/introspect-command
22

3+
## 5.0.0
4+
5+
### Major Changes
6+
7+
- [#2719](https://github.com/kamilkisiela/graphql-inspector/pull/2719)
8+
[`50874f2`](https://github.com/kamilkisiela/graphql-inspector/commit/50874f2d35d0d5ffda133bb35bb7ce0f8cdb64c3)
9+
Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - Upgrade the Node version from 16 to 18, as
10+
the minimum required version is now 18. Additionally, ensure that GraphQL Yoga is upgraded to
11+
version 5.
12+
13+
### Patch Changes
14+
15+
- Updated dependencies
16+
[[`50874f2`](https://github.com/kamilkisiela/graphql-inspector/commit/50874f2d35d0d5ffda133bb35bb7ce0f8cdb64c3)]:
17+
- @graphql-inspector/commands@5.0.0
18+
- @graphql-inspector/logger@5.0.0
19+
- @graphql-inspector/core@6.0.0
20+
321
## 4.0.4
422

523
### Patch Changes

packages/commands/introspect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-inspector/introspect-command",
3-
"version": "4.0.4",
3+
"version": "5.0.0",
44
"type": "module",
55
"description": "Introspects GraphQL Schema",
66
"repository": {

packages/commands/serve/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# @graphql-inspector/serve-command
22

3+
## 5.0.0
4+
5+
### Major Changes
6+
7+
- [#2719](https://github.com/kamilkisiela/graphql-inspector/pull/2719)
8+
[`50874f2`](https://github.com/kamilkisiela/graphql-inspector/commit/50874f2d35d0d5ffda133bb35bb7ce0f8cdb64c3)
9+
Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - Upgrade the Node version from 16 to 18, as
10+
the minimum required version is now 18. Additionally, ensure that GraphQL Yoga is upgraded to
11+
version 5.
12+
13+
### Patch Changes
14+
15+
- [#2719](https://github.com/kamilkisiela/graphql-inspector/pull/2719)
16+
[`50874f2`](https://github.com/kamilkisiela/graphql-inspector/commit/50874f2d35d0d5ffda133bb35bb7ce0f8cdb64c3)
17+
Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - dependencies updates:
18+
- Updated dependency
19+
[`[email protected]` ↗︎](https://www.npmjs.com/package/graphql-yoga/v/5.3.0) (from `4.0.3`, in
20+
`dependencies`)
21+
- Updated dependencies
22+
[[`50874f2`](https://github.com/kamilkisiela/graphql-inspector/commit/50874f2d35d0d5ffda133bb35bb7ce0f8cdb64c3)]:
23+
- @graphql-inspector/commands@5.0.0
24+
- @graphql-inspector/logger@5.0.0
25+
326
## 4.0.3
427

528
### Patch Changes

packages/commands/serve/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-inspector/serve-command",
3-
"version": "4.0.3",
3+
"version": "5.0.0",
44
"type": "module",
55
"description": "Serves GraphQL Schemma",
66
"repository": {

0 commit comments

Comments
 (0)