From 99be03d53eca507f70280be3649bda24ad4f0208 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Oct 2021 14:44:57 -0400 Subject: [PATCH] fix(deps): update dependency graphql-helix to v1.8.0 (#6728) Co-authored-by: Renovate Bot --- .vscode/settings.json | 2 +- packages/utils/graphql-codegen-testing/package.json | 2 +- scripts/test-esm.mjs | 2 ++ yarn.lock | 8 ++++---- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 15ebceec188..1500399fdca 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -14,7 +14,7 @@ "files.exclude": { "**/.git": true, "**/.DS_Store": true, - "node_modules": true, + "node_modules": false, "test-lib": true, "lib": true, "coverage": true, diff --git a/packages/utils/graphql-codegen-testing/package.json b/packages/utils/graphql-codegen-testing/package.json index 747a2b46ca9..d4daee6a74f 100644 --- a/packages/utils/graphql-codegen-testing/package.json +++ b/packages/utils/graphql-codegen-testing/package.json @@ -40,7 +40,7 @@ "@graphql-codegen/plugin-helpers": "^2.1.1", "common-tags": "^1.8.0", "lz-string": "^1.4.4", - "graphql-helix": "1.7.0", + "graphql-helix": "1.8.0", "nock": "13.1.3", "tslib": "~2.3.0" }, diff --git a/scripts/test-esm.mjs b/scripts/test-esm.mjs index 40588771d0f..33ecbebfeef 100644 --- a/scripts/test-esm.mjs +++ b/scripts/test-esm.mjs @@ -1,3 +1,4 @@ +/* eslint-disable no-console */ import globby from 'globby'; import { dirname } from 'path'; import { fileURLToPath } from 'url'; @@ -9,6 +10,7 @@ global.expect.extend = () => {}; async function main() { const mjsFiles = await globby(['../packages/**/dist/*.mjs'], { cwd: dirname(fileURLToPath(import.meta.url)), + ignore: ['../packages/utils/graphql-codegen-testing/dist/index.mjs'], }); const ok = []; diff --git a/yarn.lock b/yarn.lock index efc40f33917..141dd327272 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8023,10 +8023,10 @@ graphql-config@^4.0.1: minimatch "3.0.4" string-env-interpolation "1.0.1" -graphql-helix@1.7.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/graphql-helix/-/graphql-helix-1.7.0.tgz#452b2792447dddd259cdf4d6731da2171c8a7e49" - integrity sha512-CUqBZL0e/ivPnqFguzWCmMzPTjYXvak2465SsIiAYt0C2yZa4kjzQjB/JIF7YKHCsP8VrJwA29HXmYOJzPAe3g== +graphql-helix@1.8.0: + version "1.8.0" + resolved "https://registry.yarnpkg.com/graphql-helix/-/graphql-helix-1.8.0.tgz#e3dc18348acb8e792243f808130606c28214c4bd" + integrity sha512-tg1tdR2PgCOn2Z/NDSnA9rUR16bLrLtE4el/NwboQ4wWaWM/Eoi3ewV0gtyzKgg61+SjywEac5mDvGgK0AfsDg== graphql-language-service-interface@2.8.4: version "2.8.4"