Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Full dep/devDep updates to latest versions #2873

Merged
merged 5 commits into from
Mar 21, 2019
Merged

Commits on Mar 16, 2019

  1. Configuration menu
    Copy the full SHA
    f548476 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0de35f View commit details
    Browse the repository at this point in the history
  3. Minor walkTree updates to make TS happy, but disable some tests

    `walkTree` is no longer used by `react-apollo` (see #2533), but
    since it was previously exported and made available externally,
    it is still available (albeit deprecated) until `react-apollo`
    3.0. Unfortunately, the current `walkTree` implementation does not
    fully work with React's new Context API. It can be updated to work
    with modern versions of React, but the entire point of #2533 is
    to avoid spending anymore time working on `walkTree`, since its
    implementation relies on React internals (and is very brittle).
    Since external use of `walkTree` is very minimal, and since there
    have been no complaints of `walkTree` not working with React's
    new Context API since it has been made a standalone module
    (these problems were only noticed when `walkTree` was being used
    by `react-apollo`), I think we should leave `walkTree` as is.
    
    This commit makes sure `walkTree` passes Typescript compilation,
    but disables failing tests caused by render tree differences in
    newer versions of React.
    hwillson committed Mar 16, 2019
    Configuration menu
    Copy the full SHA
    98adf92 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. Configuration menu
    Copy the full SHA
    120d5ec View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. Changelog updates

    hwillson committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    78c06a1 View commit details
    Browse the repository at this point in the history