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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 15, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/server (source) ^4.3.0 -> ^4.10.4 age adoption passing confidence
@apollo/utils.keyvadapter (source) ^3.0.0 -> ^3.1.0 age adoption passing confidence
@as-integrations/fastify (source) ^2.0.0 -> ^2.1.1 age adoption passing confidence
@fastify/one-line-logger ^1.1.1 -> ^1.3.0 age adoption passing confidence
@graphql-tools/schema (source) ^10.0.0 -> ^10.0.4 age adoption passing confidence
@keyv/redis ^2.5.4 -> ^2.8.5 age adoption passing confidence
@typegoose/typegoose (source) ^12.0.0 -> ^12.5.0 age adoption passing confidence
bcrypt ^5.1.0 -> ^5.1.1 age adoption passing confidence
class-validator ^0.14.0 -> ^0.14.1 age adoption passing confidence
env-schema ^5.2.0 -> ^5.2.1 age adoption passing confidence
fast-jwt ^4.0.0 -> ^4.0.1 age adoption passing confidence
fastify (source) ^4.11.0 -> ^4.27.0 age adoption passing confidence
google-auth-library ^9.0.0 -> ^9.10.0 age adoption passing confidence
graphql ^16.6.0 -> ^16.8.1 age adoption passing confidence
graphql-middleware ^6.1.33 -> ^6.1.35 age adoption passing confidence
graphql-redis-subscriptions ^2.6.0 -> ^2.6.1 age adoption passing confidence
graphql-ws ^5.11.2 -> ^5.16.0 age adoption passing confidence
ioredis ^5.2.4 -> ^5.4.1 age adoption passing confidence
keyv ^4.5.2 -> ^4.5.4 age adoption passing confidence
mongoose (source) ^8.0.0 -> ^8.4.1 age adoption passing confidence
reflect-metadata (source) ^0.1.13 -> ^0.2.2 age adoption passing confidence
type-graphql 2.0.0-beta.1 -> 2.0.0-rc.1 age adoption passing confidence
ws ^8.12.0 -> ^8.17.0 age adoption passing confidence

Release Notes

apollographql/apollo-server (@​apollo/server)

v4.10.4

Compare Source

Patch Changes
  • #​7871 18a3827 Thanks @​tninesling! - Subscription heartbeats are initialized prior to awaiting subscribe(). This allows long-running setup to happen in the returned Promise without the subscription being terminated prior to resolution.

v4.10.3

Compare Source

Patch Changes
  • #​7866 5f335a5 Thanks @​tninesling! - Catch errors thrown by subscription generators, and gracefully clean up the subscription instead of crashing.

v4.10.2

Compare Source

Patch Changes
  • #​7849 c7e514c Thanks @​TylerBloom! - In the subscription callback server plugin, terminating a subscription now immediately closes the internal async generator. This avoids that generator existing after termination and until the next message is received.

v4.10.1

Compare Source

Patch Changes
  • #​7843 72f568e Thanks @​bscherlein! - Improves timing of the willResolveField end hook on fields which return Promises resolving to Arrays. This makes the use of the setCacheHint method more reliable.

v4.10.0

Compare Source

Minor Changes
  • #​7786 869ec98 Thanks @​ganemone! - Restore missing v1 skipValidation option as dangerouslyDisableValidation. Note that enabling this option exposes your server to potential security and unexpected runtime issues. Apollo will not support issues that arise as a result of using this option.

  • #​7803 e9a0d6e Thanks @​favna! - allow stringifyResult to return a Promise<string>

    Users who implemented the stringifyResult hook can now expect error responses to be formatted with the hook as well. Please take care when updating to this version to ensure this is the desired behavior, or implement the desired behavior accordingly in your stringifyResult hook. This was considered a non-breaking change as we consider that it was an oversight in the original PR that introduced stringifyResult hook.

Patch Changes

v4.9.5

Compare Source

Patch Changes

v4.9.4

Compare Source

