chore: update dependency type-graphql to ^2.0.0-rc.2 #10979
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.0.0-beta.2
->^2.0.0-rc.2
Release Notes
MichalLytek/type-graphql (type-graphql)
v2.0.0-rc.2
Compare Source
v2.0.0-rc.1
Compare Source
v2.0.0-beta.6
Compare Source
Fixes
name
arguments (#1284)name
argument string contain a double underscore (__
) when usingbuildTypeDefsAndResolvers()
(#1309)Others
graphql-scalars
peer dependency to^1.22.4
v2.0.0-beta.5
Compare Source
v2.0.0-beta.4
Compare Source
Features
type-graphql/shim
(and/node_modules/type-graphql/build/typings/shim.ts
)graphql-js
peer dependency to^16.8.1
@graphql-yoga
instead ofgraphql-subscriptions
as the subscriptions enginePubSub
implementation intobuildSchema
option when using@Subscription
@PubSub
in favor of directly importing createdPubSub
implementationPublisher
andPubSubEngine
typesResolverFilterData
intoSubscriptionHandlerData
andResolverTopicData
intoSubscribeResolverData
@Field
of@Args
@Arg
validateFn
option of@Arg
and@Args
decorators@Subscription
decorator optionv2.0.0-beta.3
Compare Source
Features
graphql-js
peer dependency to^16.7.1
ArgumentValidationError
and replaceUnauthorizedError
andForbiddenError
withAuthenticationError
,AuthorizationError
that are extendingGraphQLError
to let the error details be accessible in theextensions
propertyClassType
constraint fromClassType<T = any>
toClassType<T extends object = object>
in order to make it work properly with new TS featuresdateScalarMode
option frombuildSchema
graphql-scalars
package a peer dependency and use date scalars from it instead of custom onesGraphQLISODateTime
scalar has now a nameDateTimeISO
ValidatorFn
signature fromValidatorFn<TArgs>
toValidatorFn<TContext>
type-graphql
package (CJS and ESM versions)Fixes
ValidatorFn
to accept array of values (instead of onlyobject | undefined
)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.