This repository was archived by the owner on Jul 12, 2023. It is now read-only.
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
3a108e4 to
c392cd6
Compare
c392cd6 to
1910557
Compare
1910557 to
d710cc8
Compare
d710cc8 to
368c648
Compare
368c648 to
e54ee44
Compare
e54ee44 to
9e28dae
Compare
9e28dae to
a05712c
Compare
a05712c to
c65a0e9
Compare
c65a0e9 to
716f4db
Compare
716f4db to
cfb0f62
Compare
cfb0f62 to
9c2d2ad
Compare
9c2d2ad to
1958303
Compare
1958303 to
101612b
Compare
101612b to
c7dcdfe
Compare
fcaac5b to
f9284af
Compare
f9284af to
125b663
Compare
125b663 to
3c45a38
Compare
3c45a38 to
f79d07f
Compare
f79d07f to
ce8abcd
Compare
ce8abcd to
f42d58a
Compare
f42d58a to
a7e4fc7
Compare
a7e4fc7 to
136ca95
Compare
136ca95 to
53aa5da
Compare
53aa5da to
6b933ba
Compare
6b933ba to
6d7747e
Compare
6d7747e to
e4fd066
Compare
e4fd066 to
3d3833f
Compare
3d3833f to
db7af79
Compare
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.7.10->3.7.154.5.0->4.7.11.2.0->1.3.07.21.3->7.22.117.4.4->17.6.517.4.4->17.6.53.0.1->3.0.811.10.6->11.11.011.10.6->11.11.03.2.2->3.3.13.0.2->3.0.43.1.1->3.2.19.0.17->9.0.195.11.11->5.11.165.0.0-alpha.70->5.0.0-alpha.825.11.12->5.13.313.2.4->13.4.4^0.0.13->^0.1.029.4.0->29.5.118.15.0->18.16.1618.0.28->18.2.718.0.11->18.2.45.54.1->5.59.85.54.1->5.59.816.0.3->16.1.08.36.0->8.41.013.2.4->13.4.48.7.0->8.8.03.5.3->3.5.52.1.0->2.3.01.20.1->1.22.122.4.11->22.5.07.0.1->7.0.22.1.1->2.2.113.2.0->13.2.213.2.4->13.4.44.20.1->4.22.12.8.4->2.8.87.43.5->7.44.22.4.0->2.4.112.2.0->12.3.115.8.0->15.10.314.0.2->14.0.34.0.2->4.1.129.0.5->29.1.0Release Notes
apollographql/apollo-client
v3.7.15Compare Source
Patch Changes
#10891
ab42a5c08Thanks @laverdet! - Fixes a bug in how multipart responses are read when using@defer. When reading a multipart body,HttpLinkno longer attempts to parse the boundary (e.g."---"or other boundary string) within the response data itself, only when reading the beginning of each mulitpart chunked message.#10789
23a4e1578Thanks @phryneas! - Fix a bug where other fields could be aliased to__typenameorid, in which case an incoming result would be merged into the wrong cache entry.v3.7.14Compare Source
Patch Changes
#10764
1b0a61fe5Thanks @phryneas! - DeprecateuseFragmentreturnPartialDataoption#10810
a6252774fThanks @dleavitt! - Fix type signature ofServerError.In <3.7
HttpLinkandBatchHttpLinkwould return aServerError.messageof e.g."Unexpected token 'E', \"Error! Foo bar\" is not valid JSON"and aServerError.resultofundefinedin the case where a server returned a >= 300 response code with a response body containing a string that could not be parsed as JSON.In >=3.7,
messagebecame e.g.Response not successful: Received status code 302andresultbecame the string from the response body, however the type inServerError.resultwas not updated to include thestringtype, which is now properly reflected.v3.7.13Compare Source
Patch Changes
#10805
a5503666cThanks @phryneas! - Fix a potential memory leak in SSR scenarios when manypersistedQueryinstances were created over time.#10718
577c68bddThanks @Hsifnus! - Delay Concast subscription teardown slightly inuseSubscriptionto prevent unexpected Concast teardown when oneuseSubscriptionhook tears down its in-flight Concast subscription immediately followed by anotheruseSubscriptionhook reusing and subscribing to that same Concastv3.7.12Compare Source
Patch Changes
895bcdcffThanks @alessbell! - If a multipart chunk contains onlyhasNext: false, immediately complete the observable.v3.7.11Compare Source
Patch Changes
#10586
4175af594Thanks @alessbell! - Improve WebSocket error handling for genericEventreceived on error. For more information see https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/error_event.#10411
152baac34Thanks @lovasoa! - Simplify error message generation and make 'undefined' an impossible message string.#10592
cdb98ae08Thanks @alessbell! - Adds support for multipart subscriptions inHttpLink.#10698
38508a251Thanks @jerelmiller! - Changes the behavior ofuseLazyQueryintroduced in #10427 where unmounting a component before a query was resolved would reject the promise with an abort error. Instead, the promise will now resolve naturally with the result from the request.Other notable fixes:
useLazyQuerywith a different query document will now ensure the execution function uses the updated query document. Previously, only the query document rendered the first time would be used for the request.#10660
364bee98fThanks @alessbell! - Upgrades TypeScript to v5. This change is fully backward-compatible and transparent to users.#10597
8fb9d190dThanks @phryneas! - Fix a bug where an incoming cache update could prevent future updates from the active link.#10629
02605bb3cThanks @phryneas! -useQuery: delay unsubscribe to fix race conditionsapollographql/apollo-server
v4.7.1Compare Source
Patch Changes
5d3c45be9Thanks @mayakoneval! - 🐛 Bug Fix for Apollo Server Landing Pages on Safari. A Content Security Policy was added to our landing page html so that Safari can run the inline scripts we use to call the Embedded Sandbox & Explorer.v4.7.0Compare Source
Minor Changes
#7504
22a5be934Thanks @mayakoneval! - In the Apollo Server Landing Page Local config, you can now opt out of the telemetry that Apollo Studio runs in theembedded Sandbox & Explorer landing pages. This telemetry includes Google Analytics for event tracking and
Sentry for error tracking.
Example of the new config option:
v4.6.0Compare Source
Minor Changes
#7465
1e808146aThanks @trevor-scheer! - Introduce new opt-in configuration option to mitigate v4 status code regressionApollo Server v4 accidentally started responding to requests with an invalid
variablesobject with a 200 status code, where v3 previously responded with a 400. In order to not break current behavior (potentially breaking users who have creatively worked around this issue) and offer a mitigation, we've added the following configuration option which we recommend for all users.Specifically, this regression affects cases where input variable coercion fails. Variables of an incorrect type (i.e.
Stringinstead ofInt) or unexpectedlynullare examples that fail variable coercion. Additionally, missing or incorrect fields on input objects as well as custom scalars that throw during validation will also fail variable coercion. For more specifics on variable coercion, see the "Input Coercion" sections in the GraphQL spec.This will become the default behavior in Apollo Server v5 and the configuration option will be ignored / no longer needed.
Patch Changes
#7454
f6e3ae021Thanks @trevor-scheer! - Start building packages with TS 5.x, which should have no effect for users#7433
e0db95b96Thanks @KGAdamCook! - Previously, when users provided their owndocumentStore, Apollo Server used a random prefix per schema in order to guarantee there was no shared state from one schema to the next. Now Apollo Server uses a hash of the schema, which enables the provided document store to be shared if you choose to do so.apollo-server-integrations/apollo-server-integration-next
v1.3.0Compare Source
Minor Changes
d4c3ef5Thanks @martinnabhan! - Added support for Next.js route handlersbabel/babel
v7.22.1Compare Source
🐛 Bug Fix
babel-preset-envv7.22.0Compare Source
🚀 New Feature
babel-parser,babel-plugin-transform-typescriptimport ... =andexport =in scripts (@nicolo-ribaudo)babel-compat-data,babel-core,babel-plugin-proposal-unicode-sets-regex,babel-plugin-transform-unicode-sets-regex,babel-preset-env,babel-standaloneunicode-sets-regextransform topreset-env(@JLHwung)babel-helpers,babel-plugin-proposal-explicit-resource-management,babel-plugin-transform-runtime,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime,babel-standaloneusingdeclarations (@nicolo-ribaudo)babel-plugin-proposal-import-attributes-to-assertions@babel/plugin-proposal-import-attributes-to-assertions(@nicolo-ribaudo)babel-core,babel-generator,babel-parser,babel-plugin-syntax-import-attributes,babel-preset-env,babel-standalone,babel-typesbabel-generator,babel-parser,babel-traverse,babel-typesawait usingdeclarations (@JLHwung)babel-core,babel-helper-create-regexp-features-plugin,babel-parserbabel-helpers,babel-plugin-proposal-decorators,babel-plugin-syntax-decorators,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime2023-05(@nicolo-ribaudo)💅 Polish
babel-plugin-transform-react-constant-elements,babel-plugin-transform-react-jsx,babel-traverse,babel-types🏠 Internal
babel-parserbabel-compat-data,babel-helper-transform-fixture-test-runner,babel-node,babel-plugin-proposal-decorators,babel-plugin-proposal-duplicate-named-capturing-groups-regex,babel-plugin-transform-async-generator-functions,babel-plugin-transform-named-capturing-groups-regex,babel-plugin-transform-runtime,babel-preset-env,babel-runtime-corejs3@babel/runtimepkg (@nicolo-ribaudo)babel-core,babel-plugin-proposal-async-generator-functions,babel-plugin-proposal-class-properties,babel-plugin-proposal-class-static-block,babel-plugin-proposal-decorators,babel-plugin-proposal-dynamic-import,babel-plugin-proposal-export-namespace-from,babel-plugin-proposal-function-sent,babel-plugin-proposal-json-strings,babel-plugin-proposal-logical-assignment-operators,babel-plugin-proposal-nullish-coalescing-operator,babel-plugin-proposal-numeric-separator,babel-plugin-proposal-object-rest-spread,babel-plugin-proposal-optional-catch-binding,babel-plugin-proposal-optional-chaining,babel-plugin-proposal-pipeline-operator,babel-plugin-proposal-private-methods,babel-plugin-proposal-private-property-in-object,babel-plugin-proposal-unicode-property-regex,babel-preset-env,babel-standalone-proposal-s that became standard to-transform-(@nicolo-ribaudo)v7.21.8Compare Source
👓 Spec Compliance
babel-parserusing awaitrestriction in explicitResourceManagement (@JLHwung)🐛 Bug Fix
babel-helper-create-class-features-plugin,babel-helper-create-regexp-features-pluginv7.21.5Compare Source
👓 Spec Compliance
babel-generator,babel-parser,babel-typesmixinsandimplementsforDeclareInterfaceandInterfaceDeclaration(@liuxingbaoyu)🐛 Bug Fix
babel-core,babel-generator,babel-plugin-transform-modules-commonjs,babel-plugin-transform-react-jsx)position withcreateParenthesizedExpressions(@liuxingbaoyu)babel-preset-env💅 Polish
babel-typesbabel-coreltinstead oflteto check TS version for .cts config (@nicolo-ribaudo)🏠 Internal
babel-coreimport.meta.resolve(@nicolo-ribaudo)babel-helper-fixtures,babel-preset-typescript.overridesand.envwhen resolving plugins/presets from fixture options (@JLHwung)babel-helper-create-class-features-plugin,babel-helper-create-regexp-features-pluginsemverpackage to compare versions (@nicolo-ribaudo)v7.21.4Compare Source
🐛 Bug Fix
babel-core,babel-helper-module-imports,babel-preset-typescriptimport/exportin.ctsfiles (@liuxingbaoyu)babel-generator💅 Polish
babel-helper-create-class-features-plugin,babel-plugin-proposal-class-properties,babel-plugin-transform-typescript,babel-traverse🏠 Internal
babel-parserlookaheadInLineCharCode(@JLHwung)babel-code-frame,babel-highlightDetails
Configuration
📅 Schedule: Branch creation - "on the first day of the month" in timezone America/Los_Angeles, 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 Mend Renovate. View repository job log here.