This repository was archived by the owner on Jun 22, 2021. It is now read-only.
Open
Conversation
b4bdee5 to
dd40cfe
Compare
a87faaa to
5f802ad
Compare
b66338b to
e93d79e
Compare
e354e7a to
ce33b60
Compare
9cf11a9 to
d450d98
Compare
8ec1a27 to
1e9a12a
Compare
1e9a12a to
1ed7b39
Compare
1ed7b39 to
8a14f6e
Compare
8a14f6e to
9a9da26
Compare
9a9da26 to
37b0bbf
Compare
37b0bbf to
427a47a
Compare
427a47a to
2f22ee7
Compare
2f22ee7 to
e830bed
Compare
e830bed to
49a02c7
Compare
49a02c7 to
0ea0e4c
Compare
0ea0e4c to
cb03785
Compare
cb03785 to
a271907
Compare
a271907 to
1e641d8
Compare
1e641d8 to
79a5c5e
Compare
79a5c5e to
b6a1e00
Compare
b6a1e00 to
3d51a2f
Compare
3d51a2f to
ecaa88f
Compare
57f5e8c to
76c57ab
Compare
76c57ab to
f4fc023
Compare
|
Code Climate has analyzed commit f4fc023 and detected 0 issues on this pull request. View more on Code Climate. |
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
3.0.1->3.1.53.0.1->3.1.42.18.0->2.33.41.6.3->1.6.62.6.4->2.6.101.2.12->1.2.141.0.18->1.0.201.5.15->1.5.171.0.18->1.0.201.3.2->1.3.42.10.1->2.12.4Release Notes
apollographql/react-apollo
v3.1.5Compare Source
v3.1.4Compare Source
v3.1.3Compare Source
onCompletedbeing called more often than necessary.@hwillson in 0901f4a
v3.1.2Compare Source
Bug Fixes
ssr: falseandssrMode: true.@maapteh in #3515
MockLink's brokennewDatafunction handling.@pawelkleczek in #3539
networkStatusfrom changingreadyat the end of pagination.@mu29 in #3514
v3.1.1Compare Source
Improvements
startPollingorstopPollingafter a component has unmounted is now a no-op (instead of throwing an exception). Polling is automatically stopped when a component is unmounted, so it doesn't need to be called manually.@hwillson in #3485
ignoreResultsto be controlled throughgraphqlandwithMutationoptions.@tim-stasse in #3431
ObservableQueryinstance, to avoid attempting to use it after a componenthas unmounted.
@jfrolich in #3490
Bug Fixes
loadingstate when an error occurs after a refetch, that is the same as the previous error.@jet2jet in #3477
ChildDataPropsandChildMutatePropstypes.@hwillson in #3495
onCompletedis called each time auseLazyQuerybased query completes, after the execution function is called.@hwillson in #3497
v3.1.0Compare Source
Potentially Breaking Change
datastate from{}toundefined. This change aligns all parts of the React Apollo query cycle so thatdatais alwaysundefinedif there is no data, instead ofdatabeing converted into an empty object. This change impacts the initial query response, initial SSR response,datavalue when errors occur,datavalue when skipping, etc. All of these areas are now aligned to only ever return a value fordataif there really is a value to return (instead of making it seem like there is one by converting to{}).@hwillson in #3388
Bug Fixes
skipoption when usinguseSubscription.@n1ru4l in #3356
refetch,fetchMore,updateQuery,startPolling,stopPolling, andsubscribeToMoremaintain a stable identity when they're passed back alongside query results.@hwillson in #3422
fetchMore.updateQuerywithnotifyOnNetworkStatusChangeset to true. WhennotifyOnNetworkStatusChangeis true, re-renders will now wait untilupdateQueryhas completed, to make sure the updated data is used during the render.@hwillson in #3433
clientto theuseMutationresult.@joshalling in #3417
onErrorandonCompletedcallbacks from being part of the internal memoization that's used to decide when certain after render units of functionality are run, when usinguseQuery. This fixes issues related to un-necessary component cleanup, likeerrordisappearing from results when it should be present.@dylanwulf in #3419
useLazyQuery's execution function can now be called multiple times in a row, and will properly submit network requests each time called, when using a fetch policy ofnetwork-only.@hwillson in #3453
network-onlyandcache-and-networkfetch policies, along with changes to ensure disabled SSR queries are not fired.@mikebm in #3435
voidfrom theMutationFunction's returned Promise types.@hwillson in #3458
onCompletedcalls during the same query execution cycle.@hwillson in #3461
@dqunbp in #3273
@SeanRoberts in #3380
apollographql/apollo-tooling
v2.33.4Compare Source
v2.33.3Compare Source
v2.33.2Compare Source
apollo service:*commands, pointing people towards the Apollo Rover CLI migration guide.@hwillson in #2308
v2.33.1Compare Source
v2.33.0Compare Source
v2.32.13Compare Source
v2.32.12Compare Source
v2.32.11Compare Source
v2.32.10Compare Source
v2.32.8Compare Source
v2.32.5Compare Source
apollo@2.32.5Bump version of
env-ci#1754 Issue #2219Due to human error during the release process, the following packages also had their versions bumped, despite having no known significant changes. (Apologies, from that human.)
apollo-codegen-core@0.39.3apollo-codegen-flow@0.37.3apollo-codegen-scala@0.38.3apollo-codegen-swift@0.39.3apollo-codegen-typescript@0.39.3apollo-env@0.6.6apollo-graphql@0.6.1apollo-language-server@1.25.2@apollographql/apollo-tools@0.4.9vscode-apollo@1.18.2v2.32.4Compare Source
apollo@2.32.5instead.v2.32.1Compare Source
apollo-codegen-swiftqueryDocumentto time out #2198v2.32.0Compare Source
apollo@2.32.0HTTP_PROXY,HTTPS_PROXY, andNO_PROXYenvironment variables for using an HTTP proxy. #2181v2.31.2Compare Source
apollo-codegen-swiftv2.31.1Compare Source
engine-graphql.apollographql.comtographql.api.apollographql.com.Users that have set up support for corporate proxies or firewalls may need to update configurations.
--commitIdinservice:checkandservice:pushoverrides the current commit ID otherwise read through env-ci.service:pushnow takes--authorand--branchmatchingservice:check.v2.31.0Compare Source
v2.30.3Compare Source
v2.30.2Compare Source
apollo-codegen-coreunionTypesandinterfaceTypesproperties to the exported IR JSON (when using thejson-moderntarget), that list all unions and their types, as well as all interfaces and their implementing types #2050.v2.30.1Compare Source
apollo-codegen-swift@0.37.7v2.30.0Compare Source
apollo@2.30.0--branchand--authorin service:check command. This will permit users to group changes using the--branchflag and indicate an author, via a string value using the--authorflag.v2.29.1Compare Source
** Note: this release is an immediate follow-up to the previous release.
apollo-graphqlshould've been updated but it was unfortunately missed. **apollo-graphql@0.5.0v2.29.0Compare Source
apollo@2.29.0apollo-language-server@1.23.0vscode-apollo@1.16.4v2.28.3Compare Source
apollo@2.28.3--frontendflag. #1990apollo-language-server@1.22.3v2.28.2Compare Source
apollo@2.28.2v2.28.1Compare Source
apollo@2.28.1apollo-language-server@1.22.1vscode-apollo@1.61.1v2.28.0Compare Source
v2.27.4Compare Source
v2.27.3Compare Source
apollo@2.27.4typeNodes ontypesUsed#1916apollo-codegen-core@0.36.9typeNodes ontypesUsed#1916v2.27.2Compare Source
apollo@2.27.2v2.27.0Compare Source
apollo@2.27.0apollo-codegen-core@0.36.6v2.26.0Compare Source
apollo@2.26.0APOLLO_KEYand deprecateENGINE_API_KEYfor.envsupport #1851--graph/-vflag for specifying graph manager id without requiring a config file #1858graph@variantparsing under theservice.namekey in config files, similar to client configs #1858graph@variantparsing within theapollo.config.js#1849apollo.config.jsor within the API key. #1849--ignoreFailuresflag to service:check to exit with code 0 with check failures #1856apollo-language-server@1.21.0APOLLO_KEYand deprecateENGINE_API_KEYfor.envsupport #1851graph@variantparsing under theservice.namekey in config files, similar to client configs #1858apollo.config.jsor within the API key. #1849v2.25.0Compare Source
apollo@2.25.0v2.24.0Compare Source
apollo@2.24.0apollo-language-server@1.20.0v2.23.0Compare Source
apollov2.22.1Compare Source
apollo@2.22.1apollo-codegen-flow@0.34.1apollo-codegen-scala@0.35.1apollo-codegen-swift@0.36.1apollo-codegen-typescript@0.36.1v2.22.0Compare Source
apollo@2.22.0v2.21.3Compare Source
apollo-codegen-swift@0.35.10apollo-env@0.6.1apollo-language-server@1.18.0vscode-apollo@1.13.0v2.21.2Compare Source
apollo@2.21.2apollo-codegen-swift@0.35.14apollo-graphql@0.3.6apollo-language-server@1.17.2v2.21.1Compare Source
apollo@2.21.1client:download-schema#1470apollo-env@0.6.0apollo-enva standard TS package#1611 This PR likely warrants a pre-major version bump so that it isn't accidentally upgraded to for dependents using the ^ range. If this breaks your project, please don't hesitate to let us know and revert back to v0.5.1. This PR removes the handwritten node-fetch types and instead
just re-exports them. Internally, this drastically simplifies the existence of apollo-env within this monorepo, as it no longer requires a special build step that forces lerna and TS to work around it.
vscode-apollo@1.12.1v2.21.0Compare Source
apollo@2.21.0apollo-codegen-swift@0.35.7null#1596v2.20.0Compare Source
apollo@2.20.0service:checknot outputing urlapollo-codegen-swift@0.35.11apollo-language-server@1.17.0leadingoption and debounce threshold #1593.envand.env.localfor Vue CLI compatibility #1525vscode-apollo@1.12.0ctrl+spaceautocomplete with language-server imrovements #1593.envand.env.localfor changes #1525v2.19.1Compare Source
apollo@2.19.1apollo-codegen-swift@0.35.10selfdon't cause compilation errors in the generated code #1533v2.19.0Compare Source
apollo@2.19.0localSchemaFilefor federated service commands #1489apollo-codegen-core@0.35.4apollo-codegen-swift@0.35.9--suppressSwiftMultilineStringLiteralsflag to allow a version which strips unnecessary whitespace.apollo-graphql@0.3.4Function.prototype.namestring comparison, when omitting validation rules withinbuildSchemaFromSDL. #1551apollo-language-server@1.16.0checkPartialSchema#1539vscode-apollo@1.11.0v2.18.3Compare Source
apollolocalSchemaFiles #1529v2.18.2Compare Source
apollo-codegen-core@0.35.2apollo-codegen-flow@0.33.27apollo-codegen-scala@0.34.27apollo-codegen-swift@0.35.7apollo-codegen-typescript@0.35.2apollo-language-server@1.15.2apollo@2.18.2apollolocalSchemaFiles #1500apollo-codegen-coreapollo-codegen-flowapollo-codegen-scalaapollo-codegen-swiftapollo-codegen-typescriptapollo-language-serverlocalSchemaFiles #1500v2.18.1Compare Source
apollo-codegen-core@0.35.1apollo-codegen-flow@0.33.26apollo-codegen-scala@0.34.26apollo-codegen-swift@0.35.6apollo-codegen-typescript@0.35.1apollo-language-server@1.15.1vscode-apollo@1.10.1apollo@2.18.1client:checkandservice:checkoutput in CI #1404apollographql/apollo-client
v1.6.6Compare Source
v1.6.5Compare Source
apollographql/apollo-link
v1.2.14Compare Source
v1.2.13Compare Source
apollographql/graphql-tag
v2.12.4Compare Source
@dobesv in #257
v2.12.3Compare Source
v2.12.2Compare Source
Object.assignto attach extra properties togql.@benjamn in #380
v2.12.1Compare Source
import type ...syntax (introduced by #325) has been removed, fixing issue #345.@benjamn in #352
v2.12.0Compare Source
graphql-tagrepository has been converted to TypeScript, adding type safety and enabling both ECMAScript and CommonJS module exports. While these changes are intended to be as backwards-compatible as possible, we decided to bump the minor version to reflect the significant refactoring.@PowerKiKi and @benjamn in #325
v2.11.0Compare Source
package.jsonsideEffectschanges to clearly identify thatgraphql-tagdoesn't have side effects.@hwillson in #313
v2.10.4Compare Source
graphql15.@adriencohen in #299
v2.10.3Compare Source
index.d.tsdeclaration file.@Guillaumez in #289
v2.10.2Compare Source
index.d.tsdeclaration file.@hwillson in #285
Configuration
📅 Schedule: 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 WhiteSource Renovate. View repository job log here.