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

fix(deps): update nestjs dependencies #501

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 16, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nestjs/config 2.3.3 -> 2.3.4 age adoption passing confidence
graphql 16.6.0 -> 16.10.0 age adoption passing confidence
graphql-ws 5.13.1 -> 5.16.0 age adoption passing confidence

Release Notes

nestjs/config (@​nestjs/config)

v2.3.4

Compare Source

  • fix: stringify primitives to avoid regressions (d2236e6)
  • Merge pull request #​1345 from nestjs/renovate/cimg-node-20.x (9f9b3fa)
  • Merge pull request #​1351 from nestjs/renovate/node-18.x (ebbc527)
  • chore(deps): update dependency @​types/node to v18.16.18 (f5c25ac)
  • chore(deps): update typescript-eslint monorepo to v5.59.11 (fe32a0c)
  • chore(deps): update nest monorepo to v9.4.3 (64c2c6e)
  • chore(deps): update dependency @​types/node to v18.16.17 (12a8a5b)
  • chore(deps): update node.js to v20.3 (7d3301e)
graphql/graphql-js (graphql)

v16.10.0: 16.10.0

Compare Source

v16.10.0 (2024-12-15)

New Feature 🚀
Bug Fix 🐞
Docs 📝
10 PRs were merged
Internal 🏠
4 PRs were merged
Committers: 5

v16.9.0

Compare Source

v16.9.0 (2024-06-21)

New Feature 🚀
  • #​4119 backport[v16]: Introduce "recommended" validation rules (@​benjie)
  • #​4122 backport[v16]: Enable passing values configuration to GraphQLEnumType as a thunk (@​benjie)
  • #​4124 backport[v16]: Implement OneOf Input Objects via @oneOf directive (@​benjie)
Committers: 1

v16.8.2

Compare Source

v16.8.2 (2024-06-12)

Bug Fix 🐞* #​4022 fix: remove globalThis check and align with what bundlers can accept (@​JoviDeCroock)
Internal 🏠* #​4104 Fix publish scripts (@​benjie)
Committers: 2

v16.8.1

Compare Source

v16.8.1 (2023-09-19)
Bug Fix 🐞
Committers: 1

v16.8.0

Compare Source

v16.8.0 (2023-08-14)

New Feature 🚀
Committers: 1

v16.7.1

Compare Source

v16.7.1 (2023-06-22)

📢 Big shout out to @​phryneas, who managed to reproduce this issue and come up with this fix.

Bug Fix 🐞
Committers: 1

v16.7.0

Compare Source

v16.7.0 (2023-06-21)
New Feature 🚀
Bug Fix 🐞
Committers: 3
enisdenjo/graphql-ws (graphql-ws)

v5.16.0

Compare Source

Bug Fixes
  • server: Return all subscriptions regardless of the return invocation order (f442288)
  • server: should not send error messages if socket closes before onSubscribe hooks resolves (db47a66), closes #​539
Features
  • server: Close code and reason are optional (6ae6e6f), closes #​547

v5.15.0

Compare Source

Bug Fixes
  • client: Use TerminatedCloseEvent class extending an Error for rejecting promises when terminating (74b4ceb), closes #​531
  • server: Dispose of subscriptions on close even if added late to the subscriptions list (#​534) (e45d6b1), closes #​532
Features

5.14.3 (2023-12-20)

Bug Fixes
  • client: Use closures instead of bindings (with this) (812129d)
  • remove package.json workspaces entry in release (63a831e), closes #​524

5.14.2 (2023-10-23)

Bug Fixes
  • client: correct close code for Bad Gateway reason (#​512) (0438650)

5.14.1 (2023-09-28)

Bug Fixes
  • server: Acknowledge connection before notifying the client to avoid race conditions with slow sends (#​506) (8cb82bd), closes #​501

v5.14.3

Compare Source

Bug Fixes
  • client: Use closures instead of bindings (with this) (812129d)
  • remove package.json workspaces entry in release (63a831e), closes #​524

v5.14.2

Compare Source

Bug Fixes
  • client: correct close code for Bad Gateway reason (#​512) (0438650)

v5.14.1

Compare Source

Bug Fixes
  • server: Acknowledge connection before notifying the client to avoid race conditions with slow sends (#​506) (8cb82bd), closes #​501

v5.14.0

Compare Source

Features

5.13.1 (2023-05-15)

Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 3am on Monday,before 3am on Wednesday,before 3am on Friday" (UTC), 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.

👻 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title fix(deps): update dependency @nestjs/config to v2.3.4 fix(deps): update nestjs dependencies Jun 21, 2023
@renovate renovate bot force-pushed the renovate/nestjs branch 3 times, most recently from 1994dda to b46dbf6 Compare June 22, 2023 19:03
@renovate renovate bot force-pushed the renovate/nestjs branch from b46dbf6 to 2e590d0 Compare July 3, 2023 08:07
@renovate renovate bot force-pushed the renovate/nestjs branch from 2e590d0 to 809d58b Compare August 14, 2023 21:33
@renovate renovate bot force-pushed the renovate/nestjs branch from 809d58b to 7ff5a63 Compare August 31, 2023 08:03
@renovate renovate bot force-pushed the renovate/nestjs branch from 24f51f5 to 4f9b386 Compare October 23, 2023 17:39
@renovate renovate bot force-pushed the renovate/nestjs branch from 4f9b386 to 21023a3 Compare December 20, 2023 13:13
@renovate renovate bot force-pushed the renovate/nestjs branch from 21023a3 to 4825436 Compare February 12, 2024 19:53
@renovate renovate bot force-pushed the renovate/nestjs branch from 4825436 to 20cd497 Compare March 27, 2024 22:05
@renovate renovate bot force-pushed the renovate/nestjs branch from b1d8d21 to 50d7b54 Compare December 15, 2024 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants