@graphcommerce/magento-cart-checkout 2.107.48 → 3.0.2

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 +138 -61
  2. package/package.json +23 -27
package/CHANGELOG.md CHANGED
@@ -1,101 +1,178 @@
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
+ ## 3.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
8
+ [`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2)
9
+ Thanks [@paales](https://github.com/paales)! - We've moved lots of internal packages from
10
+ `dependencies` to `peerDependencies`. The result of this is that there will be significantly less
11
+ duplicate packages in the node_modules folders.
12
+
13
+ * [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
14
+ [`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d)
15
+ Thanks [@paales](https://github.com/paales)! - Upgraded to
16
+ [NextJS 12.1](https://nextjs.org/blog/next-12-1)! This is just for compatibility, but we'll be
17
+ implementing
18
+ [On-demand Incremental Static Regeneration](https://nextjs.org/blog/next-12-1#on-demand-incremental-static-regeneration-beta)
19
+ soon.
20
+
21
+ This will greatly reduce the requirement to rebuid stuff and we'll add a management UI on the
22
+ frontend to be able to revalidate pages manually.
23
+
24
+ * Updated dependencies
25
+ [[`381e4c86a`](https://github.com/ho-nl/m2-pwa/commit/381e4c86a8321ce96e1fa5c7d3c0a0c0ff3e02c7),
26
+ [`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2),
27
+ [`e7c8e2756`](https://github.com/ho-nl/m2-pwa/commit/e7c8e2756d637cbcd2e793d62ef5721d35d9fa7b),
28
+ [`b08a8eb1d`](https://github.com/ho-nl/m2-pwa/commit/b08a8eb1d024b9d3e7712ef034029151670db275),
29
+ [`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d),
30
+ [`5a4809b1a`](https://github.com/ho-nl/m2-pwa/commit/5a4809b1a705aa32f620f520085df48ee25f9949)]:
31
+ - @graphcommerce/magento-cart@4.1.1
32
+ - @graphcommerce/magento-customer@4.1.1
33
+ - @graphcommerce/next-ui@4.1.1
34
+ - @graphcommerce/react-hook-form@3.0.2
35
+ - @graphcommerce/graphql@3.0.2
36
+ - @graphcommerce/image@3.0.2
37
+ - @graphcommerce/magento-cart-coupon@3.0.2
38
+ - @graphcommerce/magento-cart-items@3.0.2
39
+ - @graphcommerce/magento-store@4.0.2
40
+
41
+ ## 3.0.1
42
+
43
+ ### Patch Changes
44
+
45
+ - [`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)
46
+ Thanks [@paales](https://github.com/paales)! - Added homepage and repository package.json files,
47
+ so that the packages link to back to the website and repository
48
+ - Updated dependencies
49
+ [[`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)]:
50
+ - @graphcommerce/graphql@3.0.1
51
+ - @graphcommerce/image@3.0.1
52
+ - @graphcommerce/magento-cart@4.0.1
53
+ - @graphcommerce/magento-cart-coupon@3.0.1
54
+ - @graphcommerce/magento-cart-items@3.0.1
55
+ - @graphcommerce/magento-customer@4.0.1
56
+ - @graphcommerce/magento-store@4.0.1
57
+ - @graphcommerce/next-ui@4.0.1
58
+ - @graphcommerce/react-hook-form@3.0.1
59
+
60
+ ## 3.0.0
61
+
62
+ ### Major Changes
63
+
64
+ - [#1258](https://github.com/ho-nl/m2-pwa/pull/1258)
65
+ [`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)
66
+ Thanks [@paales](https://github.com/paales)! - Upgraded to Material UI 5
67
+
68
+ ### Patch Changes
69
+
70
+ - Updated dependencies
71
+ [[`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)]:
72
+ - @graphcommerce/graphql@3.0.0
73
+ - @graphcommerce/image@3.0.0
74
+ - @graphcommerce/magento-cart@4.0.0
75
+ - @graphcommerce/magento-cart-coupon@3.0.0
76
+ - @graphcommerce/magento-cart-items@3.0.0
77
+ - @graphcommerce/magento-customer@4.0.0
78
+ - @graphcommerce/magento-store@4.0.0
79
+ - @graphcommerce/next-ui@4.0.0
80
+ - @graphcommerce/react-hook-form@3.0.0
5
81
 
6
- # [2.107.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-checkout@2.106.31...@graphcommerce/magento-cart-checkout@2.107.0) (2021-11-12)
82
+ All notable changes to this project will be documented in this file. See
83
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
7
84
 
85
+ # [2.107.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-checkout@2.106.31...@graphcommerce/magento-cart-checkout@2.107.0) (2021-11-12)
8
86
 
9
87
  ### Features
10
88
 
11
- * added tons of translations ([9bb0ac7](https://github.com/ho-nl/m2-pwa/commit/9bb0ac709b58df6ea6141e92e4923a5ca9ae2963))
12
-
13
-
14
-
15
-
89
+ - added tons of translations
90
+ ([9bb0ac7](https://github.com/ho-nl/m2-pwa/commit/9bb0ac709b58df6ea6141e92e4923a5ca9ae2963))
16
91
 
17
92
  # [2.106.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-checkout@2.105.3...@graphcommerce/magento-cart-checkout@2.106.0) (2021-10-27)
18
93
 
19
-
20
94
  ### Features
21
95
 
22
- * **nextjs:** upgraded to nextjs 12 ([9331bc8](https://github.com/ho-nl/m2-pwa/commit/9331bc801f6419522115cc47d291d49d608d5a90))
23
-
24
-
25
-
26
-
96
+ - **nextjs:** upgraded to nextjs 12
97
+ ([9331bc8](https://github.com/ho-nl/m2-pwa/commit/9331bc801f6419522115cc47d291d49d608d5a90))
27
98
 
28
99
  # [2.105.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-checkout@2.104.34...@graphcommerce/magento-cart-checkout@2.105.0) (2021-10-21)
29
100
 
30
-
31
101
  ### Features
32
102
 
33
- * ability to change shipping address after changing the billing address ([101f11a](https://github.com/ho-nl/m2-pwa/commit/101f11a6472cd6e72e08152cec961df47411f310))
34
-
35
-
36
-
37
-
103
+ - ability to change shipping address after changing the billing address
104
+ ([101f11a](https://github.com/ho-nl/m2-pwa/commit/101f11a6472cd6e72e08152cec961df47411f310))
38
105
 
39
106
  ## [2.104.13](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-checkout@2.104.12...@graphcommerce/magento-cart-checkout@2.104.13) (2021-10-04)
40
107
 
41
-
42
108
  ### Bug Fixes
43
109
 
44
- * **payment:** payment button does nothing when all values are filled ([65834c9](https://github.com/ho-nl/m2-pwa/commit/65834c9de4fed71a1f6bbe1af94b2e3541b5bebc))
45
-
46
-
47
-
48
-
110
+ - **payment:** payment button does nothing when all values are filled
111
+ ([65834c9](https://github.com/ho-nl/m2-pwa/commit/65834c9de4fed71a1f6bbe1af94b2e3541b5bebc))
49
112
 
50
113
  ## [2.104.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-checkout@2.104.0...@graphcommerce/magento-cart-checkout@2.104.1) (2021-09-27)
51
114
 
52
115
  **Note:** Version bump only for package @graphcommerce/magento-cart-checkout
53
116
 
54
-
55
-
56
-
57
-
58
117
  # 2.104.0 (2021-09-27)
59
118
 
60
-
61
119
  ### Bug Fixes
62
120
 
63
- * add arrow buttons for summary slider ([5eb0d85](https://github.com/ho-nl/m2-pwa/commit/5eb0d85546709e4212b55c8ad03ac857cdaf1020))
64
- * Add cart data and summary to payment screen ([c4d0414](https://github.com/ho-nl/m2-pwa/commit/c4d0414adc15339ba995641945d09a15637d06c9))
65
- * agreements positioning ([89c2dee](https://github.com/ho-nl/m2-pwa/commit/89c2dee1debeb84c8b2cd9abaac85f03759604c8))
66
- * cart didn't use the AppShellTitle ([65a58c8](https://github.com/ho-nl/m2-pwa/commit/65a58c8dc7d39cd4c9cb31c4005828376c9e7ad1))
67
- * **coupon:** applying coupon doesnt change totals ([5e4d768](https://github.com/ho-nl/m2-pwa/commit/5e4d768e19471b527da92cd46c313b59df9ca8cb))
68
- * full text link ([1186248](https://github.com/ho-nl/m2-pwa/commit/1186248d47898649b2f06c63a78cf254396c7f60))
69
- * get more info from cartpage ([7cc9833](https://github.com/ho-nl/m2-pwa/commit/7cc9833af4011704e52ab9f2f91d12890c3c9fd3))
70
- * ignore md files from triggering version updates ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
71
- * remove conflicting files ([0c17ae4](https://github.com/ho-nl/m2-pwa/commit/0c17ae46be62b775ac83b35f11c532ce2d9401a3))
72
- * spelling errors, wrong imports ([01cb889](https://github.com/ho-nl/m2-pwa/commit/01cb889513d69ce0555ac7aaa1a37702d75b0a0d))
73
- * top spacing ([486fdb0](https://github.com/ho-nl/m2-pwa/commit/486fdb0536e5f6b08f293ea442661d7ad7541717))
74
-
121
+ - add arrow buttons for summary slider
122
+ ([5eb0d85](https://github.com/ho-nl/m2-pwa/commit/5eb0d85546709e4212b55c8ad03ac857cdaf1020))
123
+ - Add cart data and summary to payment screen
124
+ ([c4d0414](https://github.com/ho-nl/m2-pwa/commit/c4d0414adc15339ba995641945d09a15637d06c9))
125
+ - agreements positioning
126
+ ([89c2dee](https://github.com/ho-nl/m2-pwa/commit/89c2dee1debeb84c8b2cd9abaac85f03759604c8))
127
+ - cart didn't use the AppShellTitle
128
+ ([65a58c8](https://github.com/ho-nl/m2-pwa/commit/65a58c8dc7d39cd4c9cb31c4005828376c9e7ad1))
129
+ - **coupon:** applying coupon doesnt change totals
130
+ ([5e4d768](https://github.com/ho-nl/m2-pwa/commit/5e4d768e19471b527da92cd46c313b59df9ca8cb))
131
+ - full text link
132
+ ([1186248](https://github.com/ho-nl/m2-pwa/commit/1186248d47898649b2f06c63a78cf254396c7f60))
133
+ - get more info from cartpage
134
+ ([7cc9833](https://github.com/ho-nl/m2-pwa/commit/7cc9833af4011704e52ab9f2f91d12890c3c9fd3))
135
+ - ignore md files from triggering version updates
136
+ ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
137
+ - remove conflicting files
138
+ ([0c17ae4](https://github.com/ho-nl/m2-pwa/commit/0c17ae46be62b775ac83b35f11c532ce2d9401a3))
139
+ - spelling errors, wrong imports
140
+ ([01cb889](https://github.com/ho-nl/m2-pwa/commit/01cb889513d69ce0555ac7aaa1a37702d75b0a0d))
141
+ - top spacing
142
+ ([486fdb0](https://github.com/ho-nl/m2-pwa/commit/486fdb0536e5f6b08f293ea442661d7ad7541717))
75
143
 
76
144
  ### Features
77
145
 
78
- * add component for ordersummary ([aefb456](https://github.com/ho-nl/m2-pwa/commit/aefb4568cc233ef1a8657bd290efbf8fda7b2ffa))
79
- * add page for order succes ([4179f0b](https://github.com/ho-nl/m2-pwa/commit/4179f0b807e183757a31febfd6ab87eae59a30af))
80
- * **checkout:** checkout agreements checkboxes in checkout ([a8b4ddb](https://github.com/ho-nl/m2-pwa/commit/a8b4ddb3a9750c2b7ff86cd460e0ff7fc4cc0ad1))
81
- * component to show order summary ([012bc21](https://github.com/ho-nl/m2-pwa/commit/012bc2140e2a9b5d215b3cf8258e7c7c6bdfa4f8))
82
- * **graphql:** introduced new graphql package that holds all generated files ([a3e7aa0](https://github.com/ho-nl/m2-pwa/commit/a3e7aa05540540533b5ced9a95f1f802ecbe499f))
83
- * **image:** introduced completely rewritten Image component ([e3413b3](https://github.com/ho-nl/m2-pwa/commit/e3413b3a57392d6571ea64cb8d9c8dca05ea31df))
84
- * next.js 11 ([7d61407](https://github.com/ho-nl/m2-pwa/commit/7d614075a778f488045034f74be4f75b93f63c43))
85
- * **payment-agreements-form:** checkout agreements checkboxes ([13c8164](https://github.com/ho-nl/m2-pwa/commit/13c816499d220a2ce940672a95beca508b78ddc9))
86
- * **playwright:** added new playwright package to enable browser testing ([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
87
- * read checkout policies in sidebar sheet ([3fb765e](https://github.com/ho-nl/m2-pwa/commit/3fb765e14a8cfaf0bb27acd8368926ac27ed6a4c))
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
- * upgraded to nextjs 11 ([0053beb](https://github.com/ho-nl/m2-pwa/commit/0053beb7ef597c190add7264256a0eaec35868da))
90
-
146
+ - add component for ordersummary
147
+ ([aefb456](https://github.com/ho-nl/m2-pwa/commit/aefb4568cc233ef1a8657bd290efbf8fda7b2ffa))
148
+ - add page for order succes
149
+ ([4179f0b](https://github.com/ho-nl/m2-pwa/commit/4179f0b807e183757a31febfd6ab87eae59a30af))
150
+ - **checkout:** checkout agreements checkboxes in checkout
151
+ ([a8b4ddb](https://github.com/ho-nl/m2-pwa/commit/a8b4ddb3a9750c2b7ff86cd460e0ff7fc4cc0ad1))
152
+ - component to show order summary
153
+ ([012bc21](https://github.com/ho-nl/m2-pwa/commit/012bc2140e2a9b5d215b3cf8258e7c7c6bdfa4f8))
154
+ - **graphql:** introduced new graphql package that holds all generated files
155
+ ([a3e7aa0](https://github.com/ho-nl/m2-pwa/commit/a3e7aa05540540533b5ced9a95f1f802ecbe499f))
156
+ - **image:** introduced completely rewritten Image component
157
+ ([e3413b3](https://github.com/ho-nl/m2-pwa/commit/e3413b3a57392d6571ea64cb8d9c8dca05ea31df))
158
+ - next.js 11
159
+ ([7d61407](https://github.com/ho-nl/m2-pwa/commit/7d614075a778f488045034f74be4f75b93f63c43))
160
+ - **payment-agreements-form:** checkout agreements checkboxes
161
+ ([13c8164](https://github.com/ho-nl/m2-pwa/commit/13c816499d220a2ce940672a95beca508b78ddc9))
162
+ - **playwright:** added new playwright package to enable browser testing
163
+ ([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
164
+ - read checkout policies in sidebar sheet
165
+ ([3fb765e](https://github.com/ho-nl/m2-pwa/commit/3fb765e14a8cfaf0bb27acd8368926ac27ed6a4c))
166
+ - renamed all packages to use [@graphcommerce](https://github.com/graphcommerce) instead of
167
+ [@reachdigital](https://github.com/reachdigital)
168
+ ([491e4ce](https://github.com/ho-nl/m2-pwa/commit/491e4cec9a2686472dac36b79f999257c0811ffe))
169
+ - upgraded to nextjs 11
170
+ ([0053beb](https://github.com/ho-nl/m2-pwa/commit/0053beb7ef597c190add7264256a0eaec35868da))
91
171
 
92
172
  ### Reverts
93
173
 
94
- * Revert "chore: upgrade @apollo/client" ([55ff24e](https://github.com/ho-nl/m2-pwa/commit/55ff24ede0e56c85b8095edadadd1ec5e0b1b8d2))
95
-
96
-
97
-
98
-
174
+ - Revert "chore: upgrade @apollo/client"
175
+ ([55ff24e](https://github.com/ho-nl/m2-pwa/commit/55ff24ede0e56c85b8095edadadd1ec5e0b1b8d2))
99
176
 
100
177
  # Change Log
101
178
 
package/package.json CHANGED
@@ -1,11 +1,10 @@
1
1
  {
2
2
  "name": "@graphcommerce/magento-cart-checkout",
3
- "version": "2.107.48",
3
+ "homepage": "https://www.graphcommerce.org/",
4
+ "repository": "github:graphcommerce-org/graphcommerce",
5
+ "version": "3.0.2",
4
6
  "sideEffects": false,
5
7
  "prettier": "@graphcommerce/prettier-config-pwa",
6
- "browserslist": [
7
- "extends @graphcommerce/browserslist-config-pwa"
8
- ],
9
8
  "eslintConfig": {
10
9
  "extends": "@graphcommerce/eslint-config-pwa",
11
10
  "parserOptions": {
@@ -13,31 +12,28 @@
13
12
  }
14
13
  },
15
14
  "devDependencies": {
16
- "@graphcommerce/browserslist-config-pwa": "^3.0.3",
17
- "@graphcommerce/eslint-config-pwa": "^3.1.10",
18
- "@graphcommerce/prettier-config-pwa": "^3.0.5",
19
- "@graphcommerce/typescript-config-pwa": "^3.1.2",
20
- "@playwright/test": "^1.17.1"
15
+ "@graphcommerce/eslint-config-pwa": "^4.0.2",
16
+ "@graphcommerce/prettier-config-pwa": "^4.0.1",
17
+ "@graphcommerce/typescript-config-pwa": "^4.0.1",
18
+ "@playwright/test": "^1.19.1"
21
19
  },
22
20
  "dependencies": {
23
- "@apollo/client": "^3.5.6",
24
- "@graphcommerce/graphql": "^2.105.13",
25
- "@graphcommerce/image": "^2.105.13",
26
- "@graphcommerce/magento-cart": "^3.10.3",
27
- "@graphcommerce/magento-cart-coupon": "^2.109.42",
28
- "@graphcommerce/magento-cart-items": "^2.110.48",
29
- "@graphcommerce/magento-customer": "^3.6.44",
30
- "@graphcommerce/magento-store": "^3.4.12",
31
- "@graphcommerce/next-ui": "^3.25.3",
32
- "@graphcommerce/react-hook-form": "^2.104.7",
33
- "@lingui/macro": "^3.13.0",
34
- "@material-ui/core": "^4.12.3",
35
- "@material-ui/lab": "^4.0.0-alpha.60",
36
- "clsx": "^1.1.1",
37
- "framer-motion": "^5.5.5",
38
- "next": "^12.0.7",
21
+ "@graphcommerce/graphql": "^3.0.2",
22
+ "@graphcommerce/image": "^3.0.2",
23
+ "@graphcommerce/magento-cart": "^4.1.1",
24
+ "@graphcommerce/magento-cart-coupon": "^3.0.2",
25
+ "@graphcommerce/magento-cart-items": "^3.0.2",
26
+ "@graphcommerce/magento-customer": "^4.1.1",
27
+ "@graphcommerce/magento-store": "^4.0.2",
28
+ "@graphcommerce/next-ui": "^4.1.1",
29
+ "@graphcommerce/react-hook-form": "^3.0.2"
30
+ },
31
+ "peerDependencies": {
32
+ "@lingui/macro": "^3.13.2",
33
+ "@mui/material": "^5.4.1",
34
+ "framer-motion": "^6.2.4",
35
+ "next": "^12.0.10",
39
36
  "react": "^17.0.2",
40
37
  "react-dom": "^17.0.2"
41
- },
42
- "gitHead": "41e42c8cd6f565ab0cbba81a1954a0041dc46768"
38
+ }
43
39
  }