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 #5073

Merged
merged 3 commits into from
Jan 26, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 24, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/client (source) 3.7.4 -> 3.7.5 age adoption passing confidence
@apollo/gateway 2.2.3 -> 2.3.0 age adoption passing confidence
@apollo/subgraph 2.2.3 -> 2.3.0 age adoption passing confidence
@cloudflare/workers-types 4.20221111.1 -> 4.20230115.0 age adoption passing confidence
@graphql-tools/batch-delegate 8.4.15 -> 8.4.16 age adoption passing confidence
@graphql-tools/delegate 9.0.22 -> 9.0.23 age adoption passing confidence
@graphql-tools/load 7.8.9 -> 7.8.10 age adoption passing confidence
@graphql-tools/mock 8.7.15 -> 8.7.16 age adoption passing confidence
@graphql-tools/schema 9.0.13 -> 9.0.14 age adoption passing confidence
@graphql-tools/stitch 8.7.36 -> 8.7.37 age adoption passing confidence
@graphql-tools/stitching-directives 2.3.25 -> 2.3.26 age adoption passing confidence
@graphql-tools/url-loader 7.17.3 -> 7.17.4 age adoption passing confidence
@graphql-tools/wrap 9.3.1 -> 9.3.2 age adoption passing confidence
@grpc/grpc-js (source) 1.8.5 -> 1.8.7 age adoption passing confidence
@neo4j/graphql (source) 3.14.2 -> 3.15.0 age adoption passing confidence
@types/jest (source) 29.2.6 -> 29.4.0 age adoption passing confidence
babel-jest 29.3.1 -> 29.4.1 age adoption passing confidence
fast-xml-parser 4.0.14 -> 4.0.15 age adoption passing confidence
ioredis 5.2.5 -> 5.3.0 age adoption passing confidence
jest (source) 29.3.1 -> 29.4.0 age adoption passing confidence
mongoose (source) 6.8.4 -> 6.9.0 age adoption passing confidence
protobufjs (source) 7.1.2 -> 7.2.0 age adoption passing confidence

Release Notes

apollographql/apollo-client

v3.7.5

Compare Source

Patch Changes
apollographql/federation (@​apollo/gateway)

v2.3.0

Compare Source

  • Fix unexpected composition error about @shareable field when @external is on a type in a fed1 schema (one without @link) PR #​2343.
  • Fix issue with some @interfaceObject queries due to missing "input rewrites" PR #​2346.
apollographql/federation (@​apollo/subgraph)

v2.3.0

Compare Source

  • @tag directive support for the SCHEMA location PR #​2314.
cloudflare/workerd

v4.20230115.0

Compare Source

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

v8.4.16

Compare Source

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

v9.0.23

Compare Source

Patch Changes
ardatan/graphql-tools (@​graphql-tools/load)

v7.8.10

Compare Source

Patch Changes
ardatan/graphql-tools (@​graphql-tools/mock)

v8.7.16

Compare Source

Patch Changes
ardatan/graphql-tools (@​graphql-tools/schema)

v9.0.14

Compare Source

Patch Changes
ardatan/graphql-tools (@​graphql-tools/stitch)

v8.7.37

Compare Source

Patch Changes
ardatan/graphql-tools (@​graphql-tools/stitching-directives)

v2.3.26

Compare Source

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

v7.17.4

Compare Source

Patch Changes
ardatan/graphql-tools (@​graphql-tools/wrap)

v9.3.2

Compare Source

Patch Changes
grpc/grpc-node

v1.8.7: @​grpc/grpc-js 1.8.7

