@graphcommerce/magento-cart-pickup 2.105.47 → 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 +95 -35
  2. package/package.json +20 -24
package/CHANGELOG.md CHANGED
@@ -1,65 +1,125 @@
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
+ [`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d)]:
29
+ - @graphcommerce/next-ui@4.1.1
30
+ - @graphcommerce/react-hook-form@3.0.2
31
+ - @graphcommerce/graphql@3.0.2
32
+ - @graphcommerce/image@3.0.2
33
+ - @graphcommerce/magento-cart-shipping-method@3.0.2
34
+ - @graphcommerce/magento-store@4.0.2
35
+
36
+ ## 3.0.1
37
+
38
+ ### Patch Changes
39
+
40
+ - [`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)
41
+ Thanks [@paales](https://github.com/paales)! - Added homepage and repository package.json files,
42
+ so that the packages link to back to the website and repository
43
+ - Updated dependencies
44
+ [[`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)]:
45
+ - @graphcommerce/graphql@3.0.1
46
+ - @graphcommerce/image@3.0.1
47
+ - @graphcommerce/magento-cart-shipping-method@3.0.1
48
+ - @graphcommerce/magento-store@4.0.1
49
+ - @graphcommerce/next-ui@4.0.1
50
+ - @graphcommerce/react-hook-form@3.0.1
51
+
52
+ ## 3.0.0
53
+
54
+ ### Major Changes
55
+
56
+ - [#1258](https://github.com/ho-nl/m2-pwa/pull/1258)
57
+ [`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)
58
+ Thanks [@paales](https://github.com/paales)! - Upgraded to Material UI 5
59
+
60
+ ### Patch Changes
61
+
62
+ - Updated dependencies
63
+ [[`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)]:
64
+ - @graphcommerce/graphql@3.0.0
65
+ - @graphcommerce/image@3.0.0
66
+ - @graphcommerce/magento-cart-shipping-method@3.0.0
67
+ - @graphcommerce/magento-store@4.0.0
68
+ - @graphcommerce/next-ui@4.0.0
69
+ - @graphcommerce/react-hook-form@3.0.0
5
70
 
6
- # [2.105.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-pickup@2.104.31...@graphcommerce/magento-cart-pickup@2.105.0) (2021-11-12)
71
+ All notable changes to this project will be documented in this file. See
72
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
7
73
 
74
+ # [2.105.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-pickup@2.104.31...@graphcommerce/magento-cart-pickup@2.105.0) (2021-11-12)
8
75
 
9
76
  ### Features
10
77
 
11
- * added tons of translations ([9bb0ac7](https://github.com/ho-nl/m2-pwa/commit/9bb0ac709b58df6ea6141e92e4923a5ca9ae2963))
12
-
13
-
14
-
15
-
78
+ - added tons of translations
79
+ ([9bb0ac7](https://github.com/ho-nl/m2-pwa/commit/9bb0ac709b58df6ea6141e92e4923a5ca9ae2963))
16
80
 
17
81
  # [2.104.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-pickup@2.103.36...@graphcommerce/magento-cart-pickup@2.104.0) (2021-10-27)
18
82
 
19
-
20
83
  ### Features
21
84
 
22
- * **nextjs:** upgraded to nextjs 12 ([9331bc8](https://github.com/ho-nl/m2-pwa/commit/9331bc801f6419522115cc47d291d49d608d5a90))
23
-
24
-
25
-
26
-
85
+ - **nextjs:** upgraded to nextjs 12
86
+ ([9331bc8](https://github.com/ho-nl/m2-pwa/commit/9331bc801f6419522115cc47d291d49d608d5a90))
27
87
 
28
88
  ## [2.103.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-pickup@2.103.0...@graphcommerce/magento-cart-pickup@2.103.1) (2021-09-27)
29
89
 
30
90
  **Note:** Version bump only for package @graphcommerce/magento-cart-pickup
31
91
 
32
-
33
-
34
-
35
-
36
92
  # 2.103.0 (2021-09-27)
37
93
 
38
-
39
94
  ### Bug Fixes
40
95
 
41
- * ignore md files from triggering version updates ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
42
- * remove conflicting files ([0c17ae4](https://github.com/ho-nl/m2-pwa/commit/0c17ae46be62b775ac83b35f11c532ce2d9401a3))
43
-
96
+ - ignore md files from triggering version updates
97
+ ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
98
+ - remove conflicting files
99
+ ([0c17ae4](https://github.com/ho-nl/m2-pwa/commit/0c17ae46be62b775ac83b35f11c532ce2d9401a3))
44
100
 
45
101
  ### Features
46
102
 
47
- * **graphql:** introduced new graphql package that holds all generated files ([a3e7aa0](https://github.com/ho-nl/m2-pwa/commit/a3e7aa05540540533b5ced9a95f1f802ecbe499f))
48
- * **image:** introduced completely rewritten Image component ([e3413b3](https://github.com/ho-nl/m2-pwa/commit/e3413b3a57392d6571ea64cb8d9c8dca05ea31df))
49
- * implemented purchase order ([3a40033](https://github.com/ho-nl/m2-pwa/commit/3a40033cd4d6712a17bb9c41a8841ebf7aa2f025))
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
- * 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))
53
- * upgraded to nextjs 11 ([0053beb](https://github.com/ho-nl/m2-pwa/commit/0053beb7ef597c190add7264256a0eaec35868da))
54
-
103
+ - **graphql:** introduced new graphql package that holds all generated files
104
+ ([a3e7aa0](https://github.com/ho-nl/m2-pwa/commit/a3e7aa05540540533b5ced9a95f1f802ecbe499f))
105
+ - **image:** introduced completely rewritten Image component
106
+ ([e3413b3](https://github.com/ho-nl/m2-pwa/commit/e3413b3a57392d6571ea64cb8d9c8dca05ea31df))
107
+ - implemented purchase order
108
+ ([3a40033](https://github.com/ho-nl/m2-pwa/commit/3a40033cd4d6712a17bb9c41a8841ebf7aa2f025))
109
+ - next.js 11
110
+ ([7d61407](https://github.com/ho-nl/m2-pwa/commit/7d614075a778f488045034f74be4f75b93f63c43))
111
+ - **playwright:** added new playwright package to enable browser testing
112
+ ([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
113
+ - renamed all packages to use [@graphcommerce](https://github.com/graphcommerce) instead of
114
+ [@reachdigital](https://github.com/reachdigital)
115
+ ([491e4ce](https://github.com/ho-nl/m2-pwa/commit/491e4cec9a2686472dac36b79f999257c0811ffe))
116
+ - upgraded to nextjs 11
117
+ ([0053beb](https://github.com/ho-nl/m2-pwa/commit/0053beb7ef597c190add7264256a0eaec35868da))
55
118
 
56
119
  ### Reverts
57
120
 
58
- * Revert "chore: upgrade @apollo/client" ([55ff24e](https://github.com/ho-nl/m2-pwa/commit/55ff24ede0e56c85b8095edadadd1ec5e0b1b8d2))
59
-
60
-
61
-
62
-
121
+ - Revert "chore: upgrade @apollo/client"
122
+ ([55ff24e](https://github.com/ho-nl/m2-pwa/commit/55ff24ede0e56c85b8095edadadd1ec5e0b1b8d2))
63
123
 
64
124
  # Change Log
65
125
 
package/package.json CHANGED
@@ -1,11 +1,10 @@
1
1
  {
2
2
  "name": "@graphcommerce/magento-cart-pickup",
3
- "version": "2.105.47",
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,28 +12,25 @@
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-shipping-method": "^2.106.47",
27
- "@graphcommerce/magento-store": "^3.4.12",
28
- "@graphcommerce/next-ui": "^3.25.3",
29
- "@graphcommerce/react-hook-form": "^2.104.7",
30
- "@lingui/macro": "^3.13.0",
31
- "@material-ui/core": "^4.12.3",
32
- "@material-ui/lab": "^4.0.0-alpha.60",
33
- "clsx": "^1.1.1",
34
- "framer-motion": "^5.5.5",
35
- "next": "^12.0.7",
21
+ "@graphcommerce/graphql": "^3.0.2",
22
+ "@graphcommerce/image": "^3.0.2",
23
+ "@graphcommerce/magento-cart-shipping-method": "^3.0.2",
24
+ "@graphcommerce/magento-store": "^4.0.2",
25
+ "@graphcommerce/next-ui": "^4.1.1",
26
+ "@graphcommerce/react-hook-form": "^3.0.2"
27
+ },
28
+ "peerDependencies": {
29
+ "@lingui/macro": "^3.13.2",
30
+ "@mui/material": "^5.4.1",
31
+ "framer-motion": "^6.2.4",
32
+ "next": "^12.0.10",
36
33
  "react": "^17.0.2",
37
34
  "react-dom": "^17.0.2"
38
- },
39
- "gitHead": "41e42c8cd6f565ab0cbba81a1954a0041dc46768"
35
+ }
40
36
  }