Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #5091

Merged
merged 6 commits into from
Feb 13, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 31, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/client (source) 3.7.5 -> 3.7.7 age adoption passing confidence
@apollo/gateway 2.3.0 -> 2.3.2 age adoption passing confidence
@apollo/subgraph 2.3.0 -> 2.3.2 age adoption passing confidence
@graphql-hive/cli (source) 0.19.12 -> 0.20.2 age adoption passing confidence
@graphql-hive/client (source) 0.22.0 -> 0.23.0 age adoption passing confidence
@graphql-tools/batch-delegate 8.4.17 -> 8.4.19 age adoption passing confidence
@graphql-tools/batch-execute 8.5.15 -> 8.5.17 age adoption passing confidence
@graphql-tools/code-file-loader 7.3.16 -> 7.3.20 age adoption passing confidence
@graphql-tools/delegate 9.0.24 -> 9.0.26 age adoption passing confidence
@graphql-tools/graphql-file-loader 7.5.14 -> 7.5.16 age adoption passing confidence
@graphql-tools/load 7.8.10 -> 7.8.12 age adoption passing confidence
@graphql-tools/mock 8.7.16 -> 8.7.18 age adoption passing confidence
@graphql-tools/resolvers-composition 6.5.15 -> 6.5.17 age adoption passing confidence
@graphql-tools/schema 9.0.14 -> 9.0.16 age adoption passing confidence
@graphql-tools/stitch 8.7.38 -> 8.7.40 age adoption passing confidence
@graphql-tools/stitching-directives 2.3.27 -> 2.3.29 age adoption passing confidence
@graphql-tools/url-loader 7.17.5 -> 7.17.12 age adoption passing confidence
@graphql-tools/utils 9.1.4 -> 9.2.1 age adoption passing confidence
@graphql-tools/wrap 9.3.3 -> 9.3.5 age adoption passing confidence
@graphql-yoga/plugin-prometheus 1.4.0 -> 1.5.1 age adoption passing confidence
@graphql-yoga/plugin-response-cache 1.4.0 -> 1.5.1 age adoption passing confidence
@grpc/grpc-js (source) 1.8.7 -> 1.8.8 age adoption passing confidence
@neo4j/graphql (source) 3.15.0 -> 3.16.0 age adoption passing confidence
@types/node (source) 18.11.18 -> 18.13.0 age adoption passing confidence
@types/react (source) 18.0.27 -> 18.0.28 age adoption passing confidence
@types/yargs (source) 17.0.20 -> 17.0.22 age adoption passing confidence
@vitejs/plugin-react (source) 3.0.1 -> 3.1.0 age adoption passing confidence
@whatwg-node/fetch ^0.6.0 -> ^0.8.0 age adoption passing confidence
@whatwg-node/fetch 0.6.2 -> 0.8.1 age adoption passing confidence
@whatwg-node/router 0.1.7 -> 0.2.7 age adoption passing confidence
babel-jest 29.4.1 -> 29.4.2 age adoption passing confidence
dataloader 2.1.0 -> 2.2.1 age adoption passing confidence
esbuild 0.17.5 -> 0.17.8 age adoption passing confidence
eslint (source) 8.33.0 -> 8.34.0 age adoption passing confidence
fast-xml-parser 4.0.15 -> 4.1.2 age adoption passing confidence
graphql-jit 0.7.4 -> 0.8.0 age adoption passing confidence
graphql-ws 5.11.2 -> 5.11.3 age adoption passing confidence
graphql-yoga 3.4.0 -> 3.5.1 age adoption passing confidence
ioredis 5.3.0 -> 5.3.1 age adoption passing confidence
ioredis-mock 8.2.5 -> 8.2.6 age adoption passing confidence
jest (source) 29.4.1 -> 29.4.2 age adoption passing confidence
lint-staged 13.1.0 -> 13.1.1 age adoption passing confidence
mongoose (source) 6.9.0 -> 6.9.1 age adoption passing confidence
prettier (source) 2.8.3 -> 2.8.4 age adoption passing confidence
protobufjs (source) 7.2.0 -> 7.2.2 age adoption passing confidence
tailwindcss (source) 3.2.4 -> 3.2.6 age adoption passing confidence
undici (source) 5.16.0 -> 5.18.0 age adoption passing confidence
vite (source) 4.0.4 -> 4.1.1 age adoption passing confidence
wrangler 2.8.1 -> 2.9.1 age adoption passing confidence

Release Notes

apollographql/apollo-client

v3.7.7

Compare Source

Patch Changes
  • #​10502 315faf9ca Thanks @​jerelmiller! - Log a warning to the console when a mock passed to MockedProvider or MockLink cannot be matched to a query during a test. This makes it easier to debug user errors in the mock setup, such as typos, especially if the query under test is using an errorPolicy set to ignore, which makes it difficult to know that a match did not occur.

  • #​10499 9e54f5dfa Thanks @​phryneas! - Allow the execution function returned by useLazyQuery to change the query.

  • #​10362 14a56b105 Thanks @​mccraveiro! - Fix error when server returns an error and we are also querying for a local field