Patch Changes
  • #​7747 ddce036e1 Thanks @​trevor-scheer! - The minimum version of graphql officially supported by Apollo Server 4 as a peer dependency, v16.6.0, contains a serious bug that can crash your Node server. This bug is fixed in the immediate next version, graphql@16.7.0, and we strongly encourage you to upgrade your installation of graphql to at least v16.7.0 to avoid this bug. (For backwards compatibility reasons, we cannot change Apollo Server 4's minimum peer dependency, but will change it when we release Apollo Server 5.)

    Apollo Server 4 contained a particular line of code that makes triggering this crashing bug much more likely. This line was already removed in Apollo Server v3.8.2 (see #​6398) but the fix was accidentally not included in Apollo Server 4. We are now including this change in Apollo Server 4, which will reduce the likelihood of hitting this crashing bug for users of graphql v16.6.0. That said, taking this @apollo/server upgrade does not prevent this bug from being triggered in other ways, and the real fix to this crashing bug is to upgrade graphql.

apollographql/apollo-utils (@​apollo/utils.keyvadapter)

v3.1.0

Compare Source

Minor Changes
  • #​337 e02f708 Thanks @​HishamAli81! - Updated the KeyValueCache.KeyValueCacheSetOptions type to be configurable, to be able to support custom key value caches that require additional cache set options.
Patch Changes
apollo-server-integrations/apollo-server-integration-fastify (@​as-integrations/fastify)

v2.1.1

Compare Source

-- FIX: Fix CJS typings by removing redundant types field in package.json#exports #​268

v2.1.0

Compare Source

-- FEATURE: Add support for @defer (Incremental Delivery) #​55

fastify/one-line-logger (@​fastify/one-line-logger)

v1.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/one-line-logger@v1.2.0...v1.3.0

v1.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/one-line-logger@v1.1.1...v1.2.0

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

v10.0.4

Compare Source

Patch Changes

v10.0.3

Compare Source

Patch Changes

v10.0.2

Compare Source

Patch Changes

v10.0.1

Compare Source

Patch Changes
typegoose/typegoose (@​typegoose/typegoose)

v12.5.0

Compare Source

Dependencies
  • mongoose: upgrade to 8.4.0 (7a3e65e)
  • semver: upgrade to 7.6.2 (877b7da)
Dev-Dependencies

v12.4.0

Compare Source

Dependencies
  • mongoose: upgrade to 8.3.1 (a431d3a)
Dev-Dependencies
  • jest-runner-tsd: upgrade to 6.0.0 (06ec544)
  • mongodb-memory-server: upgrade to 9.2.0 (f999238)

v12.3.1

Compare Source

Fixes

v12.3.0

Compare Source

Features
Fixes
  • typegoose: update minimal node version check to match engines (a07c9ee)
  • typegoose: update mongoose version check for 8.2.4 (f197dbe)
Dependencies
  • mongoose: upgrade to 8.2.4 (f1e3dc7)
  • reflect-metadata: upgrade to 0.2.2 (1e4d282)
Dev-Dependencies

v12.2.0

Compare Source

Dependencies
  • loglevel: upgrade to 1.9.1 (f3455d1)
  • mongoose: upgrade to 8.2.0 (186328e)
  • semver: upgrade to 7.6.0 (1dcd4d2)
Dev-Dependencies

v12.1.0

Compare Source

Dependencies
  • mongoose: upgrade to 8.1.0 (99b3eca)
  • reflect-metadata: upgrade to 0.2.1 (0cc46a7)
Dev-Dependencies
  • @​types/jest: upgrade to 29.5.11 (db83044)
  • @​typescript-eslint/*: upgrade to 6.19.0 (d48adfb)
  • commitlint: upgrade to 17.8.1 (77ed29f)
  • eslint-config-prettier: upgrade to 9.1.0 (97b7859)
  • eslint-plugin-prettier: upgrade to 5.1.3 (6536299)
  • eslint: upgrade to 8.56.0 (464cb26)
  • mongodb-memory-server: upgrade to 9.1.5 (432798b)
  • prettier: upgrade to 3.2.4 (91cdff8)
  • typescript: upgrade to 5.3.3 (6a821f8)
kelektiv/node.bcrypt.js (bcrypt)

v5.1.1

Compare Source

What's Changed

New Contributors

Full Changelog: kelektiv/node.bcrypt.js@v5.1.0...v5.1.1

typestack/class-validator (class-validator)

v0.14.1

Compare Source

What's Changed


Configuration

📅 Schedule: Branch creation - "before 12pm on Sunday" (UTC), 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.

@codecov
Copy link

codecov bot commented Jan 15, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.21%. Comparing base (721b701) to head (b024576).
Report is 41 commits behind head on main.

Current head b024576 differs from pull request most recent head a95730d

Please upload reports for the commit a95730d to get more accurate results.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #26   +/-   ##
=======================================
  Coverage   67.21%   67.21%           
=======================================
  Files          36       36           
  Lines         610      610           
  Branches       98       98           
=======================================
  Hits          410      410           
  Misses        174      174           
  Partials       26       26           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/all-non-major branch 4 times, most recently from cbd25e9 to d15dc3e Compare January 21, 2023 14:52
@renovate renovate bot force-pushed the renovate/all-non-major branch 6 times, most recently from 9df2889 to 1a930df Compare January 29, 2023 02:23
@renovate renovate bot force-pushed the renovate/all-non-major branch 9 times, most recently from 67573e6 to c3acac3 Compare February 7, 2023 12:08
@renovate renovate bot force-pushed the renovate/all-non-major branch 5 times, most recently from 43105c5 to 6dd4190 Compare February 15, 2023 21:16
@renovate renovate bot force-pushed the renovate/all-non-major branch 4 times, most recently from 1ae5f5d to cc35cce Compare February 23, 2023 01:39
@renovate renovate bot force-pushed the renovate/all-non-major branch 2 times, most recently from d490540 to c4999ec Compare April 3, 2024 18:45
@renovate renovate bot force-pushed the renovate/all-non-major branch 2 times, most recently from feebd1b to 04aadd0 Compare April 8, 2024 20:06
@renovate renovate bot force-pushed the renovate/all-non-major branch 6 times, most recently from b771091 to 644844b Compare April 22, 2024 13:55
@renovate renovate bot force-pushed the renovate/all-non-major branch 6 times, most recently from 6acfa84 to 24bc22c Compare April 29, 2024 21:29
@renovate renovate bot force-pushed the renovate/all-non-major branch 5 times, most recently from 956515a to d5a1e36 Compare May 7, 2024 13:30
@renovate renovate bot force-pushed the renovate/all-non-major branch 4 times, most recently from 8cf6c6f to 405fb4f Compare May 17, 2024 14:54
@renovate renovate bot force-pushed the renovate/all-non-major branch 2 times, most recently from b836715 to 561871b Compare May 26, 2024 04:02
@renovate renovate bot force-pushed the renovate/all-non-major branch from 561871b to 3c9ffc9 Compare May 27, 2024 14:36
@renovate renovate bot force-pushed the renovate/all-non-major branch from 3c9ffc9 to a95730d Compare May 31, 2024 15:57
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

0 participants