# CHANGELOG ## graphql-mocks ### graphql-mocks@0.12.0 #### Bump dependencies ([#303](https://github.com/graphql-mocks/graphql-mocks/pull/303)) * (breaking) Bump "engines" to >= Node 24 * (chore) Non-breaking dev dependency and dependency upgrades, and forwards compatible peer dependency changes ### graphql-mocks@0.11.4 #### Avoid array.push with spread of large array of arguments ([#283](https://github.com/graphql-mocks/graphql-mocks/pull/283)) * (fix) Fix "RangeError: Maximum call stack size exceeded" by avoiding spreading large list of highlight references ### graphql-mocks@0.11.3 #### Highlight performance improvements ([#281](https://github.com/graphql-mocks/graphql-mocks/pull/281)) * (feature) Further performance improvements of highlighting and highlighters ### graphql-mocks@0.11.2 #### Replace resolver attaching to schema with resolver routers ([#278](https://github.com/graphql-mocks/graphql-mocks/pull/278)) * (feature) Use routing resolvers instead of attaching resolvers directly to schema types * (feature) `GraphQLHandler#pack` is now public. Previously this was done internally to "pack together" all the resolver map middlewares, and because it was async it was deferred to the first query. With it being a public method on `GraphQLHandler it can be called earlier so that the first query isn't slowed down #### Simplify implementation of `attachScalarsToSchema` ([#276](https://github.com/graphql-mocks/graphql-mocks/pull/276)) * (feature) Simplify implementation of `attachScalarsToSchema` #### Improve managed context of `pack` property ([#275](https://github.com/graphql-mocks/graphql-mocks/pull/275)) * (feature) Improve performance of `pack` on first query for `GraphQLHandler` by removing `embedPackOptionsWrapper` and using it only within `embed` and `layer` middlewares when necessary * (feature) Added safeguards on `pack` property on resolver context * (feature) Move `embedPackOptionsWrapper` managed context safety to `embed` and `layer` middlewares #### Improve performance of highlighters ([#274](https://github.com/graphql-mocks/graphql-mocks/pull/274)) * (feature) Improved highlighter performance for large schemas #### Bump dependencies ([#268](https://github.com/graphql-mocks/graphql-mocks/pull/268)) * (chore) Non-breaking dev dependency and dependency upgrades ### graphql-mocks@0.11.1 #### Fix package json types references ([#260](https://github.com/graphql-mocks/graphql-mocks/pull/260)) * (fix) Fixed typescript `types` references in package.json ### graphql-mocks@0.11.0 #### Fix esm imports for node ([#255](https://github.com/graphql-mocks/graphql-mocks/pull/255)) * (fix) Fix es module imports for node #### 🧹 Housekeeping: switch to pnpm, bump node, root dependencies and supported graphql version ([#250](https://github.com/graphql-mocks/graphql-mocks/pull/250)) * (breaking) Requires node >= 20 * (breaking) Requires peer dependency graphql >= 16 ### graphql-mocks@0.10.0 #### Add package.json export maps ([#234](https://github.com/graphql-mocks/graphql-mocks/pull/234)) * (breaking) Add export map to package.json, existing imports might need to be updated to use nearest index from export map. ### graphql-mocks@0.9.2 #### Add custom scalar support ([#221](https://github.com/graphql-mocks/graphql-mocks/pull/221)) * (feature) Add support for custom scalars ### graphql-mocks@0.9.0 #### Fix falso middleware handling of abstract types (interfaces and unions) ([#219](https://github.com/graphql-mocks/graphql-mocks/pull/219)) * (feature) Add a new `interfaceField` highlighter for highlighting interfaces with fields. This is different from the `interfaces` highlighter which returns only the interfaces typenames themselves (for type resolvers). See highlighter documentation for more information. #### Bump to node 16 ([#218](https://github.com/graphql-mocks/graphql-mocks/pull/218)) * (breaking) Bump from Node 14 to 16 #### Bump node from version 12 to 14 ([#214](https://github.com/graphql-mocks/graphql-mocks/pull/214)) * (breaking) Change node version minimum to Node 14 ### graphql-mocks@0.8.4 #### Add debugger wrapper ([#179](https://github.com/graphql-mocks/graphql-mocks/pull/179)) * (feature) Add a debugger wrapper that adds debuggers before and/or after resolver execution #### Add latency wrapper ([#175](https://github.com/graphql-mocks/graphql-mocks/pull/175)) * (feature) Added latency wrapper for delaying resolvers with specified latency #### Migrate from lodash to ramda ([#172](https://github.com/graphql-mocks/graphql-mocks/pull/172)) * (fix) Replace individual `lodash.*` packages with singular `ramda` #### Update READMEs and package documentation ([#170](https://github.com/graphql-mocks/graphql-mocks/pull/170)) * (feature) Added package README ### graphql-mocks@0.8.3 #### 🚀 Add gqlmocks cli ([#95](https://github.com/graphql-mocks/graphql-mocks/pull/95)) * (fix) To support graphql version 16 typescript types the result return from a `GraphQLHandler#query` has been updated. It now supports a type argument to specify the result otherwise it defaults to `any` (`handler.query(\`query {}\`)) ### graphql-mocks@0.8.1 #### Add applyMiddlewares to the GraphQLHandler ([#96](https://github.com/graphql-mocks/graphql-mocks/pull/96)) * (feature) Add `applyMiddlewares` method to `GraphQLHandler` ## graphql-paper ### graphql-paper@0.6.0 #### Bump dependencies ([#303](https://github.com/graphql-mocks/graphql-mocks/pull/303)) * (breaking) Bump "engines" to >= Node 24 * (chore) Non-breaking dev dependency and dependency upgrades, and forwards compatible peer dependency changes ### graphql-paper@0.5.0 #### Add serialization and deserialization to `Paper` ([#288](https://github.com/graphql-mocks/graphql-mocks/pull/288)) * (feature) Added the ability to serialize and deserialize `Paper` instances #### Convert `Paper#mutate` from async to sync ([#285](https://github.com/graphql-mocks/graphql-mocks/pull/285)) * (breaking) Migrate `Paper#mutuate` from being async and returning a promise to being synchronous (see PR for details) * (breaking) Migrate `beforeTransaction` and `afterTransaction` hooks to being synchronous (see PR for details) ### graphql-paper@0.4.2 #### Bump dependencies ([#268](https://github.com/graphql-mocks/graphql-mocks/pull/268)) * (chore) Non-breaking dev dependency and dependency upgrades ### graphql-paper@0.4.1 #### Fix package json types references ([#260](https://github.com/graphql-mocks/graphql-mocks/pull/260)) * (fix) Fixed typescript `types` references in package.json ### graphql-paper@0.4.0 #### Fix esm imports for node ([#255](https://github.com/graphql-mocks/graphql-mocks/pull/255)) * (fix) Fix es module imports for node #### 🧹 Housekeeping: switch to pnpm, bump node, root dependencies and supported graphql version ([#250](https://github.com/graphql-mocks/graphql-mocks/pull/250)) * (breaking) Requires node >= 20 * (breaking) Requires peer dependency graphql >= 16 ### graphql-paper@0.3.0 #### Add package.json export maps ([#234](https://github.com/graphql-mocks/graphql-mocks/pull/234)) * (breaking) Add export map to package.json, existing imports might need to be updated to use nearest index from export map. ### graphql-paper@0.2.0 #### Bump to node 16 ([#218](https://github.com/graphql-mocks/graphql-mocks/pull/218)) * (breaking) Bump from Node 14 to 16 #### Bump node from version 12 to 14 ([#214](https://github.com/graphql-mocks/graphql-mocks/pull/214)) * (breaking) Change node version minimum to Node 14 #### feat: add `clear` method to graphql-paper ([#207](https://github.com/graphql-mocks/graphql-mocks/pull/207)) * (feature) Add `clear` method for purging all documents and resetting history ### graphql-paper@0.1.6 #### Migrate from lodash to ramda ([#172](https://github.com/graphql-mocks/graphql-mocks/pull/172)) * (fix) Replace individual `lodash.*` packages with singular `ramda` #### Update READMEs and package documentation ([#170](https://github.com/graphql-mocks/graphql-mocks/pull/170)) * (feature) Added package README ## gqlmocks ### gqlmocks@0.6.0 #### Bump dependencies ([#303](https://github.com/graphql-mocks/graphql-mocks/pull/303)) * (breaking) Bump "engines" to >= Node 24 * (chore) Non-breaking dev dependency and dependency upgrades, and forwards compatible peer dependency changes ### gqlmocks@0.5.5 #### Fix graphiql when using `gqlmocks serve` by updating graphiql-middleware ([#295](https://github.com/graphql-mocks/graphql-mocks/pull/295)) * (fix) Fix graphiql in `gqlmocks serve` failing to load due to React 19+ UMD bundle removal ### gqlmocks@0.5.2 #### Bump dependencies ([#268](https://github.com/graphql-mocks/graphql-mocks/pull/268)) * (chore) Non-breaking dev dependency and dependency upgrades ### gqlmocks@0.5.0 #### 🧹 Housekeeping: switch to pnpm, bump node, root dependencies and supported graphql version ([#250](https://github.com/graphql-mocks/graphql-mocks/pull/250)) * (breaking) Requires node >= 20 ### gqlmocks@0.3.2 #### Fix gqlmocks cli dynamic handling of typescript files ([#231](https://github.com/graphql-mocks/graphql-mocks/pull/231)) * (fix) Fixed typescript support within the cli where `require` is used on a `.ts` file ### gqlmocks@0.3.0 #### Bump to node 16 ([#218](https://github.com/graphql-mocks/graphql-mocks/pull/218)) * (breaking) Bump from Node 14 to 16 #### Improve cli `serve` command flags ([#215](https://github.com/graphql-mocks/graphql-mocks/pull/215)) * (fix) Make `serve` command work with either `--handler` or `--schema` flag instead of both being required * (fix) Allow false middleware via `--fake` on serve command to be applied to a handler specified by path #### Bump node from version 12 to 14 ([#214](https://github.com/graphql-mocks/graphql-mocks/pull/214)) * (breaking) Change node version minimum to Node 14 #### set cors for cli app ([#211](https://github.com/graphql-mocks/graphql-mocks/pull/211)) * (fix) Fix CORS-error in the gqlmocks cli #205. ### gqlmocks@0.2.0 #### Fix falso middleware handling of abstract types (interfaces and unions) ([#219](https://github.com/graphql-mocks/graphql-mocks/pull/219)) * (fix) Fix falso middleware handling around automatic faking with unions and interfaces #### Migrate from faker to falso ([#177](https://github.com/graphql-mocks/graphql-mocks/pull/177)) * (breaking) Changed `--faker` flag to `--fake` on the `gqlmocks serve` command to avoid confusion with the library being used for faking. ### gqlmocks@0.1.0 #### Add oclif dependency for the cli ([#160](https://github.com/graphql-mocks/graphql-mocks/pull/160)) * (fix) include `oclif` dependency for buildings #### 🚀 Add gqlmocks cli ([#95](https://github.com/graphql-mocks/graphql-mocks/pull/95)) * (feature) The initial beta release for the `gqlmocks` cli * (feature) Run a local mocking server via `serve` command * (feature) Create, validate and get info on graphql schemas and handlers ## @graphql-mocks/faker ### DEPRECATED #### Migrate from faker to falso ([#177](https://github.com/graphql-mocks/graphql-mocks/pull/177)) * (breaking) Deprecating the entire package in favour of `@graphql-mocks/falso`. This replaces faker.js with [falso](https://github.com/ngneat/falso). ### @graphql-mocks/faker@0.3.0 #### 🚀 Add gqlmocks cli ([#95](https://github.com/graphql-mocks/graphql-mocks/pull/95)) * (breaking) Due to the changes in typescript types for the core `graphql-mocks` package it might be required to bump the version of `graphql-mocks` used with `@graphql-mocks/faker` to accommodate the newer typescript types. ## @graphql-mocks/mirage ### @graphql-mocks/mirage@0.9.1 #### Remove miragejs support ([#271](https://github.com/graphql-mocks/graphql-mocks/pull/271)) * (breaking) Removal of `@graphql-mocks/mirage` package and support with miragejs #### Fix package json types references ([#260](https://github.com/graphql-mocks/graphql-mocks/pull/260)) * (fix) Fixed typescript `types` references in package.json ### @graphql-mocks/mirage@0.9.0 #### Fix esm imports for node ([#255](https://github.com/graphql-mocks/graphql-mocks/pull/255)) * (fix) Fix es module imports for node #### 🧹 Housekeeping: switch to pnpm, bump node, root dependencies and supported graphql version ([#250](https://github.com/graphql-mocks/graphql-mocks/pull/250)) * (breaking) Requires node >= 20 * (breaking) Requires peer dependency graphql >= 16 ### @graphql-mocks/mirage@0.8.0 #### Add package.json export maps ([#234](https://github.com/graphql-mocks/graphql-mocks/pull/234)) * (breaking) Add export map to package.json, existing imports might need to be updated to use nearest index from export map. ### @graphql-mocks/mirage@0.7.0 #### Bump to node 16 ([#218](https://github.com/graphql-mocks/graphql-mocks/pull/218)) * (breaking) Bump from Node 14 to 16 #### Bump node from version 12 to 14 ([#214](https://github.com/graphql-mocks/graphql-mocks/pull/214)) * (breaking) Change node version minimum to Node 14 ### @graphql-mocks/mirage@0.6.0 #### Migrate from lodash to ramda ([#172](https://github.com/graphql-mocks/graphql-mocks/pull/172)) * (fix) Replace individual `lodash.*` packages with singular `ramda` #### Update READMEs and package documentation ([#170](https://github.com/graphql-mocks/graphql-mocks/pull/170)) * (feature) Added package README ### @graphql-mocks/mirage@0.5.0 #### 🚀 Add gqlmocks cli ([#95](https://github.com/graphql-mocks/graphql-mocks/pull/95)) * (breaking) Due to the changes in typescript types for the core `graphql-mocks` package it might be required to bump the version of `graphql-mocks` used with `@graphql-mocks/mirage` to accommodate the newer typescript types. ## @graphql-mocks/falso ### @graphql-mocks/falso@0.8.0 #### Bump dependencies ([#303](https://github.com/graphql-mocks/graphql-mocks/pull/303)) * (breaking) Bump "engines" to >= Node 24 * (chore) Non-breaking dev dependency and dependency upgrades, and forwards compatible peer dependency changes ### @graphql-mocks/falso@0.7.2 #### Bump dependencies ([#268](https://github.com/graphql-mocks/graphql-mocks/pull/268)) * (chore) Non-breaking dev dependency and dependency upgrades ### @graphql-mocks/falso@0.7.1 #### Fix package json types references ([#260](https://github.com/graphql-mocks/graphql-mocks/pull/260)) * (fix) Fixed typescript `types` references in package.json ### @graphql-mocks/falso@0.7.0 #### Fix esm imports for node ([#255](https://github.com/graphql-mocks/graphql-mocks/pull/255)) * (fix) Fix es module imports for node #### 🧹 Housekeeping: switch to pnpm, bump node, root dependencies and supported graphql version ([#250](https://github.com/graphql-mocks/graphql-mocks/pull/250)) * (breaking) Requires node >= 20 * (breaking) Requires peer dependency graphql >= 16 ### @graphql-mocks/falso@0.6.0 #### Add package.json export maps ([#234](https://github.com/graphql-mocks/graphql-mocks/pull/234)) * (breaking) Add export map to package.json, existing imports might need to be updated to use nearest index from export map. ### @graphql-mocks/falso@0.5.0 #### Bump to node 16 ([#218](https://github.com/graphql-mocks/graphql-mocks/pull/218)) * (breaking) Bump from Node 14 to 16 #### Bump node from version 12 to 14 ([#214](https://github.com/graphql-mocks/graphql-mocks/pull/214)) * (breaking) Change node version minimum to Node 14 ### @graphql-mocks/falso@0.4.0 #### Migrate from faker to falso ([#177](https://github.com/graphql-mocks/graphql-mocks/pull/177)) * (feature) Introducing `@graphql-mocks/falso`, replacing @graphql-mocks/faker, as the package to provide fake data across an entire schema. [Falso](https://github.com/ngneat/falso) benefits from being esmodule-first and being actively developed and supported. ## @graphql-mocks/network-express ### @graphql-mocks/network-express@0.5.0 #### Bump dependencies ([#303](https://github.com/graphql-mocks/graphql-mocks/pull/303)) * (breaking) Bump "engines" to >= Node 24 * (chore) Non-breaking dev dependency and dependency upgrades, and forwards compatible peer dependency changes ### @graphql-mocks/network-express@0.4.2 #### Bump dependencies ([#268](https://github.com/graphql-mocks/graphql-mocks/pull/268)) * (chore) Non-breaking dev dependency and dependency upgrades ### @graphql-mocks/network-express@0.4.1 #### Fix package json types references ([#260](https://github.com/graphql-mocks/graphql-mocks/pull/260)) * (fix) Fixed typescript `types` references in package.json ### @graphql-mocks/network-express@0.4.0 #### Fix esm imports for node ([#255](https://github.com/graphql-mocks/graphql-mocks/pull/255)) * (fix) Fix es module imports for node #### 🧹 Housekeeping: switch to pnpm, bump node, root dependencies and supported graphql version ([#250](https://github.com/graphql-mocks/graphql-mocks/pull/250)) * (breaking) Requires node >= 20 ### @graphql-mocks/network-express@0.3.0 #### Add package.json export maps ([#234](https://github.com/graphql-mocks/graphql-mocks/pull/234)) * (breaking) Add export map to package.json, existing imports might need to be updated to use nearest index from export map. ### @graphql-mocks/network-express@0.2.0 #### Bump to node 16 ([#218](https://github.com/graphql-mocks/graphql-mocks/pull/218)) * (breaking) Bump from Node 14 to 16 #### Bump node from version 12 to 14 ([#214](https://github.com/graphql-mocks/graphql-mocks/pull/214)) * (breaking) Change node version minimum to Node 14 ### @graphql-mocks/network-express@0.1.4 #### Update READMEs and package documentation ([#170](https://github.com/graphql-mocks/graphql-mocks/pull/170)) * (feature) Added package README #### Update READMEs and package documentation ([#170](https://github.com/graphql-mocks/graphql-mocks/pull/170)) * (feature) Added package README ## @graphql-mocks/network-msw ### @graphql-mocks/network-msw@0.5.0 #### Bump dependencies ([#303](https://github.com/graphql-mocks/graphql-mocks/pull/303)) * (breaking) Bump "engines" to >= Node 24 * (chore) Non-breaking dev dependency and dependency upgrades, and forwards compatible peer dependency changes ### @graphql-mocks/network-msw@0.4.2 #### Bump dependencies ([#268](https://github.com/graphql-mocks/graphql-mocks/pull/268)) * (chore) Non-breaking dev dependency and dependency upgrades ### @graphql-mocks/network-msw@0.4.1 #### Fix package json types references ([#260](https://github.com/graphql-mocks/graphql-mocks/pull/260)) * (fix) Fixed typescript `types` references in package.json ### @graphql-mocks/network-msw@0.4.0 #### Fix esm imports for node ([#255](https://github.com/graphql-mocks/graphql-mocks/pull/255)) * (fix) Fix es module imports for node #### 🧹 Housekeeping: switch to pnpm, bump node, root dependencies and supported graphql version ([#250](https://github.com/graphql-mocks/graphql-mocks/pull/250)) * (breaking) Requires node >= 20 * (breaking) Bumped to `msw` minimum requirement of `2.0.0` ### @graphql-mocks/network-msw@0.3.0 #### Add package.json export maps ([#234](https://github.com/graphql-mocks/graphql-mocks/pull/234)) * (breaking) Add export map to package.json, existing imports might need to be updated to use nearest index from export map. ### @graphql-mocks/network-msw@0.2.0 #### Bump node from version 12 to 14 ([#214](https://github.com/graphql-mocks/graphql-mocks/pull/214)) * (breaking) Change node version minimum to Node 14 ### @graphql-mocks/network-msw@0.1.4 #### Update READMEs and package documentation ([#170](https://github.com/graphql-mocks/graphql-mocks/pull/170)) * (feature) Added package README ## @graphql-mocks/network-nock ### @graphql-mocks/network-nock@0.7.0 #### Bump dependencies ([#303](https://github.com/graphql-mocks/graphql-mocks/pull/303)) * (breaking) Bump "engines" to >= Node 24 * (chore) Non-breaking dev dependency and dependency upgrades, and forwards compatible peer dependency changes ### @graphql-mocks/network-nock@0.6.2 #### Bump dependencies ([#268](https://github.com/graphql-mocks/graphql-mocks/pull/268)) * (chore) Non-breaking dev dependency and dependency upgrades ### @graphql-mocks/network-nock@0.6.1 #### Fix package json types references ([#260](https://github.com/graphql-mocks/graphql-mocks/pull/260)) * (fix) Fixed typescript `types` references in package.json ### @graphql-mocks/network-nock@0.6.0 #### Fix esm imports for node ([#255](https://github.com/graphql-mocks/graphql-mocks/pull/255)) * (fix) Fix es module imports for node #### 🧹 Housekeeping: switch to pnpm, bump node, root dependencies and supported graphql version ([#250](https://github.com/graphql-mocks/graphql-mocks/pull/250)) * (breaking) Requires node >= 20 * (breaking) Requires peer dependency graphql >= 16 ### @graphql-mocks/network-nock@0.5.0 #### Add package.json export maps ([#234](https://github.com/graphql-mocks/graphql-mocks/pull/234)) * (breaking) Add export map to package.json, existing imports might need to be updated to use nearest index from export map. ### @graphql-mocks/network-nock@0.4.0 #### Bump to node 16 ([#218](https://github.com/graphql-mocks/graphql-mocks/pull/218)) * (breaking) Bump from Node 14 to 16 #### Bump node from version 12 to 14 ([#214](https://github.com/graphql-mocks/graphql-mocks/pull/214)) * (breaking) Change node version minimum to Node 14 ### @graphql-mocks/network-nock@0.3.3 #### Update READMEs and package documentation ([#170](https://github.com/graphql-mocks/graphql-mocks/pull/170)) * (feature) Added package README ## @graphql-mocks/network-pretender ### @graphql-mocks/network-pretender@0.5.0 #### Bump dependencies ([#303](https://github.com/graphql-mocks/graphql-mocks/pull/303)) * (breaking) Bump "engines" to >= Node 24 * (chore) Non-breaking dev dependency and dependency upgrades, and forwards compatible peer dependency changes ### @graphql-mocks/network-pretender@0.4.2 #### Bump dependencies ([#268](https://github.com/graphql-mocks/graphql-mocks/pull/268)) * (chore) Non-breaking dev dependency and dependency upgrades ### @graphql-mocks/network-pretender@0.4.1 #### Fix package json types references ([#260](https://github.com/graphql-mocks/graphql-mocks/pull/260)) * (fix) Fixed typescript `types` references in package.json ### @graphql-mocks/network-pretender@0.4.0 #### Fix esm imports for node ([#255](https://github.com/graphql-mocks/graphql-mocks/pull/255)) * (fix) Fix es module imports for node #### 🧹 Housekeeping: switch to pnpm, bump node, root dependencies and supported graphql version ([#250](https://github.com/graphql-mocks/graphql-mocks/pull/250)) * (breaking) Requires node >= 20 ### @graphql-mocks/network-pretender@0.3.0 #### Add package.json export maps ([#234](https://github.com/graphql-mocks/graphql-mocks/pull/234)) * (breaking) Add export map to package.json, existing imports might need to be updated to use nearest index from export map. ### @graphql-mocks/network-pretender@0.2.0 #### Bump to node 16 ([#218](https://github.com/graphql-mocks/graphql-mocks/pull/218)) * (breaking) Bump from Node 14 to 16 #### Bump node from version 12 to 14 ([#214](https://github.com/graphql-mocks/graphql-mocks/pull/214)) * (breaking) Change node version minimum to Node 14 ### @graphql-mocks/network-pretender@0.1.0 #### Add pretender network handler (@graphql-mocks/network-pretender) ([#181](https://github.com/graphql-mocks/graphql-mocks/pull/181)) * (feature) Introducing `@graphql-mocks/network-pretender`, a new browser network handler using pretender.js ## @graphql-mocks/sinon ### @graphql-mocks/sinon@0.6.0 #### Bump dependencies ([#303](https://github.com/graphql-mocks/graphql-mocks/pull/303)) * (breaking) Bump "engines" to >= Node 24 * (chore) Non-breaking dev dependency and dependency upgrades, and forwards compatible peer dependency changes ### @graphql-mocks/sinon@0.5.2 #### Bump dependencies ([#268](https://github.com/graphql-mocks/graphql-mocks/pull/268)) * (chore) Non-breaking dev dependency and dependency upgrades ### @graphql-mocks/sinon@0.5.1 #### Fix package json types references ([#260](https://github.com/graphql-mocks/graphql-mocks/pull/260)) * (fix) Fixed typescript `types` references in package.json ### @graphql-mocks/sinon@0.5.0 #### Fix esm imports for node ([#255](https://github.com/graphql-mocks/graphql-mocks/pull/255)) * (fix) Fix es module imports for node #### 🧹 Housekeeping: switch to pnpm, bump node, root dependencies and supported graphql version ([#250](https://github.com/graphql-mocks/graphql-mocks/pull/250)) * (breaking) Requires node >= 20 * (breaking) Requires peer dependency graphql >= 16 ### @graphql-mocks/sinon@0.4.0 #### Add package.json export maps ([#234](https://github.com/graphql-mocks/graphql-mocks/pull/234)) * (breaking) Add export map to package.json, existing imports might need to be updated to use nearest index from export map. ### @graphql-mocks/sinon@0.3.0 #### Bump to node 16 ([#218](https://github.com/graphql-mocks/graphql-mocks/pull/218)) * (breaking) Bump from Node 14 to 16 #### Bump node from version 12 to 14 ([#214](https://github.com/graphql-mocks/graphql-mocks/pull/214)) * (breaking) Change node version minimum to Node 14 ### @graphql-mocks/sinon@0.2.3 #### Update READMEs and package documentation ([#170](https://github.com/graphql-mocks/graphql-mocks/pull/170)) * (feature) Added package README ## @graphql-mocks/network-cypress ### @graphql-mocks/network-cypress@0.5.0 #### Bump dependencies ([#303](https://github.com/graphql-mocks/graphql-mocks/pull/303)) * (breaking) Bump "engines" to >= Node 24 * (chore) Non-breaking dev dependency and dependency upgrades, and forwards compatible peer dependency changes ### @graphql-mocks/network-cypress@0.4.2 #### Bump dependencies ([#268](https://github.com/graphql-mocks/graphql-mocks/pull/268)) * (chore) Non-breaking dev dependency and dependency upgrades ### @graphql-mocks/network-cypress@0.4.1 #### Fix package json types references ([#260](https://github.com/graphql-mocks/graphql-mocks/pull/260)) * (fix) Fixed typescript `types` references in package.json ### @graphql-mocks/network-cypress@0.4.0 #### Fix esm imports for node ([#255](https://github.com/graphql-mocks/graphql-mocks/pull/255)) * (fix) Fix es module imports for node #### 🧹 Housekeeping: switch to pnpm, bump node, root dependencies and supported graphql version ([#250](https://github.com/graphql-mocks/graphql-mocks/pull/250)) * (breaking) Requires node >= 20 ### @graphql-mocks/network-cypress@0.3.0 #### Add package.json export maps ([#234](https://github.com/graphql-mocks/graphql-mocks/pull/234)) * (breaking) Add export map to package.json, existing imports might need to be updated to use nearest index from export map. ### @graphql-mocks/network-cypress@0.2.0 #### Bump to node 16 ([#218](https://github.com/graphql-mocks/graphql-mocks/pull/218)) * (breaking) Bump from Node 14 to 16 #### Bump node from version 12 to 14 ([#214](https://github.com/graphql-mocks/graphql-mocks/pull/214)) * (breaking) Change node version minimum to Node 14 ### @graphql-mocks/network-cypress@0.1.0 #### feat: add `@graphql-mocks/network-cypress` package ([#196](https://github.com/graphql-mocks/graphql-mocks/pull/196)) * (feature) Introducing `@graphql-mocks/network-cypress`, a new network handler for cypress ## @graphql-mocks/network-playwright ### @graphql-mocks/network-playwright@0.3.0 #### Bump dependencies ([#303](https://github.com/graphql-mocks/graphql-mocks/pull/303)) * (breaking) Bump "engines" to >= Node 24 * (chore) Non-breaking dev dependency and dependency upgrades, and forwards compatible peer dependency changes ### @graphql-mocks/network-playwright@0.2.2 #### Bump dependencies ([#268](https://github.com/graphql-mocks/graphql-mocks/pull/268)) * (chore) Non-breaking dev dependency and dependency upgrades ### @graphql-mocks/network-playwright@0.2.1 #### Fix package json types references ([#260](https://github.com/graphql-mocks/graphql-mocks/pull/260)) * (fix) Fixed typescript `types` references in package.json ### @graphql-mocks/network-playwright@0.2.0 #### Fix esm imports for node ([#255](https://github.com/graphql-mocks/graphql-mocks/pull/255)) * (fix) Fix es module imports for node #### 🧹 Housekeeping: switch to pnpm, bump node, root dependencies and supported graphql version ([#250](https://github.com/graphql-mocks/graphql-mocks/pull/250)) * (breaking) Requires node >= 20 ### @graphql-mocks/network-playwright@0.1.1 #### Implement network handler for Playwright ([#242](https://github.com/graphql-mocks/graphql-mocks/pull/242)) * (feature) New package for Playwright network handler