Skip to content

chore(deps-dev): bump @nestjs/graphql from 9.0.5 to 10.0.2#61

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/nestjs/graphql-10.0.2
Closed

chore(deps-dev): bump @nestjs/graphql from 9.0.5 to 10.0.2#61
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/nestjs/graphql-10.0.2

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Feb 11, 2022

Bumps @nestjs/graphql from 9.0.5 to 10.0.2.

Release notes

Sourced from @​nestjs/graphql's releases.

v10.0.0 (2022-02-10)

  • @nestjs/graphql is now platform-agnostic (plug-in driver you want to use)
  • @nestjs/apollo represents Apollo server integration while @nestjs/mercurius is an adapter for Mercurius lib (fastify)
  • migrate to Lerna monorepo & yarn workspaces & ts project references
  • update to the latest version of graphql-tools (remove schemaDirectives support)
  • expose abstract driver that lets you integrate any GQL compatible server (e.g. express-gql) in a few lines

Migration guide

See https://docs.nestjs.com/graphql/migration-guide

Release 9.1.2

  • Merge branch 'renovate/apollo-graphql-packages' (319361d)
  • fix(): fix incompatibility with apollo/subgraph@0.1.5 (60ee0d0)
  • Merge branch 'master' into renovate/apollo-graphql-packages (41c421e)
  • Merge pull request #1846 from nestjs/renovate/subscriptions-transport-ws-0.x (956a39b)
  • chore(deps): update apollo graphql packages (79ddd22)
  • Merge pull request #1831 from nestjs/renovate/graphql-ws-5.x (458cb3b)
  • Merge pull request #1839 from greatSumini/feat/allow-enums-for-orphaned-types (f2015f5)
  • Merge pull request #1871 from caucik/fix-imports (696826d)
  • Merge pull request #1873 from caucik/patch-1 (0d61c32)
  • Merge pull request #1884 from nestjs/renovate/ts-morph-13.x (96509c0)
  • Merge pull request #1889 from nestjs/renovate/ws-8.x (14e5ba9)
  • chore(deps): update dependency @​types/node to v16.11.10 (d5c843b)
  • fix(deps): update dependency ws to v8.3.0 (c0b9e94)
  • chore(deps): update dependency ts-morph to v13 (0d36dd7)
  • chore(deps): update dependency class-transformer to v0.5.1 (16787f0)
  • chore(deps): update nest monorepo to v8.2.3 (2e9e5f0)
  • chore(deps): update dependency lint-staged to v12.1.2 (98c72b2)
  • chore(deps): update dependency lint-staged to v12.1.1 (e72d225)
  • chore(deps): update dependency eslint to v8.3.0 (9f0503f)
  • chore(deps): update dependency class-validator to v0.13.2 (f215f70)
  • chore(deps): update dependency release-it to v14.11.8 (ff0ce18)
  • chore(deps): update dependency @​types/node to v16.11.9 (eb85e57)
  • chore(deps): update dependency @​types/node to v16.11.8 (f3aa059)
  • chore(deps): update dependency @​types/jest to v27.0.3 (bd6a7b6)
  • chore(deps): update dependency lint-staged to v12.0.3 (f20fe04)
  • chore(deps): update nest monorepo to v8.2.2 (d22b2b6)
  • chore(deps): update dependency typescript to v4.5.2 (9c6fefc)
  • chore(deps): update commitlint monorepo to v15 (d8a5a8b)
  • chore(deps): update nest monorepo to v8.2.1 (4cc342b)
  • style: update PR template markdown file (522e9be)
  • refactor: update @​nestjs/common and @​nestjs/core imports to reference top level index.ts (ebca9ea)
  • chore(deps): update typescript-eslint monorepo to v5.4.0 (30fc907)
  • chore(deps): update dependency release-it to v14.11.7 (a56d515)
  • chore(deps): update dependency lint-staged to v12.0.2 (4514ce8)
  • chore(deps): update dependency lint-staged to v12.0.1 (ff895c2)
  • chore(deps): update dependency lint-staged to v12 (08a8306)
  • chore(deps): update dependency eslint-plugin-import to v2.25.3 (93a6d1f)

... (truncated)

Changelog

Sourced from @​nestjs/graphql's changelog.

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

9.2.0 (2022-01-24)

Bug Fixes

  • @​nest/graphql: change FieldMiddleware context type (b3ee614)
  • @​nestjs/graphql: fix array type output of generated properties (fe2e1c5)
  • @​nestjs/graphql: fixed fatal error when sec-websocket-protocol isn't exists in request headers using graphql-ws (4ea6609)
  • @​nestjs/graphql: update federation module directive loading (a869eda), closes #837
  • add all options for ApolloServer to Gateway (5c6e168)
  • add apollo gateway to optional deps (07aba27)
  • add apollo gateway to optional deps (e07aade)
  • add arg type check (code first) (f0235f6)
  • add eager imports to analysed field types (c0ddccd)
  • add enhancer type to the public api (135a396)
  • add field directives on interface types (41ad53a)
  • add is optional to properties detected by plugin (e550426)
  • add missing apolloServer.start() (001fb25)
  • add missing class validator (dev dependency) (dcf1e0d)
  • add missing const (e1fa414)
  • add missing exports (1a713b2)
  • add missing model prefix to plugin (e72921a)
  • add more descriptive message when no type defs found (f5dd302)
  • add more verbose error for code first decorators (08ddc30)
  • add partial to the enum metadata values map (316eece)
  • add property initializers inheritance support (cc8be5c)
  • add require call to loadPackage (7128029)
  • add symbol to query if used as return type #979 (c6160e9)
  • apollo graphql base adapter is now abstract (9eab0e9)
  • apply default plugins only if playground option defined (22fb449)
  • assign req to object instead of object merge #830 (1ec9f38)
  • ast: correctly mark fields as nullable when not required (06d001a), closes #1128
  • avoid adding barrel import (plugin) (1c469fb)
  • await apolloServer.start in registerExpress (54f2489)
  • change description to an optional property (scalar) (c5be8ee)
  • change GatewayModuleOptions interface (1d3ef17)
  • code-first-federation: Add union type resolvers to generateSchema (5431211), closes nestjs/graphql#886
  • correctly extend options.schema (4757ac4)
  • custom-scalar.interface.ts (0fe9f38)
  • deps: add iterall dependency (91b19f4), closes nestjs#537
  • deps: pin dependency iterall to 1.2.2 (ce70ea4)
  • deps: pin dependency rimraf to 3.0.0 (5c3b105)
  • deps: pin dependency ts-morph to 3.1.0 (0ffa21a)
  • deps: pin dependency tslib to 1.10.0 (1db02ea)
  • deps: update apollo graphql packages to v2.16.1 (5bc6e27)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@nestjs/graphql](https://github.com/nestjs/graphql) from 9.0.5 to 10.0.2.
- [Release notes](https://github.com/nestjs/graphql/releases)
- [Changelog](https://github.com/nestjs/graphql/blob/master/CHANGELOG.md)
- [Commits](nestjs/graphql@9.0.5...v10.0.2)

---
updated-dependencies:
- dependency-name: "@nestjs/graphql"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 11, 2022
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Feb 21, 2022

Superseded by #63.

@dependabot dependabot bot closed this Feb 21, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nestjs/graphql-10.0.2 branch February 21, 2022 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants