@graphcommerce/magento-graphql 9.1.0-canary.44 → 9.1.0-canary.46
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 +4 -2
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 9.1.0-canary.46
|
|
4
|
+
|
|
5
|
+
## 9.1.0-canary.45
|
|
6
|
+
|
|
3
7
|
## 9.1.0-canary.44
|
|
4
8
|
|
|
5
9
|
## 9.1.0-canary.43
|
|
@@ -149,7 +153,6 @@ to retieve the attribute label for an attribute value. ([@paales](https://github
|
|
|
149
153
|
### Minor Changes
|
|
150
154
|
|
|
151
155
|
- [#1756](https://github.com/graphcommerce-org/graphcommerce/pull/1756) [`1abaaedde`](https://github.com/graphcommerce-org/graphcommerce/commit/1abaaedde4062d3b19696e333d0016972681afaf) - Show cart item error messages when running Magento >= 2.4.5 or this [patch is applied](https://raw.githubusercontent.com/graphcommerce-org/graphcommerce/main/packages/magento-cart/243-244-magento-module-quote-graphql-cart-item-errors.patch)
|
|
152
|
-
|
|
153
156
|
- Fixes an issue where the cart can get into a broken state, if items contain errors.
|
|
154
157
|
- AddToCartForm now shows a success message if there is an error but the error is related to another item in the cart.
|
|
155
158
|
- Disable checkout buttons when there are cart item errors and show a message. ([@paales](https://github.com/paales))
|
|
@@ -157,7 +160,6 @@ to retieve the attribute label for an attribute value. ([@paales](https://github
|
|
|
157
160
|
### Patch Changes
|
|
158
161
|
|
|
159
162
|
- [#1752](https://github.com/graphcommerce-org/graphcommerce/pull/1752) [`2a6a4d9ec`](https://github.com/graphcommerce-org/graphcommerce/commit/2a6a4d9ecfa1b58a66ba9b9d00016d6feda9aa95) - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.
|
|
160
|
-
|
|
161
163
|
- Updated the @mui/material package
|
|
162
164
|
- Removed dependencies on react-hook-form-mui and @playwright/test
|
|
163
165
|
- Upgraded dependencies including type-fest and graphql-mesh
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/magento-graphql",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "9.1.0-canary.
|
|
5
|
+
"version": "9.1.0-canary.46",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"main": "index.ts",
|
|
8
8
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
@@ -13,10 +13,10 @@
|
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"peerDependencies": {
|
|
16
|
-
"@graphcommerce/eslint-config-pwa": "^9.1.0-canary.
|
|
17
|
-
"@graphcommerce/graphql": "^9.1.0-canary.
|
|
18
|
-
"@graphcommerce/prettier-config-pwa": "^9.1.0-canary.
|
|
19
|
-
"@graphcommerce/typescript-config-pwa": "^9.1.0-canary.
|
|
16
|
+
"@graphcommerce/eslint-config-pwa": "^9.1.0-canary.46",
|
|
17
|
+
"@graphcommerce/graphql": "^9.1.0-canary.46",
|
|
18
|
+
"@graphcommerce/prettier-config-pwa": "^9.1.0-canary.46",
|
|
19
|
+
"@graphcommerce/typescript-config-pwa": "^9.1.0-canary.46",
|
|
20
20
|
"graphql": "^16.0.0",
|
|
21
21
|
"next": "*",
|
|
22
22
|
"react": "^18.2.0",
|