-
Notifications
You must be signed in to change notification settings - Fork 72
chore: update graphqlcodegenerator monorepo (main) #250
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/main-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 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
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Wiz Scan Summary
To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension. |
c6f8ca1 to
4bc1a31
Compare
4bc1a31 to
751543b
Compare
751543b to
45729bf
Compare
45729bf to
b2caa47
Compare
b2caa47 to
6e55138
Compare
6e55138 to
9dc3ca1
Compare
9dc3ca1 to
8ec31a2
Compare
8ec31a2 to
28793cb
Compare
28793cb to
c2265cc
Compare
413dc2f to
1f66504
Compare
1f66504 to
cb2d77e
Compare
cb2d77e to
7df61cc
Compare
7df61cc to
0603a99
Compare
0603a99 to
bd542b5
Compare
bd542b5 to
53b5bbf
Compare
53b5bbf to
747676a
Compare
747676a to
c81046e
Compare
c81046e to
ffd489d
Compare
ffd489d to
1251087
Compare
1251087 to
3ad1508
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:
2.13.12->2.16.51.1.4->1.3.02.2.1->2.2.3Release Notes
dotansimha/graphql-code-generator (@graphql-codegen/cli)
v2.16.5Compare Source
Patch Changes
#8865
e4d073b16Thanks @n1ru4l! - dependencies updates:@graphql-codegen/core@^2.6.8↗︎ (from2.6.8, independencies)@graphql-tools/load@^7.8.0↗︎ (from7.8.0, independencies)cosmiconfig-typescript-loader@^4.3.0↗︎ (from4.3.0, independencies)graphql-config@^4.4.0↗︎ (from4.4.0, independencies)ts-node@^10.9.1↗︎ (todependencies)ts-node@>=10↗︎ (frompeerDependencies)#8808
884d25c4eThanks @rwu823! - fix:gqlMagicCommenttype#8865
e4d073b16Thanks @n1ru4l! - move ts-node from peer dependencies to dependenciesv2.16.4Compare Source
Patch Changes
#8770
4774247e9Thanks @renovate! - dependencies updates:[email protected]↗︎ (from4.3.6, independencies)#8790
fe12b4826Thanks @renovate! - dependencies updates:@whatwg-node/fetch@^0.6.0↗︎ (from^0.5.0, independencies)v2.16.3Compare Source
Patch Changes
ad5d83313Thanks @louisscruz! - add ts-node as a peerDependencyv2.16.2Compare Source
Patch Changes
#8715
b1512a59aThanks @renovate! - dependencies updates:[email protected]↗︎ (from4.1.1, independencies)#8729
e6ff224fbThanks @renovate! - dependencies updates:[email protected]↗︎ (from4.2.0, independencies)#8771
ed87c782bThanks @renovate! - dependencies updates:@graphql-tools/utils@^9.0.0↗︎ (from^8.9.0, independencies)#8765
a9c5414d2Thanks @aniketdd! - update @graphql-tools/prisma-loaderUpdated dependencies [
ed87c782b,6c6b6f2df]:v2.16.1Compare Source
Patch Changes
307a5d350,46f75304a]:v2.16.0Compare Source
Minor Changes
c0183810fThanks @jantimon! - the life cycle hook beforeOneFileWrite is now able to modify the generated contentPatch Changes
c0183810f]:v2.15.0Compare Source
Minor Changes
2c7fa51c6Thanks @Diizzayy! - register TypeScriptLoader when neededv2.14.1Compare Source
Patch Changes
#8642
5afa923e8Thanks @jantimon! - faster type generation#8653
d0bc51283Thanks @saihaj! - fix bad concurrency configv2.14.0Compare Source
Minor Changes
40a6761a6Thanks @charlypoly! - Enable support for loading TS files with import assertionsPatch Changes
40a6761a6Thanks @charlypoly! - dependencies updates:@graphql-tools/code-file-loader@^7.3.13↗︎ (from^7.3.1, independencies)@graphql-tools/git-loader@^7.2.13↗︎ (from^7.2.1, independencies)@graphql-tools/github-loader@^7.3.20↗︎ (from^7.3.6, independencies)dotansimha/graphql-code-generator (@graphql-codegen/client-preset)
v1.3.0Compare Source
Minor Changes
#8757
4f290aa72Thanks @n1ru4l! - Add support for persisted documents.You can now generate and embed a persisted documents hash for the executable documents.
This will generate
./src/gql/persisted-documents.json(dictionary of hashes with their operation string).In addition to that each generated document node will have a
__meta__.hashproperty.#8757
4f290aa72Thanks @n1ru4l! - Add support for embedding metadata in the document AST.It is now possible to embed metadata (e.g. for your GraphQL client within the emitted code).
You can then access the metadata via the
__meta__property on the document node.Patch Changes
4f290aa72Thanks @n1ru4l! - dependencies updates:@graphql-tools/documents@^0.1.0↗︎ (todependencies)a98198524]:v1.2.6Compare Source
Patch Changes
#8796
902451601Thanks @shmax! - remove extra asterisk and add missing semicolon in generated outputUpdated dependencies [
902451601]:v1.2.5Compare Source
Patch Changes
eb454d06c,2a33fc774]:v1.2.4Compare Source
Patch Changes
#8771
ed87c782bThanks @renovate! - dependencies updates:@graphql-tools/utils@^9.0.0↗︎ (from^8.8.0, independencies)#8752
cbca5a7eaThanks @pbrink231! - add typescriptavoidOptionalsto forwarded configUpdated dependencies [
ed87c782b,ed87c782b,ed87c782b,6c6b6f2df]:v1.2.3Compare Source
Patch Changes
46f75304aThanks @saihaj! - fix the version of@graphql-codegen/[email protected]Updated dependencies [
307a5d350,46f75304a]:v1.2.2Compare Source
Patch Changes
#8702
0eb0dde8aThanks @ithinkdancan! - add config for nonOptionalTypenameUpdated dependencies [
a6c2097f4,a6c2097f4,a6c2097f4,f79a00e8a,c802a0c0b]:v1.2.1Compare Source
Patch Changes
62f655452]:v1.2.0Compare Source
Minor Changes
4b96035a8Thanks @charlypoly! - Export a testing helper:makeFragmentData(data, fragment)v1.1.5Compare Source
Patch Changes
00ddc9368]:dotansimha/graphql-code-generator (@graphql-codegen/introspection)
v2.2.3Compare Source
Patch Changes
46f75304aThanks @saihaj! - fix the version of@graphql-codegen/[email protected]Updated dependencies [
307a5d350,46f75304a]:v2.2.2Compare Source
Patch Changes
a6c2097f4,a6c2097f4,f79a00e8a,c802a0c0b]:Configuration
📅 Schedule: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) in timezone UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.