Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Releases: Shopify/quilt

@shopify/web-worker@6.4.0

24 Sep 05:57
4eb6bf4
Compare
Choose a tag to compare

Minor Changes

  • #2816 4638287 Thanks @admirsaheta! - - Allow output.chunkFilename to be a function or string.
    • compiler.options.output.filename and compiler.options.output.chunkFilename now default to [name].js when undefined.

@shopify/react-web-worker@5.1.6

24 Sep 05:57
4eb6bf4
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [4638287]:
    • @shopify/web-worker@6.4.0

@shopify/web-worker@6.3.1

13 Sep 07:25
b7a9086
Compare
Choose a tag to compare

Patch Changes

@shopify/react-web-worker@5.1.5

13 Sep 07:25
b7a9086
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [3a1077c]:
    • @shopify/web-worker@6.3.1

@shopify/react-performance@4.1.1

13 Sep 07:25
b7a9086
Compare
Choose a tag to compare

Patch Changes

@shopify/jest-koa-mocks@5.3.1

13 Sep 07:25
b7a9086
Compare
Choose a tag to compare

Patch Changes

@shopify/graphql-testing@8.2.1

30 Aug 21:00
a2a6921
Compare
Choose a tag to compare

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 use unknown instead of any. This change
    explicitly uses the default behaviour of allowing any from v15.

graphql-validate-fixtures@3.3.1

28 Aug 13:12
ae2c101
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [88f1cbe]:
    • graphql-tool-utilities@3.1.1

graphql-typescript-definitions@6.0.1

28 Aug 13:12
ae2c101
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [88f1cbe]:
    • graphql-tool-utilities@3.1.1

graphql-tool-utilities@3.1.1

28 Aug 13:12
ae2c101
Compare
Choose a tag to compare

Patch Changes

  • #2830 88f1cbe Thanks @BPScott! - Fix import of apollo-codegen-core when using the mjs version of the package