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

Update dependency @graphql-modules/core to v0.7.17 #125

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 24, 2018

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@graphql-modules/core (source) 0.2.17 -> 0.7.17 age adoption passing confidence

Release Notes

Urigo/graphql-modules

v0.7.17

Compare Source

Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Scalars commit so we'll make sure not to break your app?
Contact us here: https://the-guild.dev/connected-build

v0.7.16

Compare Source

Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Scalars commit so we'll make sure not to break your app?
Contact us here: https://the-guild.dev/connected-build

  • Update dependencies

v0.7.15

Compare Source

Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Scalars commit so we'll make sure not to break your app?
Contact us here: https://the-guild.dev/connected-build

v0.7.14

Compare Source

Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Scalars commit so we'll make sure not to break your app?
Contact us here: https://the-guild.dev/connected-build

  • Bump graphql-toolkit to use monorepos instead of a single graphql-toolkit package.

v0.7.13

Compare Source

Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Scalars commit so we'll make sure not to break your app?
Contact us here: https://the-guild.dev/connected-build

  • Subscription hooks can be defined without DI in GraphQLModule declaration #​694?
  • Fix message in ProvideAlreadyDefined error waiting for release #​688
  • Fix Apollo Federation support #​558
  • Update dependencies

v0.7.12

Compare Source

v0.7.11

Compare Source

Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Scalars commit so we'll make sure not to break your app?
Contact us here: https://the-guild.dev/connected-build

  • Fix trying to inject config without @Inject(ModuleConfig) shows unclear error bug di waiting for release
    #​655
  • Fix Injector.provide fails with TypeError when using injection tokens waiting for release
    #​652
  • Fix Now CLI bug core waiting for release #​649

v0.7.10

Compare Source

Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Scalars commit so we'll make sure not to break your app?
Contact us here: https://the-guild.dev/connected-build

  • Fix priority of scopes in useClass (#​601)
  • Support isTypeOf (#​621)

v0.7.9

Compare Source

  • destroys a session on response's close event too PR #​595
  • accepts resolver types generated by GraphQL Code Generator (Partial) PR #​597

v0.7.8

Compare Source

v0.7.7

Compare Source

v0.7.6

Compare Source

  • Throw if error is not related to service identifier (#​460)
  • Fix resolver types (#​513)
  • Fix high memory usage on directive with arguments (#​506)
  • Fix an issue with overwritten scalar name (#​497)
  • NEW feature Mocking (#​464).
    • You can now mock every part of module; Module.mock({ context: { foo: 'FOO' }})
  • Use generic SchemaDirectiveVisitor typings
  • Support exclusions from modules (#​534)
  • NEW hook -> onError (#​535)

v0.7.5

Compare Source

v0.7.4

Compare Source

v0.7.3

Compare Source

v0.7.2

Compare Source

  • Fixed issues with resolversComposition that caused next to be undefined.
  • Bump graphql-toolkit.

v0.7.1

Compare Source

Core

v0.7.0

Compare Source

Core

DI

  • Added tests to prevent memory leaks.

v0.6.6

Compare Source

  • Merge schemas recursively according to the application's module tree
  • Performance improvements
    • Fix an issue related to Application-Scoped providers

v0.6.5

Compare Source

const server = new ApolloServer({ schema, context: session => session });
  • No need to return anything for middleware

v0.6.1

Compare Source

v0.6.0

Compare Source

  • Create ES Modules bundle for tree-shaking
  • Apollo modules compability, that way you can make your app faster;
  • No need to pass context for express-graphql which increases the performance a lot

v0.4.2

Compare Source

Fix InjectFunction signature

v0.4.1

Compare Source

v0.4.0

Compare Source

  • Remove circular dep support and using name in definitions are also removed
    🚀 BREAKING CHANGE! ; circular deps must be fixed in the projects which uses old version
  • Reimplement forRoot and forChild logic
  • Remove modulesMap
  • Generate more readable module names
  • Reimplement and optimize schema merge logic
  • Remove mergeModules
  • Add more unit tests
  • Implement better directiveResolvers logic
  • Make sure session is deleted from memory when WS connection is terminated
  • Custom logger definition enhancement
  • Move composeResolvers to utils
  • resolvers field is now able to take an array of resolvers.
import { GraphQLModule } from '@​graphql-modules/core';
import { loadResolversFiles, loadSchemaFiles } from '@​graphql-modules/sonar';
export const UserModule = new GraphQLModule({
  typeDefs: loadSchemaFiles(__dirname + '/schema/'),
  resolvers: loadResolversFiles(__dirname + '/resolvers/'),
});
  • FIX: Call middleware immediately after schema built
  • FIX: Expose ModuleSessionInfo
  • Add Default ProviderScope option; defaultProviderScope
  • Performance Improvements; initial schema construction and context builder is way faster. (80% / 90% short response time)

v0.3.0

Compare Source

core

@​Injectable()
class SomeProvider {
 @​Inject(SomeOtherProvider)
 someOtherProvider: SomeOtherProvider;
}
resolvers: InjectFunction(SomeProvider)(someProvider => ({
  foo: () => someProvider.foo()
}))

v0.2.18

Compare Source

epoxy

core

di

  • Fixed issues with exported ProviderScope (now exported as valid enum)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/graphql-modules-core-0.x branch from 25a453a to 86732dd Compare December 27, 2018 21:59
@renovate renovate bot force-pushed the renovate/graphql-modules-core-0.x branch 2 times, most recently from b86c994 to 6704b66 Compare January 19, 2019 15:25
@renovate renovate bot changed the title Update dependency @graphql-modules/core to v0.2.18 Update dependency @graphql-modules/core to v0.3.0 Jan 21, 2019
@renovate renovate bot force-pushed the renovate/graphql-modules-core-0.x branch from 6704b66 to acb662f Compare January 21, 2019 06:57
@renovate renovate bot force-pushed the renovate/graphql-modules-core-0.x branch from acb662f to f57bae1 Compare January 30, 2019 19:17
@renovate renovate bot changed the title Update dependency @graphql-modules/core to v0.3.0 Update dependency @graphql-modules/core to v0.4.0 Jan 30, 2019
@renovate renovate bot changed the title Update dependency @graphql-modules/core to v0.4.0 Update dependency @graphql-modules/core to v0.4.1 Feb 5, 2019
@renovate renovate bot force-pushed the renovate/graphql-modules-core-0.x branch 2 times, most recently from a008add to d173ee5 Compare February 6, 2019 09:11
@renovate renovate bot changed the title Update dependency @graphql-modules/core to v0.4.1 Update dependency @graphql-modules/core to v0.4.2 Feb 6, 2019
@renovate renovate bot force-pushed the renovate/graphql-modules-core-0.x branch from d173ee5 to 4ff9df6 Compare March 14, 2019 17:06
@renovate renovate bot changed the title Update dependency @graphql-modules/core to v0.4.2 Update dependency @graphql-modules/core to v0.6.0 Mar 14, 2019
@renovate renovate bot changed the title Update dependency @graphql-modules/core to v0.6.0 Update dependency @graphql-modules/core to v0.6.1 Mar 14, 2019
@renovate renovate bot force-pushed the renovate/graphql-modules-core-0.x branch 2 times, most recently from 004de23 to 65d2f0a Compare March 18, 2019 15:54
@renovate renovate bot changed the title Update dependency @graphql-modules/core to v0.6.1 Update dependency @graphql-modules/core to v0.6.5 Mar 18, 2019
@renovate renovate bot changed the title Update dependency @graphql-modules/core to v0.6.5 Update dependency @graphql-modules/core to v0.6.6 Mar 20, 2019
@renovate renovate bot force-pushed the renovate/graphql-modules-core-0.x branch from 65d2f0a to e714b39 Compare March 20, 2019 08:52
@renovate renovate bot force-pushed the renovate/graphql-modules-core-0.x branch from e714b39 to a3bc8f2 Compare April 3, 2019 13:50
@renovate renovate bot changed the title Update dependency @graphql-modules/core to v0.6.6 Update dependency @graphql-modules/core to v0.7.0 Apr 3, 2019
@renovate renovate bot force-pushed the renovate/graphql-modules-core-0.x branch from a3bc8f2 to 28358b7 Compare May 4, 2019 16:57
@renovate renovate bot changed the title Update dependency @graphql-modules/core to v0.7.0 Update dependency @graphql-modules/core to v0.7.1 May 4, 2019
@renovate renovate bot force-pushed the renovate/graphql-modules-core-0.x branch from 28358b7 to 3316961 Compare May 19, 2019 06:56
@renovate renovate bot changed the title Update dependency @graphql-modules/core to v0.7.1 Update dependency @graphql-modules/core to v0.7.3 May 19, 2019
@renovate renovate bot force-pushed the renovate/graphql-modules-core-0.x branch from 3316961 to d019a7c Compare May 25, 2019 18:59
@renovate renovate bot changed the title Update dependency @graphql-modules/core to v0.7.3 Update dependency @graphql-modules/core to v0.7.4 May 25, 2019
@renovate renovate bot force-pushed the renovate/graphql-modules-core-0.x branch from d019a7c to 159369f Compare June 1, 2019 08:01
@renovate renovate bot changed the title Update dependency @graphql-modules/core to v0.7.4 Update dependency @graphql-modules/core to v0.7.5 Jun 1, 2019
@renovate renovate bot force-pushed the renovate/graphql-modules-core-0.x branch from 159369f to 32737b2 Compare July 13, 2019 06:57
@renovate renovate bot changed the title Update dependency @graphql-modules/core to v0.7.5 Update dependency @graphql-modules/core to v0.7.7 Jul 13, 2019
@renovate renovate bot force-pushed the renovate/graphql-modules-core-0.x branch from 32737b2 to 73211d8 Compare August 10, 2019 13:58
@renovate renovate bot changed the title Update dependency @graphql-modules/core to v0.7.7 Update dependency @graphql-modules/core to v0.7.9 Aug 10, 2019
@renovate renovate bot force-pushed the renovate/graphql-modules-core-0.x branch from 73211d8 to 57ed6fe Compare August 23, 2019 09:00
@renovate renovate bot changed the title Update dependency @graphql-modules/core to v0.7.9 Update dependency @graphql-modules/core to v0.7.10 Aug 23, 2019
@renovate renovate bot force-pushed the renovate/graphql-modules-core-0.x branch from 57ed6fe to 72114e6 Compare September 5, 2019 04:58
@renovate renovate bot changed the title Update dependency @graphql-modules/core to v0.7.10 Update dependency @graphql-modules/core to v0.7.11 Sep 5, 2019
@renovate renovate bot force-pushed the renovate/graphql-modules-core-0.x branch from 72114e6 to d7e37b6 Compare October 4, 2019 11:55
@renovate renovate bot changed the title Update dependency @graphql-modules/core to v0.7.11 Update dependency @graphql-modules/core to v0.7.13 Oct 4, 2019
@renovate renovate bot force-pushed the renovate/graphql-modules-core-0.x branch from d7e37b6 to f06b700 Compare January 18, 2020 19:09
@renovate renovate bot changed the title Update dependency @graphql-modules/core to v0.7.13 Update dependency @graphql-modules/core to v0.7.14 Jan 18, 2020
@renovate renovate bot force-pushed the renovate/graphql-modules-core-0.x branch from f06b700 to e3c6043 Compare April 28, 2020 17:03
@renovate renovate bot changed the title Update dependency @graphql-modules/core to v0.7.14 Update dependency @graphql-modules/core to v0.7.15 Apr 28, 2020
@renovate renovate bot force-pushed the renovate/graphql-modules-core-0.x branch from e3c6043 to 1c5e3f3 Compare May 8, 2020 08:01
@renovate renovate bot changed the title Update dependency @graphql-modules/core to v0.7.15 Update dependency @graphql-modules/core to v0.7.16 May 8, 2020
@renovate renovate bot force-pushed the renovate/graphql-modules-core-0.x branch from 1c5e3f3 to 54196ab Compare May 15, 2020 07:57
@renovate renovate bot changed the title Update dependency @graphql-modules/core to v0.7.16 Update dependency @graphql-modules/core to v0.7.17 May 15, 2020
@renovate
Copy link
Contributor Author

renovate bot commented Mar 25, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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.

None yet

1 participant