Skip to content

Commit 99be03d

Browse files
renovate[bot]renovate-bot
authored andcommitted
fix(deps): update dependency graphql-helix to v1.8.0 (#6728)
Co-authored-by: Renovate Bot <[email protected]>
1 parent c4f313f commit 99be03d

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

.vscode/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"files.exclude": {
1515
"**/.git": true,
1616
"**/.DS_Store": true,
17-
"node_modules": true,
17+
"node_modules": false,
1818
"test-lib": true,
1919
"lib": true,
2020
"coverage": true,

packages/utils/graphql-codegen-testing/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@graphql-codegen/plugin-helpers": "^2.1.1",
4141
"common-tags": "^1.8.0",
4242
"lz-string": "^1.4.4",
43-
"graphql-helix": "1.7.0",
43+
"graphql-helix": "1.8.0",
4444
"nock": "13.1.3",
4545
"tslib": "~2.3.0"
4646
},

scripts/test-esm.mjs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable no-console */
12
import globby from 'globby';
23
import { dirname } from 'path';
34
import { fileURLToPath } from 'url';
@@ -9,6 +10,7 @@ global.expect.extend = () => {};
910
async function main() {
1011
const mjsFiles = await globby(['../packages/**/dist/*.mjs'], {
1112
cwd: dirname(fileURLToPath(import.meta.url)),
13+
ignore: ['../packages/utils/graphql-codegen-testing/dist/index.mjs'],
1214
});
1315

1416
const ok = [];

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -8023,10 +8023,10 @@ graphql-config@^4.0.1:
80238023
minimatch "3.0.4"
80248024
string-env-interpolation "1.0.1"
80258025

8026-
graphql-helix@1.7.0:
8027-
version "1.7.0"
8028-
resolved "https://registry.yarnpkg.com/graphql-helix/-/graphql-helix-1.7.0.tgz#452b2792447dddd259cdf4d6731da2171c8a7e49"
8029-
integrity sha512-CUqBZL0e/ivPnqFguzWCmMzPTjYXvak2465SsIiAYt0C2yZa4kjzQjB/JIF7YKHCsP8VrJwA29HXmYOJzPAe3g==
8026+
graphql-helix@1.8.0:
8027+
version "1.8.0"
8028+
resolved "https://registry.yarnpkg.com/graphql-helix/-/graphql-helix-1.8.0.tgz#e3dc18348acb8e792243f808130606c28214c4bd"
8029+
integrity sha512-tg1tdR2PgCOn2Z/NDSnA9rUR16bLrLtE4el/NwboQ4wWaWM/Eoi3ewV0gtyzKgg61+SjywEac5mDvGgK0AfsDg==
80308030

80318031
80328032
version "2.8.4"

0 commit comments

Comments
 (0)