v3.7.6

Compare Source

Patch Changes
  • #​10470 47435e879 Thanks @​alessbell! - Bumps TypeScript to 4.9.4 (previously 4.7.4) and updates types to account for changes in TypeScript 4.8 by propagating contstraints on generic types. Technically this makes some types stricter as attempting to pass null|undefined into certain functions is now disallowed by TypeScript, but these were never expected runtime values in the first place.

  • #​10408 55ffafc58 Thanks @​zlrlo! - fix: modify BatchHttpLink to have a separate timer for each different batch key

  • #​9573 4a4f48dda Thanks @​vladar! - Improve performance of local resolvers by only executing selection sets that contain an @client directive. Previously, local resolvers were executed even when the field did not contain @client. While the result was properly discarded, the unncessary work could negatively affect query performance, sometimes signficantly.

apollographql/federation (@​apollo/gateway)

v2.3.2

Compare Source

Patch Changes

v2.3.1

Compare Source

Patch Changes

This CHANGELOG pertains only to Apollo Federation packages in the 2.x range. The Federation v0.x equivalent for this package can be found here on the version-0.x branch of this repo.

apollographql/federation (@​apollo/subgraph)

v2.3.2

Compare Source

Patch Changes

v2.3.1

Compare Source

Patch Changes

This CHANGELOG pertains only to Apollo Federation packages in the 2.x range. The Federation v0.x equivalent for this package can be found here on the version-0.x branch of this repo.

kamilkisiela/graphql-hive (@​graphql-hive/cli)

v0.20.2

Compare Source

Patch Changes

v0.20.1

Compare Source

Patch Changes

v0.20.0

Compare Source

Minor Changes
Patch Changes
kamilkisiela/graphql-hive (@​graphql-hive/client)

v0.23.0

Compare Source

Minor Changes
ardatan/graphql-tools (@​graphql-tools/batch-delegate)

v8.4.19

Compare Source

Patch Changes

v8.4.18

Compare Source

Patch Changes
ardatan/graphql-tools (@​graphql-tools/batch-execute)

v8.5.17

Compare Source

Patch Changes

v8.5.16

Compare Source

Patch Changes
ardatan/graphql-tools (@​graphql-tools/code-file-loader)

v7.3.20

Compare Source

Patch Changes

v7.3.19

Compare Source

Patch Changes

v7.3.18

Compare Source

Patch Changes

v7.3.17

Compare Source

Patch Changes
  • #​5005 02e3f149 Thanks @​Solo-steven! - # Fix CodeFile Loader's Bug

    Original CodeFileLoader's mergeOption method only does shadow copy, but option.pluckConfig is an object, shadow copy method would cause the coming option to overwrite the old option (pass when object construct).So we should change mergeOption to Deep copy, which would not cause overwrite.

ardatan/graphql-tools (@​graphql-tools/delegate)

v9.0.26

Compare Source

Patch Changes

