Skip to Content
Yoga

@envelop/testing

10.1.1

Patch Changes

  • Updated dependencies [0bfde27]:
    • @envelop/core@5.5.1

10.1.0

Patch Changes

10.0.0

Patch Changes

  • Updated dependencies [0434fbd]:
    • @envelop/core@5.4.0

9.0.0

Patch Changes

  • Updated dependencies [3ebaa3b]:
    • @envelop/core@5.3.0

8.1.3

Patch Changes

  • Updated dependencies [914f9ed, 914f9ed]:
    • @envelop/core@5.2.3
    • @envelop/types@5.2.1

8.1.2

Patch Changes

8.1.1

Patch Changes

8.1.0

Patch Changes

  • Updated dependencies [a107c89, a107c89]:
    • @envelop/core@5.2.0
    • @envelop/types@5.2.0

8.0.1

Patch Changes

  • Updated dependencies [5b6a166, 5b6a166]:
    • @envelop/core@5.1.1
    • @envelop/types@5.1.1

8.0.0

Patch Changes

  • Updated dependencies [9bd1b20]:
    • @envelop/types@5.1.0
    • @envelop/core@5.1.0

7.0.0

Major Changes

6.0.3

Patch Changes

6.0.2

Patch Changes

6.0.1

Patch Changes

  • Updated dependencies [834e1e39]:
    • @envelop/types@4.0.1
    • @envelop/core@4.0.1

6.0.0

Major Changes

Patch Changes

  • #1776 332f1f22 Thanks @ardatan! - dependencies updates:

  • #1728 a36925c7 Thanks @ardatan! - - Memoize parsed document string result and use it wherever possible, and export getDocumentString function to allow users to use it as well.

    • Use WeakMaps with DocumentNode wherever possible instead of using LRU Cache with strings. It is more optimal if a parser caching is used

5.0.6

Patch Changes

5.0.5

Patch Changes

  • Updated dependencies [270249cf]:
    • @envelop/core@3.0.5

5.0.4

Patch Changes

  • Updated dependencies [e2ff77ed]:
    • @envelop/types@3.0.1
    • @envelop/core@3.0.4

5.0.3

Patch Changes

  • Updated dependencies [6b48ef96]:
    • @envelop/core@3.0.3

5.0.2

Patch Changes

  • Updated dependencies [22f5ccfb]:
    • @envelop/core@3.0.2

5.0.0

Major Changes

4.6.0

Minor Changes

  • #1499 1f7af02b Thanks @viniciuspalma! - Adding tslib to package dependencies

    Projects that currently are using yarn Berry with PnP or any strict dependency resolver, that requires that all dependencies are specified on package.json otherwise it would endue in an error if not treated correct

    Since https://www.typescriptlang.org/tsconfig#importHelpers is currently being used, tslib should be exported as a dependency to external runners get the proper import.

    Change on each package:

    // package.json { "dependencies": { "tslib": "^2.4.0" } }
  • Updated dependencies [1f7af02b, ae7bc9a3]:

    • @envelop/core@2.6.0
    • @envelop/types@2.4.0

4.5.0

Minor Changes

4.4.2

Patch Changes

  • 071f946: Fix CommonJS TypeScript resolution with moduleResolution node16 or nodenext
  • Updated dependencies [071f946]
    • @envelop/core@2.4.2
    • @envelop/types@2.3.1

4.4.1

Patch Changes

  • Updated dependencies [787d28a2]
    • @envelop/core@2.4.1

4.4.0

Minor Changes

  • 8bb2738: Support TypeScript module resolution.
  • Updated dependencies [8bb2738]
    • @envelop/core@2.4.0
    • @envelop/types@2.3.0

4.3.3

Patch Changes

  • fbf6155: update package.json repository links to point to the new home
  • Updated dependencies [fbf6155]
    • @envelop/core@2.3.3
    • @envelop/types@2.2.1

4.3.2

Patch Changes

  • Updated dependencies [07d029b]
    • @envelop/core@2.3.2

4.3.1

Patch Changes

  • Updated dependencies [d5c2c9a]
    • @envelop/core@2.3.1

4.3.0

Minor Changes

  • Updated dependencies [af23408]
    • @envelop/core@2.3.0
    • @envelop/types@2.2.0

4.2.0

Minor Changes

  • Updated dependencies [ada7fb0]
  • Updated dependencies [d5115b4]
  • Updated dependencies [d5115b4]
    • @envelop/core@2.2.0
    • @envelop/types@2.1.0

4.1.0

Minor Changes

  • Updated dependencies [78b3db2]
  • Updated dependencies [f5eb436]
    • @envelop/core@2.1.0

4.0.0

Patch Changes

  • Updated dependencies [4106e08]
  • Updated dependencies [aac65ef]
  • Updated dependencies [4106e08]
    • @envelop/core@2.0.0
    • @envelop/types@2.0.0

3.0.1

Patch Changes

  • 3dfddb5: Bump graphql-tools/utils to v8.6.1 to address a bug in getArgumentsValues
  • Updated dependencies [3dfddb5]
    • @envelop/core@1.7.1

3.0.0

Patch Changes

  • Updated dependencies [d9cfb7c]
    • @envelop/core@1.7.0

2.1.1

Patch Changes

  • b1a0331: Properly list @envelop/core as a peerDependency in plugins.

    This resolves issues where the bundled envelop plugins published to npm had logic inlined from the @envelop/core package, causing instanceof check of EnvelopError to fail.

  • Updated dependencies [b1a0331]

    • @envelop/core@1.6.1
    • @envelop/types@1.5.1

2.1.0

Minor Changes

  • 04120de: add support for GraphQL.js 16

2.0.0

Patch Changes

  • Updated dependencies [d65e35d]
  • Updated dependencies [26475c9]
    • @envelop/core@1.3.0
    • @envelop/types@1.2.0

1.1.1

Patch Changes

  • 7704fc3: Do not swallow/map errors thrown from contextFactory

1.1.0

Minor Changes

  • 94d8243: Improved testking and allow mocking/overriding of phases and plugins

1.0.3

Patch Changes

  • 452af8f: Update dependencies of graphql-tools to latest

1.0.2

Patch Changes

  • 94db02d: Update usage of plugins to use the correct isAsyncIterable and new helper handleStreamOrSingleExecutionResult

1.0.1

Patch Changes

  • 8021229: fix ESM graphql import

1.0.0

Major Changes

  • 40bc444: v1 major release for envelop packages

0.0.1

Patch Changes

  • bcbaccb: Fix issues with incorrect types generated in d.ts
  • bcbaccb: Initial release for @envelop/testing package