Skip to content

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

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

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

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps @nestjs/graphql from 9.0.5 to 10.0.4.

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)

Commits
  • 1fe7874 v10.0.4
  • 0c82d87 Merge pull request #2020 from Davide-Gheri/fix/mercurius-gateway-2008
  • bbdad2e fix(mercurius): wrap context resolver should not destruct req object #2025
  • 9705d7b fix(graphql): retrieve typename in resolve type factories
  • 4d7be81 v10.0.3
  • 4687c89 fix(apollo): add nestjs/graphql to peer deps
  • 1bfe7d7 chore(deps): update nest monorepo to v8.3.1
  • 07fc647 chore(): cleanup
  • ea9ac4d chore(): run format and lint
  • 82eafe5 fix(): updated tests
  • Additional commits viewable in compare view

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.4.
- [Release notes](https://github.com/nestjs/graphql/releases)
- [Commits](nestjs/graphql@9.0.5...v10.0.4)

---
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 21, 2022
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Feb 23, 2022

Superseded by #65.

@dependabot dependabot bot closed this Feb 23, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nestjs/graphql-10.0.4 branch February 23, 2022 12:17
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