@graphcommerce/graphql-mesh 3.2.11 → 4.0.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 +68 -75
  2. package/package.json +23 -29
package/CHANGELOG.md CHANGED
@@ -1,138 +1,131 @@
1
1
  # Change Log
2
2
 
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3
+ ## 4.0.0
5
4
 
6
- # [3.2.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/graphql-mesh@3.1.0...@graphcommerce/graphql-mesh@3.2.0) (2021-10-21)
7
-
8
-
9
- ### Bug Fixes
5
+ ### Major Changes
10
6
 
11
- * **graphql-mesh:** use a build mesh for production environments ([cd2f318](https://github.com/ho-nl/m2-pwa/commit/cd2f3189383fa9d304bd367334e3f47ca4aa6100))
12
- * unable to find cache matching inmemoryLru ([520f6f3](https://github.com/ho-nl/m2-pwa/commit/520f6f329573471ecfdbdc4aa6f2e4b688b31f11))
7
+ - [#1258](https://github.com/ho-nl/m2-pwa/pull/1258)
8
+ [`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)
9
+ Thanks [@paales](https://github.com/paales)! - Upgraded to Material UI 5
13
10
 
11
+ All notable changes to this project will be documented in this file. See
12
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
14
13
 
15
- ### Features
16
-
17
- * **graphql-mesh:** remove the api project and use a single project 🎉👩‍👩‍👦‍👦 ([ea4ad03](https://github.com/ho-nl/m2-pwa/commit/ea4ad0397d4ff289ef3b3253593fb0914c8c5246))
14
+ # [3.2.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/graphql-mesh@3.1.0...@graphcommerce/graphql-mesh@3.2.0) (2021-10-21)
18
15
 
16
+ ### Bug Fixes
19
17
 
18
+ - **graphql-mesh:** use a build mesh for production environments
19
+ ([cd2f318](https://github.com/ho-nl/m2-pwa/commit/cd2f3189383fa9d304bd367334e3f47ca4aa6100))
20
+ - unable to find cache matching inmemoryLru
21
+ ([520f6f3](https://github.com/ho-nl/m2-pwa/commit/520f6f329573471ecfdbdc4aa6f2e4b688b31f11))
20
22
 
23
+ ### Features
21
24
 
25
+ - **graphql-mesh:** remove the api project and use a single project 🎉👩‍👩‍👦‍👦
26
+ ([ea4ad03](https://github.com/ho-nl/m2-pwa/commit/ea4ad0397d4ff289ef3b3253593fb0914c8c5246))
22
27
 
23
28
  # [3.1.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/graphql-mesh@3.0.11...@graphcommerce/graphql-mesh@3.1.0) (2021-10-20)
24
29
 
25
-
26
30
  ### Features
27
31
 
28
- * **graphql-mesh:** simplified the handler to use less code in the project ([f62b752](https://github.com/ho-nl/m2-pwa/commit/f62b75249492f40c5972deede529a25a17c8a617))
29
-
30
-
31
-
32
-
32
+ - **graphql-mesh:** simplified the handler to use less code in the project
33
+ ([f62b752](https://github.com/ho-nl/m2-pwa/commit/f62b75249492f40c5972deede529a25a17c8a617))
33
34
 
34
35
  ## [3.0.11](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/graphql-mesh@3.0.10...@graphcommerce/graphql-mesh@3.0.11) (2021-10-20)
35
36
 
36
-
37
37
  ### Bug Fixes
38
38
 
39
- * **recaptcha:** allow and forward the the X-ReCaptcha to Magento ([2f3170e](https://github.com/ho-nl/m2-pwa/commit/2f3170e0f1652d84948b69a446634ffe02f08f80))
40
-
41
-
42
-
43
-
39
+ - **recaptcha:** allow and forward the the X-ReCaptcha to Magento
40
+ ([2f3170e](https://github.com/ho-nl/m2-pwa/commit/2f3170e0f1652d84948b69a446634ffe02f08f80))
44
41
 
45
42
  ## [3.0.9](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/graphql-mesh@3.0.8...@graphcommerce/graphql-mesh@3.0.9) (2021-10-18)
46
43
 
47
-
48
44
  ### Bug Fixes
49
45
 
50
- * add cache-inmemory-lru ([2cd23a4](https://github.com/ho-nl/m2-pwa/commit/2cd23a40c8a2b02175b160aa9ce0b695c88c12f7))
51
- * graphql-mesh missing inmemory lru ([6c71c25](https://github.com/ho-nl/m2-pwa/commit/6c71c256911072ace19037616e0ce2ab478bf070))
52
-
53
-
54
-
55
-
46
+ - add cache-inmemory-lru
47
+ ([2cd23a4](https://github.com/ho-nl/m2-pwa/commit/2cd23a40c8a2b02175b160aa9ce0b695c88c12f7))
48
+ - graphql-mesh missing inmemory lru
49
+ ([6c71c25](https://github.com/ho-nl/m2-pwa/commit/6c71c256911072ace19037616e0ce2ab478bf070))
56
50
 
57
51
  ## [3.0.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/graphql-mesh@3.0.0...@graphcommerce/graphql-mesh@3.0.1) (2021-09-27)
58
52
 
59
53
  **Note:** Version bump only for package @graphcommerce/graphql-mesh
60
54
 
61
-
62
-
63
-
64
-
65
55
  # 3.0.0 (2021-09-27)
66
56
 
67
-
68
57
  ### Bug Fixes
69
58
 
70
- * apollo server ([43c3535](https://github.com/ho-nl/m2-pwa/commit/43c3535fe26ab9c7b97be8feacba34794bb3fa20))
71
- * ignore md files from triggering version updates ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
72
- * products couldn’t be added to the cart ([79512a4](https://github.com/ho-nl/m2-pwa/commit/79512a440b02565808ac4becce9537a59ad4b463))
73
- * remove conflicting files ([0c17ae4](https://github.com/ho-nl/m2-pwa/commit/0c17ae46be62b775ac83b35f11c532ce2d9401a3))
74
- * yarn workspace packages hot reload ([d03fc9f](https://github.com/ho-nl/m2-pwa/commit/d03fc9fdda3486476761786f2b56a934cc92befc))
75
-
59
+ - apollo server
60
+ ([43c3535](https://github.com/ho-nl/m2-pwa/commit/43c3535fe26ab9c7b97be8feacba34794bb3fa20))
61
+ - ignore md files from triggering version updates
62
+ ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
63
+ - products couldn’t be added to the cart
64
+ ([79512a4](https://github.com/ho-nl/m2-pwa/commit/79512a440b02565808ac4becce9537a59ad4b463))
65
+ - remove conflicting files
66
+ ([0c17ae4](https://github.com/ho-nl/m2-pwa/commit/0c17ae46be62b775ac83b35f11c532ce2d9401a3))
67
+ - yarn workspace packages hot reload
68
+ ([d03fc9f](https://github.com/ho-nl/m2-pwa/commit/d03fc9fdda3486476761786f2b56a934cc92befc))
76
69
 
77
70
  ### Features
78
71
 
79
- * created stacked-pages package ([d86008e](https://github.com/ho-nl/m2-pwa/commit/d86008ee659ccb25b194a41d624b394a1ddbd088))
80
- * **framer-next-pages:** implemented the FullPageShell for the remaining pages ([88386b4](https://github.com/ho-nl/m2-pwa/commit/88386b4652abb7765d6e755c7fb7a3cb6285a0e7))
81
- * **GraphQL:** shareEnabled: true added to ApolloServer ([379df3c](https://github.com/ho-nl/m2-pwa/commit/379df3c363116a2434115497f9936dca868c58d4))
82
- * i18n routing added (/ and /fr for demo) ([bb3b339](https://github.com/ho-nl/m2-pwa/commit/bb3b339fbc9fceddd264a891ad81f00327a241ae))
83
- * **image:** introduced completely rewritten Image component ([e3413b3](https://github.com/ho-nl/m2-pwa/commit/e3413b3a57392d6571ea64cb8d9c8dca05ea31df))
84
- * major performance refactor ([03f8e2f](https://github.com/ho-nl/m2-pwa/commit/03f8e2fa16ef919bd6bd6eadd36922d0245ed960))
85
- * **mesh:** use mesh with build version with increased stability/performance ([63863f3](https://github.com/ho-nl/m2-pwa/commit/63863f3a2df4d596819b85f3cf736c7f52f828c1))
86
- * next.js 11 ([7d61407](https://github.com/ho-nl/m2-pwa/commit/7d614075a778f488045034f74be4f75b93f63c43))
87
- * **playwright:** added new playwright package to enable browser testing ([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
88
- * renamed all packages to use [@graphcommerce](https://github.com/graphcommerce) instead of [@reachdigital](https://github.com/reachdigital) ([491e4ce](https://github.com/ho-nl/m2-pwa/commit/491e4cec9a2686472dac36b79f999257c0811ffe))
89
- * upgrade to node 14 ([d079a75](https://github.com/ho-nl/m2-pwa/commit/d079a751e9bfd8dc7f5009d2c9f31c336a0c96ab))
90
-
91
-
72
+ - created stacked-pages package
73
+ ([d86008e](https://github.com/ho-nl/m2-pwa/commit/d86008ee659ccb25b194a41d624b394a1ddbd088))
74
+ - **framer-next-pages:** implemented the FullPageShell for the remaining pages
75
+ ([88386b4](https://github.com/ho-nl/m2-pwa/commit/88386b4652abb7765d6e755c7fb7a3cb6285a0e7))
76
+ - **GraphQL:** shareEnabled: true added to ApolloServer
77
+ ([379df3c](https://github.com/ho-nl/m2-pwa/commit/379df3c363116a2434115497f9936dca868c58d4))
78
+ - i18n routing added (/ and /fr for demo)
79
+ ([bb3b339](https://github.com/ho-nl/m2-pwa/commit/bb3b339fbc9fceddd264a891ad81f00327a241ae))
80
+ - **image:** introduced completely rewritten Image component
81
+ ([e3413b3](https://github.com/ho-nl/m2-pwa/commit/e3413b3a57392d6571ea64cb8d9c8dca05ea31df))
82
+ - major performance refactor
83
+ ([03f8e2f](https://github.com/ho-nl/m2-pwa/commit/03f8e2fa16ef919bd6bd6eadd36922d0245ed960))
84
+ - **mesh:** use mesh with build version with increased stability/performance
85
+ ([63863f3](https://github.com/ho-nl/m2-pwa/commit/63863f3a2df4d596819b85f3cf736c7f52f828c1))
86
+ - next.js 11
87
+ ([7d61407](https://github.com/ho-nl/m2-pwa/commit/7d614075a778f488045034f74be4f75b93f63c43))
88
+ - **playwright:** added new playwright package to enable browser testing
89
+ ([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
90
+ - renamed all packages to use [@graphcommerce](https://github.com/graphcommerce) instead of
91
+ [@reachdigital](https://github.com/reachdigital)
92
+ ([491e4ce](https://github.com/ho-nl/m2-pwa/commit/491e4cec9a2686472dac36b79f999257c0811ffe))
93
+ - upgrade to node 14
94
+ ([d079a75](https://github.com/ho-nl/m2-pwa/commit/d079a751e9bfd8dc7f5009d2c9f31c336a0c96ab))
92
95
 
93
96
  ## 2.0.8 (2020-10-28)
94
97
 
95
-
96
-
97
98
  ## 2.0.7 (2020-10-28)
98
99
 
99
-
100
100
  ### Bug Fixes
101
101
 
102
- * another shot at preflight request ([11de0a3](https://github.com/ho-nl/m2-pwa/commit/11de0a36b45230818f8df4b52a4d5aeb35bf4029))
103
-
104
-
102
+ - another shot at preflight request
103
+ ([11de0a3](https://github.com/ho-nl/m2-pwa/commit/11de0a36b45230818f8df4b52a4d5aeb35bf4029))
105
104
 
106
105
  ## 2.0.5 (2020-10-28)
107
106
 
108
-
109
107
  ### Bug Fixes
110
108
 
111
- * add OPTIONS header ([b35b009](https://github.com/ho-nl/m2-pwa/commit/b35b0097be1f9c9b5f8cf8b359c1a0e73ba078aa))
112
-
113
-
109
+ - add OPTIONS header
110
+ ([b35b009](https://github.com/ho-nl/m2-pwa/commit/b35b0097be1f9c9b5f8cf8b359c1a0e73ba078aa))
114
111
 
115
112
  ## 2.0.4 (2020-10-28)
116
113
 
117
-
118
114
  ### Bug Fixes
119
115
 
120
- * cross origin headers again ([1746cbc](https://github.com/ho-nl/m2-pwa/commit/1746cbce4cee848420927c2df52c31687b96e5c5))
121
-
116
+ - cross origin headers again
117
+ ([1746cbc](https://github.com/ho-nl/m2-pwa/commit/1746cbce4cee848420927c2df52c31687b96e5c5))
122
118
 
123
119
  ### Features
124
120
 
125
- * added separate api package ([65cdd49](https://github.com/ho-nl/m2-pwa/commit/65cdd493f74bb172c3434dd4fb63184601678e1d))
126
- * split into packages ([2ee7fd6](https://github.com/ho-nl/m2-pwa/commit/2ee7fd6c0056f467d114f04d92c6c0ddf622d151))
127
-
121
+ - added separate api package
122
+ ([65cdd49](https://github.com/ho-nl/m2-pwa/commit/65cdd493f74bb172c3434dd4fb63184601678e1d))
123
+ - split into packages
124
+ ([2ee7fd6](https://github.com/ho-nl/m2-pwa/commit/2ee7fd6c0056f467d114f04d92c6c0ddf622d151))
128
125
 
129
126
  ### BREAKING CHANGES
130
127
 
131
- * huge folder structure refactor, please read README to reinstall
132
-
133
-
134
-
135
-
128
+ - huge folder structure refactor, please read README to reinstall
136
129
 
137
130
  # Change Log
138
131
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphcommerce/graphql-mesh",
3
- "version": "3.2.11",
3
+ "version": "4.0.0",
4
4
  "author": "",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -9,46 +9,41 @@
9
9
  "start": "next start"
10
10
  },
11
11
  "dependencies": {
12
- "@graphql-mesh/cache-inmemory-lru": "^0.5.35",
13
- "@graphql-mesh/cli": "^0.44.5",
14
- "@graphql-mesh/config": "^0.27.1",
15
- "@graphql-mesh/graphql": "^0.20.9",
16
- "@graphql-mesh/merger-stitching": "^0.14.9",
17
- "@graphql-mesh/runtime": "^0.26.10",
18
- "@graphql-mesh/store": "^0.3.5",
19
- "@graphql-mesh/transform-cache": "^0.11.6",
20
- "@graphql-mesh/transform-federation": "^0.8.5",
21
- "@graphql-mesh/transform-filter-schema": "^0.14.5",
22
- "@graphql-mesh/types": "^0.57.0",
23
- "@graphql-mesh/utils": "^0.24.1",
24
- "@graphql-tools/utils": "^8.5.5",
25
- "@vue/compiler-sfc": "^3.2.26",
26
- "apollo-server-core": "^3.6.1",
27
- "apollo-server-micro": "^3.6.1",
12
+ "@graphql-mesh/cache-inmemory-lru": "^0.5.43",
13
+ "@graphql-mesh/config": "^0.29.1",
14
+ "@graphql-mesh/graphql": "^0.20.17",
15
+ "@graphql-mesh/merger-stitching": "^0.15.5",
16
+ "@graphql-mesh/runtime": "^0.30.0",
17
+ "@graphql-mesh/store": "^0.3.13",
18
+ "@graphql-mesh/transform-cache": "^0.11.14",
19
+ "@graphql-mesh/transform-federation": "^0.8.13",
20
+ "@graphql-mesh/transform-filter-schema": "^0.14.13",
21
+ "@graphql-mesh/types": "^0.61.0",
22
+ "@graphql-mesh/utils": "^0.27.0",
23
+ "@graphql-tools/utils": "^8.6.1",
24
+ "@vue/compiler-sfc": "^3.2.30",
25
+ "apollo-server-core": "^3.6.3",
26
+ "apollo-server-micro": "^3.6.3",
28
27
  "apollo-tracing": "^0.15.0",
29
28
  "camel-case": "^4.1.2",
30
29
  "fetchache": "^0.1.1",
31
- "graphql": "^16.2.0",
30
+ "graphql": "^16.3.0",
32
31
  "micro": "^9.3.4",
33
32
  "micro-cors": "^0.1.1",
34
33
  "pascal-case": "^3.1.2",
35
34
  "ts-tiny-invariant": "^1.0.5"
36
35
  },
37
36
  "devDependencies": {
38
- "@graphcommerce/browserslist-config-pwa": "^3.0.3",
39
- "@graphcommerce/eslint-config-pwa": "^3.1.10",
40
- "@graphcommerce/prettier-config-pwa": "^3.0.5",
41
- "@graphcommerce/typescript-config-pwa": "^3.1.2",
42
- "@playwright/test": "^1.17.1",
37
+ "@graphcommerce/eslint-config-pwa": "^4.0.0",
38
+ "@graphcommerce/prettier-config-pwa": "^4.0.0",
39
+ "@graphcommerce/typescript-config-pwa": "^4.0.0",
40
+ "@playwright/test": "^1.18.1",
43
41
  "@types/micro-cors": "^0.1.2",
44
42
  "graphql-tag": "2.12.6",
45
- "typescript": "^4.5.4"
43
+ "typescript": "^4.5.5"
46
44
  },
47
45
  "sideEffects": false,
48
46
  "prettier": "@graphcommerce/prettier-config-pwa",
49
- "browserslist": [
50
- "extends @graphcommerce/browserslist-config-pwa"
51
- ],
52
47
  "eslint": {
53
48
  "extends": "@graphcommerce/eslint-config-pwa"
54
49
  },
@@ -57,6 +52,5 @@
57
52
  "parserOptions": {
58
53
  "project": "./tsconfig.json"
59
54
  }
60
- },
61
- "gitHead": "bc5423d7547f8685db4cd8fc6d8f7a2a51ebed05"
55
+ }
62
56
  }