Skip to content

Conversation

@snyk-bot
Copy link

@snyk-bot snyk-bot commented Apr 9, 2021

Snyk has created this PR to upgrade graphql-compose from 7.9.0 to 7.25.1.

merge advice
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 46 versions ahead of your current version.
  • The recommended version was released 22 days ago, on 2021-03-18.
Release notes
Package name: graphql-compose
  • 7.25.1 - 2021-03-18

    7.25.1 (2021-03-18)

    Bug Fixes

    • update .d.ts for InterfaceTypeComposer (e7467d5)
  • 7.25.0 - 2021-02-11

    7.25.0 (2021-02-11)

    Features

    • ObjectTypeComposer: now you may provide options for getInputTypeComposer method – prefix, suffix and fallbackType for union types (null removes fields with Union type) (e863711)
    • allow skipping unions when building input types (8faa1d7)
  • 7.24.4 - 2021-01-29

    7.24.4 (2021-01-29)

    Performance Improvements

    • optimize defineEnumValues (2096bc6)
    • optimize defineFieldMap (7410d08)
    • optimize defineInputFieldMap (bd3bc96)
  • 7.24.3 - 2021-01-27

    7.24.3 (2021-01-27)

    Bug Fixes

    • stack overflow for fields defined as thunks (#315) (9a6020b)
  • 7.24.2 - 2021-01-21

    7.24.2 (2021-01-21)

    Bug Fixes

    • remove redundant check added for old graphql v14 (ffeeab6), closes #312
  • 7.24.1 - 2021-01-06

    7.24.1 (2021-01-06)

    Bug Fixes

  • 7.24.0 - 2021-01-06

    7.24.0 (2021-01-06)

    Features

    • now if you provide Type as thunk you will get SchemaComposer as a first argument. It greatly improves schema construction via graphql-compose-modules way. (1e2e86f)
  • 7.23.0 - 2020-11-22

    7.23.0 (2020-11-22)

    Features

    • add support for providing enum values via addResolveMethods() (ae1a956), closes #299
  • 7.22.1 - 2020-10-12

    7.22.1 (2020-10-12)

    Bug Fixes

    • typescript: change GraphQLSchemaExtensions to any due to absence of this typedef in graphql below v15 (5cc1020), closes #295
  • 7.22.0 - 2020-10-11

    7.22.0 (2020-10-11)

    Features

    • add option SchemaComposer.buildSchema({ keepUnusedTypes: true }) to keep unused types (e6ee041)
  • 7.21.5 - 2020-09-26
  • 7.21.4 - 2020-09-23
  • 7.21.3 - 2020-09-22
  • 7.21.2 - 2020-09-21
  • 7.21.1 - 2020-09-12
  • 7.21.0 - 2020-09-11
  • 7.20.1 - 2020-08-27
  • 7.20.0 - 2020-08-26
  • 7.19.5 - 2020-08-26
  • 7.19.4 - 2020-08-10
  • 7.19.3 - 2020-08-08
  • 7.19.2 - 2020-08-08
  • 7.19.1 - 2020-08-02
  • 7.19.0 - 2020-08-02
  • 7.18.1 - 2020-06-03
  • 7.18.0 - 2020-06-01
  • 7.17.0 - 2020-05-29
  • 7.16.1 - 2020-05-22
  • 7.16.0 - 2020-05-22
  • 7.15.0 - 2020-05-10
  • 7.14.4 - 2020-04-20
  • 7.14.3 - 2020-04-20
  • 7.14.2 - 2020-04-19
  • 7.14.1 - 2020-04-05
  • 7.14.0 - 2020-03-06
  • 7.13.1 - 2020-03-06
  • 7.13.0 - 2020-03-05
  • 7.12.5 - 2020-03-03
  • 7.12.4 - 2020-02-28
  • 7.12.3 - 2020-02-22
  • 7.12.2 - 2020-02-22
  • 7.12.1 - 2020-02-20
  • 7.12.0 - 2020-02-15
  • 7.11.0 - 2020-02-06
  • 7.10.1 - 2020-02-06
  • 7.10.0 - 2020-02-05
  • 7.9.0 - 2020-01-15
from graphql-compose GitHub release notes
Commit messages
Package name: graphql-compose
  • e7467d5 fix: update .d.ts for InterfaceTypeComposer
  • e863711 feat(ObjectTypeComposer): now you may provide options for `getInputTypeComposer` method – `prefix`, `suffix` and `fallbackType` for union types (`null` removes fields with Union type)
  • 896a25f test: add test cases for `fallbackType` option in `toInputObjectType`
  • 8faa1d7 feat: allow skipping unions when building input types
  • bd3bc96 perf: optimize defineInputFieldMap
  • 2096bc6 perf: optimize defineEnumValues
  • 7410d08 perf: optimize defineFieldMap
  • 9a6020b fix: stack overflow for fields defined as thunks (#315)
  • ffeeab6 fix: remove redundant check added for old graphql v14
  • 08f993f chore: add sponsor button
  • f9709d2 build(deps): bump ini from 1.3.5 to 1.3.8
  • 1c79333 build(deps): bump npm-user-validate from 1.0.0 to 1.0.1
  • 903fad2 fix: update dependencies
  • 1e2e86f feat: now if you provide Type as thunk you will get SchemaComposer as a first argument. It greatly improves schema construction via `graphql-compose-modules` way.
  • ff5fd0d docs: update quick-start.md (#308)
  • 4ba7a03 docs: update mongoose plugin page
  • ae1a956 feat: add support for providing enum values via `addResolveMethods()`
  • 5cc1020 fix(typescript): change `GraphQLSchemaExtensions` to `any` due to absence of this typedef in graphql below v15
  • f7ef0dd refactor: improve gathering unused types for `SchemaComposer.buildSchema` method
  • e6ee041 feat(buildSchema): add option to keep unused types
  • 34aaa41 test: improve typechecks spec for typescript
  • 84baf65 fix: improve typescript checks for `prepareArgs` property in `ObjectTypeComposer.addRelation()`
  • db69087 fix(TypeScript): `ObjectTypeComposer.getRelations` now returns correct typedef (tnx @ danez)
  • 00fa19c style: fix typos in projection.ts (#288)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

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.

2 participants