-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
chore(deps): update graphqlcodegenerator monorepo (major) #33
Conversation
846761c
to
69a2c6e
Compare
Error: Cannot destructure property '__extends' of '_tslib.default' as it is undefined. Maybe nuxt/bridge#25 |
420826b
to
072e561
Compare
072e561
to
4e5f4c7
Compare
4e5f4c7
to
be89458
Compare
…//github.com/tobiasdiez/nuxt-graphql-server into renovate/major-graphqlcodegenerator-monorepo
be89458
to
f5f1e38
Compare
…//github.com/tobiasdiez/nuxt-graphql-server into renovate/major-graphqlcodegenerator-monorepo
c09e794
to
d0564b8
Compare
Codecov Report
@@ Coverage Diff @@
## main #33 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 1
Lines 10 10
Branches 2 2
=========================================
Hits 10 10 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
d0564b8
to
c09e794
Compare
Edited/Blocked NotificationRenovate 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. |
This PR contains the following updates:
^2.6.8
->^3.1.0
^3.1.2
->^4.0.0
^2.8.8
->^3.0.1
^2.7.13
->^3.1.0
Release Notes
dotansimha/graphql-code-generator (@graphql-codegen/core)
v3.1.0
Compare Source
Minor Changes
#8723
a3309e63e
Thanks @kazekyo! - Introduce a new feature called DocumentTransform.DocumentTransform is a functionality that allows you to modify
documents
before they are processed by plugins. You can use functions passed to thedocumentTransforms
option to make changes to GraphQL documents.To use this feature, you can write
documentTransforms
as follows:For instance, to remove a
@localOnlyDirective
directive fromdocuments
, you can write the following code:DocumentTransform can also be specified by file name. You can create a custom file for a specific transformation and pass it to
documentTransforms
.Let's create the document transform as a file:
Then, you can specify the file name as follows:
Patch Changes
8206b268d
Thanks @renovate! - dependencies updates:tslib@~2.5.0
↗︎ (from~2.4.0
, independencies
)8206b268d
,a118c307a
,a3309e63e
]:v3.0.0
Compare Source
Major Changes
fd0b0c813
Thanks @n1ru4l! - drop Node.js 12 supportPatch Changes
#8871
fc79b65d4
Thanks @B2o5T! - eslint fixesUpdated dependencies [
fc79b65d4
,fd0b0c813
]:dotansimha/graphql-code-generator (@graphql-codegen/plugin-helpers)
v4.0.0
Compare Source
Major Changes
fd0b0c813
Thanks @n1ru4l! - drop Node.js 12 supportPatch Changes
fc79b65d4
Thanks @B2o5T! - eslint fixesdotansimha/graphql-code-generator (@graphql-codegen/typescript)
v3.0.1
Compare Source
Patch Changes
8206b268d
Thanks @renovate! - dependencies updates:tslib@~2.5.0
↗︎ (from~2.4.0
, independencies
)8206b268d
,8206b268d
,8206b268d
,a118c307a
,6b6fe3cbc
,a3309e63e
]:v3.0.0
Compare Source
Major Changes
fd0b0c813
Thanks @n1ru4l! - drop Node.js 12 supportPatch Changes
fc79b65d4
,fd0b0c813
]:dotansimha/graphql-code-generator (@graphql-codegen/typescript-resolvers)
v3.1.0
Compare Source
Minor Changes
b13aa7449
Thanks @KGAdamCook! - Updated customResolveInfo to use the correct importType for external importsPatch Changes
8206b268d
Thanks @renovate! - dependencies updates:tslib@~2.5.0
↗︎ (from~2.4.0
, independencies
)8206b268d
,8206b268d
,8206b268d
,a118c307a
,6b6fe3cbc
,a3309e63e
]:v3.0.0
Compare Source
Major Changes
fd0b0c813
Thanks @n1ru4l! - drop Node.js 12 supportPatch Changes
#8871
fc79b65d4
Thanks @B2o5T! - eslint fixesUpdated dependencies [
fc79b65d4
,fd0b0c813
]: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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.