-
Notifications
You must be signed in to change notification settings - Fork 11
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
fix(deps): update graphqlcodegenerator monorepo (patch) #222
Open
plural-renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/patch-graphqlcodegenerator-monorepo
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.
Conversation
This file contains 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
❌ Deploy Preview for pluraldocs failed.
|
plural-renovate
bot
force-pushed
the
renovate/patch-graphqlcodegenerator-monorepo
branch
from
February 6, 2024 15:41
18348fd
to
7585d36
Compare
plural-renovate
bot
changed the title
chore(deps): update graphqlcodegenerator monorepo to v4.0.1 (patch)
fix(deps): update graphqlcodegenerator monorepo (patch)
Feb 6, 2024
plural-renovate
bot
force-pushed
the
renovate/patch-graphqlcodegenerator-monorepo
branch
from
February 20, 2024 20:03
7585d36
to
3ef0c49
Compare
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: yarn.lock
|
plural-renovate
bot
force-pushed
the
renovate/patch-graphqlcodegenerator-monorepo
branch
from
February 22, 2024 20:38
3ef0c49
to
0c3250a
Compare
plural-renovate
bot
force-pushed
the
renovate/patch-graphqlcodegenerator-monorepo
branch
from
May 17, 2024 12:24
0c3250a
to
2f1e7fc
Compare
plural-renovate
bot
force-pushed
the
renovate/patch-graphqlcodegenerator-monorepo
branch
from
June 13, 2024 13:22
2f1e7fc
to
526e564
Compare
plural-renovate
bot
force-pushed
the
renovate/patch-graphqlcodegenerator-monorepo
branch
from
June 28, 2024 09:09
526e564
to
68dcad1
Compare
plural-renovate
bot
force-pushed
the
renovate/patch-graphqlcodegenerator-monorepo
branch
from
July 2, 2024 09:01
68dcad1
to
f5d7629
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:
5.0.0
->5.0.3
4.0.0
->4.0.1
4.0.0
->4.0.3
4.0.0
->4.0.9
4.0.0
->4.0.1
Release Notes
dotansimha/graphql-code-generator (@graphql-codegen/add)
v5.0.3
Compare Source
Patch Changes
#9987
5501c62
Thanks @taro-28! - Export configuration types (e.g.AddPluginConfig
) from the entry point.v5.0.2
Compare Source
Patch Changes
#9813
4e69568
Thanks @saihaj! - bumping for a releaseUpdated dependencies [
4e69568
]:v5.0.1
Compare Source
Patch Changes
d8364e045
Thanks @saihaj! - dependencies updates:tslib@~2.6.0
↗︎ (from~2.5.0
, independencies
)d8364e045
]:dotansimha/graphql-code-generator (@graphql-codegen/client-preset)
v4.0.1
Compare Source
Patch Changes
#9497
2276708d0
Thanks @eddeee888! - Revert default ID scalar input type to stringWe changed the ID Scalar input type from
string
tostring | number
in the latest major version oftypescript
plugin. This causes issues for server plugins (e.g. typescript-resolvers) that depends ontypescript
plugin. This is because the scalar type needs to be manually inverted on setup which is confusing.Updated dependencies [
2276708d0
]:dotansimha/graphql-code-generator (@graphql-codegen/introspection)
v4.0.3
Compare Source
Patch Changes
53f270a
]:v4.0.2
Compare Source
Patch Changes
#9813
4e69568
Thanks @saihaj! - bumping for a releaseUpdated dependencies [
4e69568
]:v4.0.1
Compare Source
Patch Changes
d8364e045
Thanks @saihaj! - dependencies updates:tslib@~2.6.0
↗︎ (from~2.5.0
, independencies
)d8364e045
,d8364e045
,d8364e045
,d8364e045
]:dotansimha/graphql-code-generator (@graphql-codegen/typescript)
v4.0.9
Compare Source
Patch Changes
79fee3c
]:v4.0.8
Compare Source
Patch Changes
808ada5
,14ce39e
]:v4.0.7
Compare Source
Patch Changes
dfc5310
,156cc2b
,dfc5310
,b49457b
]:v4.0.6
Compare Source
Patch Changes
920b443
,ed9c205
]:v4.0.5
Compare Source
Patch Changes
53f270a
]:v4.0.4
Compare Source
Patch Changes
#9813
4e69568
Thanks @saihaj! - bumping for a releaseUpdated dependencies [
4e69568
]:v4.0.3
Compare Source
Patch Changes
7718a8113
]:v4.0.2
Compare Source
Patch Changes
d8364e045
Thanks @saihaj! - dependencies updates:tslib@~2.6.0
↗︎ (from~2.5.0
, independencies
)d8364e045
,d8364e045
,d8364e045
,d8364e045
,d8364e045
]:v4.0.1
Compare Source
Patch Changes
#9497
2276708d0
Thanks @eddeee888! - Revert default ID scalar input type to stringWe changed the ID Scalar input type from
string
tostring | number
in the latest major version oftypescript
plugin. This causes issues for server plugins (e.g. typescript-resolvers) that depends ontypescript
plugin. This is because the scalar type needs to be manually inverted on setup which is confusing.Updated dependencies [
2276708d0
]:dotansimha/graphql-code-generator (@graphql-codegen/typescript-operations)
v4.0.1
Compare Source
Patch Changes
#9497
2276708d0
Thanks @eddeee888! - Revert default ID scalar input type to stringWe changed the ID Scalar input type from
string
tostring | number
in the latest major version oftypescript
plugin. This causes issues for server plugins (e.g. typescript-resolvers) that depends ontypescript
plugin. This is because the scalar type needs to be manually inverted on setup which is confusing.Updated dependencies [
2276708d0
]: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 Renovate Bot.