This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
Releases: Shopify/quilt
Releases · Shopify/quilt
@shopify/[email protected]
Minor Changes
- #2816
4638287
Thanks @admirsaheta! - - Allowoutput.chunkFilename
to be a function or string.compiler.options.output.filename
andcompiler.options.output.chunkFilename
now default to[name].js
when undefined.
@shopify/[email protected]
Patch Changes
- Updated dependencies [
4638287
]:- @shopify/[email protected]
@shopify/[email protected]
Patch Changes
- #2835
3a1077c
Thanks @jesstelford! - Ensure the correct babel types are used internally
@shopify/[email protected]
Patch Changes
- Updated dependencies [
3a1077c
]:- @shopify/[email protected]
@shopify/[email protected]
@shopify/[email protected]
Patch Changes
- #2835
408f6be
Thanks @jesstelford! - Use correct type for exported MockContext
@shopify/[email protected]
Patch Changes
- #2832
e1fd441
Thanks @nattydodd! - MockGraphQLResponse should allow an ExecutionResult containing any data.
GraphQL v15 defaulted ExecutionResult's data to be an object containing any keys
but v16 narrowed that down to useunknown
instead ofany
. This change
explicitly uses the default behaviour of allowing any from v15.
[email protected]
Patch Changes
- Updated dependencies [
88f1cbe
]:
[email protected]
Patch Changes
- Updated dependencies [
88f1cbe
]: