graphql-tools
graphql-tools copied to clipboard
fix(deps): update dependency @theguild/components to v4.2.3
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @theguild/components | 4.1.6 -> 4.2.3 |
Release Notes
the-guild-org/the-guild-components
v4.2.3
Patch Changes
- #499
a52dc2cThanks @B2o5T! - fixnext export, check forprocess.env.npm_lifecycle_scriptinsteadprocess.env.npm_package_scripts_build(for pnpm compatibility)
v4.2.2
Patch Changes
-
#497
c066417Thanks @B2o5T! - dependencies updates:- Removed dependency
[email protected]↗︎ (fromdependencies) - Updated dependency
next@^12.3.1↗︎ (from^12.3.0, inpeerDependencies)
- Removed dependency
-
#497
c066417Thanks @B2o5T! - fix white flash on initial loading with dark theme remove<SubHeader />,<Footer />,<Instruction />components fix showingNextImage's in storybook
v4.2.1
Patch Changes
v4.2.0
Minor Changes
- #472
c2c5afdThanks @B2o5T! - Bug fixes for marketplace, added NPM utils and export from this package
Patch Changes
-
#465
03f12e6Thanks @renovate! - dependencies updates:- Updated dependency
[email protected]↗︎ (from9.0.0, independencies)
- Updated dependency
-
#470
41a9053Thanks @renovate! - dependencies updates:- Updated dependency
[email protected]↗︎ (from6.32.1, independencies)
- Updated dependency
-
#471
96e79a1Thanks @renovate! - dependencies updates:- Updated dependency
[email protected]↗︎ (from5.10.0, independencies)
- Updated dependency
-
#472
c2c5afdThanks @B2o5T! - dependencies updates:- Removed dependency
[email protected]↗︎ (fromdependencies) - Removed dependency
[email protected]↗︎ (fromdependencies)
- Removed dependency
Configuration
📅 Schedule: Branch creation - "after 10pm,before 6:00am" in timezone Europe/Warsaw, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
⚠️ No Changeset found
Latest commit: 124e15386febb76e36c487241574385220315589
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
✅ Benchmark Results
✓ no_errors
✓ expected_result
checks.........................: 100.00% ✓ 244 ✗ 0
data_received..................: 28 MB 2.8 MB/s
data_sent......................: 104 kB 10 kB/s
http_req_blocked...............: avg=4.76µs min=2.6µs med=3.3µs max=168.29µs p(90)=4.09µs p(95)=4.3µs
http_req_connecting............: avg=928ns min=0s med=0s max=113.29µs p(90)=0s p(95)=0s
✓ http_req_duration..............: avg=77.32ms min=67.7ms med=73.25ms max=160.38ms p(90)=80.35ms p(95)=119.18ms
{ expected_response:true }...: avg=77.32ms min=67.7ms med=73.25ms max=160.38ms p(90)=80.35ms p(95)=119.18ms
http_req_failed................: 0.00% ✓ 0 ✗ 122
http_req_receiving.............: avg=141.41µs min=113.49µs med=132.79µs max=589.99µs p(90)=150.94µs p(95)=208.61µs
http_req_sending...............: avg=131.74µs min=16.89µs med=24.7µs max=4.11ms p(90)=72.03µs p(95)=806.33µs
http_req_tls_handshaking.......: avg=0s min=0s med=0s max=0s p(90)=0s p(95)=0s
http_req_waiting...............: avg=77.04ms min=67.54ms med=73.09ms max=159.73ms p(90)=79.87ms p(95)=119.01ms
http_reqs......................: 122 12.158933/s
iteration_duration.............: avg=82.22ms min=72.22ms med=78.17ms max=165.12ms p(90)=85.71ms p(95)=123.73ms
iterations.....................: 122 12.158933/s
vus............................: 1 min=1 max=1
vus_max........................: 1 min=1 max=1
🚀 Website Preview
The latest changes to the website are available as preview in: https://0fe6dc52.graphql-tools.pages.dev
diff --git a/website/algolia-lockfile.json b/website/algolia-lockfile.json
index 71effc3c..b34c8189 100644
--- a/website/algolia-lockfile.json
+++ b/website/algolia-lockfile.json
@@ -1,7 +1,11 @@
[
{
"objectID": "tools-docs-batch-execution",
- "headings": ["Build an Executor", "Batch the Executor", "Merging Algorithm"],
+ "headings": [
+ "Build an Executor",
+ "Batch the Executor",
+ "Merging Algorithm"
+ ],
"toc": [
{
"children": [],
@@ -22,14 +26,20 @@
"content": "ed638ab31871b320dad71f16c934aed3",
"url": "https://www.the-guild.dev/graphql/tools/docs/batch-execution",
"domain": "https://www.the-guild.dev/graphql/tools/",
- "hierarchy": ["Docs"],
+ "hierarchy": [
+ "Docs"
+ ],
"source": "Tools",
"title": "Batch Execution",
"type": "Documentation"
},
{
"objectID": "tools-docs-connectors",
- "headings": ["Basic Fetching", "Factoring Out Fetching Details", "DataLoader and Caching"],
+ "headings": [
+ "Basic Fetching",
+ "Factoring Out Fetching Details",
+ "DataLoader and Caching"
+ ],
"toc": [
{
"children": [],
@@ -56,14 +66,19 @@
"content": "068d8072c8cab7e79e7b7794cfce2841",
"url": "https://www.the-guild.dev/graphql/tools/docs/connectors",
"domain": "https://www.the-guild.dev/graphql/tools/",
- "hierarchy": ["Docs"],
+ "hierarchy": [
+ "Docs"
+ ],
"source": "Tools",
"title": "Data Fetching",
"type": "Documentation"
},
{
"objectID": "tools-docs-documents-loading",
- "headings": ["Usage", "Error Handling"],
+ "headings": [
+ "Usage",
+ "Error Handling"
+ ],
"toc": [
{
"children": [],
@@ -91,7 +106,9 @@
"content": "a842b581a47b642a0d2531080be88525",
"url": "https://www.the-guild.dev/graphql/tools/docs/documents-loading",
"domain": "https://www.the-guild.dev/graphql/tools/",
- "hierarchy": ["Docs"],
+ "hierarchy": [
+ "Docs"
+ ],
"source": "Tools",
"title": "Documents Loading",
"type": "Documentation"
@@ -141,14 +158,19 @@
"content": "1e99de1d365f76a9134d087db6f27de1",
"url": "https://www.the-guild.dev/graphql/tools/docs/generate-schema",
"domain": "https://www.the-guild.dev/graphql/tools/",
- "hierarchy": ["Docs"],
+ "hierarchy": [
+ "Docs"
+ ],
"source": "Tools",
"title": "Executable Schemas",
"type": "Documentation"
},
{
"objectID": "tools-docs-graphql-tag-pluck",
- "headings": ["Usage", "Options"],
+ "headings": [
+ "Usage",
+ "Options"
+ ],
"toc": [
{
"children": [],
@@ -181,14 +203,19 @@
"content": "c69d30d63a0daf4373afac135e67ae4c",
"url": "https://www.the-guild.dev/graphql/tools/docs/graphql-tag-pluck",
"domain": "https://www.the-guild.dev/graphql/tools/",
- "hierarchy": ["Docs"],
+ "hierarchy": [
+ "Docs"
+ ],
"source": "Tools",
"title": "GraphQL Tag Pluck",
"type": "Documentation"
},
{
"objectID": "tools-docs-introduction",
- "headings": ["Using GraphQL with HTTP", "The GraphQL-First Philosophy"],
+ "headings": [
+ "Using GraphQL with HTTP",
+ "The GraphQL-First Philosophy"
+ ],
"toc": [
{
"children": [],
@@ -204,14 +231,19 @@
"content": "e1ce7f1d12f054ffa69743c217b9ca96",
"url": "https://www.the-guild.dev/graphql/tools/docs/introduction",
"domain": "https://www.the-guild.dev/graphql/tools/",
- "hierarchy": ["Docs"],
+ "hierarchy": [
+ "Docs"
+ ],
"source": "Tools",
"title": "Introduction",
"type": "Documentation"
},
{
"objectID": "tools-docs-migration-migration-from-import",
- "headings": ["Before", "After"],
+ "headings": [
+ "Before",
+ "After"
+ ],
"toc": [
{
"children": [],
@@ -227,14 +259,19 @@
"content": "466843a8f94e785f87274470417d25b5",
"url": "https://www.the-guild.dev/graphql/tools/docs/migration/migration-from-import",
"domain": "https://www.the-guild.dev/graphql/tools/",
- "hierarchy": ["Docs", "Migration"],
+ "hierarchy": [
+ "Docs",
+ "Migration"
+ ],
"source": "Tools",
"title": "From GraphQL Import",
"type": "Documentation"
},
{
"objectID": "tools-docs-migration-migration-from-merge-graphql-schemas",
- "headings": ["Merging Type Definitions"],
+ "headings": [
+ "Merging Type Definitions"
+ ],
"toc": [
{
"children": [],
@@ -245,7 +282,10 @@
"content": "b6e00df30623a78fc62d92c1c183a18e",
"url": "https://www.the-guild.dev/graphql/tools/docs/migration/migration-from-merge-graphql-schemas",
"domain": "https://www.the-guild.dev/graphql/tools/",
- "hierarchy": ["Docs", "Migration"],
+ "hierarchy": [
+ "Docs",
+ "Migration"
+ ],
"source": "Tools",
"title": "From Merge GraphQL Schemas",
"type": "Documentation"
@@ -257,14 +297,20 @@
"content": "f95ea3b88e5a78b5aa3d1ab475ab238f",
"url": "https://www.the-guild.dev/graphql/tools/docs/migration/migration-from-toolkit",
"domain": "https://www.the-guild.dev/graphql/tools/",
- "hierarchy": ["Docs", "Migration"],
+ "hierarchy": [
+ "Docs",
+ "Migration"
+ ],
"source": "Tools",
"title": "From GraphQL Toolkit",
"type": "Documentation"
},
{
"objectID": "tools-docs-migration-migration-from-tools",
- "headings": ["Upgrading from v6", "Upgrading from v4/v5"],
+ "headings": [
+ "Upgrading from v6",
+ "Upgrading from v4/v5"
+ ],
"toc": [
{
"children": [
@@ -344,7 +390,10 @@
"content": "4b9b178dbf741ca07b5c2c5475876024",
"url": "https://www.the-guild.dev/graphql/tools/docs/migration/migration-from-tools",
"domain": "https://www.the-guild.dev/graphql/tools/",
- "hierarchy": ["Docs", "Migration"],
+ "hierarchy": [
+ "Docs",
+ "Migration"
+ ],
"source": "Tools",
"title": "From Tools v4 - v6",
"type": "Documentation"
@@ -449,14 +498,20 @@
"content": "320f766c9e2fc5cc25d5c56c586a1890",
"url": "https://www.the-guild.dev/graphql/tools/docs/mocking",
"domain": "https://www.the-guild.dev/graphql/tools/",
- "hierarchy": ["Docs"],
+ "hierarchy": [
+ "Docs"
+ ],
"source": "Tools",
"title": "Mocking",
"type": "Documentation"
},
{
"objectID": "tools-docs-relay-operation-optimizer",
- "headings": ["Current List of Features", "Installation", "Usage"],
+ "headings": [
+ "Current List of Features",
+ "Installation",
+ "Usage"
+ ],
"toc": [
{
"children": [],
@@ -477,7 +532,9 @@
"content": "9ee844950832ef1791709b1e3a5ed90b",
"url": "https://www.the-guild.dev/graphql/tools/docs/relay-operation-optimizer",
"domain": "https://www.the-guild.dev/graphql/tools/",
- "hierarchy": ["Docs"],
+ "hierarchy": [
+ "Docs"
+ ],
"source": "Tools",
"title": "Relay Operation Optimizer",
"type": "Documentation"
@@ -538,14 +595,21 @@
"content": "75febe30c3f0f67a21685bbc8dfa74dd",
"url": "https://www.the-guild.dev/graphql/tools/docs/remote-schemas",
"domain": "https://www.the-guild.dev/graphql/tools/",
- "hierarchy": ["Docs"],
+ "hierarchy": [
+ "Docs"
+ ],
"source": "Tools",
"title": "Remote Schemas",
"type": "Documentation"
},
{
"objectID": "tools-docs-resolvers",
- "headings": ["Resolver Map", "Resolver Function Signature", "Unions and Interfaces", "API"],
+ "headings": [
+ "Resolver Map",
+ "Resolver Function Signature",
+ "Unions and Interfaces",
+ "API"
+ ],
"toc": [
{
"children": [],
@@ -605,14 +669,18 @@
"content": "06992744cc1dce5c34c2754abaa7a687",
"url": "https://www.the-guild.dev/graphql/tools/docs/resolvers",
"domain": "https://www.the-guild.dev/graphql/tools/",
- "hierarchy": ["Docs"],
+ "hierarchy": [
+ "Docs"
+ ],
"source": "Tools",
"title": "Resolvers",
"type": "Documentation"
},
{
"objectID": "tools-docs-resolvers-composition",
- "headings": ["Supported Path Matcher Format"],
+ "headings": [
+ "Supported Path Matcher Format"
+ ],
"toc": [
{
"children": [],
@@ -623,14 +691,20 @@
"content": "ce744deaf2b1c969111b227252454a53",
"url": "https://www.the-guild.dev/graphql/tools/docs/resolvers-composition",
"domain": "https://www.the-guild.dev/graphql/tools/",
- "hierarchy": ["Docs"],
+ "hierarchy": [
+ "Docs"
+ ],
"source": "Tools",
"title": "Resolvers Composition",
"type": "Documentation"
},
{
"objectID": "tools-docs-scalars",
- "headings": ["Custom Scalars", "Custom Scalar Examples", "Enums"],
+ "headings": [
+ "Custom Scalars",
+ "Custom Scalar Examples",
+ "Enums"
+ ],
"toc": [
{
"children": [
@@ -681,14 +755,19 @@
"content": "c2764d5f47d54ceaf061606d1bd2acec",
"url": "https://www.the-guild.dev/graphql/tools/docs/scalars",
"domain": "https://www.the-guild.dev/graphql/tools/",
- "hierarchy": ["Docs"],
+ "hierarchy": [
+ "Docs"
+ ],
"source": "Tools",
"title": "Custom Scalars and Enums",
"type": "Documentation"
},
{
"objectID": "tools-docs-schema-delegation",
- "headings": ["Motivational Example", "API"],
+ "headings": [
+ "Motivational Example",
+ "API"
+ ],
"toc": [
{
"children": [],
@@ -710,7 +789,9 @@
"content": "c56fd98822965b2b94a9a717b8780e9b",
"url": "https://www.the-guild.dev/graphql/tools/docs/schema-delegation",
"domain": "https://www.the-guild.dev/graphql/tools/",
- "hierarchy": ["Docs"],
+ "hierarchy": [
+ "Docs"
+ ],
"source": "Tools",
"title": "Schema Delegation",
"type": "Documentation"
@@ -804,7 +885,9 @@
"content": "d2146f4f54d5a2487b36a7eb3d18697b",
"url": "https://www.the-guild.dev/graphql/tools/docs/schema-directives",
"domain": "https://www.the-guild.dev/graphql/tools/",
- "hierarchy": ["Docs"],
+ "hierarchy": [
+ "Docs"
+ ],
"source": "Tools",
"title": "Schema Directives",
"type": "Documentation"
@@ -870,14 +953,20 @@
"content": "23b39366ac683cd86db4e61ad28b27e6",
"url": "https://www.the-guild.dev/graphql/tools/docs/schema-loading",
"domain": "https://www.the-guild.dev/graphql/tools/",
- "hierarchy": ["Docs"],
+ "hierarchy": [
+ "Docs"
+ ],
"source": "Tools",
"title": "Schema Loading",
"type": "Documentation"
},
{
"objectID": "tools-docs-schema-merging",
- "headings": ["Getting Started", "Merging Type Definitions", "Merging Resolvers"],
+ "headings": [
+ "Getting Started",
+ "Merging Type Definitions",
+ "Merging Resolvers"
+ ],
"toc": [
{
"children": [],
@@ -937,14 +1026,20 @@
"content": "9efe512050c7137d82ac2350dba164b3",
"url": "https://www.the-guild.dev/graphql/tools/docs/schema-merging",
"domain": "https://www.the-guild.dev/graphql/tools/",
- "hierarchy": ["Docs"],
+ "hierarchy": [
+ "Docs"
+ ],
"source": "Tools",
"title": "Schema Merging",
"type": "Documentation"
},
{
"objectID": "tools-docs-schema-stitching-stitch-api",
- "headings": ["`stitchSchemas`", "`createMergedTypeResolver`", "`forwardArgsToSelectionSet`"],
+ "headings": [
+ "`stitchSchemas`",
+ "`createMergedTypeResolver`",
+ "`forwardArgsToSelectionSet`"
+ ],
"toc": [
{
"children": [],
@@ -965,7 +1060,10 @@
"content": "5a92ed88055c304a845dd95a4c650e17",
"url": "https://www.the-guild.dev/graphql/tools/docs/schema-stitching/stitch-api",
"domain": "https://www.the-guild.dev/graphql/tools/",
- "hierarchy": ["Docs", "Schema Stitching"],
+ "hierarchy": [
+ "Docs",
+ "Schema Stitching"
+ ],
"source": "Tools",
"title": "Stitching API",
"type": "Documentation"
@@ -1033,14 +1131,23 @@
"content": "de223fbf7990d52286a457e7880bafc7",
"url": "https://www.the-guild.dev/graphql/tools/docs/schema-stitching/stitch-combining-schemas",
"domain": "https://www.the-guild.dev/graphql/tools/",
- "hierarchy": ["Docs", "Schema Stitching"],
+ "hierarchy": [
+ "Docs",
+ "Schema Stitching"
+ ],
"source": "Tools",
"title": "Combining Schemas",
"type": "Documentation"
},
{
"objectID": "tools-docs-schema-stitching-stitch-directives-sdl",
- "headings": ["Overview", "Directives Glossary", "Schema Setup", "Recipes", "Versioning & Release"],
+ "headings": [
+ "Overview",
+ "Directives Glossary",
+ "Schema Setup",
+ "Recipes",
+ "Versioning & Release"
+ ],
"toc": [
{
"children": [],
@@ -1110,14 +1217,21 @@
"content": "bb797de45235e625840803744dff01ff",
"url": "https://www.the-guild.dev/graphql/tools/docs/schema-stitching/stitch-directives-sdl",
"domain": "https://www.the-guild.dev/graphql/tools/",
- "hierarchy": ["Docs", "Schema Stitching"],
+ "hierarchy": [
+ "Docs",
+ "Schema Stitching"
+ ],
"source": "Tools",
"title": "Directives SDL",
"type": "Documentation"
},
{
"objectID": "tools-docs-schema-stitching-stitch-federation",
- "headings": ["Usage", "Example", "Translation Logic"],
+ "headings": [
+ "Usage",
+ "Example",
+ "Translation Logic"
+ ],
"toc": [
{
"children": [],
@@ -1138,14 +1252,22 @@
"content": "22d8df3cb39f23f896782f3fcfa69cef",
"url": "https://www.the-guild.dev/graphql/tools/docs/schema-stitching/stitch-federation",
"domain": "https://www.the-guild.dev/graphql/tools/",
- "hierarchy": ["Docs", "Schema Stitching"],
+ "hierarchy": [
+ "Docs",
+ "Schema Stitching"
+ ],
"source": "Tools",
"title": "Federation to Stitching",
"type": "Documentation"
},
{
"objectID": "tools-docs-schema-stitching-stitch-schema-extensions",
- "headings": ["Basic Example", "Batch Delegation", "Passing Gateway Arguments", "Extending Transformed Schemas"],
+ "headings": [
+ "Basic Example",
+ "Batch Delegation",
+ "Passing Gateway Arguments",
+ "Extending Transformed Schemas"
+ ],
"toc": [
{
"children": [
@@ -1195,7 +1317,10 @@
"content": "0e3051b158dc10770dd33e39022661a2",
"url": "https://www.the-guild.dev/graphql/tools/docs/schema-stitching/stitch-schema-extensions",
"domain": "https://www.the-guild.dev/graphql/tools/",
- "hierarchy": ["Docs", "Schema Stitching"],
+ "hierarchy": [
+ "Docs",
+ "Schema Stitching"
+ ],
"source": "Tools",
"title": "Extending Stitched Schemas",
"type": "Documentation"
@@ -1299,14 +1424,22 @@
"content": "e141d8b3cf3483465830826fe38d431b",
"url": "https://www.the-guild.dev/graphql/tools/docs/schema-stitching/stitch-type-merging",
"domain": "https://www.the-guild.dev/graphql/tools/",
- "hierarchy": ["Docs", "Schema Stitching"],
+ "hierarchy": [
+ "Docs",
+ "Schema Stitching"
+ ],
"source": "Tools",
"title": "Type Merging",
"type": "Documentation"
},
{
"objectID": "tools-docs-schema-wrapping",
- "headings": ["Getting Started", "Built-in Transforms", "Custom Transforms", "Subschema Delegation"],
+ "headings": [
+ "Getting Started",
+ "Built-in Transforms",
+ "Custom Transforms",
+ "Subschema Delegation"
+ ],
"toc": [
{
"children": [],
@@ -1359,14 +1492,19 @@
"content": "806c8ac86fcb4266089bf46daffb616b",
"url": "https://www.the-guild.dev/graphql/tools/docs/schema-wrapping",
"domain": "https://www.the-guild.dev/graphql/tools/",
- "hierarchy": ["Docs"],
+ "hierarchy": [
+ "Docs"
+ ],
"source": "Tools",
"title": "Schema Wrapping",
"type": "Documentation"
},
{
"objectID": "tools-docs-server-setup",
- "headings": ["GraphQL Yoga Example", "Adding Subscriptions Support"],
+ "headings": [
+ "GraphQL Yoga Example",
+ "Adding Subscriptions Support"
+ ],
"toc": [
{
"children": [],
@@ -1382,7 +1520,9 @@
"content": "61a58369de09e24788589008ebf2197a",
"url": "https://www.the-guild.dev/graphql/tools/docs/server-setup",
"domain": "https://www.the-guild.dev/graphql/tools/",
- "hierarchy": ["Docs"],
+ "hierarchy": [
+ "Docs"
+ ],
"source": "Tools",
"title": "Setup an HTTP Server",
"type": "Documentation"
@@ -1399,4 +1539,4 @@
"title": "Home",
"type": "Documentation"
}
-]
+]
\ No newline at end of file