@graphcommerce/graphql-mesh 5.1.0-canary.9 → 5.1.1-canary.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # Change Log
2
2
 
3
+ ## 5.1.1-canary.0
4
+
5
+ ## 5.1.0
6
+
7
+ ### Minor Changes
8
+
9
+ - [#1755](https://github.com/graphcommerce-org/graphcommerce/pull/1755) [`053ef07d0`](https://github.com/graphcommerce-org/graphcommerce/commit/053ef07d0acf25fba840b50f3ad56746fc97d6a2) - Add [httpDetailsExtensions](https://the-guild.dev/graphql/mesh/docs/plugins/http-details-extensions) plugin to the mesh for a better debugging experience. ([@paales](https://github.com/paales))
10
+
11
+ ### Patch Changes
12
+
13
+ - [#1745](https://github.com/graphcommerce-org/graphcommerce/pull/1745) [`c7816cd69`](https://github.com/graphcommerce-org/graphcommerce/commit/c7816cd693f2fad61be6e2ed119e7e8bf13f079f) - Added JS version of the customFetch method, node_module files aren't transpiled ([@github-actions](https://github.com/apps/github-actions))
14
+
15
+ - [#1760](https://github.com/graphcommerce-org/graphcommerce/pull/1760) [`8badc8550`](https://github.com/graphcommerce-org/graphcommerce/commit/8badc8550c402ac7b80c8d3238d313550c28a055) - Updated dependencies ([@paales](https://github.com/paales))
16
+
17
+ - [#1752](https://github.com/graphcommerce-org/graphcommerce/pull/1752) [`188f23452`](https://github.com/graphcommerce-org/graphcommerce/commit/188f2345255aacd7665d8e443cf42e20a3070a01) - Implement a custom fetch that has an exponential backoff so that build don’t fail as often ([@paales](https://github.com/paales))
18
+
19
+ - [#1752](https://github.com/graphcommerce-org/graphcommerce/pull/1752) [`2a6a4d9ec`](https://github.com/graphcommerce-org/graphcommerce/commit/2a6a4d9ecfa1b58a66ba9b9d00016d6feda9aa95) - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.
20
+
21
+ - Updated the @mui/material package
22
+ - Removed dependencies on react-hook-form-mui and @playwright/test
23
+ - Upgraded dependencies including type-fest and graphql-mesh
24
+ - Solved peer dependency issues ([@paales](https://github.com/paales))
25
+
26
+ ## 5.1.0-canary.11
27
+
28
+ ## 5.1.0-canary.10
29
+
30
+ ### Patch Changes
31
+
32
+ - [#1760](https://github.com/graphcommerce-org/graphcommerce/pull/1760) [`8badc8550`](https://github.com/graphcommerce-org/graphcommerce/commit/8badc8550c402ac7b80c8d3238d313550c28a055) - Updated dependencies ([@paales](https://github.com/paales))
33
+
3
34
  ## 5.1.0-canary.9
4
35
 
5
36
  ## 5.1.0-canary.8
package/package.json CHANGED
@@ -2,20 +2,20 @@
2
2
  "name": "@graphcommerce/graphql-mesh",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "5.1.0-canary.9",
5
+ "version": "5.1.1-canary.0",
6
6
  "author": "",
7
7
  "license": "MIT",
8
8
  "main": "index.ts",
9
9
  "dependencies": {
10
- "@apollo/client": "^3.7.1",
11
- "@graphql-mesh/apollo-link": "^8.0.7",
12
- "@graphql-mesh/config": "8.0.36",
13
- "@graphql-mesh/graphql": "0.32.4",
14
- "@graphql-mesh/plugin-http-details-extensions": "^0.0.12",
15
- "@graphql-mesh/runtime": "^0.44.37",
16
- "@graphql-mesh/transform-filter-schema": "0.14.115",
17
- "@graphql-mesh/types": "0.87.1",
18
- "@graphql-mesh/utils": "0.42.9",
10
+ "@apollo/client": "^3.7.2",
11
+ "@graphql-mesh/apollo-link": "^10.0.1",
12
+ "@graphql-mesh/config": "10.0.3",
13
+ "@graphql-mesh/graphql": "0.33.4",
14
+ "@graphql-mesh/plugin-http-details-extensions": "^0.1.3",
15
+ "@graphql-mesh/runtime": "^0.46.2",
16
+ "@graphql-mesh/transform-filter-schema": "0.15.3",
17
+ "@graphql-mesh/types": "0.89.2",
18
+ "@graphql-mesh/utils": "0.43.3",
19
19
  "@whatwg-node/fetch": "^0.5.3",
20
20
  "fetch-retry": "^5.0.3",
21
21
  "graphql": "16.6.0"
@@ -25,10 +25,10 @@
25
25
  "next": "12.2.5"
26
26
  },
27
27
  "devDependencies": {
28
- "@graphcommerce/eslint-config-pwa": "5.1.0-canary.9",
29
- "@graphcommerce/prettier-config-pwa": "5.1.0-canary.9",
30
- "@graphcommerce/typescript-config-pwa": "5.1.0-canary.9",
31
- "typescript": "4.9.3"
28
+ "@graphcommerce/eslint-config-pwa": "5.1.1-canary.0",
29
+ "@graphcommerce/prettier-config-pwa": "5.1.1-canary.0",
30
+ "@graphcommerce/typescript-config-pwa": "5.1.1-canary.0",
31
+ "typescript": "4.9.4"
32
32
  },
33
33
  "sideEffects": false,
34
34
  "prettier": "@graphcommerce/prettier-config-pwa",