Skip to content

Commit

Permalink
chore(deps): update dependency @theguild/prettier-config to v1.2.0 (#…
Browse files Browse the repository at this point in the history
…1857)

* chore(deps): update dependency @theguild/prettier-config to v1.2.0

* chore(dependencies): updated changesets for modified dependencies

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] authored Jun 7, 2023
1 parent 6ab66bf commit 92caaa0
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 69 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@babel/preset-typescript": "7.21.5",
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.24.2",
"@theguild/prettier-config": "1.1.3",
"@theguild/prettier-config": "1.2.0",
"@types/benchmark": "2.1.2",
"@types/jest": "29.5.2",
"@types/k6": "0.44.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/graphql-jit/test/graphql-jit.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { execute, type ExecutionArgs, subscribe } from 'graphql';
import { execute, subscribe, type ExecutionArgs } from 'graphql';
import { LRUCache } from 'lru-cache';
import { useParserCache } from '@envelop/parser-cache';
import {
Expand Down
3 changes: 1 addition & 2 deletions packages/plugins/preload-assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ yarn add @envelop/preload-assets
```

```ts
import { execute, parse, specifiedRules, subscribe, validate } from 'graphql'
import { makeExecutableSchema } from 'graphql'
import { execute, makeExecutableSchema, parse, specifiedRules, subscribe, validate } from 'graphql'
import { envelop, useEngine } from '@envelop/core'
import { usePreloadAssets } from '@envelop/preload-asset'

Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/validation-cache/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { GraphQLError, type GraphQLSchema, introspectionFromSchema, print } from 'graphql';
import { GraphQLError, introspectionFromSchema, print, type GraphQLSchema } from 'graphql';
import hashIt from 'hash-it';
import { LRUCache } from 'lru-cache';
import { getDocumentString, type Plugin } from '@envelop/core';
Expand Down
100 changes: 36 additions & 64 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 92caaa0

Please sign in to comment.