Skip to content
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

Make @apollo/client/testing a fully-fledged, independent entry point #8769

Merged
merged 2 commits into from
Sep 13, 2021

Commits on Sep 10, 2021

  1. Make @apollo/client/testing a fully-fledged, independent entry point.

    #8687 (comment)
    
    Until now, the `@apollo/client/testing` entry point has merely
    re-exported the contents of `@apollo/client/utilities/testing`, even
    though the latter is not an official entry point, leading to "Risky
    cross-entry-point nested import..." warnings during build.
    
    This commit moves the contents of `@apollo/client/utilities/testing` to
    reside within `@apollo/client/testing`, which should be safe
    because `@apollo/client/testing` was the only safe way to access these
    modules previously.
    benjamn committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    84a6bc0 View commit details
    Browse the repository at this point in the history
  2. Mention PR #8769 in CHANGELOG.md.

    benjamn committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    bc9f401 View commit details
    Browse the repository at this point in the history