Compare Source

  • Make handling of HTTP2 session references work independent of keepalive settings (#​2337)

v1.8.6: @​grpc/grpc-js 1.8.6

Compare Source

  • Hold a reference to transport from call to avoid premature garbage collection (#​2336)
neo4j/graphql

v3.15.0

Compare Source

Minor Changes
  • #​2359 3fd44b3ef Thanks @​farhadnowzari! - - The JwksEndpoint in Neo4jGraphQLAuthJWKSPlugin now will accept a function as well which returns a computed endpoint.

    • The Secret in Neo4jGraphQLAuthJWTPlugin now will accept a function as well which returns a computed secret.
  • #​2588 ef1822849 Thanks @​a-alle! - Add overwrite argument on connect operation for relationships to standard types and arrays of

Patch Changes
facebook/jest

v29.4.1

Compare Source

Features
  • [expect, jest-circus, @​jest/types] Implement numPassingAsserts of testResults to track the number of passing asserts in a test (#​13795)
  • [jest-core] Add newlines to JSON output (#​13817)
  • [@jest/reporters] Automatic log folding in GitHub Actions Reporter (#​13626)
Fixes
  • [@jest/expect-utils] toMatchObject diffs should include Symbol properties (#​13810)
  • [jest-runtime] Handle missing replaceProperty (#​13823)
  • [@jest/types] Add partial support for done callbacks in typings of each (#​13756)

v29.4.0

Compare Source

Features
  • [expect, @​jest/expect-utils] Support custom equality testers (#​13654)
  • [jest-config, jest-worker] Use os.availableParallelism if available to calculate number of workers to spawn (#​13738)
  • [@jest/globals, jest-mock] Add jest.replaceProperty() that replaces property value (#​13496)
  • [jest-haste-map] ignore Sapling vcs directories (.sl/) (#​13674)
  • [jest-resolve] Support subpath imports (#​13705, #​13723, #​13777)
  • [jest-runtime] Add jest.isolateModulesAsync for scoped module initialization of asynchronous functions (#​13680)
  • [jest-runtime] Add jest.isEnvironmentTornDown function (#​13741)
  • [jest-test-result] Added skipped and focused status to FormattedTestResult (#​13700)
  • [jest-transform] Support for asynchronous createTransformer (#​13762)
Fixes
  • [jest-environment-node] Fix non-configurable globals (#​13687)
  • [@jest/expect-utils] toMatchObject should handle Symbol properties (#​13639)
  • [jest-mock] Fix mockReset and resetAllMocks undefined return value(#​13692)
  • [jest-resolve] Add global paths to require.resolve.paths (#​13633)
  • [jest-resolve] Correct node core module detection when using node: specifiers (#​13806)
  • [jest-runtime] Support WASM files that import JS resources (#​13608)
  • [jest-runtime] Use the scriptTransformer cache in jest-runner (#​13735)
  • [jest-runtime] Enforce import assertions when importing JSON in ESM (#​12755 & #​13805)
  • [jest-snapshot] Make sure to import babel outside of the sandbox (#​13694)
  • [jest-transform] Ensure the correct configuration is passed to preprocessors specified multiple times in the transform option (#​13770)
Chore & Maintenance
  • [@jest/fake-timers] Update @sinonjs/fake-timers (#​13612)
  • [docs] Improve custom puppeteer example to prevent worker warnings (#​13619)
NaturalIntelligence/fast-xml-parser

v4.0.15

Compare Source

luin/ioredis

v5.3.0

Compare Source

Bug Fixes
Features

5.2.6 (2023-01-25)

Bug Fixes
  • remove extraneous TCP/IPC properties from RedisOptions TS type (#​1707) (9af7b1c)

5.2.5 (2023-01-14)

Bug Fixes
  • Named export to support ESM imports in Typescript (#​1695) (cdded57)

    With this change, users would be able to import Redis with import { Redis} from 'ioredis'. This makes it possible to import Redis in an ESM project. The original way (import Redis from 'ioredis') will still be supported but will be deprecated in the next major version.

5.2.4 (2022-11-02)

Bug Fixes

5.2.3 (2022-08-23)

Bug Fixes

5.2.2 (2022-07-23)

Bug Fixes
  • srandmember with count argument should return array of strings (#​1620) (5f813f3)

5.2.1 (2022-07-16)

Bug Fixes
  • always allow selecting a new node for cluster mode subscriptions when the current one fails (#​1589) (1c8cb85)

v5.2.6

Compare Source

Bug Fixes
  • remove extraneous TCP/IPC properties from RedisOptions TS type (#​1707) (9af7b1c)
Automattic/mongoose

v6.9.0

Compare Source

==================

protobufjs/protobuf.js

v7.2.0

Compare Source

Features
  • cli: generate static files at the granularity of proto messages (#​1840) (32f2d6a)
Bug Fixes

Configuration

📅 Schedule: Branch creation - "after 8pm,before 8:00am" in timezone Europe/Warsaw, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 24, 2023

🦋 Changeset detected

Latest commit: ba420cd

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

This PR includes changesets to release 103 packages
Name Type
@graphql-mesh/cache-redis Patch
@graphql-mesh/config Patch
@graphql-mesh/graphql Patch
@graphql-mesh/grpc 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/plugin-mock Patch
@graphql-mesh/postgraphile Patch
@graphql-mesh/runtime Patch
@graphql-mesh/transform-cache Patch
@graphql-mesh/transform-encapsulate Patch
@graphql-mesh/transform-extend Patch
@graphql-mesh/transform-federation Patch
@graphql-mesh/transform-filter-schema Patch
@graphql-mesh/transform-hive 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/types Patch
@graphql-mesh/utils Patch
@omnigraph/soap Patch
@graphql-mesh/cli Patch
nextjs-apollo-example Patch
nextjs-sdk-example Patch
odata-msgraph-programmatic-ts Patch
odata-msgraph-programmatic Patch
postgres-geodb-example Patch
graphql-file-upload-example Patch
covid-mesh Patch
openwhisk-example Patch
spacex-cfw Patch
type-merging-batching-example Patch
federation-gateway Patch
grpc-example Patch
grpc-reflection-example Patch
mysql-employees Patch
mysql-rfam Patch
neo4j-example Patch
odata-microsoft-graph-example Patch
odata-trippin-example Patch
hello-world-esm Patch
json-schema-hello-world Patch
json-schema-example Patch
@graphql-mesh/http Patch
typescript-location-weather-example Patch
gateway-example Patch
openapi-youtrack Patch
@graphql-mesh/jit-executor Patch
json-machete Patch
@graphql-mesh/store Patch
@graphql-mesh/cache-cfw-kv Patch
@graphql-mesh/cache-file Patch
@graphql-mesh/cache-localforage Patch
@graphql-mesh/json-schema Patch
@graphql-mesh/mongoose Patch
@graphql-mesh/openapi Patch
@graphql-mesh/raml Patch
@graphql-mesh/soap Patch
@graphql-mesh/thrift Patch
@graphql-mesh/tuql Patch
@graphql-mesh/transform-prune Patch
@graphql-mesh/transform-rate-limit 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-live-query Patch
@graphql-mesh/plugin-newrelic Patch
@graphql-mesh/plugin-operation-field-permissions 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/plugin-statsd Patch
@omnigraph/json-schema Patch
@omnigraph/openapi Patch
@omnigraph/raml Patch
auth0-example Patch
cloudflare-workers Patch
example-gcp Patch
hasura-openbrewery-geodb Patch
json-schema-fhir Patch
json-schema-subscriptions Patch
mongoose-example Patch
javascript-wiki Patch
openapi-stackexchange Patch
openapi-stripe Patch
openapi-subscriptions Patch
programmatic-batching-example Patch
reddit-example Patch
country-info-example Patch
soap-demo Patch
soap-netsuite Patch
chinook Patch
thrift-calculator 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 24, 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/cache-cfw-kv 0.1.6-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/cache-file 0.10.6-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/cache-localforage 0.7.6-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/cache-redis 0.11.7-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/cli 0.82.13-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/config 10.0.7-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/graphql 0.33.10-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/grpc 0.29.2-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/json-schema 0.37.7-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/mongoose 0.13.5-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/mysql 0.19.5-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/neo4j 0.22.7-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/odata 0.22.6-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/openapi 0.35.8-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/postgraphile 0.22.6-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/raml 0.10.7-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/soap 0.17.8-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/thrift 0.12.6-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/tuql 0.8.5-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/http 0.3.10-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/jit-executor 0.1.6-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
json-machete 0.18.5-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@omnigraph/json-schema 0.38.7-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@omnigraph/openapi 0.19.8-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@omnigraph/raml 0.9.7-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@omnigraph/soap 0.4.7-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/merger-bare 0.16.8-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/merger-federation 0.13.8-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/merger-stitching 0.18.8-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-deduplicate-request 0.1.7-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-hive 0.0.12-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-http-cache 0.1.7-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-http-details-extensions 0.1.7-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-live-query 0.2.6-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-mock 0.1.6-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-newrelic 0.3.7-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-operation-field-permissions 0.1.6-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-prometheus 0.3.8-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-rate-limit 0.2.8-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-response-cache 0.2.7-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-snapshot 0.1.9-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-statsd 0.1.6-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/runtime 0.46.6-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/store 0.9.6-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-cache 0.13.6-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-encapsulate 0.4.7-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-extend 0.11.6-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-federation 0.10.7-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-filter-schema 0.15.9-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-hive 0.0.12-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-hoist-field 0.2.7-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-naming-convention 0.13.7-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-prefix 0.12.7-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-prune 0.1.6-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-rate-limit 0.2.7-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-rename 0.14.7-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-replace-field 0.4.6-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-resolvers-composition 0.13.6-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-type-merging 0.5.6-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/types 0.89.5-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎
@graphql-mesh/utils 0.43.6-alpha-20230126152912-06b50c89d npm ↗︎ unpkg ↗︎

@github-actions
Copy link
Contributor

github-actions bot commented Jan 24, 2023

🚀 Website Preview

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

@renovate
Copy link
Contributor Author

renovate bot commented Jan 26, 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 ed5843d into master Jan 26, 2023
@ardatan ardatan deleted the renovate/all-minor-patch branch January 26, 2023 15:26
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.

None yet

1 participant