Skip to content

Commit

Permalink
Release v3.1.3 (#2125)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored Jul 6, 2022
1 parent 4dd065f commit 5d65b52
Show file tree
Hide file tree
Showing 26 changed files with 71 additions and 69 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

### vNEXT

### v3.1.3

- **core**: Fix missing export of `safeUnreachable` rule [#2063](https://github.com/kamilkisiela/graphql-inspector/issues/2063)
- **core**: Fix equality for objects [#2100](https://github.com/kamilkisiela/graphql-inspector/pull/2100)

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile-cli
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
FROM node:12-slim

LABEL version="3.1.2"
LABEL version="3.1.3"
LABEL repository="http://github.com/kamilkisiela/graphql-inspector"
LABEL homepage="http://github.com/kamilkisiela/graphql-inspector"
LABEL maintainer="Kamil Kisiela <[email protected]>"

ENV LOG_LEVEL "debug"

RUN apk --no-cache add git
RUN yarn global add @graphql-inspector/[email protected].2 graphql
RUN yarn global add @graphql-inspector/[email protected].3 graphql

RUN mkdir /app
WORKDIR /app
2 changes: 1 addition & 1 deletion action/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "3.1.2"
"version": "3.1.3"
}
6 changes: 3 additions & 3 deletions packages/action/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/action",
"version": "0.0.0-PLACEHOLDER",
"version": "3.1.3",
"description": "GraphQL Inspector functionality for GitHub Actions",
"sideEffects": false,
"main": "dist/index.js",
Expand Down Expand Up @@ -52,8 +52,8 @@
"dependencies": {
"@actions/core": "1.5.0",
"@actions/github": "4.0.0",
"@graphql-inspector/core": "0.0.0-PLACEHOLDER",
"@graphql-inspector/github": "0.0.0-PLACEHOLDER",
"@graphql-inspector/core": "3.1.3",
"@graphql-inspector/github": "3.1.3",
"js-yaml": "4.1.0",
"probot": "11.3.0",
"tslib": "^2.0.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/ci/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/ci",
"version": "0.0.0-PLACEHOLDER",
"version": "3.1.3",
"description": "Tooling for GraphQL. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.",
"keywords": [
"graphql",
Expand Down Expand Up @@ -59,10 +59,10 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-inspector/commands": "0.0.0-PLACEHOLDER",
"@graphql-inspector/config": "0.0.0-PLACEHOLDER",
"@graphql-inspector/loaders": "0.0.0-PLACEHOLDER",
"@graphql-inspector/logger": "0.0.0-PLACEHOLDER",
"@graphql-inspector/commands": "3.1.3",
"@graphql-inspector/config": "3.1.3",
"@graphql-inspector/loaders": "3.1.3",
"@graphql-inspector/logger": "3.1.3",
"tslib": "^2.0.0",
"yargs": "17.2.1"
}
Expand Down
32 changes: 16 additions & 16 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/cli",
"version": "0.0.0-PLACEHOLDER",
"version": "3.1.3",
"description": "Tooling for GraphQL. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.",
"keywords": [
"graphql",
Expand Down Expand Up @@ -61,21 +61,21 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-inspector/code-loader": "0.0.0-PLACEHOLDER",
"@graphql-inspector/commands": "0.0.0-PLACEHOLDER",
"@graphql-inspector/coverage-command": "0.0.0-PLACEHOLDER",
"@graphql-inspector/diff-command": "0.0.0-PLACEHOLDER",
"@graphql-inspector/docs-command": "0.0.0-PLACEHOLDER",
"@graphql-inspector/git-loader": "0.0.0-PLACEHOLDER",
"@graphql-inspector/github-loader": "0.0.0-PLACEHOLDER",
"@graphql-inspector/graphql-loader": "0.0.0-PLACEHOLDER",
"@graphql-inspector/introspect-command": "0.0.0-PLACEHOLDER",
"@graphql-inspector/json-loader": "0.0.0-PLACEHOLDER",
"@graphql-inspector/loaders": "0.0.0-PLACEHOLDER",
"@graphql-inspector/serve-command": "0.0.0-PLACEHOLDER",
"@graphql-inspector/similar-command": "0.0.0-PLACEHOLDER",
"@graphql-inspector/url-loader": "0.0.0-PLACEHOLDER",
"@graphql-inspector/validate-command": "0.0.0-PLACEHOLDER",
"@graphql-inspector/code-loader": "3.1.3",
"@graphql-inspector/commands": "3.1.3",
"@graphql-inspector/coverage-command": "3.1.3",
"@graphql-inspector/diff-command": "3.1.3",
"@graphql-inspector/docs-command": "3.1.3",
"@graphql-inspector/git-loader": "3.1.3",
"@graphql-inspector/github-loader": "3.1.3",
"@graphql-inspector/graphql-loader": "3.1.3",
"@graphql-inspector/introspect-command": "3.1.3",
"@graphql-inspector/json-loader": "3.1.3",
"@graphql-inspector/loaders": "3.1.3",
"@graphql-inspector/serve-command": "3.1.3",
"@graphql-inspector/similar-command": "3.1.3",
"@graphql-inspector/url-loader": "3.1.3",
"@graphql-inspector/validate-command": "3.1.3",
"tslib": "^2.0.0",
"yargs": "17.2.1"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/commands/commands/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/commands",
"version": "0.0.0-PLACEHOLDER",
"version": "3.1.3",
"description": "Plugin system for commands in GraphQL Inspector",
"keywords": [
"graphql",
Expand Down Expand Up @@ -37,8 +37,8 @@
"directory": "packages/commands/commands"
},
"peerDependencies": {
"@graphql-inspector/config": "0.0.0-PLACEHOLDER",
"@graphql-inspector/loaders": "0.0.0-PLACEHOLDER",
"@graphql-inspector/config": "3.1.3",
"@graphql-inspector/loaders": "3.1.3",
"graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0",
"yargs": "17.2.1"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/commands/coverage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/coverage-command",
"version": "0.0.0-PLACEHOLDER",
"version": "3.1.3",
"description": "Schema Coverage in GraphQL Inspector",
"keywords": [
"graphql",
Expand Down Expand Up @@ -40,9 +40,9 @@
"graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-inspector/commands": "0.0.0-PLACEHOLDER",
"@graphql-inspector/core": "0.0.0-PLACEHOLDER",
"@graphql-inspector/logger": "0.0.0-PLACEHOLDER",
"@graphql-inspector/commands": "3.1.3",
"@graphql-inspector/core": "3.1.3",
"@graphql-inspector/logger": "3.1.3",
"tslib": "^2.0.0"
},
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions packages/commands/diff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/diff-command",
"version": "0.0.0-PLACEHOLDER",
"version": "3.1.3",
"description": "Compare GraphQL Schemas",
"keywords": [
"graphql",
Expand Down Expand Up @@ -40,9 +40,9 @@
"graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-inspector/commands": "0.0.0-PLACEHOLDER",
"@graphql-inspector/core": "0.0.0-PLACEHOLDER",
"@graphql-inspector/logger": "0.0.0-PLACEHOLDER",
"@graphql-inspector/commands": "3.1.3",
"@graphql-inspector/core": "3.1.3",
"@graphql-inspector/logger": "3.1.3",
"tslib": "^2.0.0"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/commands/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/docs-command",
"version": "0.0.0-PLACEHOLDER",
"version": "3.1.3",
"description": "Open GraphQL Inspector Documentation",
"keywords": [
"graphql",
Expand Down Expand Up @@ -40,7 +40,7 @@
"graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-inspector/commands": "0.0.0-PLACEHOLDER",
"@graphql-inspector/commands": "3.1.3",
"open": "8.2.1",
"tslib": "^2.0.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/commands/introspect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/introspect-command",
"version": "0.0.0-PLACEHOLDER",
"version": "3.1.3",
"description": "Introspects GraphQL Schema",
"keywords": [
"graphql",
Expand Down Expand Up @@ -40,9 +40,9 @@
"graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-inspector/commands": "0.0.0-PLACEHOLDER",
"@graphql-inspector/core": "0.0.0-PLACEHOLDER",
"@graphql-inspector/logger": "0.0.0-PLACEHOLDER",
"@graphql-inspector/commands": "3.1.3",
"@graphql-inspector/core": "3.1.3",
"@graphql-inspector/logger": "3.1.3",
"tslib": "^2.0.0"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/commands/serve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/serve-command",
"version": "0.0.0-PLACEHOLDER",
"version": "3.1.3",
"description": "Serves GraphQL Schemma",
"keywords": [
"graphql",
Expand Down Expand Up @@ -40,8 +40,8 @@
"graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-inspector/commands": "0.0.0-PLACEHOLDER",
"@graphql-inspector/logger": "0.0.0-PLACEHOLDER",
"@graphql-inspector/commands": "3.1.3",
"@graphql-inspector/logger": "3.1.3",
"@graphql-yoga/node": "2.0.0",
"open": "8.2.1",
"tslib": "^2.0.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/commands/similar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/similar-command",
"version": "0.0.0-PLACEHOLDER",
"version": "3.1.3",
"description": "Find similar types in GraphQL Schema",
"keywords": [
"graphql",
Expand Down Expand Up @@ -40,9 +40,9 @@
"graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-inspector/commands": "0.0.0-PLACEHOLDER",
"@graphql-inspector/core": "0.0.0-PLACEHOLDER",
"@graphql-inspector/logger": "0.0.0-PLACEHOLDER",
"@graphql-inspector/commands": "3.1.3",
"@graphql-inspector/core": "3.1.3",
"@graphql-inspector/logger": "3.1.3",
"tslib": "^2.0.0"
},
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions packages/commands/validate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/validate-command",
"version": "0.0.0-PLACEHOLDER",
"version": "3.1.3",
"description": "Validate Documents in GraphQL Inspector",
"keywords": [
"graphql",
Expand Down Expand Up @@ -40,9 +40,9 @@
"graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-inspector/commands": "0.0.0-PLACEHOLDER",
"@graphql-inspector/core": "0.0.0-PLACEHOLDER",
"@graphql-inspector/logger": "0.0.0-PLACEHOLDER",
"@graphql-inspector/commands": "3.1.3",
"@graphql-inspector/core": "3.1.3",
"@graphql-inspector/logger": "3.1.3",
"tslib": "^2.0.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/config",
"version": "0.0.0-PLACEHOLDER",
"version": "3.1.3",
"sideEffects": false,
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/core",
"version": "0.0.0-PLACEHOLDER",
"version": "3.1.3",
"description": "Tooling for GraphQL. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.",
"keywords": [
"graphql",
Expand Down
4 changes: 2 additions & 2 deletions packages/github/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/github",
"version": "0.0.0-PLACEHOLDER",
"version": "3.1.3",
"description": "GraphQL Inspector's Probot. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.",
"keywords": [
"graphql",
Expand Down Expand Up @@ -54,7 +54,7 @@
"probot": "^9.0.1 || ^10.0.0 || ^11.0.0"
},
"dependencies": {
"@graphql-inspector/core": "0.0.0-PLACEHOLDER",
"@graphql-inspector/core": "3.1.3",
"axios": "0.21.4",
"dataloader": "2.0.0",
"js-yaml": "4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/code-loader",
"version": "0.0.0-PLACEHOLDER",
"version": "3.1.3",
"description": "Load GraphQL Schema and Documents from TypeScript and JavaScript code",
"keywords": [
"graphql",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/git/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/git-loader",
"version": "0.0.0-PLACEHOLDER",
"version": "3.1.3",
"description": "Load GraphQL Schema and Documents from Git repository",
"keywords": [
"graphql",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/github/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/github-loader",
"version": "0.0.0-PLACEHOLDER",
"version": "3.1.3",
"description": "Load GraphQL Schema and Documents from GitHub repository",
"keywords": [
"graphql",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/graphql-loader",
"version": "0.0.0-PLACEHOLDER",
"version": "3.1.3",
"description": "Load GraphQL Schema and Documents from GraphQL files (.graphql, .gql etc)",
"keywords": [
"graphql",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/json-loader",
"version": "0.0.0-PLACEHOLDER",
"version": "3.1.3",
"description": "Load GraphQL Schema from JSON files (introspection result)",
"keywords": [
"graphql",
Expand Down
4 changes: 2 additions & 2 deletions packages/loaders/loaders/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/loaders",
"version": "0.0.0-PLACEHOLDER",
"version": "3.1.3",
"description": "Loaders in GraphQL Inspector",
"keywords": [
"graphql",
Expand Down Expand Up @@ -37,7 +37,7 @@
"directory": "packages/plugins/plugin"
},
"peerDependencies": {
"@graphql-inspector/config": "0.0.0-PLACEHOLDER",
"@graphql-inspector/config": "3.1.3",
"@graphql-tools/utils": "^6.0.0 || ^7.0.0 || ^8.0.0",
"graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/url/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/url-loader",
"version": "0.0.0-PLACEHOLDER",
"version": "3.1.3",
"description": "Load GraphQL Schema from GraphQL endpoint (introspection)",
"keywords": [
"graphql",
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/logger",
"version": "0.0.0-PLACEHOLDER",
"version": "3.1.3",
"description": "Logger for GraphQL Inspector",
"sideEffects": false,
"main": "dist/index.js",
Expand Down

1 comment on commit 5d65b52

@vercel
Copy link

@vercel vercel bot commented on 5d65b52 Jul 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.