-
Notifications
You must be signed in to change notification settings - Fork 10
chore(deps): update dependency @graphql-codegen/typescript-graphql-request to v4.5.9 #219
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/graphql-codegen-typescript-graphql-request-4.x-lockfile
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
chore(deps): update dependency @graphql-codegen/typescript-graphql-request to v4.5.9 #219
renovate
wants to merge
1
commit into
main
from
renovate/graphql-codegen-typescript-graphql-request-4.x-lockfile
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9356ffc to
c764375
Compare
c764375 to
cac8a24
Compare
cac8a24 to
7e9658c
Compare
7e9658c to
cef27dc
Compare
cef27dc to
a474c75
Compare
a474c75 to
8614f78
Compare
c80028e to
85ee390
Compare
aec4170 to
cda9787
Compare
cda9787 to
543c04c
Compare
543c04c to
3c15c90
Compare
e1f8a95 to
597e644
Compare
597e644 to
7d7a43a
Compare
7d7a43a to
58af314
Compare
7957ce9 to
33585b4
Compare
33585b4 to
4897021
Compare
4897021 to
bcdaf37
Compare
bcdaf37 to
d777bfc
Compare
d777bfc to
d650cc2
Compare
d650cc2 to
745d84d
Compare
745d84d to
9c6619b
Compare
9c6619b to
f4f0323
Compare
f4f0323 to
7e892ee
Compare
7e892ee to
629a9f2
Compare
629a9f2 to
257d6d0
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
4.3.0→4.5.9Release Notes
dotansimha/graphql-code-generator-community (@graphql-codegen/typescript-graphql-request)
v4.5.9Compare Source
Patch Changes
2c1652ec0Thanks @domdomegg! - Limit graphql-request version in plugin to <=
5.1 to reflect breaking changes in graphql-request package.
v4.5.8Compare Source
Patch Changes
[
63dc8f205]:v4.5.7Compare Source
Patch Changes
[
a46b8d99c]:v4.5.6Compare Source
Patch Changes
[
1bd7f771c]:v4.5.5Compare Source
Patch Changes
#8334
e6e497afaThanks @jcarrus! - graphql-request: append explicit extension when
importing dom types
Updated dependencies
[
4113b1bd3]:v4.5.4Compare Source
Patch Changes
#8295
a18818118Thanks @renovate! - dependencies updates:
graphql-request@^3.4.0 || ^4.0.0 || ^5.0.0↗︎(from
^3.4.0 || ^4.0.0, inpeerDependencies)Updated dependencies
[
2ed21a471]:v4.5.3Compare Source
Patch Changes
#8189
b408f8238Thanks @n1ru4l! - Fix CommonJS TypeScript resolution with
moduleResolutionnode16ornodenextUpdated dependencies
[
b408f8238,47d0a57e2]:v4.5.2Compare Source
Patch Changes
2cbcbb3]v4.5.1Compare Source
Patch Changes
525ad58]v4.5.0Compare Source
Minor Changes
d84afec: Support TypeScript ESM modules ("module": "node16"and"moduleResolution": "node16").More information on the TypeScript Release Notes.
Patch Changes
28f8346: Honor importOperationTypesFrom config option68bb30e]d84afec]a4fe500]8e44df5]v4.4.11Compare Source
Patch Changes
aa1e6ea]a42fcbf]8b10f22]v4.4.10Compare Source
Patch Changes
d16beba]v4.4.9Compare Source
Patch Changes
c3d7b72]v4.4.8Compare Source
Patch Changes
f1fb77b]v4.4.7Compare Source
Patch Changes
9a5f31c]v4.4.6Compare Source
Patch Changes
2966686]v4.4.5Compare Source
Patch Changes
7fae9fb: fix(plugins/gql-request): remove unusedGraphQLErrorimportv4.4.4Compare Source
Patch Changes
44cd9a8: Fix rawRequest return typeThe errors property from the return type has been removed, because it is never returned by
graphql-request. Instead, failed requests throw aClientError. Also, data is no longeroptional, because it always exists for successful responses.
v4.4.3Compare Source
Patch Changes
337fd4f]v4.4.2Compare Source
Patch Changes
54718c0]v4.4.1Compare Source
Patch Changes
aa1e6ea]a42fcbf]8b10f22]v4.4.0Compare Source
Minor Changes
17ad885: ExposesoperationTypeto graphql-request sdk middlewares.v4.3.7Compare Source
Patch Changes
fd55e20]v4.3.6Compare Source
Patch Changes
1479233]v4.3.5Compare Source
Patch Changes
275d40a: Allowgraphql-request@4inpeerDependenciesrangev4.3.4Compare Source
Patch Changes
c8ef37a]754a337]bef4376]be7cb3a]v4.3.3Compare Source
Patch Changes
6002feb: Fix exports in package.json files for react-native projects6002feb]v4.3.2Compare Source
Patch Changes
22f6e4a: Don't importprintas type when supportinguseTypeImports&rawRequestanddocumentModeis not astring.v4.3.1Compare Source
Patch Changes
a9f1f15]9ea6621]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.
This PR was generated by Mend Renovate. View the repository job log.