-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Upcoming Release Changes #9648
Merged
Merged
Upcoming Release Changes #9648
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
theguild-bot
force-pushed
the
changeset-release/master
branch
2 times, most recently
from
August 25, 2023 03:08
716daa9
to
1953738
Compare
🚀 Snapshot Release (
|
Package | Version | Info |
---|---|---|
@graphql-codegen/cli |
5.0.1-rc-20240108195533-976efdfc8 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/core |
4.0.1-rc-20240108195533-976efdfc8 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/add |
5.0.1-rc-20240108195533-976efdfc8 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/fragment-matcher |
5.0.1-rc-20240108195533-976efdfc8 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/introspection |
4.0.1-rc-20240108195533-976efdfc8 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/schema-ast |
4.0.1-rc-20240108195533-976efdfc8 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/visitor-plugin-common |
4.1.0-rc-20240108195533-976efdfc8 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/typescript-document-nodes |
4.0.2-rc-20240108195533-976efdfc8 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/gql-tag-operations |
4.0.2-rc-20240108195533-976efdfc8 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/typescript-operations |
4.1.0-rc-20240108195533-976efdfc8 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/typescript-resolvers |
4.0.2-rc-20240108195533-976efdfc8 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/typed-document-node |
5.0.2-rc-20240108195533-976efdfc8 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/typescript |
4.0.2-rc-20240108195533-976efdfc8 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/client-preset |
4.2.0-rc-20240108195533-976efdfc8 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/graphql-modules-preset |
4.0.2-rc-20240108195533-976efdfc8 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/testing |
3.0.1-rc-20240108195533-976efdfc8 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/plugin-helpers |
5.0.2-rc-20240108195533-976efdfc8 |
npm ↗︎ unpkg ↗︎ |
💻 Website PreviewThe latest changes are available as preview in: https://255baef5.graphql-code-generator.pages.dev |
theguild-bot
force-pushed
the
changeset-release/master
branch
11 times, most recently
from
August 28, 2023 04:23
0092539
to
98f6057
Compare
theguild-bot
force-pushed
the
changeset-release/master
branch
from
September 25, 2023 15:40
98f6057
to
d643837
Compare
theguild-bot
force-pushed
the
changeset-release/master
branch
7 times, most recently
from
October 12, 2023 19:37
ab9093a
to
60d5f6a
Compare
theguild-bot
force-pushed
the
changeset-release/master
branch
7 times, most recently
from
October 23, 2023 16:46
3350ced
to
72f9c6f
Compare
theguild-bot
force-pushed
the
changeset-release/master
branch
10 times, most recently
from
October 26, 2023 04:34
8385332
to
3d1f8ea
Compare
theguild-bot
force-pushed
the
changeset-release/master
branch
from
October 31, 2023 10:47
3d1f8ea
to
5311c9e
Compare
theguild-bot
force-pushed
the
changeset-release/master
branch
from
November 10, 2023 22:56
5311c9e
to
18c0391
Compare
theguild-bot
force-pushed
the
changeset-release/master
branch
2 times, most recently
from
December 1, 2023 14:07
2195e83
to
ca55f53
Compare
theguild-bot
force-pushed
the
changeset-release/master
branch
from
January 8, 2024 19:53
ca55f53
to
976efdf
Compare
saihaj
added a commit
that referenced
this pull request
Jan 9, 2024
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 was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
Releases
@graphql-codegen/visitor-plugin-common@4.1.0
Minor Changes
1bed87b20
Thanks @bbrzoska! - fix: out-of-memory crash (fixes Out of memory when generating typescript operations for gatsby wordpress schema #7720)perf: implement a caching mechanism that makes sure the type originating at the same location is never generated twice, as long as the combination of selected fields and possible types matches
feat: implement
extractAllFieldsToTypes: boolean
feat: implement
printFieldsOnNewLines: boolean
Patch Changes
#9640
40a29e91e
Thanks @renovate! - dependencies updates:tslib@~2.6.0
↗︎ (from~2.5.0
, independencies
)#9709
43b525d1f
Thanks @frandiox! - Avoid reading from null values when selection sets only contain fragments.Updated dependencies [
40a29e91e
]:@graphql-codegen/typescript-operations@4.1.0
Minor Changes
1bed87b20
Thanks @bbrzoska! - fix: out-of-memory crash (fixes Out of memory when generating typescript operations for gatsby wordpress schema #7720)perf: implement a caching mechanism that makes sure the type originating at the same location is never generated twice, as long as the combination of selected fields and possible types matches
feat: implement
extractAllFieldsToTypes: boolean
feat: implement
printFieldsOnNewLines: boolean
Patch Changes
40a29e91e
Thanks @renovate! - dependencies updates:tslib@~2.6.0
↗︎ (from~2.5.0
, independencies
)40a29e91e
,40a29e91e
,40a29e91e
,1bed87b20
,43b525d1f
]:@graphql-codegen/client-preset@4.2.0
Minor Changes
58d28a710
Thanks @charpeni! - The client preset now allows the use of thefutureProofEnums
config optionPatch Changes
40a29e91e
Thanks @renovate! - dependencies updates:tslib@~2.6.0
↗︎ (from~2.5.0
, independencies
)40a29e91e
,40a29e91e
,40a29e91e
,40a29e91e
,40a29e91e
,40a29e91e
,40a29e91e
,1bed87b20
,43b525d1f
]:@graphql-codegen/cli@5.0.1
Patch Changes
#9601
e176eabf1
Thanks @beerose! - dependencies updates:@graphql-codegen/client-preset@^4.1.0
↗︎ (todependencies
)#9556
23d8796a0
Thanks @frandiox! - ignore events in.git
directory#9580
50253b142
Thanks @spawnia! - Surface error occurring during import of @parcel/watcher#9601
e176eabf1
Thanks @beerose! - Include @graphql-codegen/client-preset in @graphql-codegen/cli by default#9698
5d6b6d90f
Thanks @OriginalEXE! - fix watcher unable to find highest common directory on WindowsUpdated dependencies [
40a29e91e
,40a29e91e
,40a29e91e
,58d28a710
]:@graphql-codegen/core@4.0.1
Patch Changes
40a29e91e
Thanks @renovate! - dependencies updates:tslib@~2.6.0
↗︎ (from~2.5.0
, independencies
)40a29e91e
]:@graphql-codegen/add@5.0.1
Patch Changes
40a29e91e
Thanks @renovate! - dependencies updates:tslib@~2.6.0
↗︎ (from~2.5.0
, independencies
)40a29e91e
]:@graphql-codegen/fragment-matcher@5.0.1
Patch Changes
40a29e91e
Thanks @renovate! - dependencies updates:tslib@~2.6.0
↗︎ (from~2.5.0
, independencies
)40a29e91e
]:@graphql-codegen/introspection@4.0.1
Patch Changes
40a29e91e
Thanks @renovate! - dependencies updates:tslib@~2.6.0
↗︎ (from~2.5.0
, independencies
)40a29e91e
,40a29e91e
,1bed87b20
,43b525d1f
]:@graphql-codegen/schema-ast@4.0.1
Patch Changes
40a29e91e
Thanks @renovate! - dependencies updates:tslib@~2.6.0
↗︎ (from~2.5.0
, independencies
)40a29e91e
]:@graphql-codegen/typescript-document-nodes@4.0.2
Patch Changes
40a29e91e
Thanks @renovate! - dependencies updates:tslib@~2.6.0
↗︎ (from~2.5.0
, independencies
)40a29e91e
,40a29e91e
,1bed87b20
,43b525d1f
]:@graphql-codegen/gql-tag-operations@4.0.2
Patch Changes
40a29e91e
Thanks @renovate! - dependencies updates:tslib@~2.6.0
↗︎ (from~2.5.0
, independencies
)40a29e91e
,40a29e91e
,1bed87b20
,43b525d1f
]:@graphql-codegen/typescript-resolvers@4.0.2
Patch Changes
40a29e91e
Thanks @renovate! - dependencies updates:tslib@~2.6.0
↗︎ (from~2.5.0
, independencies
)40a29e91e
,40a29e91e
,40a29e91e
,1bed87b20
,43b525d1f
]:@graphql-codegen/typed-document-node@5.0.2
Patch Changes
40a29e91e
Thanks @renovate! - dependencies updates:tslib@~2.6.0
↗︎ (from~2.5.0
, independencies
)40a29e91e
,40a29e91e
,1bed87b20
,43b525d1f
]:@graphql-codegen/typescript@4.0.2
Patch Changes
40a29e91e
Thanks @renovate! - dependencies updates:tslib@~2.6.0
↗︎ (from~2.5.0
, independencies
)40a29e91e
,40a29e91e
,40a29e91e
,1bed87b20
,43b525d1f
]:@graphql-codegen/graphql-modules-preset@4.0.2
Patch Changes
40a29e91e
Thanks @renovate! - dependencies updates:tslib@~2.6.0
↗︎ (from~2.5.0
, independencies
)40a29e91e
,40a29e91e
,1bed87b20
,43b525d1f
]:@graphql-codegen/testing@3.0.1
Patch Changes
#9640
40a29e91e
Thanks @renovate! - dependencies updates:tslib@~2.6.0
↗︎ (from~2.5.0
, independencies
)#9645
631c4238e
Thanks @renovate! - dependencies updates:jest-diff@^23.0.0 || ^24.0.0 || ^25.0.0 || ^26.0.0 || ^27.0.0 || ^28.0.0 || ^29.0.0
↗︎ (from^23.0.0 || ^24.0.0 || ^25.0.0 || ^26.0.0 || ^27.0.0 || ^28.0.0
, inpeerDependencies
)Updated dependencies [
40a29e91e
]:@graphql-codegen/plugin-helpers@5.0.2
Patch Changes
40a29e91e
Thanks @renovate! - dependencies updates:tslib@~2.6.0
↗︎ (from~2.5.0
, independencies
)