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

An in-range update of @nestjs/graphql is breaking the build 🚨 #602

Open
greenkeeper bot opened this issue Jul 12, 2019 · 13 comments
Open

An in-range update of @nestjs/graphql is breaking the build 🚨 #602

greenkeeper bot opened this issue Jul 12, 2019 · 13 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Jul 12, 2019

The dependency @nestjs/graphql was updated from 6.2.5 to 6.3.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@nestjs/graphql is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ci/circleci: Your tests passed on CircleCI! (Details).
  • codecov/project: No report found to compare against (Details).
  • codecov/patch: Coverage not affected. (Details).
  • Better Code Hub: ✅ Better Code Hub approves this code (Details).
  • WhiteSource Security Check: The Security Check found 6 vulnerabilities.

Severity CVSS Score CVE GitHub Issue
High 8.0 WS-2019-0064 #433
High 7.5 CVE-2019-10746 #595
High 7.4 CVE-2019-10744 #590
Medium 5.5 WS-2018-0236 #584
Medium 5.0 WS-2019-0047 #418
Medium 5.0 WS-2019-0019 #136

Scan token: 1e9c277702024c5eabdda92a0bd3125a

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 13, 2019

Your tests are still failing with this version. Compare changes

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 14, 2019

Your tests are still failing with this version. Compare changes

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 16, 2019

Your tests are still failing with this version. Compare changes

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 17, 2019

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 29, 2019

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 2, 2019

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 4, 2019

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 27, 2019

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 27, 2019

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 2, 2020

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 23, 2020

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for Release 6.6.0
  • Merge pull request #619 from nestjs/renovate/pin-dependencies (4b5541a)
  • fix(deps): pin dependency tslib to 1.10.0 (1db02ea)
  • Merge branch 'tuxmachine-feat/federation' (2449d24)
  • refactor(): minor improvements, adjust code style (fd4502f)
  • fix(): resolve merge conflicts (6d37373)
  • Merge pull request #617 from nestjs/renovate/fast-glob-3.x (0d7363a)
  • fix(deps): update dependency fast-glob to v3.2.2 (4897074)
  • chore(deps): update dependency release-it to v12.6.1 (05a1f98)
  • Update README.md (9cbc59f)
  • Update README.md (3560e24)
  • chore(deps): remove deprecated @types/graphql dependency (48ff69c)
  • fix: invert logic for providing your own schema (c8ba590)
  • feat: add code-first support for grahql federation (ef2e409)
  • fix(federation): allow apollo engine config in gateway (bc4be48)
  • fix(federation): use type merger from 'merge-graphql-schemas' (77ae270)
  • fix: support for external resolvers (32f395b)
  • fix: scalar resolvers (dfa7332)
  • fix: support Apollo Graph Manager (a5bf10b)
  • fix: add all options for ApolloServer to Gateway (5c6e168)
  • fix: export BuildService token (cf87ea7)
  • style: cleanup unused imports (5689b21)
  • fix: change GatewayModuleOptions interface (1d3ef17)
  • build: update apollo federation and gateway (aecc008)
  • test: add test for injecting custom buildservice into gateway (c85b139)
  • feat: add fastify support to federation and gateway modules (ee32547)
  • test: add tests for generating interfaces for federation (3b9175f)
  • feat: add async module support to graphql gateway (aba664f)
  • test: asynchronous federation module initialisation (ee39632)
  • test: add integration test for gateway module (bef82ab)
  • test: add integration test for federation module (073a701)
  • style: formatting with prettier (3a54832)
  • fix(federation): use resolver reference instead of resolver name (5940608)
  • fix(federation): filter resolvers predication (63fa587)
  • feat(federation): graphql federation module (5948d67)
  • feat(federation): graphql federation factory (d98b480)
  • feat(federation): graphql gateway module (ded92ce)
  • feat(federation): extract metadata reference resolver (b090702)
  • refactor(federation): barrels (7a0da24)
  • feat(federation): interfaces for gateway module options (7e235f9)
  • feat(federation): make getTypesFromPaths method public (2c83518)
  • feat(federation): ResolveReference decorator (f2d5950)
  • build: import tslib helpers (75df349)
  • chore(federation): add deps (c38c853)
Commits