[v9.0.25](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/delegate/CHA


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@changeset-bot
Copy link

changeset-bot bot commented Jan 31, 2023

🦋 Changeset detected

Latest commit: 325a5ea

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 105 packages
Name Type
@graphql-mesh/apollo-link Patch
@graphql-mesh/cache-file Patch
@graphql-mesh/cache-redis Patch
@graphql-mesh/cli Patch
@graphql-mesh/config Patch
@graphql-mesh/cross-helpers Patch
@graphql-mesh/graphql Patch
@graphql-mesh/grpc Patch
@graphql-mesh/http Patch
@graphql-mesh/jit-executor Patch
@graphql-mesh/json-schema Patch
@graphql-mesh/merger-bare Patch
@graphql-mesh/merger-federation Patch
@graphql-mesh/merger-stitching Patch
@graphql-mesh/mysql Patch
@graphql-mesh/neo4j Patch
@graphql-mesh/odata Patch
@graphql-mesh/openapi Patch
@graphql-mesh/plugin-deduplicate-request Patch
@graphql-mesh/plugin-hive Patch
@graphql-mesh/plugin-http-cache Patch
@graphql-mesh/plugin-http-details-extensions Patch
@graphql-mesh/plugin-mock Patch
@graphql-mesh/plugin-prometheus Patch
@graphql-mesh/plugin-rate-limit Patch
@graphql-mesh/plugin-response-cache Patch
@graphql-mesh/plugin-snapshot Patch
@graphql-mesh/postgraphile Patch
@graphql-mesh/raml Patch
@graphql-mesh/runtime Patch
neo4j-example Patch
postgres-geodb-example Patch
auth0-example Patch
cloudflare-workers Patch
example-gcp Patch
graphql-file-upload-example Patch
grpc-example Patch
grpc-reflection-example Patch
hasura-openbrewery-geodb Patch
hello-world-esm Patch
json-schema-hello-world Patch
covid-mesh Patch
json-schema-example Patch
json-schema-fhir Patch
json-schema-subscriptions Patch
mongoose-example Patch
mysql-employees Patch
mysql-rfam Patch
nextjs-apollo-example Patch
nextjs-sdk-example Patch
odata-microsoft-graph-example Patch
odata-msgraph-programmatic-ts Patch
odata-msgraph-programmatic Patch
odata-trippin-example Patch
javascript-wiki Patch
typescript-location-weather-example Patch
openapi-stackexchange Patch
openapi-stripe Patch
openapi-subscriptions Patch
openapi-youtrack Patch
openwhisk-example Patch
programmatic-batching-example Patch
reddit-example Patch
country-info-example Patch
soap-demo Patch
soap-netsuite Patch
spacex-cfw Patch
chinook Patch
thrift-calculator Patch
type-merging-batching-example Patch
federation-gateway Patch
gateway-example Patch
json-machete Patch
@graphql-mesh/store Patch
@graphql-mesh/utils Patch
@graphql-mesh/thrift Patch
@graphql-mesh/tuql Patch
@graphql-mesh/transform-cache Patch
@graphql-mesh/transform-extend Patch
@graphql-mesh/transform-hive Patch
@graphql-mesh/transform-rate-limit Patch
@graphql-mesh/plugin-live-query Patch
@graphql-mesh/plugin-newrelic Patch
@graphql-mesh/plugin-operation-field-permissions Patch
@omnigraph/json-schema Patch
@omnigraph/openapi Patch
@omnigraph/raml Patch
@graphql-mesh/types Patch
@graphql-mesh/soap Patch
@graphql-mesh/cache-cfw-kv Patch
@graphql-mesh/cache-localforage Patch
@graphql-mesh/mongoose Patch
@graphql-mesh/transform-encapsulate Patch
@graphql-mesh/transform-federation Patch
@graphql-mesh/transform-filter-schema Patch
@graphql-mesh/transform-hoist-field Patch
@graphql-mesh/transform-naming-convention Patch
@graphql-mesh/transform-prefix Patch
@graphql-mesh/transform-rename Patch
@graphql-mesh/transform-replace-field Patch
@graphql-mesh/transform-resolvers-composition Patch
@graphql-mesh/transform-type-merging Patch
@graphql-mesh/plugin-statsd Patch
@omnigraph/soap Patch
@graphql-mesh/transform-prune Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented Jan 31, 2023

🚀 Website Preview

The latest changes to the website are available as preview in: https://7666cee8.graphql-mesh.pages.dev

@github-actions
Copy link
Contributor

github-actions bot commented Jan 31, 2023

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@graphql-mesh/apollo-link 10.0.3-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/cache-cfw-kv 0.1.8-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/cache-file 0.10.8-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/cache-localforage 0.7.8-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/cache-redis 0.11.9-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/cli 0.82.15-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/config 10.1.1-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/cross-helpers 0.3.2-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/graphql 0.34.1-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/grpc 0.29.4-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/json-schema 0.37.9-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/mongoose 0.13.7-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/mysql 0.19.7-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/neo4j 0.22.9-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/odata 0.22.8-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/openapi 0.35.10-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/postgraphile 0.22.8-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/raml 0.10.9-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/soap 0.17.10-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/thrift 0.12.8-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/tuql 0.8.7-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/http 0.3.12-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/jit-executor 0.1.8-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
json-machete 0.18.7-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@omnigraph/json-schema 0.38.9-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@omnigraph/openapi 0.19.10-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@omnigraph/raml 0.9.9-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@omnigraph/soap 0.4.9-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/merger-bare 0.16.10-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/merger-federation 0.13.10-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/merger-stitching 0.18.10-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-deduplicate-request 0.1.9-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-hive 0.0.14-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-http-cache 0.1.9-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-http-details-extensions 0.1.9-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-live-query 0.2.8-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-mock 0.1.8-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-newrelic 0.3.9-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-operation-field-permissions 0.1.8-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-prometheus 0.4.1-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-rate-limit 0.2.10-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-response-cache 0.2.9-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-snapshot 0.1.11-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-statsd 0.1.8-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/runtime 0.46.8-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/store 0.9.8-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-cache 0.13.8-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-encapsulate 0.4.9-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-extend 0.11.8-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-federation 0.11.0-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-filter-schema 0.15.11-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-hive 0.0.14-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-hoist-field 0.2.9-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-naming-convention 0.13.9-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-prefix 0.12.9-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-prune 0.1.8-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-rate-limit 0.2.9-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-rename 0.14.9-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-replace-field 0.4.8-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-resolvers-composition 0.13.8-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-type-merging 0.5.8-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/types 0.91.0-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/urql-exchange 10.0.2-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎
@graphql-mesh/utils 0.43.8-alpha-20230213100846-325a5eacf npm ↗︎ unpkg ↗︎

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 27b4e23 to b5fe1b3 Compare February 1, 2023 17:17
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Feb 1, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 00618fd to 64c977e Compare February 13, 2023 09:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6435f0c to 2343973 Compare February 13, 2023 09:32
@renovate
Copy link
Contributor Author

renovate bot commented Feb 13, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@ardatan ardatan merged commit 89bb721 into master Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant