@graphcommerce/magento-graphql 2.104.12 → 3.0.1

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.
package/CHANGELOG.md CHANGED
@@ -1,83 +1,117 @@
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.
5
-
6
- # [2.104.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-graphql@2.103.10...@graphcommerce/magento-graphql@2.104.0) (2021-10-27)
3
+ ## 3.0.1
7
4
 
5
+ ### Patch Changes
8
6
 
9
- ### Features
7
+ - [`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)
8
+ Thanks [@paales](https://github.com/paales)! - Added homepage and repository package.json files,
9
+ so that the packages link to back to the website and repository
10
+ - Updated dependencies
11
+ [[`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)]:
12
+ - @graphcommerce/graphql@3.0.1
10
13
 
11
- * **nextjs:** upgraded to nextjs 12 ([9331bc8](https://github.com/ho-nl/m2-pwa/commit/9331bc801f6419522115cc47d291d49d608d5a90))
14
+ ## 3.0.0
12
15
 
16
+ ### Major Changes
13
17
 
18
+ - [#1258](https://github.com/ho-nl/m2-pwa/pull/1258)
19
+ [`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)
20
+ Thanks [@paales](https://github.com/paales)! - Upgraded to Material UI 5
14
21
 
22
+ ### Patch Changes
15
23
 
24
+ - Updated dependencies
25
+ [[`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)]:
26
+ - @graphcommerce/graphql@3.0.0
16
27
 
17
- ## [2.103.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-graphql@2.103.0...@graphcommerce/magento-graphql@2.103.1) (2021-09-27)
28
+ All notable changes to this project will be documented in this file. See
29
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
18
30
 
19
- **Note:** Version bump only for package @graphcommerce/magento-graphql
31
+ # [2.104.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-graphql@2.103.10...@graphcommerce/magento-graphql@2.104.0) (2021-10-27)
20
32
 
33
+ ### Features
21
34
 
35
+ - **nextjs:** upgraded to nextjs 12
36
+ ([9331bc8](https://github.com/ho-nl/m2-pwa/commit/9331bc801f6419522115cc47d291d49d608d5a90))
22
37
 
38
+ ## [2.103.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-graphql@2.103.0...@graphcommerce/magento-graphql@2.103.1) (2021-09-27)
23
39
 
40
+ **Note:** Version bump only for package @graphcommerce/magento-graphql
24
41
 
25
42
  # 2.103.0 (2021-09-27)
26
43
 
27
-
28
44
  ### Bug Fixes
29
45
 
30
- * **cart:** invariant violation value_id not found ([c6db986](https://github.com/ho-nl/m2-pwa/commit/c6db986aa411915f344006d16c222b3621e2f4fc))
31
- * category children and swatch renderer ([1ee008d](https://github.com/ho-nl/m2-pwa/commit/1ee008d9ecf3bf5ec4b2d82243e4bcbbec384411))
32
- * ignore md files from triggering version updates ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
33
- * review pagination and sign in using type policies ([ab16659](https://github.com/ho-nl/m2-pwa/commit/ab16659caaa846d6728a3f3f6bcf5d7cb2f55b18))
34
- * yarn workspace packages hot reload ([d03fc9f](https://github.com/ho-nl/m2-pwa/commit/d03fc9fdda3486476761786f2b56a934cc92befc))
35
-
46
+ - **cart:** invariant violation value_id not found
47
+ ([c6db986](https://github.com/ho-nl/m2-pwa/commit/c6db986aa411915f344006d16c222b3621e2f4fc))
48
+ - category children and swatch renderer
49
+ ([1ee008d](https://github.com/ho-nl/m2-pwa/commit/1ee008d9ecf3bf5ec4b2d82243e4bcbbec384411))
50
+ - ignore md files from triggering version updates
51
+ ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
52
+ - review pagination and sign in using type policies
53
+ ([ab16659](https://github.com/ho-nl/m2-pwa/commit/ab16659caaa846d6728a3f3f6bcf5d7cb2f55b18))
54
+ - yarn workspace packages hot reload
55
+ ([d03fc9f](https://github.com/ho-nl/m2-pwa/commit/d03fc9fdda3486476761786f2b56a934cc92befc))
36
56
 
37
57
  ### Features
38
58
 
39
- * apollo error full page component ([fc1e695](https://github.com/ho-nl/m2-pwa/commit/fc1e695251a8792abaec5b9382e8301d3794cb6d))
40
- * better 404 handling and simplified getStaticProps ([321ace1](https://github.com/ho-nl/m2-pwa/commit/321ace1850642ee3eddfa674c37e6fca8adcdb74))
41
- * better sign in form handling ([6ac339f](https://github.com/ho-nl/m2-pwa/commit/6ac339fdfa1ece959cc8548e5bfadfca7c1f5cf6))
42
- * created stacked-pages package ([d86008e](https://github.com/ho-nl/m2-pwa/commit/d86008ee659ccb25b194a41d624b394a1ddbd088))
43
- * **graphql:** introduced new graphql package that holds all generated files ([a3e7aa0](https://github.com/ho-nl/m2-pwa/commit/a3e7aa05540540533b5ced9a95f1f802ecbe499f))
44
- * i18n routing added (/ and /fr for demo) ([bb3b339](https://github.com/ho-nl/m2-pwa/commit/bb3b339fbc9fceddd264a891ad81f00327a241ae))
45
- * implemented checkmo payment method ([18525b2](https://github.com/ho-nl/m2-pwa/commit/18525b2f4efe9bd0eea12a7a992d284f341e0c68))
46
- * improved drawer stacking and stable layoutId support ([b5b0406](https://github.com/ho-nl/m2-pwa/commit/b5b040635993eb3da819606e94d3cd6fdaddb05c))
47
- * **magento-customer:** introduced ApolloCustomerErrorAlert ([e5406d9](https://github.com/ho-nl/m2-pwa/commit/e5406d91f914de290c5f097955e312312e567972))
48
- * **magento-graphql:** added core magentoTypePolicies ([bdf15d0](https://github.com/ho-nl/m2-pwa/commit/bdf15d0d3c04e88339a8385d76f3b1ab9589fde3))
49
- * major performance refactor ([03f8e2f](https://github.com/ho-nl/m2-pwa/commit/03f8e2fa16ef919bd6bd6eadd36922d0245ed960))
50
- * next.js 11 ([7d61407](https://github.com/ho-nl/m2-pwa/commit/7d614075a778f488045034f74be4f75b93f63c43))
51
- * **playwright:** added new playwright package to enable browser testing ([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
52
- * product page review pagination ([4e18395](https://github.com/ho-nl/m2-pwa/commit/4e18395944c08e195fd09192086301c695d044ed))
53
- * 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))
54
- * support vscode graphql extension ([9324507](https://github.com/ho-nl/m2-pwa/commit/9324507c3c149fbcb7cd51ac41250a8637521ceb))
55
- * upgrade to node 14 ([d079a75](https://github.com/ho-nl/m2-pwa/commit/d079a751e9bfd8dc7f5009d2c9f31c336a0c96ab))
56
- * upgraded to nextjs 11 ([0053beb](https://github.com/ho-nl/m2-pwa/commit/0053beb7ef597c190add7264256a0eaec35868da))
57
- * working on EmailForm ([f16141f](https://github.com/ho-nl/m2-pwa/commit/f16141f8cc0dfeaef8dee2a3e635bda898550a51))
58
-
59
+ - apollo error full page component
60
+ ([fc1e695](https://github.com/ho-nl/m2-pwa/commit/fc1e695251a8792abaec5b9382e8301d3794cb6d))
61
+ - better 404 handling and simplified getStaticProps
62
+ ([321ace1](https://github.com/ho-nl/m2-pwa/commit/321ace1850642ee3eddfa674c37e6fca8adcdb74))
63
+ - better sign in form handling
64
+ ([6ac339f](https://github.com/ho-nl/m2-pwa/commit/6ac339fdfa1ece959cc8548e5bfadfca7c1f5cf6))
65
+ - created stacked-pages package
66
+ ([d86008e](https://github.com/ho-nl/m2-pwa/commit/d86008ee659ccb25b194a41d624b394a1ddbd088))
67
+ - **graphql:** introduced new graphql package that holds all generated files
68
+ ([a3e7aa0](https://github.com/ho-nl/m2-pwa/commit/a3e7aa05540540533b5ced9a95f1f802ecbe499f))
69
+ - i18n routing added (/ and /fr for demo)
70
+ ([bb3b339](https://github.com/ho-nl/m2-pwa/commit/bb3b339fbc9fceddd264a891ad81f00327a241ae))
71
+ - implemented checkmo payment method
72
+ ([18525b2](https://github.com/ho-nl/m2-pwa/commit/18525b2f4efe9bd0eea12a7a992d284f341e0c68))
73
+ - improved drawer stacking and stable layoutId support
74
+ ([b5b0406](https://github.com/ho-nl/m2-pwa/commit/b5b040635993eb3da819606e94d3cd6fdaddb05c))
75
+ - **magento-customer:** introduced ApolloCustomerErrorAlert
76
+ ([e5406d9](https://github.com/ho-nl/m2-pwa/commit/e5406d91f914de290c5f097955e312312e567972))
77
+ - **magento-graphql:** added core magentoTypePolicies
78
+ ([bdf15d0](https://github.com/ho-nl/m2-pwa/commit/bdf15d0d3c04e88339a8385d76f3b1ab9589fde3))
79
+ - major performance refactor
80
+ ([03f8e2f](https://github.com/ho-nl/m2-pwa/commit/03f8e2fa16ef919bd6bd6eadd36922d0245ed960))
81
+ - next.js 11
82
+ ([7d61407](https://github.com/ho-nl/m2-pwa/commit/7d614075a778f488045034f74be4f75b93f63c43))
83
+ - **playwright:** added new playwright package to enable browser testing
84
+ ([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
85
+ - product page review pagination
86
+ ([4e18395](https://github.com/ho-nl/m2-pwa/commit/4e18395944c08e195fd09192086301c695d044ed))
87
+ - renamed all packages to use [@graphcommerce](https://github.com/graphcommerce) instead of
88
+ [@reachdigital](https://github.com/reachdigital)
89
+ ([491e4ce](https://github.com/ho-nl/m2-pwa/commit/491e4cec9a2686472dac36b79f999257c0811ffe))
90
+ - support vscode graphql extension
91
+ ([9324507](https://github.com/ho-nl/m2-pwa/commit/9324507c3c149fbcb7cd51ac41250a8637521ceb))
92
+ - upgrade to node 14
93
+ ([d079a75](https://github.com/ho-nl/m2-pwa/commit/d079a751e9bfd8dc7f5009d2c9f31c336a0c96ab))
94
+ - upgraded to nextjs 11
95
+ ([0053beb](https://github.com/ho-nl/m2-pwa/commit/0053beb7ef597c190add7264256a0eaec35868da))
96
+ - working on EmailForm
97
+ ([f16141f](https://github.com/ho-nl/m2-pwa/commit/f16141f8cc0dfeaef8dee2a3e635bda898550a51))
59
98
 
60
99
  ### Reverts
61
100
 
62
- * Revert "chore: upgrade @apollo/client" ([55ff24e](https://github.com/ho-nl/m2-pwa/commit/55ff24ede0e56c85b8095edadadd1ec5e0b1b8d2))
63
-
64
-
101
+ - Revert "chore: upgrade @apollo/client"
102
+ ([55ff24e](https://github.com/ho-nl/m2-pwa/commit/55ff24ede0e56c85b8095edadadd1ec5e0b1b8d2))
65
103
 
66
104
  ## 2.0.8 (2020-10-28)
67
105
 
68
-
69
106
  ### Bug Fixes
70
107
 
71
- * exclusively use Magento endpoint for magento codegen packages ([deafc42](https://github.com/ho-nl/m2-pwa/commit/deafc423ca0831853ac070e947b900ece565fa65))
72
-
108
+ - exclusively use Magento endpoint for magento codegen packages
109
+ ([deafc42](https://github.com/ho-nl/m2-pwa/commit/deafc423ca0831853ac070e947b900ece565fa65))
73
110
 
74
111
  ### Features
75
112
 
76
- * added generated graphql.ts files ([3e44415](https://github.com/ho-nl/m2-pwa/commit/3e44415b018e74b502e9e98479aa5e84041f337d))
77
-
78
-
79
-
80
-
113
+ - added generated graphql.ts files
114
+ ([3e44415](https://github.com/ho-nl/m2-pwa/commit/3e44415b018e74b502e9e98479aa5e84041f337d))
81
115
 
82
116
  # Change Log
83
117
 
@@ -1,4 +1,4 @@
1
- import { ApolloError } from '@apollo/client'
1
+ import { ApolloError } from '@graphcommerce/graphql'
2
2
  import type { GraphQLError } from 'graphql'
3
3
 
4
4
  export type ErrorCategory =
package/package.json CHANGED
@@ -1,12 +1,11 @@
1
1
  {
2
2
  "name": "@graphcommerce/magento-graphql",
3
- "version": "2.104.12",
3
+ "homepage": "https://www.graphcommerce.org/",
4
+ "repository": "github:graphcommerce-org/graphcommerce",
5
+ "version": "3.0.1",
4
6
  "sideEffects": false,
5
7
  "main": "index.ts",
6
8
  "prettier": "@graphcommerce/prettier-config-pwa",
7
- "browserslist": [
8
- "extends @graphcommerce/browserslist-config-pwa"
9
- ],
10
9
  "eslintConfig": {
11
10
  "extends": "@graphcommerce/eslint-config-pwa",
12
11
  "parserOptions": {
@@ -14,18 +13,15 @@
14
13
  }
15
14
  },
16
15
  "devDependencies": {
17
- "@graphcommerce/browserslist-config-pwa": "^3.0.3",
18
- "@graphcommerce/eslint-config-pwa": "^3.1.9",
19
- "@graphcommerce/prettier-config-pwa": "^3.0.5",
20
- "@graphcommerce/typescript-config-pwa": "^3.1.2",
21
- "@playwright/test": "^1.17.1"
16
+ "@graphcommerce/eslint-config-pwa": "^4.0.1",
17
+ "@graphcommerce/prettier-config-pwa": "^4.0.1",
18
+ "@graphcommerce/typescript-config-pwa": "^4.0.1",
19
+ "@playwright/test": "^1.18.1"
22
20
  },
23
21
  "dependencies": {
24
- "@apollo/client": "^3.5.6",
25
- "@graphcommerce/graphql": "^2.105.12",
26
- "next": "^12.0.7",
22
+ "@graphcommerce/graphql": "^3.0.1",
23
+ "next": "^12.0.10",
27
24
  "react": "^17.0.2",
28
25
  "react-dom": "^17.0.2"
29
- },
30
- "gitHead": "09aca3fbe0a5dc006b33fc8dee349c81bcbe0cb8"
26
+ }
31
27
  }