* Migrate release pipeline to governed template
* Update Release task to 1ES
* Update to valid config.
* Use official template
* Remove manifest generation as it is part of publish artifacts.
* Simplify pipeline and remove unneeded files.
* fix issue with store being shared between stories
* Change files
* update readme
---------
Co-authored-by: Stanislaw Wilczynski <Stanislaw.Wilczynski@microsoft.com>
* improve WithoutRefs type
* improve the type
* Change files
* add tests for types
* relax the check
* more utils and tests
---------
Co-authored-by: Stanislaw Wilczynski <Stanislaw.Wilczynski@microsoft.com>
* fix issues with dependencies
* Change files
* try to fix jest
* fix lock
* remove wrong imports
* add eslint
* fix build issues
* Change files
* update readme
* try removing preset
* try ts-jest bump
* use local tsconfigs for jest
* adjust lage config
* bring back files to prevent need from consumers to use moduleResolution bundler
---------
Co-authored-by: Stanislaw Wilczynski <Stanislaw.Wilczynski@microsoft.com>
* Port Relay decorator from 1js into facade
* Fix @types/react conflict
* Setup relay store
* Temporary solution to Relay module declaration error
* Relay stories working
* Working relay and apollo stories in same package
* Move Feedback.stories.tsx
* Working mutations
* Some cleanup
* Extract decorator types to shared file
* Type-safety with shared decorator
* Apollo fragment-based stories
* almost working tests
* improve command and rename
* fix regex to work on windows
* get tests to run (3 failures remaining)
* apollo decorator working with shared code, time to reimplement MockPayloadGenerator for relay
* correct types and almost working impl
* more fixes, todo: independency of stories, error scenario
* fix mutation failure story
* fix independency of stories
* fix tsc
* refactor some exports and fix todos
* add todos
* readme
* Add documentation of new properties
* Move sentence
* try to sort out dependencies
* move to folders
* cleanup: renames and exposing same utils
* test utils
* Change files
* working separate entry points
* fix path
* Change files
* use optional peer deps
* remove not needed change
* add missing option to pass generateFunction
* use lib version
* fix inconsistencies between apollo/relay stories
* fix tests
* cleanup
* Update docs and some imports
* Add FAQ for `generateFunction` and remove outdated fragment FAQ
* Add subpath to docs and make sure subpaths are used everywhere
* Fix CI
* update docs
* use stronger typings
---------
Co-authored-by: Jakob Hansen <jakobhansen@microsoft.com>
Co-authored-by: Stanislaw Wilczynski <Stanislaw.Wilczynski@microsoft.com>
* bump react
* Change files
* use strict mode in stories and tests
* bump node version
* make strict mode hack a little clearer
---------
Co-authored-by: Stanislaw Wilczynski <Stanislaw.Wilczynski@microsoft.com>