- Use coveralls via github actions and remove integration via travis
- Change the package that updates coveralls information and thus remove the vulnerabilities of the old package
- Update node version to version 20 in the project
- Update all project dependencies
Package Old Version New Version @graphql-tools/merge ^9.0.0 ^9.0.7 fast-glob ^3.3.1 ^3.3.2 graphql ^16.8.1 ^16.9.0
- Update all project dependencies
Package Old Version New Version @graphql-tools/merge ^8.3.14 ^9.0.0 fast-glob ^3.2.12 ^3.3.1 graphql ^16.6.0 ^16.8.1
- Update all project dependencies and fix vulnerabilities
json5 <1.0.2 || >=2.0.0 <2.2.2
Package Old Version New Version @graphql-tools/merge ^8.3.6 ^8.3.14
- Added support for the
#import
annotation to theloadFile
function. This was an open suggestion here that way we can add the reading of a file and if necessary include other files through the import annotation.
- Change the return of the
loadFile
function toDocumentNode
, to be compatible with the subgraph architecture offered by the@apollo/subgraph - buildSubgraphSchema
package. - Update all project dependencies
Package Old Version New Version @graphql-tools/merge ^8.2.1 ^8.3.6 fast-glob ^3.2.11 ^3.2.12 graphql ^16.3.0 ^16.6.0