The new version differs by 381 commits.

  • c1d064d chore(): release v6.6.0
  • 4b5541a Merge pull request #619 from nestjs/renovate/pin-dependencies
  • 1db02ea fix(deps): pin dependency tslib to 1.10.0
  • 2449d24 Merge branch 'tuxmachine-feat/federation'
  • fd4502f refactor(): minor improvements, adjust code style
  • 6d37373 fix(): resolve merge conflicts
  • 0d7363a Merge pull request #617 from nestjs/renovate/fast-glob-3.x
  • 4897074 fix(deps): update dependency fast-glob to v3.2.2
  • 05a1f98 chore(deps): update dependency release-it to v12.6.1
  • 9cbc59f Update README.md
  • 3560e24 Update README.md
  • 54e34d7 chore(): release v6.5.5
  • 8b7460a feat(): migrate to eslint, add commilint, release-it
  • af7a855 Merge pull request #615 from nestjs/renovate/rimraf-3.x
  • c66602f Merge pull request #584 from nestjs/renovate/nest-monorepo

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 23, 2020

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for Release 6.6.1
  • refactor(): rename gateway build service (ce89331)
Commits

The new version differs by 383 commits.

  • 54ccbd8 chore(): release v6.6.1
  • ce89331 refactor(): rename gateway build service
  • c1d064d chore(): release v6.6.0
  • 4b5541a Merge pull request #619 from nestjs/renovate/pin-dependencies
  • 1db02ea fix(deps): pin dependency tslib to 1.10.0
  • 2449d24 Merge branch 'tuxmachine-feat/federation'
  • fd4502f refactor(): minor improvements, adjust code style
  • 6d37373 fix(): resolve merge conflicts
  • 0d7363a Merge pull request #617 from nestjs/renovate/fast-glob-3.x
  • 4897074 fix(deps): update dependency fast-glob to v3.2.2
  • 05a1f98 chore(deps): update dependency release-it to v12.6.1
  • 9cbc59f Update README.md
  • 3560e24 Update README.md
  • 54e34d7 chore(): release v6.5.5
  • 8b7460a feat(): migrate to eslint, add commilint, release-it

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 29, 2020

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for Release 6.6.2
  • fix(): tsmorph should be optional (8a1df35)
  • chore(deps): update dependency typescript to v3.8.3 (cb28048)
  • Merge pull request #623 from nestjs/renovate/tslib-1.x (5addf41)
  • fix(deps): update dependency tslib to v1.11.1 (3cec64f)
  • Merge pull request #621 from nestjs/renovate/apollo-gateway-0.x (8a1f24b)
  • Merge pull request #625 from nestjs/renovate/uuid-7.x (fea803e)
  • fix(deps): update dependency uuid to v7 (6613bb8)
  • chore(deps): update dependency release-it to v12.6.2 (edbb2ec)
  • chore(deps): update dependency lint-staged to v10.0.8 (5b97c44)
  • chore(deps): update dependency @types/node-fetch to v2.5.5 (a2c0a90)
  • chore(deps): update typescript-eslint monorepo to v2.21.0 (7a135f8)
  • chore(deps): update dependency @types/node-fetch to v2.5.4 (7b3a658)
  • chore(deps): update dependency @apollo/gateway to ^0.12.0 (c733cb7)
  • Merge pull request #620 from nestjs/renovate/apollo-federation-0.x (f6f8ea4)
  • chore(deps): update dependency @apollo/federation to ^0.12.0 (facc86b)
Commits

The new version differs by 399 commits.

  • 7e1d320 chore(): release v6.6.2
  • 8a1df35 fix(): tsmorph should be optional
  • cb28048 chore(deps): update dependency typescript to v3.8.3
  • 5addf41 Merge pull request #623 from nestjs/renovate/tslib-1.x
  • 3cec64f fix(deps): update dependency tslib to v1.11.1
  • 8a1f24b Merge pull request #621 from nestjs/renovate/apollo-gateway-0.x
  • fea803e Merge pull request #625 from nestjs/renovate/uuid-7.x
  • 6613bb8 fix(deps): update dependency uuid to v7
  • edbb2ec chore(deps): update dependency release-it to v12.6.2
  • 5b97c44 chore(deps): update dependency lint-staged to v10.0.8
  • a2c0a90 chore(deps): update dependency @types/node-fetch to v2.5.5
  • 7a135f8 chore(deps): update typescript-eslint monorepo to v2.21.0
  • 7b3a658 chore(deps): update dependency @types/node-fetch to v2.5.4
  • c733cb7 chore(deps): update dependency @apollo/gateway to ^0.12.0
  • f6f8ea4 Merge pull request #620 from nestjs/renovate/apollo-federation-0.x

There are 250 commits in total.

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants