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/epoxy to v0.4.0 #126

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/epoxy (source) 0.2.17 -> 0.4.0 age adoption passing confidence

Release Notes

Urigo/graphql-modules

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-epoxy-0.x branch from eacbfb3 to a5a5409 Compare December 27, 2018 21:59
@renovate renovate bot force-pushed the renovate/graphql-modules-epoxy-0.x branch from a5a5409 to db3d0fd Compare January 19, 2019 15:26
@renovate renovate bot changed the title Update dependency @graphql-modules/epoxy to v0.2.18 Update dependency @graphql-modules/epoxy to v0.3.0 Jan 21, 2019
@renovate renovate bot force-pushed the renovate/graphql-modules-epoxy-0.x branch from db3d0fd to 0342f2d Compare January 21, 2019 06:58
@renovate renovate bot force-pushed the renovate/graphql-modules-epoxy-0.x branch from 0342f2d to f54b82b Compare January 30, 2019 19:17
@renovate renovate bot changed the title Update dependency @graphql-modules/epoxy to v0.3.0 Update dependency @graphql-modules/epoxy to v0.4.0 Jan 30, 2019
@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