@graphcommerce/graphql-mesh 4.0.5 → 4.0.8

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 +18 -0
  2. package/package.json +15 -17
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.0.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1328](https://github.com/graphcommerce-org/graphcommerce/pull/1328) [`f44443619`](https://github.com/graphcommerce-org/graphcommerce/commit/f44443619eda9eba8f16beb6ffb462d6511fbfb2) Thanks [@paales](https://github.com/paales)! - Another shot at fixing the graphql-mesh version
8
+
9
+ ## 4.0.7
10
+
11
+ ### Patch Changes
12
+
13
+ - [#1326](https://github.com/graphcommerce-org/graphcommerce/pull/1326) [`df0b3e7d5`](https://github.com/graphcommerce-org/graphcommerce/commit/df0b3e7d5f5fee963731a999cb3a8891580cb6fe) Thanks [@paales](https://github.com/paales)! - Latest version of GraphQL Mesh is broken, reverting to older version
14
+
15
+ ## 4.0.6
16
+
17
+ ### Patch Changes
18
+
19
+ - [#1312](https://github.com/ho-nl/m2-pwa/pull/1312) [`4e1fd4d9f`](https://github.com/ho-nl/m2-pwa/commit/4e1fd4d9fda2109de378be7e39382f7014a7ab54) Thanks [@paales](https://github.com/paales)! - upgraded dependencies
20
+
3
21
  ## 4.0.5
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/graphql-mesh",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "4.0.5",
5
+ "version": "4.0.8",
6
6
  "author": "",
7
7
  "license": "MIT",
8
8
  "scripts": {
@@ -11,18 +11,16 @@
11
11
  "start": "next start"
12
12
  },
13
13
  "dependencies": {
14
- "@graphql-mesh/cache-inmemory-lru": "^0.5.53",
15
- "@graphql-mesh/config": "^0.31.0",
16
- "@graphql-mesh/graphql": "^0.21.0",
17
- "@graphql-mesh/merger-stitching": "^0.15.16",
18
- "@graphql-mesh/runtime": "^0.31.8",
19
- "@graphql-mesh/store": "^0.3.23",
20
- "@graphql-mesh/transform-cache": "^0.11.24",
21
- "@graphql-mesh/transform-federation": "^0.8.23",
22
- "@graphql-mesh/transform-filter-schema": "^0.14.24",
23
- "@graphql-mesh/types": "^0.66.0",
24
- "@graphql-mesh/utils": "^0.28.0",
25
- "@graphql-tools/utils": "^8.6.2",
14
+ "@graphql-mesh/config": "0.31.11",
15
+ "@graphql-mesh/graphql": "0.22.1",
16
+ "@graphql-mesh/merger-stitching": "0.15.25",
17
+ "@graphql-mesh/runtime": "0.33.1",
18
+ "@graphql-mesh/store": "0.4.1",
19
+ "@graphql-mesh/transform-cache": "0.11.32",
20
+ "@graphql-mesh/transform-federation": "0.8.32",
21
+ "@graphql-mesh/transform-filter-schema": "0.14.32",
22
+ "@graphql-mesh/types": "0.67.1",
23
+ "@graphql-mesh/utils": "0.30.1",
26
24
  "@vue/compiler-sfc": "^3.2.31",
27
25
  "apollo-server-core": "^3.6.4",
28
26
  "apollo-server-micro": "^3.6.4",
@@ -36,13 +34,13 @@
36
34
  "ts-tiny-invariant": "^1.0.5"
37
35
  },
38
36
  "devDependencies": {
39
- "@graphcommerce/eslint-config-pwa": "^4.0.5",
40
- "@graphcommerce/prettier-config-pwa": "^4.0.3",
37
+ "@graphcommerce/eslint-config-pwa": "^4.0.6",
38
+ "@graphcommerce/prettier-config-pwa": "^4.0.4",
41
39
  "@graphcommerce/typescript-config-pwa": "^4.0.2",
42
40
  "@playwright/test": "^1.19.2",
43
41
  "@types/micro-cors": "^0.1.2",
44
- "typescript": "^4.6.2",
45
- "graphql-tag": "2.12.6"
42
+ "graphql-tag": "2.12.6",
43
+ "typescript": "^4.6.2"
46
44
  },
47
45
  "sideEffects": false,
48
46
  "prettier": "@graphcommerce/prettier-config-pwa",