From 41bd0f1dff655fae063afa705e5b90231f9d311f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 17:29:32 +0000 Subject: [PATCH] Bump @graphql-codegen/urql-introspection from 2.1.1 to 3.0.0 Bumps [@graphql-codegen/urql-introspection](https://github.com/dotansimha/graphql-code-generator-community/tree/HEAD/packages/plugins/other/urql-introspection) from 2.1.1 to 3.0.0. - [Release notes](https://github.com/dotansimha/graphql-code-generator-community/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator-community/blob/main/packages/plugins/other/urql-introspection/CHANGELOG.md) - [Commits](https://github.com/dotansimha/graphql-code-generator-community/commits/@graphql-codegen/urql-introspection@3.0.0/packages/plugins/other/urql-introspection) --- updated-dependencies: - dependency-name: "@graphql-codegen/urql-introspection" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 83 +++++++++++++++++++++++++++++++++++++++++------ package.json | 2 +- 2 files changed, 74 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 672a019..631e54c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@graphql-codegen/typescript-graphql-files-modules": "2.1.1", "@graphql-codegen/typescript-operations": "2.2.2", "@graphql-codegen/typescript-urql": "^3.4.2", - "@graphql-codegen/urql-introspection": "2.1.1", + "@graphql-codegen/urql-introspection": "3.0.0", "@preact/preset-vite": "^2.7.0", "@typescript-eslint/eslint-plugin": "^6.13.1", "@typescript-eslint/parser": "^6.13.1", @@ -2191,19 +2191,82 @@ } }, "node_modules/@graphql-codegen/urql-introspection": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@graphql-codegen/urql-introspection/-/urql-introspection-2.1.1.tgz", - "integrity": "sha512-XLDLxyK8N3x3fvbkMoDb6lYPX2/rx3LiYT8dBeZYrBH1i9Tu0kfcEg0GeqNeLxiwnch9PZIC3O+gzROqP+rveA==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@graphql-codegen/urql-introspection/-/urql-introspection-3.0.0.tgz", + "integrity": "sha512-DBYfG3CO3G6MTzp+/FaXuxYS6cFSkpDMwxXKoJVqKR0jIGd/ev3Gh1pTgqxndcBu8oV9xjiaBQglKCge0EqLpQ==", "dev": true, "dependencies": { - "@graphql-codegen/plugin-helpers": "^2.3.2", - "@urql/introspection": "0.3.1", - "tslib": "~2.3.0" + "@graphql-codegen/plugin-helpers": "^3.0.0", + "@urql/introspection": "^0.3.2", + "tslib": "~2.6.0" + }, + "engines": { + "node": ">= 16.0.0" }, "peerDependencies": { "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" } }, + "node_modules/@graphql-codegen/urql-introspection/node_modules/@graphql-codegen/plugin-helpers": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-3.1.2.tgz", + "integrity": "sha512-emOQiHyIliVOIjKVKdsI5MXj312zmRDwmHpyUTZMjfpvxq/UVAHUJIVdVf+lnjjrI+LXBTgMlTWTgHQfmICxjg==", + "dev": true, + "dependencies": { + "@graphql-tools/utils": "^9.0.0", + "change-case-all": "1.0.15", + "common-tags": "1.8.2", + "import-from": "4.0.0", + "lodash": "~4.17.0", + "tslib": "~2.4.0" + }, + "peerDependencies": { + "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" + } + }, + "node_modules/@graphql-codegen/urql-introspection/node_modules/@graphql-codegen/plugin-helpers/node_modules/tslib": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz", + "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==", + "dev": true + }, + "node_modules/@graphql-codegen/urql-introspection/node_modules/@graphql-tools/utils": { + "version": "9.2.1", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.2.1.tgz", + "integrity": "sha512-WUw506Ql6xzmOORlriNrD6Ugx+HjVgYxt9KCXD9mHAak+eaXSwuGGPyE60hy9xaDEoXKBsG7SkG69ybitaVl6A==", + "dev": true, + "dependencies": { + "@graphql-typed-document-node/core": "^3.1.1", + "tslib": "^2.4.0" + }, + "peerDependencies": { + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" + } + }, + "node_modules/@graphql-codegen/urql-introspection/node_modules/change-case-all": { + "version": "1.0.15", + "resolved": "https://registry.npmjs.org/change-case-all/-/change-case-all-1.0.15.tgz", + "integrity": "sha512-3+GIFhk3sNuvFAJKU46o26OdzudQlPNBCu1ZQi3cMeMHhty1bhDxu2WrEilVNYaGvqUtR1VSigFcJOiS13dRhQ==", + "dev": true, + "dependencies": { + "change-case": "^4.1.2", + "is-lower-case": "^2.0.2", + "is-upper-case": "^2.0.2", + "lower-case": "^2.0.2", + "lower-case-first": "^2.0.2", + "sponge-case": "^1.0.1", + "swap-case": "^2.0.2", + "title-case": "^3.0.3", + "upper-case": "^2.0.2", + "upper-case-first": "^2.0.2" + } + }, + "node_modules/@graphql-codegen/urql-introspection/node_modules/tslib": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", + "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==", + "dev": true + }, "node_modules/@graphql-codegen/visitor-plugin-common": { "version": "2.13.1", "resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.13.1.tgz", @@ -3969,9 +4032,9 @@ } }, "node_modules/@urql/introspection": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/@urql/introspection/-/introspection-0.3.1.tgz", - "integrity": "sha512-4Srr45lA00cVlfRGtGJqYlc2vcPN6BZwFW9EVY20yROaoADCGNxm6xmScZhxuCRQPhOB9DXtuYs2KNrOo84ZeA==", + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/@urql/introspection/-/introspection-0.3.3.tgz", + "integrity": "sha512-tekSLLqWnusfV6V7xaEnLJQSdXOD/lWy7f8JYQwrX+88Md+voGSCSx5WJXI7KLBN3Tat2OV08tAr8UROykls4Q==", "dev": true, "peerDependencies": { "graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" diff --git a/package.json b/package.json index 90c6310..7da2e77 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@graphql-codegen/typescript-graphql-files-modules": "2.1.1", "@graphql-codegen/typescript-operations": "2.2.2", "@graphql-codegen/typescript-urql": "^3.4.2", - "@graphql-codegen/urql-introspection": "2.1.1", + "@graphql-codegen/urql-introspection": "3.0.0", "@preact/preset-vite": "^2.7.0", "@typescript-eslint/eslint-plugin": "^6.13.1", "@typescript-eslint/parser": "^6.13.1",