SurveyMonkey / graphql-ergonomock

Automatic mocking of GraphQL queries
MIT License
19 stars 5 forks source link

chore(deps): update dependency @apollo/client to v3.4.8 #124

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/client (source) 3.3.15 -> 3.4.8 age adoption passing confidence

Release Notes

apollographql/apollo-client ### [`v3.4.8`](https://togithub.com/apollographql/apollo-client/blob/master/CHANGELOG.md#Apollo-Client-348) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.4.7...v3.4.8) ##### Bug Fixes - Fix error thrown by nested `keyFields: ["a", ["b", "c"], "d"]` type policies when writing results into the cache where any of the key fields (`.a`, `.a.b`, `.a.c`, or `.d`) have been renamed by query field alias syntax.
[@​benjamn](https://togithub.com/benjamn) in [#​8643](https://togithub.com/apollographql/apollo-client/pull/8643) - Fix regression from PR [#​8422](https://togithub.com/apollographql/apollo-client/pull/8422) (first released in `@apollo/client@3.4.0-rc.15`) that caused `result.data` to be set to undefined in some cases after `ObservableQuery#getCurrentResult` reads an incomplete result from the cache.
[@​benjamn](https://togithub.com/benjamn) in [#​8642](https://togithub.com/apollographql/apollo-client/pull/8642) ### [`v3.4.7`](https://togithub.com/apollographql/apollo-client/blob/master/CHANGELOG.md#Apollo-Client-347) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.4.6...v3.4.7) ##### Bug Fixes - Fix accidental reuse of recycled `MergeTree` objects in `StoreWriter` class used by `InMemoryCache`.
[@​benjamn](https://togithub.com/benjamn) in [#​8618](https://togithub.com/apollographql/apollo-client/pull/8618) ### [`v3.4.6`](https://togithub.com/apollographql/apollo-client/blob/master/CHANGELOG.md#Apollo-Client-346) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.4.5...v3.4.6) ##### Improvements - Reevaluate `window.fetch` each time `HttpLink` uses it, if not configured using `options.fetch`. This change enables a variety of strategies for instrumenting `window.fetch`, without requiring those strategies to run before `@apollo/client/link/http` is first imported.
[@​benjamn](https://togithub.com/benjamn) in [#​8603](https://togithub.com/apollographql/apollo-client/pull/8603) - Clarify mutation `fetchPolicy` options (`"network-only"` or `"no-cache"`) using [`MutationFetchPolicy`](https://togithub.com/apollographql/apollo-client/blob/fa52875341ab33f3e8192ded90af5e2c208e0f75/src/core/watchQueryOptions.ts#L33-L37) union type.
[@​benjamn](https://togithub.com/benjamn) in [#​8602](https://togithub.com/apollographql/apollo-client/pull/8602) ##### Bug Fixes - Restore full `@apollo/client/apollo-client.cjs.js` CommonJS bundle for older bundlers. > Note that Node.js and CommonJS bundlers typically use the bundles specified by `"main"` fields in our generated `package.json` files, which are all independent and non-overlapping CommonJS modules. However, `apollo-client.cjs.js` is just one big bundle, so mixing imports of `apollo-client.cjs.js` with the other CommonJS bundles is discouraged, as it could trigger the [dual package hazard](https://nodejs.org/api/packages.html#packages_dual_commonjs_es_module_packages). In other words, please don't start using `apollo-client.cjs.js` if you're not already.
[@​benjamn](https://togithub.com/benjamn) in [#​8592](https://togithub.com/apollographql/apollo-client/pull/8592) - Log `MissingFieldError`s in `ObservableQuery#getCurrentResult` using `invariant.debug`, rather than reporting them via `result.error`.
[@​benjamn](https://togithub.com/benjamn) in [#​8604](https://togithub.com/apollographql/apollo-client/pull/8604) ### [`v3.4.5`](https://togithub.com/apollographql/apollo-client/blob/master/CHANGELOG.md#Apollo-Client-345) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.4.4...v3.4.5) ##### Bug Fixes - Fix double registration bug for mutation `refetchQueries` specified using legacy one-time `refetchQueries: [{ query, variables }]` style. Though the bug is fixed, we recommend using `refetchQueries: [query]` instead (when possible) to refetch an existing query using its `DocumentNode`, rather than creating, executing, and then deleting a new query, as the legacy `{ query, variables }` style unfortunately does.
[@​benjamn](https://togithub.com/benjamn) in [#​8586](https://togithub.com/apollographql/apollo-client/pull/8586) - Fix `useQuery`/`useLazyQuery` stalling when clients or queries change.
[@​brainkim](https://togithub.com/brainkim) in [#​8589](https://togithub.com/apollographql/apollo-client/pull/8589) ### [`v3.4.4`](https://togithub.com/apollographql/apollo-client/blob/master/CHANGELOG.md#Apollo-Client-344) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.4.3...v3.4.4) ##### Bug Fixes - Revert accidental addition of `engines.npm` section to published version of `@apollo/client/package.json`.
[@​benjamn](https://togithub.com/benjamn) in [#​8578](https://togithub.com/apollographql/apollo-client/pull/8578) ### [`v3.4.3`](https://togithub.com/apollographql/apollo-client/blob/master/CHANGELOG.md#Apollo-Client-343) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.4.2...v3.4.3) ##### Bug Fixes - Fix `{ ssr: false }` causing queries to hang on the client.
[@​brainkim](https://togithub.com/brainkim) in [#​8574](https://togithub.com/apollographql/apollo-client/pull/8574) ### [`v3.4.2`](https://togithub.com/apollographql/apollo-client/blob/master/CHANGELOG.md#Apollo-Client-342) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.4.1...v3.4.2) ##### Bug Fixes - Use more default type parameters for mutation-related types in `react/types/types.ts`, to provide smoother backwards compatibility for code using those types explicitly.
[@​benjamn](https://togithub.com/benjamn) in [#​8573](https://togithub.com/apollographql/apollo-client/pull/8573) ### [`v3.4.1`](https://togithub.com/apollographql/apollo-client/blob/master/CHANGELOG.md#Apollo-Client-341) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.4.0...v3.4.1) ##### Bug Fixes - Initialize `stringifyCanon` lazily, when `canonicalStringify` is first called, fixing `Uncaught ReferenceError: __DEV__ is not defined` errors due to usage of `__DEV__` before declaration.
[@​benjamn](https://togithub.com/benjamn) in [#​8557](https://togithub.com/apollographql/apollo-client/pull/8557) ### [`v3.4.0`](https://togithub.com/apollographql/apollo-client/blob/master/CHANGELOG.md#Apollo-Client-340) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.3.21...v3.4.0) ##### New documentation - [**Refetching queries**](https://www.apollographql.com/docs/react/data/refetching/) with `client.refetchQueries`.
[@​StephenBarlow](https://togithub.com/StephenBarlow) and [@​benjamn](https://togithub.com/benjamn) in [#​8265](https://togithub.com/apollographql/apollo-client/pull/8265) ##### Improvements - `InMemoryCache` now *guarantees* that any two result objects returned by the cache (from `readQuery`, `readFragment`, etc.) will be referentially equal (`===`) if they are deeply equal. Previously, `===` equality was often achievable for results for the same query, on a best-effort basis. Now, equivalent result objects will be automatically shared among the result trees of completely different queries. This guarantee is important for taking full advantage of optimistic updates that correctly guess the final data, and for "pure" UI components that can skip re-rendering when their input data are unchanged.
[@​benjamn](https://togithub.com/benjamn) in [#​7439](https://togithub.com/apollographql/apollo-client/pull/7439) - Mutations now accept an optional callback function called `onQueryUpdated`, which will be passed the `ObservableQuery` and `Cache.DiffResult` objects for any queries invalidated by cache writes performed by the mutation's final `update` function. Using `onQueryUpdated`, you can override the default `FetchPolicy` of the query, by (for example) calling `ObservableQuery` methods like `refetch` to force a network request. This automatic detection of invalidated queries provides an alternative to manually enumerating queries using the `refetchQueries` mutation option. Also, if you return a `Promise` from `onQueryUpdated`, the mutation will automatically await that `Promise`, rendering the `awaitRefetchQueries` option unnecessary.
[@​benjamn](https://togithub.com/benjamn) in [#​7827](https://togithub.com/apollographql/apollo-client/pull/7827) - Support `client.refetchQueries` as an imperative way to refetch queries, without having to pass `options.refetchQueries` to `client.mutate`.
[@​dannycochran](https://togithub.com/dannycochran) in [#​7431](https://togithub.com/apollographql/apollo-client/pull/7431) - Improve standalone `client.refetchQueries` method to support automatic detection of queries needing to be refetched.
[@​benjamn](https://togithub.com/benjamn) in [#​8000](https://togithub.com/apollographql/apollo-client/pull/8000) - Fix remaining barriers to loading [`@apollo/client/core`](https://cdn.jsdelivr.net/npm/@​apollo/client@3.4.0/core/+esm) as native ECMAScript modules from a CDN like [esm.run](https://www.jsdelivr.com/esm). Importing `@apollo/client` from a CDN will become possible once we move all React-related dependencies into `@apollo/client/react` in Apollo Client 4.
[@​benjamn](https://togithub.com/benjamn) in [#​8266](https://togithub.com/apollographql/apollo-client/issues/8266) - `InMemoryCache` supports a new method called `batch`, which is similar to `performTransaction` but takes named options rather than positional parameters. One of these named options is an `onDirty(watch, diff)` callback, which can be used to determine which watched queries were invalidated by the `batch` operation.
[@​benjamn](https://togithub.com/benjamn) in [#​7819](https://togithub.com/apollographql/apollo-client/pull/7819) - Allow `merge: true` field policy to merge `Reference` objects with non-normalized objects, and vice-versa.
[@​benjamn](https://togithub.com/benjamn) in [#​7778](https://togithub.com/apollographql/apollo-client/pull/7778) - Allow identical subscriptions to be deduplicated by default, like queries.
[@​jkossis](https://togithub.com/jkossis) in [#​6910](https://togithub.com/apollographql/apollo-client/pull/6910) - Always use `POST` request when falling back to sending full query with `@apollo/client/link/persisted-queries`.
[@​rieset](https://togithub.com/rieset) in [#​7456](https://togithub.com/apollographql/apollo-client/pull/7456) - The `FetchMoreQueryOptions` type now takes two instead of three type parameters (``), thanks to using `Partial` instead of `K extends typeof TVariables` and `Pick`.
[@​ArnaudBarre](https://togithub.com/ArnaudBarre) in [#​7476](https://togithub.com/apollographql/apollo-client/pull/7476) - Pass `variables` and `context` to a mutation's `update` function. **Note:** The type of the `update` function is now named `MutationUpdaterFunction` rather than `MutationUpdaterFn`, since the older type was [broken beyond repair](https://togithub.com/apollographql/apollo-client/issues/8506#issuecomment-881706613). If you are using `MutationUpdaterFn` in your own code, please use `MutationUpdaterFunction` instead.
[@​jcreighton](https://togithub.com/jcreighton) in [#​7902](https://togithub.com/apollographql/apollo-client/pull/7902) - A `resultCacheMaxSize` option may be passed to the `InMemoryCache` constructor to limit the number of result objects that will be retained in memory (to speed up repeated reads), and calling `cache.reset()` now releases all such memory.
[@​SofianHn](https://togithub.com/SofianHn) in [#​8701](https://togithub.com/apollographql/apollo-client/pull/8701) - Fully remove result cache entries from LRU dependency system when the corresponding entities are removed from `InMemoryCache` by eviction, or by any other means.
[@​sofianhn](https://togithub.com/sofianhn) and [@​benjamn](https://togithub.com/benjamn) in [#​8147](https://togithub.com/apollographql/apollo-client/pull/8147) - Expose missing field errors in results.
[@​brainkim](github.com/brainkim) in [#​8262](https://togithub.com/apollographql/apollo-client/pull/8262) - Add expected/received `variables` to `No more mocked responses...` error messages generated by `MockLink`.
[@​markneub](github.com/markneub) in [#​8340](https://togithub.com/apollographql/apollo-client/pull/8340) - The `InMemoryCache` version of the `cache.gc` method now supports additional options for removing non-essential (recomputable) result caching data.
[@​benjamn](https://togithub.com/benjamn) in [#​8421](https://togithub.com/apollographql/apollo-client/pull/8421) - Suppress noisy `Missing cache result fields...` warnings by default unless `setLogVerbosity("debug")` called.
[@​benjamn](https://togithub.com/benjamn) in [#​8489](https://togithub.com/apollographql/apollo-client/pull/8489) - Improve interaction between React hooks and React Fast Refresh in development.
[@​andreialecu](https://togithub.com/andreialecu) in [#​7952](https://togithub.com/apollographql/apollo-client/pull/7952) ##### Potentially disruptive changes - To avoid retaining sensitive information from mutation root field arguments, Apollo Client v3.4 automatically clears any `ROOT_MUTATION` fields from the cache after each mutation finishes. If you need this information to remain in the cache, you can prevent the removal by passing the `keepRootFields: true` option to `client.mutate`. `ROOT_MUTATION` result data are also passed to the mutation `update` function, so we recommend obtaining the results that way, rather than using `keepRootFields: true`, if possible.
[@​benjamn](https://togithub.com/benjamn) in [#​8280](https://togithub.com/apollographql/apollo-client/pull/8280) - Internally, Apollo Client now controls the execution of development-only code using the `__DEV__` global variable, rather than `process.env.NODE_ENV`. While this change should not cause any visible differences in behavior, it will increase your minified+gzip bundle size by more than 3.5kB, unless you configure your minifier to replace `__DEV__` with a `true` or `false` constant, the same way you already replace `process.env.NODE_ENV` with a string literal like `"development"` or `"production"`. For an example of configuring a Create React App project without ejecting, see this pull request for our [React Apollo reproduction template](https://togithub.com/apollographql/react-apollo-error-template/pull/51).
[@​benjamn](https://togithub.com/benjamn) in [#​8347](https://togithub.com/apollographql/apollo-client/pull/8347) - Internally, Apollo Client now uses namespace syntax (e.g. `import * as React from "react"`) for imports whose types are re-exported (and thus may appear in `.d.ts` files). This change should remove any need to configure `esModuleInterop` or `allowSyntheticDefaultImports` in `tsconfig.json`, but might require updating bundler configurations that specify named exports of the `react` and `prop-types` packages, to include exports like `createContext` and `createElement` ([example](https://togithub.com/apollographql/apollo-client/commit/16b08e1af9ba9934041298496e167aafb128c15d)).
[@​devrelm](https://togithub.com/devrelm) in [#​7742](https://togithub.com/apollographql/apollo-client/pull/7742) - Respect `no-cache` fetch policy (by not reading any `data` from the cache) for `loading: true` results triggered by `notifyOnNetworkStatusChange: true`.
[@​jcreighton](https://togithub.com/jcreighton) in [#​7761](https://togithub.com/apollographql/apollo-client/pull/7761) - The TypeScript return types of the `getLastResult` and `getLastError` methods of `ObservableQuery` now correctly include the possibility of returning `undefined`. If you happen to be calling either of these methods directly, you may need to adjust how the calling code handles the methods' possibly-`undefined` results.
[@​benjamn](https://togithub.com/benjamn) in [#​8394](https://togithub.com/apollographql/apollo-client/pull/8394) - Log non-fatal `invariant.error` message when fields are missing from result objects written into `InMemoryCache`, rather than throwing an exception. While this change relaxes an exception to be merely an error message, which is usually a backwards-compatible change, the error messages are logged in more cases now than the exception was previously thrown, and those new error messages may be worth investigating to discover potential problems in your application. The errors are not displayed for `@client`-only fields, so adding `@client` is one way to handle/hide the errors for local-only fields. Another general strategy is to use a more precise query to write specific subsets of data into the cache, rather than reusing a larger query that contains fields not present in the written `data`.
[@​benjamn](https://togithub.com/benjamn) in [#​8416](https://togithub.com/apollographql/apollo-client/pull/8416) - The [`nextFetchPolicy`](https://togithub.com/apollographql/apollo-client/pull/6893) option for `client.watchQuery` and `useQuery` will no longer be removed from the `options` object after it has been applied, and instead will continue to be applied any time `options.fetchPolicy` is reset to another value, until/unless the `options.nextFetchPolicy` property is removed from `options`.
[@​benjamn](https://togithub.com/benjamn) in [#​8465](https://togithub.com/apollographql/apollo-client/pull/8465) - The `fetchMore`, `subscribeToMore`, and `updateQuery` functions returned from the `useQuery` hook may now return undefined in edge cases where the functions are called when the component is unmounted
[@​noghartt](https://togithub.com/noghartt) in [#​7980](https://togithub.com/apollographql/apollo-client/pull/7980). ##### Bug fixes - In Apollo Client 2.x, a `refetch` operation would always replace existing data in the cache. With the introduction of field policy `merge` functions in Apollo Client 3, existing field values could be inappropriately combined with incoming field values by a custom `merge` function that does not realize a `refetch` has happened. To give you more control over this behavior, we have introduced an `overwrite?: boolean = false` option for `cache.writeQuery` and `cache.writeFragment`, and an option called `refetchWritePolicy?: "merge" | "overwrite"` for `client.watchQuery`, `useQuery`, and other functions that accept `WatchQueryOptions`. You can use these options to make sure any `merge` functions involved in cache writes for `refetch` operations get invoked with `undefined` as their first argument, which simulates the absence of any existing data, while still giving the `merge` function a chance to determine the internal representation of the incoming data. The default behaviors are `overwrite: true` and `refetchWritePolicy: "overwrite"`, which restores the Apollo Client 2.x behavior, but (if this change causes any problems for your application) you can easily recover the previous merging behavior by setting a default value for `refetchWritePolicy` in `defaultOptions.watchQuery`: ```ts new ApolloClient({ defaultOptions: { watchQuery: { refetchWritePolicy: "merge", }, }, }) ``` [@​benjamn](https://togithub.com/benjamn) in [#​7810](https://togithub.com/apollographql/apollo-client/pull/7810) - Make sure the `MockedResponse` `ResultFunction` type is re-exported.
[@​hwillson](https://togithub.com/hwillson) in [#​8315](https://togithub.com/apollographql/apollo-client/pull/8315) - Fix polling when used with `skip`.
[@​brainkim](https://togithub.com/brainkim) in [#​8346](https://togithub.com/apollographql/apollo-client/pull/8346) - `InMemoryCache` now coalesces `EntityStore` updates to guarantee only one `store.merge(id, fields)` call per `id` per cache write.
[@​benjamn](https://togithub.com/benjamn) in [#​8372](https://togithub.com/apollographql/apollo-client/pull/8372) - Fix polling when used with ``.
[@​brainkim](https://togithub.com/brainkim) in [#​8414](https://togithub.com/apollographql/apollo-client/pull/8414) - Fix the React integration logging `Warning: Can't perform a React state update on an unmounted component`.
[@​wuarmin](https://togithub.com/wuarmin) in [#​7745](https://togithub.com/apollographql/apollo-client/pull/7745) - Make `ObservableQuery#getCurrentResult` always call `queryInfo.getDiff()`.
[@​benjamn](https://togithub.com/benjamn) in [#​8422](https://togithub.com/apollographql/apollo-client/pull/8422) - Make `readField` default to reading from current object only when the `from` option/argument is actually omitted, not when `from` is passed to `readField` with an undefined value. A warning will be printed when this situation occurs.
[@​benjamn](https://togithub.com/benjamn) in [#​8508](https://togithub.com/apollographql/apollo-client/pull/8508) - The `fetchMore`, `subscribeToMore`, and `updateQuery` functions no longer throw `undefined` errors
[@​noghartt](https://togithub.com/noghartt) in [#​7980](https://togithub.com/apollographql/apollo-client/pull/7980). ### [`v3.3.21`](https://togithub.com/apollographql/apollo-client/blob/master/CHANGELOG.md#Apollo-Client-3321) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.3.20...v3.3.21) ##### Bug fixes - Fix race condition in `@apollo/client/link/context` that could leak subscriptions if the subscription is cancelled before `operation.setContext` is called.
[@​sofianhn](https://togithub.com/sofianhn) in [#​8399](https://togithub.com/apollographql/apollo-client/pull/8399) - Prefer `existing.pageInfo.startCursor` and `endCursor` (if defined) in `read` function of `relayStylePagination` policies.
[@​benjamn](https://togithub.com/benjamn) in [#​8438](https://togithub.com/apollographql/apollo-client/pull/8438) ##### Improvements - Normalize user-provided `HttpLink` headers by lower-casing their names.
[@​benjamn](https://togithub.com/benjamn) in [#​8449](https://togithub.com/apollographql/apollo-client/pull/8449) ### [`v3.3.20`](https://togithub.com/apollographql/apollo-client/blob/master/CHANGELOG.md#Apollo-Client-3320) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.3.19...v3.3.20) ##### Bug fixes - Fix policy merging bug when calling `cache.policies.addTypePolicies` multiple times for the same type policy.
[@​Banou26](https://togithub.com/Banou26) in [#​8361](https://togithub.com/apollographql/apollo-client/pull/8361) ### [`v3.3.19`](https://togithub.com/apollographql/apollo-client/blob/master/CHANGELOG.md#Apollo-Client-3319) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.3.18...v3.3.19) ##### Bug fixes - Use `export ... from` syntax to re-export `graphql-tag` named exports, making tree-shaking easier for some bundlers.
[@​benjamn](https://togithub.com/benjamn) in [#​8221](https://togithub.com/apollographql/apollo-client/pull/8221) ##### Documentation - Replace Spectrum references with [community.apollographql.com](https://community.apollographql.com).
[@​hwillson](https://togithub.com/hwillson) in [#​8238](https://togithub.com/apollographql/apollo-client/pull/8238) ### [`v3.3.18`](https://togithub.com/apollographql/apollo-client/blob/master/CHANGELOG.md#Apollo-Client-3318) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.3.17...v3.3.18) ##### Bug fixes - Add `"sideEffects": false` to all generated/published `package.json` files, to improve dead code elimination for nested entry points like `@apollo/client/cache`.
[@​benjamn](https://togithub.com/benjamn) in [#​8213](https://togithub.com/apollographql/apollo-client/pull/8213) ### [`v3.3.17`](https://togithub.com/apollographql/apollo-client/blob/master/CHANGELOG.md#Apollo-Client-3317) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.3.16...v3.3.17) ##### Bug fixes - Make `useReactiveVar(rv)` recheck the latest `rv()` value in its `useEffect` callback, and immediately update state if the value has already changed, rather than calling `rv.onNextChange(setValue)` to listen for future changes.
[@​benjamn](https://togithub.com/benjamn) in [#​8135](https://togithub.com/apollographql/apollo-client/pull/8135) ### [`v3.3.16`](https://togithub.com/apollographql/apollo-client/blob/master/CHANGELOG.md#Apollo-Client-3316) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.3.15...v3.3.16) ##### Bug fixes - Prevent `undefined` mutation result in `useMutation`.
[@​jcreighton](https://togithub.com/jcreighton) in [#​8018](https://togithub.com/apollographql/apollo-client/pull/8018) - Fix `useReactiveVar` not rerendering for successive synchronous calls.
[@​brainkim](https://togithub.com/brainkim) in [#​8022](https://togithub.com/apollographql/apollo-client/pull/8022) - Support `batchDebounce` option for `BatchLink` and `BatchHttpLink`.
[@​dannycochran](https://togithub.com/dannycochran) in [#​8024](https://togithub.com/apollographql/apollo-client/pull/8024)

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.

codecov[bot] commented 3 years ago

Codecov Report

Merging #124 (66c5cf1) into master (e98f3c5) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #124   +/-   ##
=======================================
  Coverage   99.39%   99.39%           
=======================================
  Files           8        8           
  Lines         164      164           
  Branches       43       43           
=======================================
  Hits          163      163           
  Misses          1        1           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e98f3c5...66c5cf1. Read the comment docs.